.bdt-ep-accordion {
    text-align: right;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.bdt-ep-accordion-title {
    outline: none;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    padding: 15px 20px;
    background: #f3f3f3;
    transition: all 300ms cubic-bezier(0,.49,.27,.99)
}

.bdt-ep-title-text {
    width: 100%;
    text-align: right
}

.bdt-ep-accordion-icon {
    display: inline-block;
    font-weight: 400;
    transition: all .3s ease
}

    .bdt-ep-accordion-icon svg, .bdt-ep-accordion-icon i {
        transition: all .3s ease
    }

    .bdt-ep-accordion-icon svg {
        height: 1em;
        width: 1em
    }

.bdt-ep-accordion-custom-icon {
    display: inline-flex;
    transition: all .3s ease;
    margin-left: 5px
}

    .bdt-ep-accordion-custom-icon svg, .bdt-ep-accordion-custom-icon i {
        transition: all .3s ease
    }

    .bdt-ep-accordion-custom-icon svg {
        height: 1em;
        width: 1em
    }

.bdt-ep-accordion-icon-closed {
    display: flex
}

.bdt-ep-accordion-icon-opened {
    display: none
}

.bdt-ep-accordion-item.bdt-open .bdt-ep-accordion-icon-closed {
    display: none
}

.bdt-ep-accordion-item.bdt-open .bdt-ep-accordion-icon-opened {
    display: flex
}

.bdt-ep-accordion-content {
    padding: 15px 20px;
    margin-top: 0
}

    .bdt-ep-accordion-content p {
        margin-top: 0
    }

        .bdt-ep-accordion-content p + p {
            margin-top: 15px
        }

.rtl .bdt-ep-accordion-title {
    flex-direction: row-reverse
}

@media (max-width:767px) {
    .bdt-ep-accordion-title {
        padding: 12px 15px
    }

    .bdt-ep-accordion-content {
        padding: 7px 15px
    }
}

.bdt-ep-button {
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    position: relative;
    transition: all .3s ease-out;
    z-index: 0;
    text-align: center;
    overflow: hidden
}

    .bdt-ep-button:hover {
        background-color: #fff0;
        color: #fff
    }

        .bdt-ep-button:hover .bdt-ep-button-badge-inner {
            color: #000
        }

        .bdt-ep-button:hover svg {
            fill: #fff
        }

    .bdt-ep-button .bdt-ep-button-icon {
        position: relative;
        display: inline-flex;
        z-index: 0
    }

        .bdt-ep-button .bdt-ep-button-icon .bdt-ep-button-a-icon-inner, .bdt-ep-button .bdt-ep-button-icon .bdt-ep-button-b-icon-inner, .bdt-ep-button .bdt-ep-button-icon .bdt-ep-button-icon-inner {
            display: inline-flex
        }

        .bdt-ep-button .bdt-ep-button-icon i, .bdt-ep-button .bdt-ep-button-icon svg {
            height: 1em;
            width: 1em;
            transition: all .3s ease-out
        }

    .bdt-ep-button .bdt-ep-button-text {
        position: relative;
        display: inline-block;
        z-index: 0
    }

    .bdt-ep-button .bdt-ep-button-badge-inner {
        font-size: 10px;
        background: #e4e4e8;
        padding: 3px 6px;
        border-radius: 3px;
        text-transform: uppercase;
        transition: all .3s ease
    }

    .bdt-ep-button .bdt-ep-button-content-wrapper {
        display: flex;
        align-items: center
    }

    .bdt-ep-button:after {
        content: '';
        position: absolute;
        z-index: -1;
        transition: all .3s ease-out;
        background: #666
    }

    .bdt-ep-button:active {
        color: #fff
    }

    .bdt-ep-button.bdt-ep-button-effect-a:after {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        opacity: 0
    }

    .bdt-ep-button.bdt-ep-button-effect-a:hover:after, .bdt-ep-button.bdt-ep-button-effect-a:active:after {
        opacity: 1
    }

    .bdt-ep-button.bdt-ep-button-effect-b:after {
        width: 100%;
        height: 0;
        top: 0;
        right: 0
    }

    .bdt-ep-button.bdt-ep-button-effect-b:hover:after {
        height: 100%
    }

    .bdt-ep-button.bdt-ep-button-effect-b:active:after {
        height: 100%
    }

    .bdt-ep-button.bdt-ep-button-effect-c:after {
        width: 0%;
        height: 100%;
        top: 0;
        right: 0
    }

    .bdt-ep-button.bdt-ep-button-effect-c:hover:after {
        width: 100%
    }

    .bdt-ep-button.bdt-ep-button-effect-c:active:after {
        width: 100%
    }

    .bdt-ep-button.bdt-ep-button-effect-d {
        overflow: hidden
    }

        .bdt-ep-button.bdt-ep-button-effect-d:after {
            width: 0;
            height: 103%;
            top: 50%;
            right: 50%;
            opacity: 0;
            transform: translateX(50%) translateY(-50%)
        }

        .bdt-ep-button.bdt-ep-button-effect-d:hover:after {
            width: 90%;
            opacity: 1
        }

        .bdt-ep-button.bdt-ep-button-effect-d:active:after {
            width: 101%;
            opacity: 1
        }

    .bdt-ep-button.bdt-ep-button-effect-e {
        overflow: hidden
    }

        .bdt-ep-button.bdt-ep-button-effect-e:after {
            width: 100%;
            height: 0;
            top: 50%;
            right: 50%;
            opacity: 0;
            transform: translateX(50%) translateY(-50%) rotate(-45deg)
        }

        .bdt-ep-button.bdt-ep-button-effect-e:hover:after {
            height: 260%;
            opacity: 1
        }

        .bdt-ep-button.bdt-ep-button-effect-e:active:after {
            height: 400%;
            opacity: 1
        }

    .bdt-ep-button.bdt-ep-button-effect-f {
        overflow: hidden
    }

        .bdt-ep-button.bdt-ep-button-effect-f:after {
            width: 101%;
            height: 0;
            top: 50%;
            right: 50%;
            opacity: 0;
            transform: translateX(50%) translateY(-50%)
        }

        .bdt-ep-button.bdt-ep-button-effect-f:hover:after {
            height: 75%;
            opacity: 1
        }

        .bdt-ep-button.bdt-ep-button-effect-f:active:after {
            height: 130%;
            opacity: 1
        }

    .bdt-ep-button.bdt-ep-button-effect-g {
        transition-timing-function: cubic-bezier(.31,1.13,.64,.94)
    }

        .bdt-ep-button.bdt-ep-button-effect-g .bdt-ep-button-content-wrapper {
            position: relative
        }

            .bdt-ep-button.bdt-ep-button-effect-g .bdt-ep-button-content-wrapper .bdt-ep-button-text {
                display: block;
                position: relative
            }

            .bdt-ep-button.bdt-ep-button-effect-g .bdt-ep-button-content-wrapper .avdbtn-text {
                display: block;
                transition: transform .5s,opacity .8s;
                transition-timing-function: cubic-bezier(.31,1.13,.64,.94)
            }

            .bdt-ep-button.bdt-ep-button-effect-g .bdt-ep-button-content-wrapper .avdbtn-alt-text {
                position: absolute;
                width: 100%;
                height: 100%;
                right: 0;
                top: 0;
                opacity: 0;
                transform: translate3d(0,25%,0);
                transition: transform .5s,opacity .8s;
                transition-timing-function: cubic-bezier(.31,1.13,.64,.94)
            }

        .bdt-ep-button.bdt-ep-button-effect-g:hover {
            background-color: #fff0;
            color: #666
        }

            .bdt-ep-button.bdt-ep-button-effect-g:hover .avdbtn-alt-text {
                opacity: 1;
                transform: translate3d(0,0,0)
            }

            .bdt-ep-button.bdt-ep-button-effect-g:hover .avdbtn-text {
                opacity: 0;
                transform: translate3d(0,-25%,0)
            }

    .bdt-ep-button.bdt-ep-button-effect-h {
        transition: color .3s;
        transition-timing-function: cubic-bezier(.2,1,.3,1)
    }

        .bdt-ep-button.bdt-ep-button-effect-h::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 150%;
            height: 100%;
            background: #666;
            z-index: -1;
            transform: rotate3d(0,0,1,45deg) translate3d(0,-3em,0);
            transform-origin: 100% 100%;
            transition: transform .3s,opacity .3s,background-color .3s
        }

        .bdt-ep-button.bdt-ep-button-effect-h:hover::after {
            opacity: 1;
            background-color: #666;
            transform: rotate3d(0,0,1,0deg);
            transition-timing-function: cubic-bezier(.2,1,.3,1)
        }

    .bdt-ep-button.bdt-ep-button-effect-i {
        color: #fff;
        background: #666
    }

        .bdt-ep-button.bdt-ep-button-effect-i .bdt-ep-button-content-wrapper::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 50%;
            right: 0;
            background: #666;
            color: #fff;
            overflow: hidden;
            transition: transform .3s;
            transition-timing-function: cubic-bezier(.2,1,.3,1);
            top: 0;
            padding-top: 1em
        }

        .bdt-ep-button.bdt-ep-button-effect-i .bdt-ep-button-content-wrapper::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 50%;
            right: 0;
            background: #666;
            color: #fff;
            overflow: hidden;
            transition: transform .3s;
            transition-timing-function: cubic-bezier(.2,1,.3,1);
            bottom: 0;
            line-height: 0
        }

        .bdt-ep-button.bdt-ep-button-effect-i .bdt-ep-button-text {
            position: relative;
            z-index: 1
        }

        .bdt-ep-button.bdt-ep-button-effect-i:hover {
            color: #666;
            background: #fff
        }

            .bdt-ep-button.bdt-ep-button-effect-i:hover .bdt-ep-button-content-wrapper::before {
                transform: translate3d(0,-100%,0)
            }

            .bdt-ep-button.bdt-ep-button-effect-i:hover .bdt-ep-button-content-wrapper::after {
                transform: translate3d(0,100%,0)
            }

.bdt-ep-advanced-calculator-button {
    background-color: #1e87f0;
    color: #fff;
    padding: 12px 30px;
    line-height: 1
}

.bdt-ep-advanced-calculator .bdt-radio-inline-yes .elementor-field-option {
    padding-left: 10px;
    flex-basis: auto
}

.bdt-ep-advanced-counter {
    text-align: center
}

.bdt-ep-advanced-counter-icon {
    display: inline-flex;
    transition: all 350ms cubic-bezier(.24,.85,.58,1);
    color: #818a91;
    font-size: 48px;
    position: relative;
    box-sizing: content-box
}

    .bdt-ep-advanced-counter-icon:hover {
        color: #818a91
    }

    .bdt-ep-advanced-counter-icon i, .bdt-ep-advanced-counter-icon img {
        position: relative;
        display: block;
        transition: transform 350ms cubic-bezier(.24,.85,.58,1);
        z-index: 1
    }

        .bdt-ep-advanced-counter-icon i:before, .bdt-ep-advanced-counter-icon img:before {
            position: absolute;
            right: 50%;
            transform: translateX(50%)
        }

    .bdt-ep-advanced-counter-icon i, .bdt-ep-advanced-counter-icon svg {
        width: 1em;
        height: 1em
    }

.bdt-ep-advanced-counter-separator-wrap {
    margin-bottom: 24px;
    line-height: 1
}

    .bdt-ep-advanced-counter-separator-wrap > * {
        height: auto
    }

    .bdt-ep-advanced-counter-separator-wrap > svg [stroke*='#'] {
        stroke: currentcolor
    }

.bdt-ep-advanced-counter-separator {
    border-top: 4px solid #ddd;
    display: inline-block;
    width: 100px
}

.bdt-ep-advanced-counter-indicator {
    -webkit-transform: translate(var(--ep-indicator-h-offset,0),var(--ep-indicator-v-offset,0)) rotate(var(--ep-indicator-rotate,0));
    transform: translate(var(--ep-indicator-h-offset,0),var(--ep-indicator-v-offset,0)) rotate(var(--ep-indicator-rotate,0))
}

.bdt-icon-effect-none .bdt-ep-advanced-counter-icon:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    top: 0;
    right: 0
}

.bdt-icon-effect-none .bdt-ep-advanced-counter:hover .bdt-ep-advanced-counter-icon:after {
    opacity: 1
}

.bdt-icon-effect-a .bdt-ep-advanced-counter-icon:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    top: 0;
    right: 0;
    border-radius: 200px
}

.bdt-icon-effect-a .bdt-ep-advanced-counter:hover .bdt-ep-advanced-counter-icon {
    background-color: #fff0
}

    .bdt-icon-effect-a .bdt-ep-advanced-counter:hover .bdt-ep-advanced-counter-icon:after {
        opacity: 1;
        transform: scale(1.5)
    }

.bdt-icon-effect-g .bdt-ep-advanced-counter-icon:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 0;
    height: 103%;
    top: 50%;
    right: 50%;
    z-index: -1;
    opacity: 0;
    transform: translateX(50%) translateY(-50%)
}

.bdt-icon-effect-g .bdt-ep-advanced-counter:hover .bdt-ep-advanced-counter-icon {
    background-color: #fff0
}

    .bdt-icon-effect-g .bdt-ep-advanced-counter:hover .bdt-ep-advanced-counter-icon:after {
        width: 90%;
        opacity: 1
    }

.bdt-icon-effect-b .bdt-ep-advanced-counter-icon {
    overflow: hidden
}

    .bdt-icon-effect-b .bdt-ep-advanced-counter-icon:after {
        content: '';
        position: absolute;
        transition: all .3s ease-out;
        width: 100%;
        height: 0;
        top: 50%;
        right: 50%;
        opacity: 0;
        z-index: -1;
        transform: translateX(50%) translateY(-50%) rotate(-45deg)
    }

.bdt-icon-effect-b .bdt-ep-advanced-counter:hover .bdt-ep-advanced-counter-icon {
    background-color: #fff0
}

    .bdt-icon-effect-b .bdt-ep-advanced-counter:hover .bdt-ep-advanced-counter-icon:after {
        height: 260%;
        opacity: 1
    }

.bdt-icon-effect-c .bdt-ep-advanced-counter-icon:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 101%;
    height: 0;
    top: 50%;
    right: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(50%) translateY(-50%)
}

.bdt-icon-effect-c .bdt-ep-advanced-counter:hover .bdt-ep-advanced-counter-icon {
    background-color: #fff0
}

    .bdt-icon-effect-c .bdt-ep-advanced-counter:hover .bdt-ep-advanced-counter-icon:after {
        height: 75%;
        opacity: 1
    }

.bdt-icon-effect-d .bdt-ep-advanced-counter-icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
    transform: rotate3d(0,0,1,45deg) translate3d(0,-3em,0);
    transform-origin: 100% 100%;
    transition: transform .3s,opacity .3s,background-color .3s
}

.bdt-icon-effect-d .bdt-ep-advanced-counter:hover .bdt-ep-advanced-counter-icon {
    background-color: #fff0
}

    .bdt-icon-effect-d .bdt-ep-advanced-counter:hover .bdt-ep-advanced-counter-icon:after {
        opacity: 1;
        transform: rotate3d(0,0,1,0deg);
        transition-timing-function: cubic-bezier(.2,1,.3,1)
    }

.bdt-icon-effect-e .bdt-ep-advanced-counter-icon:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
    height: 0;
    top: 0;
    right: 0;
    z-index: -1
}

.bdt-icon-effect-e .bdt-ep-advanced-counter:hover .bdt-ep-advanced-counter-icon {
    background-color: #fff0
}

    .bdt-icon-effect-e .bdt-ep-advanced-counter:hover .bdt-ep-advanced-counter-icon:after {
        height: 100%
    }

.bdt-icon-effect-f .bdt-ep-advanced-counter-icon:after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all .3s ease-out;
    background: #666;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0
}

.bdt-icon-effect-f .bdt-ep-advanced-counter:hover .bdt-ep-advanced-counter-icon {
    background-color: #fff0
}

    .bdt-icon-effect-f .bdt-ep-advanced-counter:hover .bdt-ep-advanced-counter-icon:after {
        width: 100%
    }

.bdt-ep-advanced-counter {
    text-align: center
}

.bdt-ep-advanced-counter-number {
    font-weight: 700;
    font-size: 48px;
    color: #4d535f
}

    .bdt-ep-advanced-counter-number a {
        color: inherit
    }

.bdt-ep-advanced-counter-text {
    margin-top: 0;
    margin-bottom: 0;
    color: #999ea7;
    font-weight: 400
}

.elementor-widget-bdt-advanced-counter h1:not(.site-title):before, .elementor-widget-bdt-advanced-counter h2:before {
    content: '';
    display: none
}

.bdt-ep-advanced-counter-icon-heading {
    margin-bottom: 20px
}

    .bdt-ep-advanced-counter-icon-heading .bdt-ep-advanced-counter-number {
        margin-bottom: 0;
        margin-top: 0
    }

.bdt-ep-advanced-counter-number {
    font-weight: 700;
    font-size: 48px
}

    .bdt-ep-advanced-counter-number a {
        color: inherit
    }

.bdt-ep-advanced-counter-text {
    margin-bottom: 0
}

@media (min-width:768px) {
    .elementor-position-left .bdt-ep-advanced-counter {
        text-align: right;
        flex-direction: row
    }

    .elementor-position-left .bdt-ep-advanced-counter-icon-wrap {
        flex: 0 0 auto
    }

    .elementor-position-right .bdt-ep-advanced-counter {
        text-align: left;
        flex-direction: row-reverse
    }

    .elementor-position-right .bdt-ep-advanced-counter-icon-wrap {
        flex: 0 0 auto
    }

    .elementor-position-top .bdt-ep-advanced-counter-img {
        margin: auto
    }

    .elementor-position-top .bdt-ep-advanced-counter-icon-wrap {
        display: inline-block
    }

    .elementor-vertical-align-top .bdt-ep-advanced-counter {
        align-items: flex-start
    }

    .elementor-vertical-align-middle .bdt-ep-advanced-counter {
        align-items: center
    }

    .elementor-vertical-align-bottom .bdt-ep-advanced-counter {
        align-items: flex-end
    }

    .bdt-ep-advanced-counter-indicator {
        position: absolute;
        right: 100%;
        top: 0;
        width: 150px;
        height: auto;
        transform-origin: center center;
        z-index: 10
    }

        .bdt-ep-advanced-counter-indicator svg {
            height: auto;
            width: 100%
        }
}

@media (max-width:767px) {
    .bdt-ep-advanced-counter-icon-wrap {
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 15px
    }

    .bdt-icon-type-image .-wrap-wrapxxx {
        width: auto
    }

    .elementor-position-left .bdt-ep-advanced-counter-icon-heading, .elementor-position-right .bdt-ep-advanced-counter-icon-heading {
        flex-direction: column
    }
}

.bdt-ep-advanced-divider {
    overflow: hidden;
    -webkit-transform: translate(var(--ep-advanced-divider-h-offset,0),var(--ep-advanced-divider-v-offset,0)) rotate(var(--ep-advanced-divider-rotate,0));
    transform: translate(var(--ep-advanced-divider-h-offset,0),var(--ep-advanced-divider-v-offset,0)) rotate(var(--ep-advanced-divider-rotate,0))
}

    .bdt-ep-advanced-divider svg * {
        stroke: #798184;
        fill: none !important
    }

    .bdt-ep-advanced-divider svg {
        max-width: 100%
    }

        .bdt-ep-advanced-divider svg.ep_round {
            stroke-linecap: round
        }

        .bdt-ep-advanced-divider svg.ep_square {
            stroke-linecap: square
        }

        .bdt-ep-advanced-divider svg.ep_butt {
            stroke-linecap: butt
        }

:root {
    --map-list-height: 360px;
    --search-height: 80px
}

.bdt-advanced-map {
    height: 100%;
    overflow: hidden
}

    .bdt-advanced-map .bdt-grid-wrap {
        display: block
    }

    .bdt-advanced-map .bdt-advanced-gmap {
        display: block;
        width: 100% !important;
        height: var(--map-list-height) !important;
        margin-bottom: 30px;
        border-radius: 5px
    }

    .bdt-advanced-map .bdt-advanced-map-wrapper {
        width: 100%
    }

    .bdt-advanced-map .bdt-gmap-lists-wrapper {
        width: 100%
    }

    .bdt-advanced-map .bdt-gmap-lists {
        margin: 0;
        padding: 0;
        list-style: none;
        height: 300px;
        overflow: auto
    }

.bdt-gmap-lists-wrapper {
    background: #f1f1f1
}

    .bdt-gmap-lists-wrapper .bdt-gmap-search-wrapper {
        margin-bottom: 0
    }

        .bdt-gmap-lists-wrapper .bdt-gmap-search-wrapper .bdt-search-default {
            padding: 0 20px;
            display: flex;
            align-items: center;
            height: var(--search-height);
            width: 100%
        }

            .bdt-gmap-lists-wrapper .bdt-gmap-search-wrapper .bdt-search-default .search-box {
                width: 100%
            }

.bdt-advanced-map .bdt-gmap-list-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e0e0;
    padding: 10px 20px;
    cursor: pointer
}

    .bdt-advanced-map .bdt-gmap-list-item:nth-last-child(1) {
        border-bottom: 0
    }

    .bdt-advanced-map .bdt-gmap-list-item:nth-last-child(1) {
        margin-bottom: 0
    }

.bdt-advanced-map .bdt-gmap-image-wrapper img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%
}

.bdt-advanced-map .scroll-content {
    display: flex;
    height: 100%;
    flex-direction: column
}

.bdt-advanced-map .bdt-gmap-list-content {
    padding-right: 15px
}

.bdt-advanced-map .bdt-title {
    margin: 0;
    line-height: 0;
    font-size: 15px;
    padding-bottom: 8px;
    color: #212326;
    font-weight: 500
}

.bdt-advanced-map .bdt-place {
    line-height: 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #9494a4
}

.bdt-advanced-map .form-control {
    height: 40px;
    width: 100%;
    text-transform: capitalize;
    padding: 0 13px;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    outline: none;
    border-radius: 5px
}

    .bdt-advanced-map .form-control:focus {
        border: 1px solid #bdbbbb
    }

.bdt-advanced-map.bdt-direction-left .bdt-gmap-lists {
    overflow-y: auto;
    direction: ltr
}

    .bdt-advanced-map.bdt-direction-left .bdt-gmap-lists .bdt-gmap-list-item {
        direction: rtl
    }

.bdt-advanced-map .bdt-gmap-lists::-webkit-scrollbar {
    width: 5px
}

.bdt-advanced-map .bdt-gmap-lists::-webkit-scrollbar-track {
    background: #f1f1f1
}

.bdt-advanced-map .bdt-gmap-lists::-webkit-scrollbar-thumb {
    background: #c8c8c8
}

    .bdt-advanced-map .bdt-gmap-lists::-webkit-scrollbar-thumb:hover {
        background: #afaeae
    }

.bdt-map-tooltip-view {
    width: 210px
}

.bdt-map-tooltip-bottom-footer {
    padding-top: 10px
}

    .bdt-map-tooltip-bottom-footer .bdt-tooltip-title {
        margin: 0;
        padding-bottom: 0;
        font-size: 18px;
        font-weight: 500
    }

    .bdt-map-tooltip-bottom-footer .bdt-tooltip-place {
        margin: 0;
        padding-bottom: 10px;
        font-size: 12px;
        font-weight: 500
    }

    .bdt-map-tooltip-bottom-footer span {
        font-size: 12px;
        text-transform: capitalize;
        color: #524b4b
    }

@media (min-width:768px) {
    .bdt-advanced-map .bdt-advanced-gmap {
        height: var(--map-list-height);
        margin-bottom: 0
    }

    .bdt-advanced-map.bdt-direction-left .bdt-grid-wrap {
        flex-direction: row-reverse
    }

    .bdt-advanced-map .bdt-grid-wrap {
        display: flex
    }

    .bdt-advanced-map .bdt-gmap-lists-wrapper {
        width: 50%
    }

    .bdt-advanced-map.bdt-has-lists-search-yes .bdt-gmap-lists {
        height: calc(var(--map-list-height) - var(--search-height))
    }

    .bdt-advanced-map .bdt-gmap-lists {
        height: var(--map-list-height)
    }
}

.bdt-ep-advanced-heading {
    position: relative
}

    .bdt-ep-advanced-heading a {
        color: inherit
    }

        .bdt-ep-advanced-heading a:hover {
            color: inherit
        }

.bdt-ep-advanced-heading-title {
    margin: 0;
    padding: 0
}

.bdt-ep-advanced-heading-sub-title, .bdt-ep-advanced-heading-main-title {
    z-index: 1;
    position: relative
}

.bdt-ep-advanced-heading-sub-title {
    display: inline-flex;
    line-height: 1
}

    .bdt-ep-advanced-heading-sub-title svg {
        width: 1em;
        height: 1em;
        fill: #3b3f42
    }

    .bdt-ep-advanced-heading-sub-title.bdt-line-bottom {
        flex-direction: column
    }

.bdt-ep-advanced-heading-main-title > .bdt-ep-advanced-heading-main-title-inner, .bdt-ep-advanced-heading-main-title > .bdt-mainh-split-text {
    display: inline-block;
    box-sizing: border-box
}

.bdt-ep-advanced-heading-sub-title-content {
    display: inline-flex
}

    .bdt-ep-advanced-heading-sub-title-content span {
        display: inline-flex
    }

.bdt-ep-advanced-heading-main-title {
    display: inline-block;
    vertical-align: middle
}

    .bdt-ep-advanced-heading-sub-title .line, .bdt-ep-advanced-heading-main-title .line {
        background-color: transparent !important
    }

        .bdt-ep-advanced-heading-sub-title .line:after, .bdt-ep-advanced-heading-main-title .line:after {
            content: "";
            background-color: #1e87f0;
            height: 2px;
            width: 40px;
            display: inline-block;
            vertical-align: middle
        }

        .bdt-ep-advanced-heading-sub-title .line.bdt-button-icon-align-bottom, .bdt-ep-advanced-heading-main-title .line.bdt-button-icon-align-bottom {
            line-height: 0;
            display: block
        }

.bdt-ep-advanced-heading-content {
    color: rgb(156 156 156 / .12);
    z-index: 0;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    bottom: 0;
    width: 100%;
    transition: all .3s ease-out;
    position: absolute
}

    .bdt-ep-advanced-heading-content > div {
        display: inline-block
    }

.bdt-main-text-stroke--yes .bdt-ep-advanced-heading .bdt-ep-advanced-heading-main-title span {
    color: transparent !important;
    -webkit-text-stroke: 1px #333
}

.bdt-advanced-text-stroke--yes .bdt-ep-advanced-heading .bdt-ep-advanced-heading-content > div {
    color: transparent !important;
    -webkit-text-stroke: 1px rgb(156 156 156 / .12)
}

.bdt-ep-main-color-yes .bdt-ep-advanced-heading-main-title-inner {
    background-color: #fff0;
    background-image: linear-gradient(-240deg,#0E83CD 0,#8062d4 100%);
    background-clip: text;
    text-fill-color: #fff0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    color: #fff0
}

.bdt-ep-advanced-color-yes .bdt-ep-advanced-heading-content > * {
    background-color: #fff0;
    background-image: linear-gradient(-240deg,#0E83CD 0,#8062d4 100%);
    background-clip: text;
    text-fill-color: #fff0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.bdt-ep-ah-title-multi-color-yes .bdt-ep-advanced-heading-main-title-inner {
    line-break: anywhere
}

@supports (-ms-ime-align:auto) {
    .bdt-ep-main-color-yes .bdt-ep-advanced-heading-main-title > div, .bdt-ep-advanced-color-yes .bdt-ep-advanced-heading-content > div {
        background-attachment: scroll !important
    }
}

@supports (-moz-appearance:none) {
    .bdt-ep-main-color-yes .bdt-ep-advanced-heading-main-title > div, .bdt-ep-advanced-color-yes .bdt-ep-advanced-heading-content > div {
        background-attachment: scroll !important
    }
}

.bdt-ep-advanced-heading-content > div {
    -webkit-transform: translate(var(--ep-advanced-heading-pos-x,0),var(--ep-advanced-heading-pos-y,0)) rotate(var(--ep-advanced-heading-rotate,0));
    transform: translate(var(--ep-advanced-heading-pos-x,0),var(--ep-advanced-heading-pos-y,0)) rotate(var(--ep-advanced-heading-rotate,0))
}

.bdt-ep-advanced-icon-box {
    text-align: center
}

.bdt-ep-advanced-icon-box-title {
    font-weight: 700;
    font-size: 1.25rem
}

    .bdt-ep-advanced-icon-box-title a {
        color: inherit
    }

.bdt-ep-advanced-icon-box-description {
    margin-bottom: 20px
}

    .bdt-ep-advanced-icon-box-description p {
        margin: 0
    }

.bdt-ep-advanced-icon-box-sub-title {
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 20px;
    transition: all .25s ease
}

.bdt-ep-advanced-icon-box-icon-heading {
    margin-bottom: 20px
}

    .bdt-ep-advanced-icon-box-icon-heading .bdt-ep-advanced-icon-box-title, .bdt-ep-advanced-icon-box-icon-heading .bdt-ep-advanced-icon-box-sub-title {
        margin-bottom: 0;
        margin-top: 0
    }

.bdt-ep-advanced-icon-box-icon-wrap {
    display: inline-flex;
    line-height: 1;
    transition: all 350ms cubic-bezier(.24,.85,.58,1);
    color: #818a91;
    font-size: 48px;
    position: relative;
    box-sizing: content-box
}

    .bdt-ep-advanced-icon-box-icon-wrap:hover {
        color: #818a91
    }

        .bdt-ep-advanced-icon-box-icon-wrap:hover svg {
            fill: #818a91
        }

    .bdt-ep-advanced-icon-box-icon-wrap i, .bdt-ep-advanced-icon-box-icon-wrap svg, .bdt-ep-advanced-icon-box-icon-wrap img {
        position: relative;
        display: block;
        transition: transform 350ms cubic-bezier(.24,.85,.58,1);
        z-index: 1;
        margin: auto
    }

        .bdt-ep-advanced-icon-box-icon-wrap i:before, .bdt-ep-advanced-icon-box-icon-wrap svg:before, .bdt-ep-advanced-icon-box-icon-wrap img:before {
            position: absolute;
            right: 50%;
            transform: translateX(50%)
        }

    .bdt-ep-advanced-icon-box-icon-wrap i, .bdt-ep-advanced-icon-box-icon-wrap svg {
        width: 1em;
        height: 1em
    }

    .bdt-ep-advanced-icon-box-icon-wrap svg {
        fill: #818a91
    }

.bdt-ep-advanced-icon-box-readmore-fullwidth-yes .bdt-ep-advanced-icon-box-readmore {
    display: block !important
}

.bdt-ep-advanced-icon-box-readmore {
    display: inline-block
}

    .bdt-ep-advanced-icon-box-readmore svg {
        height: 1em;
        width: 1em
    }

.bdt-ep-advanced-icon-box-separator-wrap {
    overflow: hidden;
    margin-bottom: 24px;
    line-height: 1
}

    .bdt-ep-advanced-icon-box-separator-wrap > * {
        height: auto
    }

    .bdt-ep-advanced-icon-box-separator-wrap > svg [stroke*='#'] {
        stroke: currentcolor
    }

    .bdt-ep-advanced-icon-box-separator-wrap img {
        display: none
    }

    .bdt-ep-advanced-icon-box-separator-wrap svg * {
        stroke: #798184
    }

    .bdt-ep-advanced-icon-box-separator-wrap svg.ep_round {
        stroke-linecap: round
    }

    .bdt-ep-advanced-icon-box-separator-wrap svg.ep_square {
        stroke-linecap: square
    }

    .bdt-ep-advanced-icon-box-separator-wrap svg.ep_butt {
        stroke-linecap: butt
    }

.bdt-ep-advanced-icon-box-separator {
    border-top: 4px solid #ddd;
    display: inline-block;
    width: 100px
}

.bdt-ep-advanced-icon-box-indicator {
    pointer-events: none;
    -webkit-transform: translate(var(--ep-advanced-icon-box-indicator-h-offset,0),var(--ep-advanced-icon-box-indicator-v-offset,0)) rotate(var(--ep-advanced-icon-box-indicator-rotate,0));
    transform: translate(var(--ep-advanced-icon-box-indicator-h-offset,0),var(--ep-advanced-icon-box-indicator-v-offset,0)) rotate(var(--ep-advanced-icon-box-indicator-rotate,0))
}

.rtl .bdt-ep-advanced-icon-box-indicator svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.bdt-ep-advanced-icon-box-badge {
    -webkit-transform: translate(var(--ep-advanced-icon-box-badge-h-offset,0),var(--ep-advanced-icon-box-badge-v-offset,0)) rotate(var(--ep-advanced-icon-box-badge-rotate,0));
    transform: translate(var(--ep-advanced-icon-box-badge-h-offset,0),var(--ep-advanced-icon-box-badge-v-offset,0)) rotate(var(--ep-advanced-icon-box-badge-rotate,0))
}

.elementor-position-top .bdt-ep-advanced-icon-box-icon {
    -webkit-transform: translate(var(--ep-advanced-icon-box-icon-top-h-offset,0),var(--ep-advanced-icon-box-icon-top-v-offset,0));
    transform: translate(var(--ep-advanced-icon-box-icon-top-h-offset,0),var(--ep-advanced-icon-box-icon-top-v-offset,0))
}

.elementor-position-top .bdt-ep-advanced-icon-box-content {
    margin-top: var(--ep-advanced-icon-box-icon-top-v-offset,0)
}

.elementor-position-bottom .bdt-ep-advanced-icon-box-icon {
    -webkit-transform: translate(var(--ep-advanced-icon-box-icon-bottom-h-offset,0),var(--ep-advanced-icon-box-icon-bottom-v-offset,0));
    transform: translate(var(--ep-advanced-icon-box-icon-bottom-h-offset,0),var(--ep-advanced-icon-box-icon-bottom-v-offset,0))
}

.elementor-position-bottom .bdt-ep-advanced-icon-box-content {
    margin-bottom: calc(-1 * var(--ep-advanced-icon-box-icon-bottom-v-offset, 0))
}

.elementor-position-left .bdt-ep-advanced-icon-box-icon, .elementor-position-right .bdt-ep-advanced-icon-box-icon {
    -webkit-transform: translate(var(--ep-advanced-icon-box-icon-left-h-offset,0),var(--ep-advanced-icon-box-icon-left-v-offset,0));
    transform: translate(var(--ep-advanced-icon-box-icon-left-h-offset,0),var(--ep-advanced-icon-box-icon-left-v-offset,0))
}

.bdt-icon-effect-none .bdt-ep-advanced-icon-box-icon-wrap:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    top: 0;
    right: 0
}

.bdt-icon-effect-none:hover .bdt-ep-advanced-icon-box-icon-wrap:after {
    opacity: 1
}

.bdt-icon-effect-a .bdt-ep-advanced-icon-box-icon-wrap:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    top: 0;
    right: 0;
    border-radius: 200px;
    background-color: #d5dadf
}

.bdt-icon-effect-a:hover .bdt-ep-advanced-icon-box-icon-wrap {
    background-color: #fff0
}

    .bdt-icon-effect-a:hover .bdt-ep-advanced-icon-box-icon-wrap:after {
        opacity: 1;
        transform: scale(1.5)
    }

.bdt-icon-effect-b .bdt-ep-advanced-icon-box-icon-wrap {
    overflow: hidden
}

    .bdt-icon-effect-b .bdt-ep-advanced-icon-box-icon-wrap:after {
        content: '';
        position: absolute;
        transition: all .3s ease-out;
        width: 100%;
        height: 0;
        top: 50%;
        right: 50%;
        opacity: 0;
        z-index: -1;
        transform: translateX(50%) translateY(-50%) rotate(-45deg);
        background-color: #d5dadf
    }

.bdt-icon-effect-b:hover .bdt-ep-advanced-icon-box-icon-wrap {
    background-color: #fff0
}

    .bdt-icon-effect-b:hover .bdt-ep-advanced-icon-box-icon-wrap:after {
        height: 260%;
        opacity: 1
    }

.bdt-icon-effect-c .bdt-ep-advanced-icon-box-icon-wrap:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 101%;
    height: 0;
    top: 50%;
    right: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(50%) translateY(-50%);
    background-color: #d5dadf
}

.bdt-icon-effect-c:hover .bdt-ep-advanced-icon-box-icon-wrap {
    background-color: #fff0
}

    .bdt-icon-effect-c:hover .bdt-ep-advanced-icon-box-icon-wrap:after {
        height: 75%;
        opacity: 1
    }

.bdt-icon-effect-d .bdt-ep-advanced-icon-box-icon-wrap {
    overflow: hidden
}

    .bdt-icon-effect-d .bdt-ep-advanced-icon-box-icon-wrap:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 150%;
        height: 100%;
        z-index: -1;
        transform: rotate3d(0,0,1,45deg) translate3d(0,-3em,0);
        transform-origin: 100% 100%;
        transition: transform .3s,opacity .3s,background-color .3s;
        background-color: #d5dadf
    }

.bdt-icon-effect-d:hover .bdt-ep-advanced-icon-box-icon-wrap {
    background-color: #fff0
}

    .bdt-icon-effect-d:hover .bdt-ep-advanced-icon-box-icon-wrap:after {
        opacity: 1;
        transform: rotate3d(0,0,1,0deg);
        transition-timing-function: cubic-bezier(.2,1,.3,1)
    }

.bdt-icon-effect-e .bdt-ep-advanced-icon-box-icon-wrap:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
    height: 0;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #d5dadf
}

.bdt-icon-effect-e:hover .bdt-ep-advanced-icon-box-icon-wrap {
    background-color: #fff0
}

    .bdt-icon-effect-e:hover .bdt-ep-advanced-icon-box-icon-wrap:after {
        height: 100%
    }

.bdt-readmore-on-hover-yes .bdt-ep-advanced-icon-box-readmore {
    margin-top: 26px;
    position: absolute;
    -webkit-transform: translate(var(--ep-advanced-icon-box-readmore-h-offset,0),var(--ep-advanced-icon-box-readmore-v-offset,0));
    transform: translate(var(--ep-advanced-icon-box-readmore-h-offset,0),var(--ep-advanced-icon-box-readmore-v-offset,0));
    opacity: 0;
    transition: opacity 350ms cubic-bezier(.24,.85,.58,1)
}

.bdt-readmore-on-hover-yes:hover .bdt-ep-advanced-icon-box-readmore {
    opacity: 1
}

.bdt-global-link-yes .bdt-ep-advanced-icon-box:hover {
    cursor: pointer
}

.bdt-title-link-yes .bdt-ep-advanced-icon-box-title:hover {
    cursor: pointer
}

@media (min-width:768px) {
    .elementor-position-left .bdt-ep-advanced-icon-box {
        display: flex;
        text-align: right;
        flex-direction: row
    }

    .elementor-position-left .bdt-ep-advanced-icon-box-icon {
        flex: 0 0 auto
    }

    .elementor-position-right .bdt-ep-advanced-icon-box {
        display: flex;
        text-align: left;
        flex-direction: row-reverse
    }

    .elementor-position-right .bdt-ep-advanced-icon-box-icon {
        flex: 0 0 auto
    }

    .elementor-position-top .bdt-ep-advanced-icon-box-img {
        margin: auto
    }

    .elementor-position-top .bdt-ep-advanced-icon-box-icon {
        display: inline-block
    }

    .elementor-position-bottom .bdt-ep-advanced-icon-box {
        display: flex;
        flex-direction: column-reverse
    }

    .elementor-vertical-align-top .bdt-ep-advanced-icon-box {
        align-items: flex-start
    }

    .elementor-vertical-align-middle .bdt-ep-advanced-icon-box {
        align-items: center
    }

    .elementor-vertical-align-bottom .bdt-ep-advanced-icon-box {
        align-items: flex-end
    }

    .bdt-ep-advanced-icon-box-indicator {
        position: absolute;
        right: 100%;
        top: 0;
        width: 150px;
        height: auto;
        transform-origin: center center;
        z-index: 10
    }

        .bdt-ep-advanced-icon-box-indicator svg {
            height: auto;
            width: 100%
        }
}

.bdt-ep-advanced-image-gallery {
    position: relative
}

    .bdt-ep-advanced-image-gallery .bdt-overlay {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        text-align: center;
        z-index: 1
    }

    .bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link {
        position: relative;
        display: flex;
        width: 100%;
        overflow: hidden;
        color: #fff;
        font-size: 42px
    }

        .bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link:hover {
            color: #fff;
            background-color: #fff0
        }

            .bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link:hover span {
                color: rgb(255 255 255 / .7)
            }

            .bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link:hover svg {
                fill: #fff
            }

        .bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link.icon-type-icon span {
            display: inline-flex;
            transition: transform .3s cubic-bezier(0,.36,.38,1.01)
        }

        .bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link.icon-type-icon:hover span {
            transform: rotate(-90deg)
        }

        .bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link.icon-type-text {
            border: 2px solid #fff
        }

        .bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link span.bdt-text {
            padding: 3px 15px;
            color: #fff;
            font-size: 13px;
            font-weight: 700
        }

        .bdt-ep-advanced-image-gallery:not(.bdt-ep-advanced-image-gallery-skin-hidden) .bdt-ep-advanced-image-gallery-item-link svg {
            width: 1em;
            height: 1em;
            fill: #fff
        }

.bdt-spotlite-mode:hover .bdt-ep-advanced-image-gallery-item:not(:hover):after {
    background-color: rgb(0 0 0 / .5)
}

.bdt-spotlite-mode .bdt-ep-advanced-image-gallery-item {
    transition: all .3s ease
}

    .bdt-spotlite-mode .bdt-ep-advanced-image-gallery-item:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #fff0;
        transition: all .3s ease;
        z-index: 0;
        pointer-events: none
    }

.bdt-spotlite-mode .bdt-ep-advanced-image-gallery-content {
    z-index: 1
}

.bdt-ep-advanced-image-gallery-item {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    transition-property: transform,opacity;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0;
    text-align: center
}

    .bdt-ep-advanced-image-gallery-item:hover {
        z-index: 1
    }

    .bdt-ep-advanced-image-gallery-item .bdt-overlay-default {
        background: rgb(0 0 0 / .4)
    }

.bdt-ep-advanced-image-gallery-item-caption {
    margin: 0;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 700
}

.bdt-ep-advanced-image-gallery-thumbnail {
    overflow: hidden
}

    .bdt-ep-advanced-image-gallery-thumbnail img {
        width: 100%;
        object-fit: cover;
        vertical-align: top
    }

.bdt-ep-advanced-image-gallery-inner {
    position: relative;
    overflow: hidden
}

.bdt-caption-all-time-yes .bdt-ep-advanced-image-gallery-item-caption {
    padding: 15px;
    margin-top: 0;
    background-color: #f7f8f9
}

.bdt-caption-all-time-yes .bdt-caption-position-default {
    display: block !important
}

.bdt-ep-advanced-image-gallery-skin-default {
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap
}

.bdt-ep-advanced-image-gallery.bdt-ep-advanced-image-gallery-skin-hidden .bdt-hidden-gallery-button {
    display: inline-block;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    transition: all .3s ease
}

    .bdt-ep-advanced-image-gallery.bdt-ep-advanced-image-gallery-skin-hidden .bdt-hidden-gallery-button svg {
        width: 1em;
        height: 1em;
        fill: #666
    }

@media (max-width:767px) {
    .elementor-widget-bdt-advanced-image-gallery {
        overflow: hidden
    }
}

.jgallery {
    display: block;
    will-change: width,height;
    min-height: 1px
}

    .jgallery > .jgalleryItem {
        will-change: left,top,width,height,opacity,transform
    }

    .jgallery > *:not(.jgalleryItem) {
        visibility: hidden
    }

    .jgallery .jgalleryItemHidden {
        display: none
    }

    .jgallery .jgalleryImage {
        vertical-align: middle;
        width: 100%;
        height: 100%
    }

    .jgallery.jgalleryAnimated {
        height: 0;
        transition: height .4s
    }

        .jgallery.jgalleryAnimated .jgalleryItem {
            transition: all .4s
        }

        .jgallery.jgalleryAnimated .jgalleryItemInitialToVisible {
            animation-name: jgalleryItemInitialToVisibleAnimation;
            animation-fill-mode: forwards;
            animation-duration: .4s
        }

        .jgallery.jgalleryAnimated .jgalleryItemHiddenToVisible {
            animation-name: jgalleryItemHiddenToVisibleAnimation;
            animation-fill-mode: forwards;
            animation-duration: .4s
        }

        .jgallery.jgalleryAnimated .jgalleryItemVisibleToHidden {
            animation-name: jgalleryItemVisibleToHiddenAnimation;
            animation-fill-mode: forwards;
            animation-duration: .4s
        }

@keyframes jgalleryItemInitialToVisibleAnimation {
    0% {
        opacity: 0;
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes jgalleryItemHiddenToVisibleAnimation {
    0% {
        opacity: 0;
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes jgalleryItemVisibleToHiddenAnimation {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(.9)
    }
}

.jgallery .jgalleryItem {
    opacity: 1
}

.jgallery.jgalleryItemLoading {
    opacity: .3;
    box-shadow: inset 0 0 15px -5px #666
}

    .jgallery.jgalleryItemLoading::before {
        content: " ";
        position: absolute;
        right: 50%;
        top: 50%;
        width: 50px;
        height: 50px;
        margin: -25px -25px 0 0;
        padding: 0;
        z-index: 1;
        opacity: 1;
        background: none;
        border: 2px solid;
        border-color: #fff0 #000 #000 #fff0;
        border-radius: 50%;
        outline: none;
        animation-duration: 1s;
        animation-name: jgalleryProgressIndicator;
        animation-iteration-count: infinite;
        animation-timing-function: linear
    }

@keyframes jgalleryProgressIndicator {
    0% {
        transform: rotate(0deg);
        right: 50%
    }

    100% {
        transform: rotate(-360deg);
        right: 50%
    }
}

.bdt-ep-advanced-progress-bar-item {
    position: relative;
    margin-bottom: 1rem;
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.5em
}

.bdt-ep-advanced-progress-bar-level {
    display: flex;
    height: .625rem;
    font-size: .75rem;
    background-color: #F8F8F8;
    border-radius: 0
}

.bdt-ep-advanced-progress-bar-fill {
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #1E87F0;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / .15);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / .15);
    -webkit-transition: width .8s ease;
    -o-transition: width .8s ease;
    transition: width .8s ease
}

.default .bdt-ep-advanced-progress-bar-parcentage {
    float: left
}

.bdt-progress-fill-striped .bdt-ep-advanced-progress-bar-fill {
    background-image: linear-gradient(-45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.bdt-progress-animated .bdt-ep-advanced-progress-bar-fill {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.bdt-progress-rainbow-animate .bdt-ep-advanced-progress-bar-fill {
    background: linear-gradient(-270deg,#9400d3,indigo,#00f,#0f0,#ff0,#ff7f00,red);
    background-size: 300% 300%;
    -webkit-animation: animateRainbow 40s ease infinite;
    animation: animateRainbow 40s ease infinite
}

.bdt-progress-with-perc .bdt-ep-advanced-progress-bar-fill {
    position: relative;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.bdt-progress-with-perc .bdt-ep-advanced-progress-bar-parcentage {
    position: absolute;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    top: -42px;
    left: -15px;
    font-size: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff
}

    .bdt-progress-with-perc .bdt-ep-advanced-progress-bar-parcentage::before {
        background-color: #1E87F0;
        content: "";
        height: 35px;
        width: 35px;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: -9;
        border-radius: 50% 50% 0 50%;
        transform: rotate(50deg) !important
    }

.bdt-progress-inner-perc .bdt-ep-advanced-progress-bar-level, .bdt-progress-inner-perc-and-name .bdt-ep-advanced-progress-bar-level {
    height: 1.75rem
}

.bdt-progress-inner-perc .bdt-ep-advanced-progress-bar-fill, .bdt-progress-inner-perc-and-name .bdt-ep-advanced-progress-bar-fill {
    padding: 5px 0
}

.bdt-progress-inner-perc .bdt-progress-content, .bdt-progress-inner-perc-and-name .bdt-progress-content {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bdt-progress-inner-perc-and-name .bdt-progress-content {
    display: flex;
    justify-content: space-between
}

.bdt-progress-inner-perc-and-name .bdt-ep-advanced-progress-bar-fill {
    padding: 5px 25px 5px 25px
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 100% 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 100% 0
    }
}

@-webkit-keyframes animateRainbow {
    0% {
        background-position: 100% 50%
    }

    50% {
        background-position: 0% 50%
    }

    100% {
        background-position: 100% 50%
    }
}

@keyframes animateRainbow {
    0% {
        background-position: 100% 50%
    }

    50% {
        background-position: 0% 50%
    }

    100% {
        background-position: 100% 50%
    }
}

.bdt-ep-animated-card-item {
    width: auto;
    max-width: 350px;
    margin: auto;
    height: 650px;
    transition: all .5s cubic-bezier(.77,0,.175,1);
    position: relative
}

.bdt-ep-animated-card-circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden
}

    .bdt-ep-animated-card-circle::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #f9fdff;
        clip-path: circle(120px at center);
        transition: all .5s cubic-bezier(.77,0,.175,1)
    }

.bdt-ep-animated-card-img-wrap {
    width: 100%;
    height: 100%
}

    .bdt-ep-animated-card-img-wrap img {
        height: 300px;
        width: 330px
    }

.bdt-ep-animated-card-img {
    position: absolute;
    top: 50%;
    object-fit: contain;
    pointer-events: none;
    transition: all .5s cubic-bezier(.77,0,.175,1)
}

.bdt-ep-animated-card-content {
    position: absolute;
    top: 0;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s cubic-bezier(.77,0,.175,1)
}

.bdt-ep-animated-card-sub-title {
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
    text-transform: capitalize;
    color: #f0f0f1;
    transition: all .3s ease;
    font-weight: 500
}

.bdt-ep-animated-card-title {
    margin: 0;
    font-size: 40px;
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #fff;
    transition: all .3s ease
}

.bdt-ep-animated-card-text {
    font-size: 15px;
    line-height: 1.6;
    color: rgb(246 246 246 / .671);
    padding-bottom: 10px
}

.bdt-ep-animated-card-btn {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    color: rgb(246 246 246 / .904);
    display: inline-flex;
    align-items: center;
    transition: all .3s ease
}

    .bdt-ep-animated-card-btn i, .bdt-ep-animated-card-btn svg {
        opacity: 0;
        transform: translateX(0);
        transition: all .3s cubic-bezier(.77,0,.175,1)
    }

    .bdt-ep-animated-card-btn:hover {
        color: #fff
    }

        .bdt-ep-animated-card-btn:hover i, .bdt-ep-animated-card-btn:hover svg {
            opacity: 1;
            transform: translateX(-10px)
        }

        .bdt-ep-animated-card-btn:hover svg {
            width: 1em;
            height: 1em;
            fill: rgb(246 246 246 / .904)
        }

    .bdt-ep-animated-card-btn svg {
        width: 1em;
        height: 1em;
        fill: rgb(246 246 246 / .904)
    }

.bdt-ep-animated-card:hover .bdt-ep-animated-card-circle::before {
    background: #1e87f0;
    clip-path: circle(1200px at center)
}

.bdt-ep-animated-card:hover .bdt-ep-animated-card-img {
    height: 300px;
    top: 75%
}

.bdt-ep-animated-card:hover .bdt-ep-animated-card-content {
    opacity: 1;
    visibility: visible
}

.bdt-style-1:hover .bdt-ep-animated-card-content {
    right: 0
}

.bdt-style-1:hover .bdt-ep-animated-card-img {
    right: 50%
}

.bdt-style-1 .bdt-ep-animated-card-img {
    right: 50%;
    transform: translate(50%,-50%)
}

.bdt-style-1 .bdt-ep-animated-card-content {
    right: 20%
}

.bdt-style-2:hover .bdt-ep-animated-card-content {
    left: 0
}

.bdt-style-2:hover .bdt-ep-animated-card-img {
    left: 50%
}

.bdt-style-2 .bdt-ep-animated-card-img {
    left: 50%;
    transform: translate(-50%,-50%)
}

.bdt-style-2 .bdt-ep-animated-card-content {
    left: 20%
}

@media (min-width:768px) {
    .bdt-ep-animated-card:hover .bdt-ep-animated-card-img {
        height: 500px;
        top: 50%
    }

    .bdt-ep-animated-card-item {
        width: 100%;
        height: 400px;
        max-width: unset
    }

        .bdt-ep-animated-card-item:hover .bdt-ep-animated-card-img {
            height: 500px;
            top: 50%
        }

    .bdt-ep-animated-card-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        max-width: 450px;
        padding: 40px
    }

    .bdt-ep-animated-card-img {
        top: 50%
    }

    .bdt-style-1 .bdt-ep-animated-card-content {
        right: 20%
    }

    .bdt-style-1:hover .bdt-ep-animated-card-img {
        right: 75%
    }

    .bdt-style-2:hover .bdt-ep-animated-card-img {
        left: 75%
    }
}

@media (min-width:1024px) {
    .bdt-ep-animated-card-content {
        max-width: 600px;
        padding: 70px
    }

    .bdt-style-1:hover .bdt-ep-animated-card-img {
        right: 80%
    }

    .bdt-style-2:hover .bdt-ep-animated-card-img {
        left: 80%
    }
}

.bdt-heading.bdt-heading-layout-animated {
    display: none
}

.bdt-heading a {
    color: inherit
}

    .bdt-heading a:hover {
        color: inherit
    }

.bdt-heading .typed-cursor {
    opacity: 1;
    font-weight: 100;
    animation: typed-blink .7s infinite
}

.bdt-heading .bdt-heading-tag span {
    font-family: inherit;
    font-weight: inherit;
    color: inherit
}

.bdt-animated-heading-gradient-yes .bdt-animated-heading {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

@keyframes typed-blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.bdt-ep-animated-link {
    cursor: pointer;
    font-size: 18px;
    position: relative;
    display: inline-flex;
    white-space: nowrap;
    color: #2d3035
}

    .bdt-ep-animated-link:before, .bdt-ep-animated-link:after {
        position: absolute;
        width: 100%;
        height: 1px;
        background: currentColor;
        top: 100%;
        right: 0;
        pointer-events: none
    }

    .bdt-ep-animated-link:before {
        content: ''
    }

.bdt-ep-animated-link--metis:before {
    transform-origin: 0% 50%;
    transform: scale3d(0,1,1);
    transition: transform .3s
}

.bdt-ep-animated-link--metis:hover:before {
    transform-origin: 100% 50%;
    transform: scale3d(1,1,1)
}

.bdt-ep-animated-link--io:before {
    transform-origin: 0% 50%;
    transform: scale3d(0,1,1);
    transition: transform .3s cubic-bezier(.7,0,.2,1)
}

.bdt-ep-animated-link--io:after {
    content: '';
    top: calc(100% + 4px);
    transform-origin: 100% 50%;
    transform: scale3d(0,1,1);
    transition: transform .3s cubic-bezier(.7,0,.2,1)
}

.bdt-ep-animated-link--io:hover:before {
    transform-origin: 100% 50%;
    transform: scale3d(1,1,1);
    transition-timing-function: cubic-bezier(.4,1,.8,1)
}

.bdt-ep-animated-link--io:hover:after {
    transform-origin: 0% 50%;
    transform: scale3d(1,1,1);
    transition-timing-function: cubic-bezier(.4,1,.8,1)
}

.bdt-ep-animated-link--thebe:before {
    transform-origin: 0% 50%;
    transform: scale3d(0,1,1);
    transition: transform .3s cubic-bezier(.2,1,.8,1)
}

.bdt-ep-animated-link--thebe:after {
    content: '';
    top: calc(100% + 4px);
    transform-origin: 0% 50%;
    transform: scale3d(0,1,1);
    transition: transform .4s .1s cubic-bezier(.2,1,.8,1)
}

.bdt-ep-animated-link--thebe:hover:before {
    transform-origin: 100% 50%;
    transform: scale3d(1,2,1);
    transition-timing-function: cubic-bezier(.7,0,.2,1)
}

.bdt-ep-animated-link--thebe:hover:after {
    transform-origin: 100% 50%;
    transform: scale3d(1,1,1);
    transition-timing-function: cubic-bezier(.7,0,.2,1)
}

.bdt-ep-animated-link--leda {
    overflow: hidden;
    line-height: 2
}

    .bdt-ep-animated-link--leda:before {
        height: 2px;
        top: calc(100% - 5px);
        transform-origin: 0% 50%;
        transform: scale3d(0,1,1);
        transition: transform .3s cubic-bezier(.5,.5,.3,1)
    }

    .bdt-ep-animated-link--leda:after {
        content: attr(data-text);
        height: 100%;
        top: 0;
        background: none;
        transform-origin: 0% 50%;
        transform: translate3d(-150%,0,0);
        transition: transform .3s cubic-bezier(.5,.5,.3,1)
    }

    .bdt-ep-animated-link--leda span {
        display: inline-block;
        transition: transform .3s cubic-bezier(.5,.5,.3,1)
    }

    .bdt-ep-animated-link--leda:hover:before {
        transform-origin: 100% 50%;
        transform: scale3d(1,1,1)
    }

    .bdt-ep-animated-link--leda:hover:after {
        transform: translate3d(0,0,0)
    }

    .bdt-ep-animated-link--leda:hover span {
        transform: translate3d(150%,0,0)
    }

.bdt-ep-animated-link--ersa {
    padding: 0 10px;
    letter-spacing: 1px;
    text-indent: 1px
}

    .bdt-ep-animated-link--ersa:before {
        top: 50%;
        height: 2px;
        transform-origin: 0% 50%;
        transform: scale3d(0,1,1);
        transition: transform .3s cubic-bezier(.4,1,.8,1)
    }

    .bdt-ep-animated-link--ersa span {
        display: inline-block;
        transition: transform .3s cubic-bezier(.4,1,.8,1)
    }

    .bdt-ep-animated-link--ersa:hover:before {
        transform-origin: 100% 50%;
        transform: scale3d(1,1,1)
    }

    .bdt-ep-animated-link--ersa:hover span {
        transform: scale3d(1.1,1.1,1.1)
    }

.bdt-ep-animated-link--elara:before {
    transform-origin: 50% 100%;
    transition: clip-path .3s,transform .3s cubic-bezier(.2,1,.8,1);
    clip-path: polygon(0% 0%,0% 100%,0 100%,0 0,100% 0,100% 100%,0 100%,0 100%,100% 100%,100% 0%)
}

.bdt-ep-animated-link--elara span {
    display: inline-block;
    transition: transform .3s cubic-bezier(.2,1,.8,1)
}

.bdt-ep-animated-link--elara:hover:before {
    transform: translate3d(0,2px,0) scale3d(1.08,3,1);
    clip-path: polygon(0% 0%,0% 100%,50% 100%,50% 0,50% 0,50% 100%,50% 100%,0 100%,100% 100%,100% 0%)
}

.bdt-ep-animated-link--elara:hover span {
    transform: translate3d(0,-2px,0)
}

.bdt-ep-animated-link--dia:before, .bdt-ep-animated-link--dia:after {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: translate3d(0,3px,0);
    transition-property: transform,opacity;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.2,1,.8,1)
}

.bdt-ep-animated-link--dia:hover:before, .bdt-ep-animated-link--dia:hover:after {
    opacity: 1;
    transform: translate3d(0,0,0);
    transition-timing-function: cubic-bezier(.2,0,.3,1)
}

.bdt-ep-animated-link--dia:after {
    content: '';
    top: calc(100% + 4px);
    width: 70%;
    right: 15%
}

.bdt-ep-animated-link--dia:before, .bdt-ep-animated-link--dia:hover:after {
    transition-delay: .1s
}

.bdt-ep-animated-link--dia:hover:before {
    transition-delay: 0s
}

.bdt-ep-animated-link--kale:before {
    height: 10px;
    top: 100%;
    opacity: 0
}

.bdt-ep-animated-link--kale:hover:before {
    opacity: 1;
    animation: EplineUp .3s ease forwards
}

.bdt-ep-animated-link--kale:after {
    content: '';
    transition: opacity .3s;
    opacity: 0;
    transition-delay: 0s
}

.bdt-ep-animated-link--kale:hover:after {
    opacity: 1;
    transition-delay: .3s
}

.bdt-ep-animated-link--carpo:before {
    transform-origin: 100% 50%;
    transform: scale3d(0,1,1);
    transition: transform .3s
}

.bdt-ep-animated-link--carpo:hover:before {
    transform: scale3d(1,1,1)
}

.bdt-ep-animated-link--carpo:after {
    content: '';
    top: calc(100% + 4px);
    transition: transform .3s;
    transform-origin: 0% 50%
}

.bdt-ep-animated-link--carpo:hover:after {
    transform: scale3d(0,1,1)
}

.bdt-ep-animated-link--helike:hover span {
    animation: EpglitchText .4s linear
}

.bdt-ep-animated-link--helike:before {
    height: 2px;
    opacity: 0
}

.bdt-ep-animated-link--helike:hover:before {
    opacity: 1;
    animation: EpglitchLine .4s steps(2,start) forwards
}

.bdt-ep-animated-link--mneme:before {
    height: 100%;
    top: 0;
    opacity: 0
}

.bdt-ep-animated-link--mneme:hover:before {
    opacity: 1;
    animation: EpcoverUp .3s ease forwards
}

.bdt-ep-animated-link--mneme:after {
    content: '';
    transition: opacity .3s
}

.bdt-ep-animated-link--mneme:hover:after {
    opacity: 0
}

.bdt-ep-animated-link--iocaste {
    overflow: hidden;
    padding: 7px 0;
    display: inline-flex
}

    .bdt-ep-animated-link--iocaste .bdt-link__graphic {
        position: absolute;
        top: 0;
        right: 0;
        pointer-events: none;
        fill: none;
        stroke: currentColor;
        stroke-width: 1px
    }

        .bdt-ep-animated-link--iocaste .bdt-link__graphic * {
            fill: none !important
        }

    .bdt-ep-animated-link--iocaste .bdt-link__graphic--slide {
        top: -3px;
        stroke-width: 2px;
        transition: transform .7s;
        transition-timing-function: cubic-bezier(0,.25,.5,1)
    }

    .bdt-ep-animated-link--iocaste svg {
        width: 300%;
        max-width: inherit;
        height: 100%
    }

    .bdt-ep-animated-link--iocaste:hover .bdt-link__graphic--slide {
        transform: translate3d(66.6%,0,0)
    }

.bdt-ep-animated-link--herse:before {
    display: none
}

.bdt-ep-animated-link--herse .bdt-link__graphic {
    position: absolute;
    pointer-events: none;
    fill: none;
    stroke: currentColor;
    stroke-width: 1px
}

    .bdt-ep-animated-link--herse .bdt-link__graphic * {
        fill: none !important
    }

.bdt-ep-animated-link--herse .bdt-link__graphic--stroke path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1
}

.bdt-ep-animated-link--herse:hover .bdt-link__graphic--stroke path {
    stroke-dashoffset: 0
}

.bdt-ep-animated-link--herse:hover .bdt-link__graphic--arc path {
    transition-timing-function: cubic-bezier(.8,1,.7,1);
    transition-duration: .3s
}

.bdt-ep-animated-link--herse .bdt-link__graphic--arc {
    top: 73%;
    right: -23%
}

    .bdt-ep-animated-link--herse .bdt-link__graphic--arc path {
        transition: stroke-dashoffset .4s cubic-bezier(.7,0,.3,1)
    }

.bdt-ep-animated-link--carme:before {
    display: none
}

.bdt-ep-animated-link--carme .bdt-link__graphic {
    position: absolute;
    right: 0;
    pointer-events: none;
    fill: none;
    stroke: currentColor;
    stroke-width: 1px
}

    .bdt-ep-animated-link--carme .bdt-link__graphic * {
        fill: none !important
    }

.bdt-ep-animated-link--carme .bdt-link__graphic--scribble {
    top: 100%
}

    .bdt-ep-animated-link--carme .bdt-link__graphic--scribble path {
        transition: stroke-dashoffset .6s cubic-bezier(.7,0,.3,1)
    }

.bdt-ep-animated-link--carme .bdt-link__graphic--stroke path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1
}

.bdt-ep-animated-link--carme:hover .bdt-link__graphic--stroke path {
    stroke-dashoffset: 0
}

.bdt-ep-animated-link--carme:hover .bdt-link__graphic--scribble path {
    transition-timing-function: cubic-bezier(.8,1,.7,1);
    transition-duration: .3s
}

.bdt-ep-animated-link--eirene:before {
    height: 7px;
    border-radius: 20px;
    transform: scale3d(1,1,1);
    transition: transform .2s,opacity .2s;
    transition-timing-function: cubic-bezier(.2,.57,.67,1.53)
}

.bdt-ep-animated-link--eirene:hover:before {
    transition-timing-function: cubic-bezier(.8,0,.1,1);
    transition-duration: .4s;
    opacity: 1;
    transform: scale3d(1.2,.1,1)
}

.bdt-ep-animated-link--eirene span {
    transform: translate3d(0,-4px,0);
    display: inline-block;
    transition: transform .2s .05s cubic-bezier(.2,.57,.67,1.53)
}

.bdt-ep-animated-link--eirene:hover span {
    transform: translate3d(0,0,0);
    transition-timing-function: cubic-bezier(.8,0,.1,1);
    transition-duration: .4s;
    transition-delay: 0s
}

@keyframes EplineUp {
    0% {
        transform-origin: 50% 100%;
        transform: scale3d(1,.045,1)
    }

    50% {
        transform-origin: 50% 100%;
        transform: scale3d(1,1,1)
    }

    51% {
        transform-origin: 50% 0%;
        transform: scale3d(1,1,1)
    }

    100% {
        transform-origin: 50% 0%;
        transform: scale3d(1,.045,1)
    }
}

@keyframes EpglitchText {
    0% {
        opacity: 1;
        transform: translate3d(10px,0,0) scale3d(-1,-1,1);
        -webkit-clip-path: polygon(0 20%,100% 20%,100% 21%,0 21%);
        clip-path: polygon(0 20%,100% 20%,100% 21%,0 21%)
    }

    10% {
        -webkit-clip-path: polygon(0 33%,100% 33%,100% 33%,0 33%);
        clip-path: polygon(0 33%,100% 33%,100% 33%,0 33%)
    }

    20% {
        -webkit-clip-path: polygon(0 44%,100% 44%,100% 44%,0 44%);
        clip-path: polygon(0 44%,100% 44%,100% 44%,0 44%)
    }

    35% {
        -webkit-clip-path: polygon(0 50%,100% 50%,100% 20%,0 20%);
        clip-path: polygon(0 50%,100% 50%,100% 20%,0 20%)
    }

    50% {
        -webkit-clip-path: polygon(0 70%,100% 70%,100% 70%,0 70%);
        clip-path: polygon(0 70%,100% 70%,100% 70%,0 70%)
    }

    60% {
        -webkit-clip-path: polygon(0 80%,100% 80%,100% 80%,0 80%);
        clip-path: polygon(0 80%,100% 80%,100% 80%,0 80%)
    }

    70% {
        -webkit-clip-path: polygon(0 50%,100% 50%,100% 55%,0 55%);
        clip-path: polygon(0 50%,100% 50%,100% 55%,0 55%)
    }

    80% {
        -webkit-clip-path: polygon(0 70%,100% 70%,100% 80%,0 80%);
        clip-path: polygon(0 70%,100% 70%,100% 80%,0 80%)
    }

    90% {
        transform: translate3d(10px,0,0) scale3d(-1,-1,1)
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0) scale3d(1,1,1);
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0% 100%)
    }
}

@keyframes EpglitchLine {
    0% {
        transform: scale3d(1,1,1)
    }

    10% {
        transform: translate3d(-10px,0,0)
    }

    20% {
        transform: translate3d(0,4px,0)
    }

    30% {
        transform: scale3d(.1,1.4,1) translate3d(0,-25px,0);
        transform-origin: 0% 0%
    }

    40% {
        transform: scale3d(1,.3,1) translate3d(0,25px,0)
    }

    50% {
        transform: scale3d(.5,.3,1) translate3d(100px,-80px,0)
    }

    60% {
        transform: scale3d(1,1.25,1) translate3d(-10px,-5px,0)
    }

    70% {
        transform: scale3d(.5,.5,1) translate3d(0,20px,0)
    }

    80% {
        transform: translate3d(30,10px,0) scale3d(1,.4,1);
        transform-origin: 0% 0%
    }

    90% {
        transform: scale3d(1,.5,1) translate3d(0,-15px,0);
        transform-origin: 100% 50%
    }

    100% {
        opacity: 1
    }
}

@keyframes EpcoverUp {
    0% {
        transform-origin: 50% 100%;
        transform: scale3d(1,.045,1)
    }

    50% {
        transform-origin: 50% 100%;
        transform: scale3d(1,1,1)
    }

    51% {
        transform-origin: 50% 0%;
        transform: scale3d(1,1,1)
    }

    100% {
        transform-origin: 50% 0%;
        transform: scale3d(1,.045,1)
    }
}

[data-widget_type*="bdt-audio-player.default"] .elementor-widget-container {
    direction: ltr;
    background-color: #f4f7f9;
    padding: 25px;
    display: inline-block;
    width: 100%
}

.bdt-audio-player .jp-audio .jp-current-time, .bdt-audio-player .jp-audio .jp-duration {
    color: rgb(51 51 51 / .6)
}

.bdt-audio-player.bdt-audio-player-skin-poster {
    padding: 35px;
    position: relative;
    height: 400px;
    overflow: hidden
}

    .bdt-audio-player.bdt-audio-player-skin-poster .bdt-audio-player-poster {
        position: absolute;
        top: -10px;
        bottom: -10px;
        right: -10px;
        left: -10px;
        background-size: cover;
        background-position: center;
        z-index: -1
    }

    .bdt-audio-player.bdt-audio-player-skin-poster .bdt-audio-info {
        width: 100%
    }

    .bdt-audio-player.bdt-audio-player-skin-poster .bdt-audio-player-thumb {
        width: 150px;
        height: auto
    }

    .bdt-audio-player.bdt-audio-player-skin-poster .jp-audio {
        position: absolute;
        right: 35px;
        left: 35px;
        bottom: 35px
    }

    .bdt-audio-player.bdt-audio-player-skin-poster .bdt-audio-player-title {
        color: #fff;
        margin: 0;
        font-size: 2rem;
        line-height: 1.3
    }

    .bdt-audio-player.bdt-audio-player-skin-poster .jp-audio .jp-controls a, .bdt-audio-player.bdt-audio-player-skin-poster .bdt-audio-player-artist, .bdt-audio-player.bdt-audio-player-skin-poster .jp-audio .jp-duration {
        color: #d5d5d5
    }

    .bdt-audio-player.bdt-audio-player-skin-poster .jp-audio .jp-volume-bar, .bdt-audio-player.bdt-audio-player-skin-poster .jp-audio .jp-seek-bar {
        background-color: #d5d5d5
    }

.bdt-audio-player-poster-thumb-yes .bdt-audio-player-poster {
    filter: blur(8px)
}

.jp-audio *:focus, .jp-audio-stream *:focus, .jp-video *:focus {
    outline: none
}

.jp-audio button::-moz-focus-inner, .jp-audio-stream button::-moz-focus-inner, .jp-video button::-moz-focus-inner {
    border: 0
}

.jp-audio, .jp-audio-stream, .jp-video {
    font-size: 16px;
    font-family: Verdana,Arial,sans-serif;
    line-height: 1.6;
    color: #666
}

    .jp-audio .jp-controls a {
        display: block;
        float: right;
        overflow: hidden;
        cursor: pointer;
        display: inline-block;
        color: #262929
    }

    .jp-audio .jp-play, .jp-audio .jp-pause, .jp-audio .jp-mute, .jp-audio .jp-unmute {
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        vertical-align: middle;
        position: relative
    }

        .jp-audio .jp-play svg, .jp-audio .jp-pause svg, .jp-audio .jp-mute svg, .jp-audio .jp-unmute svg {
            width: 16px;
            height: 16px;
            position: absolute;
            right: 50%;
            top: 50%;
            transform: translate(50%,-50%)
        }

    .jp-audio .jp-progress {
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        position: relative
    }

    .jp-audio .jp-seek-bar {
        width: 0;
        cursor: pointer;
        position: relative;
        height: 7px;
        background: #464849;
        border-radius: 1px;
        overflow: hidden
    }

    .jp-audio .jp-play-bar {
        width: 0;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 1px;
        height: 100%
    }

    .jp-audio .jp-volume-bar {
        float: left;
        z-index: 99;
        position: relative;
        width: 50px;
        height: 7px;
        cursor: pointer;
        background: #262929;
        border-radius: 1px
    }

    .jp-audio .jp-volume-bar-value {
        width: 0;
        height: 100%;
        border-radius: 1px;
        transition: width 350ms ease-out
    }

    .jp-audio .jp-play-bar, .jp-audio .jp-volume-bar-value {
        background-size: 7px 7px;
        background-color: #238FF7;
        background-image: linear-gradient(45deg,rgb(255 255 255 / .3) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .3) 50%,rgb(255 255 255 / .3) 75%,transparent 75%,transparent)
    }

    .jp-audio.jp-state-playing .jp-play-bar {
        animation: player-progress .75s linear infinite
    }

    .jp-audio.bdt-player-played .jp-play-bar {
        width: 100% !important;
        opacity: .7
    }

.bdt-audio-player-title-inline .jp-seek-bar {
    height: 20px
}

.bdt-audio-player-title-inline .bdt-audio-title {
    position: absolute;
    font-size: 12px;
    color: #fff;
    z-index: 1;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%);
    overflow: hidden;
    width: 100%;
    padding: 0 5px;
    text-align: center;
    pointer-events: none
}

.bdt-audio-player-fixed-yes .elementor-widget-container {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999
}

@keyframes player-progress {
    0% {
        background-position: 100%
    }

    100% {
        background-position: -7px
    }
}

.jp-audio .jp-volume-bar-value {
    left: 0;
    position: absolute
}

.bdt-ep-barcode {
    background: #fff0;
    display: inline-block
}

    .bdt-ep-barcode svg > rect {
        display: none
    }

.bdt-ep-brand-grid {
    display: grid
}

.bdt-ep-brand-grid-item {
    position: relative;
    background: #f7fbff;
    padding: 50px;
    overflow: hidden
}

.bdt-ep-brand-grid-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.bdt-ep-brand-grid-checkbox, .bdt-ep-brand-grid-content {
    position: absolute;
    height: 40px;
    width: 40px;
    background: #fff;
    transition: all .5s cubic-bezier(.77,0,.175,1);
    overflow: hidden
}

.bdt-ep-brand-grid-checkbox {
    opacity: 0;
    z-index: 1;
    margin: 0;
    cursor: pointer
}

.bdt-ep-brand-grid-item-hover:hover {
    cursor: pointer
}

    .bdt-ep-brand-grid-item-hover:hover .bdt-ep-brand-grid-content, .bdt-ep-brand-grid-content:hover, .bdt-ep-brand-grid-checkbox:checked, .bdt-ep-brand-grid-checkbox:checked ~ .bdt-ep-brand-grid-content {
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
        margin: 0 !important;
        border-color: transparent !important
    }

        .bdt-ep-brand-grid-item-hover:hover .bdt-ep-brand-grid-content .bdt-ep-brand-grid-inner, .bdt-ep-brand-grid-content:hover .bdt-ep-brand-grid-inner, .bdt-ep-brand-grid-checkbox:checked .bdt-ep-brand-grid-inner, .bdt-ep-brand-grid-checkbox:checked ~ .bdt-ep-brand-grid-content .bdt-ep-brand-grid-inner {
            right: 0;
            top: 0;
            opacity: 1;
            transition-delay: .5s
        }

        .bdt-ep-brand-grid-item-hover:hover .bdt-ep-brand-grid-content .bdt-ep-brand-grid-icon, .bdt-ep-brand-grid-content:hover .bdt-ep-brand-grid-icon, .bdt-ep-brand-grid-checkbox:checked .bdt-ep-brand-grid-icon, .bdt-ep-brand-grid-checkbox:checked ~ .bdt-ep-brand-grid-content .bdt-ep-brand-grid-icon {
            opacity: 0
        }

.bdt-ep-brand-grid-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.77,0,.175,1);
    overflow: hidden
}

.bdt-ep-brand-grid-name {
    color: #282936;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0;
    text-transform: capitalize;
    z-index: 10;
    cursor: auto
}

.bdt-ep-brand-grid-text {
    padding-top: 10px;
    z-index: 10
}

.bdt-ep-brand-grid-link {
    color: #616c87;
    font-size: 16px;
    letter-spacing: 1.5px
}

.bdt-ep-brand-grid-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #616c87;
    font-size: 16px;
    height: 100%;
    opacity: 1;
    transition: opacity .5s cubic-bezier(.77,0,.175,1);
    cursor: pointer
}

.bdt-ep-icon--bottom-left .bdt-ep-brand-grid-checkbox, .bdt-ep-icon--bottom-left .bdt-ep-brand-grid-content {
    right: 0;
    bottom: 0
}

.bdt-ep-icon--bottom-right .bdt-ep-brand-grid-checkbox, .bdt-ep-icon--bottom-right .bdt-ep-brand-grid-content {
    left: 0;
    bottom: 0
}

.bdt-ep-icon--top-left .bdt-ep-brand-grid-checkbox, .bdt-ep-icon--top-left .bdt-ep-brand-grid-content {
    right: 0;
    top: 0
}

.bdt-ep-icon--top-right .bdt-ep-brand-grid-checkbox, .bdt-ep-icon--top-right .bdt-ep-brand-grid-content {
    left: 0;
    top: 0
}

.bdt-ep-icon--center-center .bdt-ep-brand-grid-checkbox, .bdt-ep-icon--center-center .bdt-ep-brand-grid-content {
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%)
}

.bdt-ep-brand-carousel {
    position: relative
}

.bdt-ep-brand-carousel-item {
    position: relative;
    background: #f7fbff;
    padding: 50px;
    overflow: hidden
}

.bdt-ep-brand-carousel-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.bdt-ep-brand-carousel-checkbox, .bdt-ep-brand-carousel-content {
    position: absolute;
    height: 40px;
    width: 40px;
    background: #fff;
    transition: all .5s cubic-bezier(.77,0,.175,1);
    overflow: hidden
}

.bdt-ep-brand-carousel-checkbox {
    opacity: 0;
    z-index: 1;
    margin: 0;
    cursor: pointer
}

.bdt-ep-brand-carousel-item-hover:hover {
    cursor: pointer
}

    .bdt-ep-brand-carousel-item-hover:hover .bdt-ep-brand-carousel-content, .bdt-ep-brand-carousel-content:hover, .bdt-ep-brand-carousel-checkbox:checked, .bdt-ep-brand-carousel-checkbox:checked ~ .bdt-ep-brand-carousel-content {
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
        margin: 0 !important;
        border-color: transparent !important
    }

        .bdt-ep-brand-carousel-item-hover:hover .bdt-ep-brand-carousel-content .bdt-ep-brand-carousel-inner, .bdt-ep-brand-carousel-content:hover .bdt-ep-brand-carousel-inner, .bdt-ep-brand-carousel-checkbox:checked .bdt-ep-brand-carousel-inner, .bdt-ep-brand-carousel-checkbox:checked ~ .bdt-ep-brand-carousel-content .bdt-ep-brand-carousel-inner {
            right: 0;
            top: 0;
            opacity: 1;
            transition-delay: .5s
        }

        .bdt-ep-brand-carousel-item-hover:hover .bdt-ep-brand-carousel-content .bdt-ep-brand-carousel-icon, .bdt-ep-brand-carousel-content:hover .bdt-ep-brand-carousel-icon, .bdt-ep-brand-carousel-checkbox:checked .bdt-ep-brand-carousel-icon, .bdt-ep-brand-carousel-checkbox:checked ~ .bdt-ep-brand-carousel-content .bdt-ep-brand-carousel-icon {
            opacity: 0
        }

.bdt-ep-brand-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.77,0,.175,1);
    overflow: hidden
}

.bdt-ep-brand-carousel-name {
    color: #282936;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0;
    text-transform: capitalize;
    z-index: 10;
    cursor: auto
}

.bdt-ep-brand-carousel-text {
    padding-top: 10px;
    z-index: 10
}

.bdt-ep-brand-carousel-link {
    color: #616c87;
    font-size: 16px;
    letter-spacing: 1.5px
}

.bdt-ep-brand-carousel-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #616c87;
    font-size: 16px;
    height: 100%;
    opacity: 1;
    transition: opacity .5s cubic-bezier(.77,0,.175,1);
    cursor: pointer
}

.bdt-ep-icon--bottom-left .bdt-ep-brand-carousel-checkbox, .bdt-ep-icon--bottom-left .bdt-ep-brand-carousel-content {
    right: 0;
    bottom: 0
}

.bdt-ep-icon--bottom-right .bdt-ep-brand-carousel-checkbox, .bdt-ep-icon--bottom-right .bdt-ep-brand-carousel-content {
    left: 0;
    bottom: 0
}

.bdt-ep-icon--top-left .bdt-ep-brand-carousel-checkbox, .bdt-ep-icon--top-left .bdt-ep-brand-carousel-content {
    right: 0;
    top: 0
}

.bdt-ep-icon--top-right .bdt-ep-brand-carousel-checkbox, .bdt-ep-icon--top-right .bdt-ep-brand-carousel-content {
    left: 0;
    top: 0
}

.bdt-ep-icon--center-center .bdt-ep-brand-carousel-checkbox, .bdt-ep-icon--center-center .bdt-ep-brand-carousel-content {
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%)
}

.bdt-item-match-height--yes .bdt-ep-brand-carousel .swiper-slide {
    height: initial
}

.bdt-ep-breadcrumb {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

    .bdt-ep-breadcrumb > * {
        flex: none;
        list-style-type: none !important
    }

        .bdt-ep-breadcrumb > * > * {
            display: inline-block;
            text-decoration: none;
            color: #999
        }

    .bdt-ep-breadcrumb > :nth-child(n+2):not(.bdt-first-column)::before {
        content: "/";
        display: inline-block;
        margin: 0 20px;
        color: #999
    }

    .bdt-ep-breadcrumb.breadcrumb-align-left {
        justify-content: flex-start
    }

    .bdt-ep-breadcrumb.breadcrumb-align-center {
        justify-content: center
    }

    .bdt-ep-breadcrumb.breadcrumb-align-right {
        justify-content: flex-end
    }

.bdt-ep-breadcrumbs-home-icon {
    margin-left: 5px
}

.bdt-ep-business-hours-inner .heading-time {
    text-align: left
}

.bdt-ep-business-hours-inner .bdt-inner {
    align-items: center
}

.bdt-ep-business-hours-header {
    background: #798184;
    padding: 30px 35px;
    text-align: left
}

.bdt-ep-business-hours-current-time {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.bdt-ep-business-hours-current-date {
    font-size: 20px;
    color: #fff
}

.bdt-dual-button {
    display: flex;
    position: relative
}

    .bdt-dual-button .bdt-ep-button {
        transition: all .25s ease-in-out;
        width: 100%;
        display: inline-flex !important;
        align-items: center;
        justify-content: center
    }

        .bdt-dual-button .bdt-ep-button svg {
            fill: #fff
        }

    .bdt-dual-button .bdt-btn-a {
        background-color: #818a91;
        color: #fff
    }

        .bdt-dual-button .bdt-btn-a:after, .bdt-dual-button .bdt-btn-a:before {
            background-color: #697279
        }

    .bdt-dual-button .bdt-btn-b {
        background: #1e87f0;
        color: #fff
    }

        .bdt-dual-button .bdt-btn-b:after, .bdt-dual-button .bdt-btn-b:before {
            background: #0f6ecd
        }

    .bdt-dual-button span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        z-index: 1;
        position: relative;
        box-shadow: 0 0 0 6px rgb(255 255 255 / .2);
        background: #FAFAF8;
        color: #444;
        text-transform: uppercase;
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%,-50%);
        text-align: center;
        vertical-align: middle;
        font-weight: 400;
        font-size: 14px
    }

    .bdt-dual-button .bdt-ep-button-size-xs + span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px
    }

    .bdt-dual-button .bdt-ep-button-size-sm + span {
        width: 29px;
        height: 29px;
        line-height: 29px;
        font-size: 12px
    }

.bdt-ep-button {
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    position: relative;
    transition: all .3s ease-out;
    z-index: 0;
    text-align: center;
    overflow: hidden
}

    .bdt-ep-button:hover {
        background-color: #fff0;
        color: #fff
    }

    .bdt-ep-button .bdt-btn-icon {
        position: relative;
        display: inline-flex;
        z-index: 0
    }

        .bdt-ep-button .bdt-btn-icon .bdt-a-icon-inner, .bdt-ep-button .bdt-btn-icon .bdt-b-icon-inner, .bdt-ep-button .bdt-btn-icon .bdt-icon-inner {
            display: inline-flex
        }

        .bdt-ep-button .bdt-btn-icon i, .bdt-ep-button .bdt-btn-icon svg {
            width: 1em;
            height: 1em
        }

    .bdt-ep-button .bdt-btn-text {
        position: relative;
        display: inline-block;
        z-index: 0
    }

    .bdt-ep-button:after {
        content: '';
        position: absolute;
        z-index: -1;
        transition: all .3s ease-out;
        background: #666
    }

    .bdt-ep-button:active {
        color: #fff
    }

    .bdt-ep-button.bdt-effect-a:after {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        opacity: 0
    }

    .bdt-ep-button.bdt-effect-a:hover:after, .bdt-ep-button.bdt-effect-a:active:after {
        opacity: 1
    }

    .bdt-ep-button.bdt-effect-b:after {
        width: 100%;
        height: 0;
        top: 0;
        right: 0
    }

    .bdt-ep-button.bdt-effect-b:hover:after {
        height: 100%
    }

    .bdt-ep-button.bdt-effect-b:active:after {
        height: 100%
    }

    .bdt-ep-button.bdt-effect-c:after {
        width: 0%;
        height: 100%;
        top: 0;
        right: 0
    }

    .bdt-ep-button.bdt-effect-c:hover:after {
        width: 100%
    }

    .bdt-ep-button.bdt-effect-c:active:after {
        width: 100%
    }

    .bdt-ep-button.bdt-effect-d {
        overflow: hidden
    }

        .bdt-ep-button.bdt-effect-d:after {
            width: 0;
            height: 103%;
            top: 50%;
            right: 50%;
            opacity: 0;
            transform: translateX(50%) translateY(-50%)
        }

        .bdt-ep-button.bdt-effect-d:hover:after {
            width: 90%;
            opacity: 1
        }

        .bdt-ep-button.bdt-effect-d:active:after {
            width: 101%;
            opacity: 1
        }

    .bdt-ep-button.bdt-effect-e {
        overflow: hidden
    }

        .bdt-ep-button.bdt-effect-e:after {
            width: 100%;
            height: 0;
            top: 50%;
            right: 50%;
            opacity: 0;
            transform: translateX(50%) translateY(-50%) rotate(-45deg)
        }

        .bdt-ep-button.bdt-effect-e:hover:after {
            height: 260%;
            opacity: 1
        }

        .bdt-ep-button.bdt-effect-e:active:after {
            height: 400%;
            opacity: 1
        }

    .bdt-ep-button.bdt-effect-f {
        overflow: hidden
    }

        .bdt-ep-button.bdt-effect-f:after {
            width: 101%;
            height: 0;
            top: 50%;
            right: 50%;
            opacity: 0;
            transform: translateX(50%) translateY(-50%)
        }

        .bdt-ep-button.bdt-effect-f:hover:after {
            height: 75%;
            opacity: 1
        }

        .bdt-ep-button.bdt-effect-f:active:after {
            height: 130%;
            opacity: 1
        }

    .bdt-ep-button.bdt-effect-g {
        transition-timing-function: cubic-bezier(.31,1.13,.64,.94)
    }

        .bdt-ep-button.bdt-effect-g .bdt-btn-content-wrap {
            position: relative
        }

            .bdt-ep-button.bdt-effect-g .bdt-btn-content-wrap .bdt-btn-text {
                display: block;
                position: relative
            }

            .bdt-ep-button.bdt-effect-g .bdt-btn-content-wrap .avdbtn-text {
                display: block;
                transition: transform .5s,opacity .8s;
                transition-timing-function: cubic-bezier(.31,1.13,.64,.94)
            }

            .bdt-ep-button.bdt-effect-g .bdt-btn-content-wrap .avdbtn-alt-text {
                position: absolute;
                width: 100%;
                height: 100%;
                right: 0;
                top: 0;
                opacity: 0;
                transform: translate3d(0,25%,0);
                transition: transform .5s,opacity .8s;
                transition-timing-function: cubic-bezier(.31,1.13,.64,.94)
            }

        .bdt-ep-button.bdt-effect-g:hover {
            background-color: #fff0;
            color: #666
        }

            .bdt-ep-button.bdt-effect-g:hover .avdbtn-alt-text {
                opacity: 1;
                transform: translate3d(0,0,0)
            }

            .bdt-ep-button.bdt-effect-g:hover .avdbtn-text {
                opacity: 0;
                transform: translate3d(0,-25%,0)
            }

    .bdt-ep-button.bdt-effect-h {
        transition: color .3s;
        transition-timing-function: cubic-bezier(.2,1,.3,1)
    }

        .bdt-ep-button.bdt-effect-h::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 150%;
            height: 100%;
            background: #666;
            z-index: -1;
            transform: rotate3d(0,0,1,45deg) translate3d(0,-3em,0);
            transform-origin: 100% 100%;
            transition: transform .3s,opacity .3s,background-color .3s
        }

        .bdt-ep-button.bdt-effect-h:hover::after {
            opacity: 1;
            background-color: #666;
            transform: rotate3d(0,0,1,0deg);
            transition-timing-function: cubic-bezier(.2,1,.3,1)
        }

    .bdt-ep-button.bdt-effect-i {
        color: #fff;
        background: #666
    }

        .bdt-ep-button.bdt-effect-i .bdt-btn-content-wrap::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 50%;
            right: 0;
            background: #666;
            color: #fff;
            overflow: hidden;
            transition: transform .3s;
            transition-timing-function: cubic-bezier(.2,1,.3,1);
            top: 0;
            padding-top: 1em
        }

        .bdt-ep-button.bdt-effect-i .bdt-btn-content-wrap::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 50%;
            right: 0;
            background: #666;
            color: #fff;
            overflow: hidden;
            transition: transform .3s;
            transition-timing-function: cubic-bezier(.2,1,.3,1);
            bottom: 0;
            line-height: 0
        }

        .bdt-ep-button.bdt-effect-i .bdt-btn-text {
            position: relative;
            z-index: 1
        }

        .bdt-ep-button.bdt-effect-i:hover {
            color: #666;
            background: #fff
        }

            .bdt-ep-button.bdt-effect-i:hover .bdt-btn-content-wrap::before {
                transform: translate3d(0,-100%,0)
            }

            .bdt-ep-button.bdt-effect-i:hover .bdt-btn-content-wrap::after {
                transform: translate3d(0,100%,0)
            }

.bdt-dual-button-width-yes .bdt-ep-button {
    width: auto !important
}

.bdt-ep-callout-button-align-left .bdt-width-auto\@m {
    order: -1
}

.bdt-ep-callout-button-align-center {
    flex-direction: column
}

    .bdt-ep-callout-button-align-center .bdt-width-expand {
        width: auto;
        text-align: center;
        padding-right: 0
    }

    .bdt-ep-callout-button-align-center .bdt-width-auto\@m {
        padding-right: 0;
        margin-top: 20px;
        text-align: center
    }

.bdt-ep-callout-title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 0
}

.bdt-ep-callout-description {
    margin-top: 10px
}

.bdt-ep-callout-button {
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 43px;
    font-size: 16px;
    background-color: #1e87f0
}

    .bdt-ep-callout-button svg {
        fill: #fff
    }

.bdt-ep-callout-button-icon {
    display: inline-flex;
    transition: all .3s ease
}

    .bdt-ep-callout-button-icon i, .bdt-ep-callout-button-icon svg {
        width: 1em;
        height: 1em;
        position: relative;
        display: block;
        transition: all .3s ease
    }

@media (max-width:768px) {
    .bdt-ep-callout-button-align-right .bdt-width-auto\@m {
        margin-top: 20px
    }
}

.bdt-ep-carousel-title a {
    color: #213640
}

    .bdt-ep-carousel-title a:hover {
        color: #222
    }

.bdt-ep-carousel-thumbnail {
    position: relative;
    overflow: hidden
}

    .bdt-ep-carousel-thumbnail img {
        display: block;
        width: 100%;
        max-height: none;
        max-width: none
    }

.bdt-ep-carousel-desc {
    padding: 40px
}

.bdt-ep-carousel-button {
    margin-top: 10px;
    display: inline-block
}

.bdt-ep-carousel-button-icon {
    display: inline-flex;
    transition: all .3s ease
}

    .bdt-ep-carousel-button-icon i, .bdt-ep-carousel-button-icon svg {
        width: 1em;
        height: 1em;
        transition: all .3s ease
    }

.bdt-ep-carousel-meta {
    display: inline-flex
}

    .bdt-ep-carousel-meta li.bdt-margin-small-top {
        margin-top: 5px !important
    }

    .bdt-ep-carousel-meta li > * > * {
        color: inherit
    }

.bdt-ep-carousel-item {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / .08)
}

.bdt-ep-carousel-layout-vertical .bdt-ep-carousel-desc {
    padding: 35px 20px
}

.bdt-ep-carousel-layout-vertical .bdt-ep-carousel-thumbnail {
    height: 100%
}

    .bdt-ep-carousel-layout-vertical .bdt-ep-carousel-thumbnail img {
        height: 100%;
        object-fit: cover
    }

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-background {
    height: 230px;
    background: #0067ce
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-img-wrap a {
    height: 300px
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-desc {
    text-align: center;
    transform: translateY(20px);
    transition: all .25s ease-in-out
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-meta {
    justify-content: center
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-categories a {
    background: #1e87f0;
    padding: 5px 8px;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700
}

.bdt-ep-carousel-skin-alice .bdt-custom-overlay {
    opacity: .3;
    transition: all .25s ease-in-out;
    background: #000
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-title a {
    color: #fff
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-date {
    color: #fff
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-item:hover .bdt-ep-carousel-desc {
    transform: translateY(0)
}

.bdt-ep-carousel-skin-alice .bdt-ep-carousel-item:hover .bdt-custom-overlay {
    opacity: .5
}

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-thumbnail:before {
    content: '';
    position: absolute;
    top: calc(var(--ep-carousel-spacing, 14px) - 1px);
    left: 50%;
    bottom: calc(var(--ep-carousel-spacing, 14px) - 1px);
    right: 50%;
    opacity: 0;
    border: 1px solid rgb(255 255 255 / .8);
    background-color: #fff;
    transition: all .3s;
    transition-delay: .3s;
    z-index: 1
}

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-desc {
    padding: 30px;
    flex-direction: column;
    position: absolute;
    right: var(--ep-carousel-spacing,14px);
    left: var(--ep-carousel-spacing,14px);
    bottom: -30px;
    opacity: 0;
    z-index: 5;
    background: #fff;
    padding: 20px;
    user-select: none;
    transition-delay: .25s;
    transition: all .3s ease
}

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-title a, .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-meta > span, .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-excerpt * {
    display: block;
    will-change: transform;
    transform: translateY(100%)
}

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-title {
    overflow: hidden
}

    .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-title a {
        transition: all .8s cubic-bezier(.37,.31,.2,.85)
    }

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-meta {
    overflow: hidden
}

    .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-meta > span {
        transition: all 1.1s cubic-bezier(.37,.31,.2,.85)
    }

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-excerpt {
    overflow: hidden
}

    .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-excerpt * {
        transition: all 1s cubic-bezier(.37,.31,.2,.85)
    }

.bdt-ep-carousel-skin-ramble .bdt-ep-carousel-button {
    will-change: transform;
    transform: translateY(100%);
    transition: all 1.5s cubic-bezier(.37,.31,.2,.85)
}

.bdt-carousel-content-onhover .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item:hover .bdt-ep-carousel-thumbnail:before {
    background: #fff0;
    right: calc(var(--ep-carousel-spacing, 14px) - 1px);
    left: calc(var(--ep-carousel-spacing, 14px) - 1px);
    opacity: 1;
    transition-delay: 0s
}

.bdt-carousel-content-onhover .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item:hover .bdt-ep-carousel-desc {
    opacity: 1;
    bottom: var(--ep-carousel-spacing,14px)
}

.bdt-carousel-content-onhover .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item:hover .bdt-ep-carousel-title a, .bdt-carousel-content-onhover .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item:hover .bdt-ep-carousel-meta > span, .bdt-carousel-content-onhover .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item:hover .bdt-ep-carousel-excerpt *, .bdt-carousel-content-onhover .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item:hover .bdt-ep-carousel-button {
    transform: translateY(0)
}

.bdt-carousel-content-alwaysopen .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item .bdt-ep-carousel-thumbnail:before {
    background: #fff0;
    right: calc(var(--ep-carousel-spacing, 14px) - 1px);
    left: calc(var(--ep-carousel-spacing, 14px) - 1px);
    opacity: 1;
    transition-delay: 0s
}

.bdt-carousel-content-alwaysopen .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item .bdt-ep-carousel-desc {
    opacity: 1;
    bottom: var(--ep-carousel-spacing,14px)
}

.bdt-carousel-content-alwaysopen .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item .bdt-ep-carousel-title a, .bdt-carousel-content-alwaysopen .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item .bdt-ep-carousel-meta > span, .bdt-carousel-content-alwaysopen .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item .bdt-ep-carousel-excerpt *, .bdt-carousel-content-alwaysopen .bdt-ep-carousel-skin-ramble .bdt-ep-carousel-item .bdt-ep-carousel-button {
    transform: translateY(0)
}

.bdt-ep-changelog h3 {
    display: none
}

.bdt-ep-changelog h2 {
    font-size: 24px
}

.bdt-ep-changelog ul {
    padding: 0;
    list-style: none
}

    .bdt-ep-changelog ul li {
        align-items: flex-start;
        display: flex;
        font-weight: 300
    }

        .bdt-ep-changelog ul li a {
            font-weight: 400;
            display: contents
        }

    .bdt-ep-changelog ul > li:nth-child(n+2) {
        margin-top: 10px
    }

    .bdt-ep-changelog ul li .bdt-label {
        margin-left: 20px;
        -ms-flex: none;
        -webkit-flex: none;
        flex: none;
        text-align: center;
        width: 85px;
        display: inline-block;
        padding: 1px 10px;
        background: #8dd438;
        line-height: 1.7;
        font-size: .8rem;
        font-weight: 400;
        color: #fff;
        vertical-align: middle;
        white-space: nowrap;
        border-radius: 2px;
        text-transform: uppercase
    }

        .bdt-ep-changelog ul li .bdt-label.bdt-added {
            background-color: #2ed573
        }

        .bdt-ep-changelog ul li .bdt-label.bdt-update {
            background-color: #1e90ff
        }

        .bdt-ep-changelog ul li .bdt-label.bdt-changed {
            background-color: #ffa502
        }

        .bdt-ep-changelog ul li .bdt-label.bdt-fixed {
            background-color: #f0506e
        }

        .bdt-ep-changelog ul li .bdt-label.bdt-remove {
            background-color: #ff4757
        }

        .bdt-ep-changelog ul li .bdt-label.bdt-language {
            background-color: #82589F
        }

        .bdt-ep-changelog ul li .bdt-label.bdt-note {
            background-color: coral
        }

    .bdt-ep-changelog ul li code {
        display: contents
    }

@media screen and (max-width:480px) {
    .bdt-ep-changelog ul li {
        font-size: 13px
    }

        .bdt-ep-changelog ul li .bdt-label {
            text-indent: -300px;
            width: 10px;
            padding: 0;
            line-height: 11px;
            margin-top: 6px;
            margin-left: 10px
        }
}

.bdt-circle-menu-container {
    z-index: 99;
    position: relative;
    -webkit-transform: translate(var(--ep-circle-menu-h-offset,0),var(--ep-circle-menu-v-offset,0));
    transform: translate(var(--ep-circle-menu-h-offset,0),var(--ep-circle-menu-v-offset,0))
}

    .bdt-circle-menu-container .bdt-menu-icon {
        font-size: 14px
    }

        .bdt-circle-menu-container .bdt-menu-icon svg {
            width: 1em;
            height: 1em
        }

.bdt-circle-menu li {
    background: #000;
    color: #fff;
    font-size: 25px
}

    .bdt-circle-menu li.bdt-toggle-icon {
        display: block !important;
        width: 50px !important;
        height: 50px !important;
        text-align: center !important;
        line-height: 50px !important;
        position: relative !important;
        z-index: 1000 !important;
        border-radius: 50% !important;
        transition: all 500ms ease !important;
        vertical-align: middle;
        transform-origin: center;
        background: #1e87f0;
        color: #fff
    }

    .bdt-circle-menu li a {
        text-decoration: none;
        color: #fff;
        width: 100%;
        height: 100%
    }

        .bdt-circle-menu li a svg {
            display: inline-block;
            width: 1em;
            height: 1em;
            fill: #fff
        }

        .bdt-circle-menu li a i {
            font-size: 16px
        }

    .bdt-circle-menu li span {
        display: inline-flex
    }

.bdt-circle-menu:not(.circleMenu-closed) li {
    display: none
}

.bdt-circle-menu.circleMenu-open > li:first-child {
    transform: rotate(-360deg);
    transform-origin: center
}

:root {
    --comparison-lsit-padding: 15px;
    --global-link-color: #1e87f0;
    --global-link-hover-color: #0f6ecd
}

.bdt-comparison-list-wrap .bdt-accordion-title::before {
    content: none !important
}

.bdt-comparison-list-wrap .bdt-accordion-content {
    margin: 0
}

.bdt-comparison-list-wrap .bdt-open .bdt-comparison-item-title .bdt-plus-icon::after {
    transform: rotate(0)
}

.bdt-comparison-list-wrap .bdt-accordion > :nth-child(n+2) {
    margin-top: 0
}

.bdt-comparison-list-wrap li .bdt-comparison-item {
    border-top: 1px solid rgb(206 206 218 / .37)
}

.bdt-comparison-list-wrap li:nth-child(odd) .bdt-comparison-item {
    background-color: rgb(100 100 100 / .04)
}

.bdt-comparison-item-text {
    color: #000;
    text-transform: capitalize;
    padding: 6px 10px;
    font-size: 14px;
    background-color: #b4d7fa;
    border-radius: 3px
}

.bdt-comparison-hide-text-yes .bdt-comparison-list-wrap .bdt-comparison-item-title .bdt-plus-icon, .bdt-comparison-hide-text-yes .bdt-comparison-list-wrap .bdt-comparison-content-item {
    display: none !important
}

.bdt-comparison-column-1 .bdt-comparison-head-feature-title {
    min-width: calc(var(--ep-cl-column-width, 60%) - var(--ep-cl-column-gap, 5px));
    max-width: calc(var(--ep-cl-column-width, 60%) - var(--ep-cl-column-gap, 5px))
}

li .bdt-comparison-item.bdt-comparison-column-1 > div:nth-child(1) {
    min-width: calc(var(--ep-cl-column-width, 60%) - var(--ep-cl-column-gap, 5px));
    max-width: calc(var(--ep-cl-column-width, 60%) - var(--ep-cl-column-gap, 5px))
}

.bdt-comparison-column-2 .bdt-comparison-head-feature-title {
    min-width: calc(var(--ep-cl-column-width, 50%) - calc(2 * var(--ep-cl-column-gap, 5px)));
    max-width: calc(var(--ep-cl-column-width, 50%) - calc(2 * var(--ep-cl-column-gap, 5px)))
}

li .bdt-comparison-item.bdt-comparison-column-2 > div:nth-child(1) {
    min-width: calc(var(--ep-cl-column-width, 50%) - calc(2 * var(--ep-cl-column-gap, 5px)));
    max-width: calc(var(--ep-cl-column-width, 50%) - calc(2 * var(--ep-cl-column-gap, 5px)))
}

.bdt-comparison-column-3 .bdt-comparison-head-feature-title {
    min-width: calc(var(--ep-cl-column-width, 45%) - calc(3 * var(--ep-cl-column-gap, 5px)));
    max-width: calc(var(--ep-cl-column-width, 45%) - calc(3 * var(--ep-cl-column-gap, 5px)))
}

li .bdt-comparison-item.bdt-comparison-column-3 > div:nth-child(1) {
    min-width: calc(var(--ep-cl-column-width, 45%) - calc(3 * var(--ep-cl-column-gap, 5px)));
    max-width: calc(var(--ep-cl-column-width, 45%) - calc(3 * var(--ep-cl-column-gap, 5px)))
}

.bdt-comparison-column-4 .bdt-comparison-head-feature-title {
    min-width: calc(var(--ep-cl-column-width, 35%) - calc(4 * var(--ep-cl-column-gap, 5px)));
    max-width: calc(var(--ep-cl-column-width, 35%) - calc(4 * var(--ep-cl-column-gap, 5px)))
}

li .bdt-comparison-item.bdt-comparison-column-4 > div:nth-child(1) {
    min-width: calc(var(--ep-cl-column-width, 35%) - calc(4 * var(--ep-cl-column-gap, 5px)));
    max-width: calc(var(--ep-cl-column-width, 35%) - calc(4 * var(--ep-cl-column-gap, 5px)))
}

.bdt-comparison-column-5 .bdt-comparison-head-feature-title {
    min-width: calc(var(--ep-cl-column-width, 30%) - calc(5 * var(--ep-cl-column-gap, 5px)));
    max-width: calc(var(--ep-cl-column-width, 30%) - calc(5 * var(--ep-cl-column-gap, 5px)))
}

li .bdt-comparison-item.bdt-comparison-column-5 > div:nth-child(1) {
    min-width: calc(var(--ep-cl-column-width, 30%) - calc(5 * var(--ep-cl-column-gap, 5px)));
    max-width: calc(var(--ep-cl-column-width, 30%) - calc(5 * var(--ep-cl-column-gap, 5px)))
}

li .bdt-comparison-item, .bdt-compatison-header.bdt-comparison-column {
    display: flex;
    gap: var(--ep-cl-column-gap,5px)
}

.bdt-comparison-head-title-item {
    width: 100%
}

li .bdt-comparison-item > div {
    width: 100%
}

.bdt-comparison-head-title-item.bdt-comparison-head-feature-title {
    text-align: right
}

.bdt-comparison-head-title-item {
    font-size: 13px;
    color: #3b3e42;
    font-weight: 700
}

.bdt-comparison-head-title-item {
    text-align: center
}

    .bdt-comparison-head-title-item.bdt-comparison-heightlight {
        color: #fff;
        background-color: var(--global-link-color);
        border-top-left-radius: 14px;
        border-top-right-radius: 14px
    }

.bdt-comparison-icon.bdt-comparison-heightlight {
    background-color: #eaf5ff
}

.bdt-comparison-item-title, .bdt-comparison-head-title-item, .bdt-comparison-icon, .bdt-comparison-content-item {
    padding: 8px
}

.bdt-comparison-list-wrap ul {
    margin: 0 !important;
    padding: 0 !important
}

    .bdt-comparison-list-wrap ul li {
        margin: 0
    }

.bdt-comparison-item {
    cursor: pointer
}

.bdt-comparison-item-title, .bdt-comparison-icon {
    display: flex;
    align-items: center
}

.bdt-comparison-icon {
    justify-content: center
}

.bdt-comparison-item-title {
    font-size: 11px;
    font-weight: 700;
    color: #28272b;
    gap: 15px
}

    .bdt-comparison-item-title .bdt-plus-icon {
        position: relative
    }

        .bdt-comparison-item-title .bdt-plus-icon::before, .bdt-comparison-item-title .bdt-plus-icon::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            width: 9px;
            height: 1px;
            background-color: #28272b;
            transition: transform .3s ease
        }

        .bdt-comparison-item-title .bdt-plus-icon::after {
            transform: rotate(-90deg)
        }

.bdt-comparison-heightlight .bdt-comparison-sub-title {
    color: #e9eaeb
}

.bdt-comparison-heightlight.bdt-comparison-head-title-item .bdt-comparison-head-button {
    background-color: #fff;
    color: #28272b
}

    .bdt-comparison-heightlight.bdt-comparison-head-title-item .bdt-comparison-head-button:hover {
        color: #fff;
        border-color: #fff
    }

.bdt-comparison-sub-title {
    font-size: 16px;
    font-weight: 500;
    color: #5d5f6b;
    margin: 5px 0 0
}

.bdt-comparison-head-title-item .bdt-comparison-head-button {
    font-size: 12px;
    background-color: var(--global-link-color);
    border: 1px solid var(--global-link-color);
    padding: 7px 14px;
    color: #fcfcff;
    margin: 15px 0 0;
    border-radius: 4px;
    display: inline-block;
    transition: all .3s ease
}

    .bdt-comparison-head-title-item .bdt-comparison-head-button:hover {
        color: #28272b;
        border-color: #28272b;
        background-color: #fff0
    }

.bdt-comparison-icon {
    text-align: center
}

.bdt-comparison-icon {
    font-size: 14px
}

    .bdt-comparison-icon svg {
        width: 1em;
        height: 1em;
        display: block
    }

    .bdt-comparison-icon span {
        padding: 3px;
        border-radius: 50%;
        display: inline-block
    }

.bdt-check-icon span {
    color: #4CAF50;
    border: 1px solid #4CAF50
}

.bdt-close-icon span {
    color: #f00707;
    border: 1px solid #f00707
}

.bdt-comparison-content-item {
    font-size: 12px;
    display: none
}

    .bdt-comparison-content-item:nth-child(1) {
        display: inherit !important
    }

    .bdt-comparison-content-item.bdt-comparison-heightlight {
        background-color: #eaf5ff
    }

    .bdt-comparison-content-item .bdt-comparison-item-title {
        display: none
    }

@media (max-width:767px) {
    .bdt-comparison-hide-first-column-yes .bdt-comparison-head-feature-title {
        display: none
    }

    .bdt-comparison-hide-first-column-yes li .bdt-comparison-item > div:nth-child(1) {
        display: none
    }

    .bdt-comparison-hide-first-column-yes .bdt-comparison-content-item .bdt-comparison-item-title {
        display: inherit;
        padding-right: 0
    }
}

@media (min-width:768px) {
    .bdt-comparison-item-title .bdt-plus-icon::before, .bdt-comparison-item-title .bdt-plus-icon::after {
        width: 14px;
        height: 2px
    }

    .bdt-comparison-icon span {
        padding: 9px
    }

    .bdt-comparison-head-title-item, .bdt-list-title {
        font-size: 25px
    }

    .bdt-comparison-item-title, .bdt-comparison-head-title-item, .bdt-comparison-icon, .bdt-comparison-content-item {
        padding: var(--comparison-lsit-padding)
    }

    .bdt-comparison-item-title {
        font-size: 18px;
        gap: 25px
    }

    .bdt-comparison-icon {
        font-size: 18px
    }

        .bdt-comparison-icon svg {
            width: 1em;
            height: 1em
        }

    .bdt-comparison-content-item {
        font-size: 16px
    }

    li .bdt-comparison-item, .bdt-compatison-header.bdt-comparison-column {
        display: flex;
        gap: var(--ep-cl-column-gap,10px)
    }

    .bdt-comparison-column-1 .bdt-comparison-head-feature-title {
        min-width: calc(var(--ep-cl-column-width, 75%) - var(--ep-cl-column-gap, 10px));
        max-width: calc(var(--ep-cl-column-width, 75%) - var(--ep-cl-column-gap, 10px))
    }

    li .bdt-comparison-item.bdt-comparison-column-1 > div:nth-child(1) {
        min-width: calc(var(--ep-cl-column-width, 75%) - var(--ep-cl-column-gap, 10px));
        max-width: calc(var(--ep-cl-column-width, 75%) - var(--ep-cl-column-gap, 10px))
    }

    .bdt-comparison-column-2 .bdt-comparison-head-feature-title {
        min-width: calc(var(--ep-cl-column-width, 60%) - calc(2 * var(--ep-cl-column-gap, 10px)));
        max-width: calc(var(--ep-cl-column-width, 60%) - calc(2 * var(--ep-cl-column-gap, 10px)))
    }

    li .bdt-comparison-item.bdt-comparison-column-2 > div:nth-child(1) {
        min-width: calc(var(--ep-cl-column-width, 60%) - calc(2 * var(--ep-cl-column-gap, 10px)));
        max-width: calc(var(--ep-cl-column-width, 60%) - calc(2 * var(--ep-cl-column-gap, 10px)))
    }

    .bdt-comparison-column-3 .bdt-comparison-head-feature-title {
        min-width: calc(var(--ep-cl-column-width, 50%) - calc(3 * var(--ep-cl-column-gap, 10px)));
        max-width: calc(var(--ep-cl-column-width, 50%) - calc(3 * var(--ep-cl-column-gap, 10px)))
    }

    li .bdt-comparison-item.bdt-comparison-column-3 > div:nth-child(1) {
        min-width: calc(var(--ep-cl-column-width, 50%) - calc(3 * var(--ep-cl-column-gap, 10px)));
        max-width: calc(var(--ep-cl-column-width, 50%) - calc(3 * var(--ep-cl-column-gap, 10px)))
    }

    .bdt-comparison-column-4 .bdt-comparison-head-feature-title {
        min-width: calc(var(--ep-cl-column-width, 40%) - calc(4 * var(--ep-cl-column-gap, 10px)));
        max-width: calc(var(--ep-cl-column-width, 40%) - calc(4 * var(--ep-cl-column-gap, 10px)))
    }

    li .bdt-comparison-item.bdt-comparison-column-4 > div:nth-child(1) {
        min-width: calc(var(--ep-cl-column-width, 40%) - calc(4 * var(--ep-cl-column-gap, 10px)));
        max-width: calc(var(--ep-cl-column-width, 40%) - calc(4 * var(--ep-cl-column-gap, 10px)))
    }
}

.bdt-ep-circle-info-item {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition: all .3s ease
}

.bdt-ep-circle-info-sub-circle {
    color: #a3adb5;
    width: 60px;
    height: 60px;
    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;
    margin: auto;
    box-shadow: 0 5px 15px 0 rgb(151 163 184 / .3);
    background-color: #fff;
    border-radius: 50%;
    transition: .5s cubic-bezier(.175,.885,.32,1.275);
    cursor: pointer;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 9;
    line-height: 1
}

    .bdt-ep-circle-info-sub-circle i {
        font-size: 26px;
        top: 0;
        position: relative
    }

    .bdt-ep-circle-info-sub-circle svg {
        width: 1em;
        height: 1em;
        fill: #a3adb5
    }

    .bdt-ep-circle-info-sub-circle:hover, .bdt-ep-circle-info-sub-circle.active {
        color: #fff;
        box-shadow: 0 6px 13px 0 rgb(30 135 240 / .3);
        background-color: #1e87f0;
        transition: background-color 1s
    }

        .bdt-ep-circle-info-sub-circle:hover svg, .bdt-ep-circle-info-sub-circle.active svg {
            fill: #fff
        }

.bdt-ep-circle-info-wrap {
    border-radius: 100%;
    margin: 60px auto;
    position: relative
}

.bdt-ep-circle-info-inner {
    border-radius: 50%;
    box-sizing: content-box;
    padding-bottom: unset;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 9
}

    .bdt-ep-circle-info-inner:before, .bdt-ep-circle-info-inner:after {
        content: '';
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50%;
        display: block
    }

    .bdt-ep-circle-info-inner:before {
        height: 100%;
        width: 100%;
        border: 1px solid rgb(163 173 181 / .3)
    }

    .bdt-ep-circle-info-inner:after {
        height: 130%;
        width: 130%;
        border: 1px solid rgb(163 173 181 / .1)
    }

.bdt-ep-circle-info-content {
    height: 80%;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    padding: 0;
    border-radius: 100%
}

.bdt-ep-circle-info-item {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    background-color: #fff;
    transition: background-color 1s
}

    .bdt-ep-circle-info-item.active {
        display: flex;
        animation: fade-in 1.2s cubic-bezier(.39,.575,.565,1) both
    }

.bdt-ep-circle-info-title {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
    display: block
}

.bdt-ep-circle-info-desc {
    display: block;
    color: #757575;
    font-size: 14px;
    line-height: 1.88;
    text-align: center;
    margin: 0;
    transition: all .5s
}

    .bdt-ep-circle-info-desc p {
        margin: 0
    }

.bdt-ep-circle-info-icon.d-md-none {
    display: none
}

.bdt-ep-style-circle .bdt-ep-circle-info-item {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition: background-image .2s ease-in-out
}

.bdt-ep-content-hide-yes .bdt-ep-circle-info-content-inner {
    display: none
}

@media (max-width:767px) {
    .bdt-ep-style-list .bdt-ep-circle-info-wrap {
        height: 100% !important;
        width: 100% !important;
        margin: auto !important
    }

    .bdt-ep-style-list .bdt-ep-circle-info-inner {
        display: none
    }

    .bdt-ep-style-list .bdt-ep-circle-info-content {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        transition: all .4s ease
    }

    .bdt-ep-style-list .bdt-ep-circle-info-content-inner {
        margin-right: var(--ep-icon-info-margin,60px)
    }

    .bdt-ep-style-list .bdt-ep-circle-info-item {
        display: inherit;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 0
    }

        .bdt-ep-style-list .bdt-ep-circle-info-item.right {
            float: left
        }

    .bdt-ep-style-list .bdt-ep-circle-info-title {
        margin-bottom: 8px;
        text-align: right
    }

    .bdt-ep-style-list .bdt-ep-circle-info-desc {
        text-align: right
    }

    .bdt-ep-style-list .bdt-ep-circle-info-icon {
        position: absolute;
        width: 40px;
        height: 40px;
        font-size: 18px;
        overflow: hidden;
        border-radius: 50%;
        box-shadow: 0 5px 15px 0 rgb(151 163 184 / .3);
        transition: all .5s;
        cursor: pointer;
        color: #a3adb5
    }

        .bdt-ep-style-list .bdt-ep-circle-info-icon:hover {
            box-shadow: 0 6px 13px 0 rgb(30 135 240 / .3);
            background-color: #1e87f0;
            color: #fff
        }

            .bdt-ep-style-list .bdt-ep-circle-info-icon:hover svg {
                fill: #fff
            }

        .bdt-ep-style-list .bdt-ep-circle-info-icon svg, .bdt-ep-style-list .bdt-ep-circle-info-icon i {
            position: absolute;
            top: 50%;
            transform: translate(50%,-50%);
            right: 50%
        }

        .bdt-ep-style-list .bdt-ep-circle-info-icon svg {
            width: 1em;
            height: 1em;
            fill: #a3adb5
        }

        .bdt-ep-style-list .bdt-ep-circle-info-icon.d-md-none {
            display: inherit
        }

    .bdt-ep-style-list .bdt-ep-circle-info-sub-circle {
        display: none
    }
}

.bdt-content-switcher {
    position: relative;
    box-sizing: border-box
}

    .bdt-content-switcher *, .bdt-content-switcher *:before, .bdt-content-switcher *:after {
        box-sizing: unset !important
    }

.bdt-switcher-content-wrapper {
    margin-top: 20px
}

    .bdt-switcher-content-wrapper .bdt-switcher-content:not(.bdt-active) {
        display: none
    }

.bdt-content-switcher-icon {
    font-size: 15px
}

    .bdt-content-switcher-icon i {
        color: #777
    }

    .bdt-content-switcher-icon i, .bdt-content-switcher-icon svg {
        width: 1em;
        height: 1em;
        fill: #777
    }

    .bdt-content-switcher-icon.bdt-active i {
        color: #232323
    }

    .bdt-content-switcher-icon.bdt-active svg {
        fill: #232323
    }

.bdt-switcher-arrows {
    position: absolute;
    font-size: 48px
}

    .bdt-switcher-arrows.bdt-arrows-left {
        right: 0;
        -webkit-transform: translate(var(--ep-content-switcher-arrows-h-offset-left,-35px),var(--ep-content-switcher-arrows-v-offset,-26px)) rotate(var(--ep-content-switcher-arrows-rotate,0));
        transform: translate(var(--ep-content-switcher-arrows-h-offset-left,-35px),var(--ep-content-switcher-arrows-v-offset,-26px)) rotate(var(--ep-content-switcher-arrows-rotate,0))
    }

    .bdt-switcher-arrows.bdt-arrows-right {
        left: 0;
        -webkit-transform: translate(var(--ep-content-switcher-arrows-h-offset-right,40px),var(--ep-content-switcher-arrows-v-offset,-26px)) rotate(var(--ep-content-switcher-arrows-rotate,0));
        transform: translate(var(--ep-content-switcher-arrows-h-offset-right,40px),var(--ep-content-switcher-arrows-v-offset,-26px)) rotate(var(--ep-content-switcher-arrows-rotate,0))
    }

    .bdt-switcher-arrows svg {
        fill: #03a9f4;
        width: 1em;
        height: 1em
    }

.bdt-content-switcher-badge {
    position: absolute;
    -webkit-transform: translate(var(--ep-content-switcher-badge-h-offset,0),var(--ep-content-switcher-badge-v-offset,-40px)) rotate(var(--ep-content-switcher-badge-rotate,0));
    transform: translate(var(--ep-content-switcher-badge-h-offset,0),var(--ep-content-switcher-badge-v-offset,-40px)) rotate(var(--ep-content-switcher-badge-rotate,0));
    padding: 4px 8px;
    font-weight: 600;
    background: #03a9f4;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    display: inline-block;
    width: max-content;
    line-height: 1.3
}

.bdt-switch-container-wrap {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px
}

    .bdt-switch-container-wrap .bdt-package-text {
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 500;
        color: #777;
        display: inline-flex;
        align-items: center;
        gap: 8px
    }

        .bdt-switch-container-wrap .bdt-package-text.bdt-active {
            color: #232323
        }

.bdt-content-switcher .bdt-knobs {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2
}

.bdt-content-switcher .bdt-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #ebf7fc;
    transition: .3s ease all;
    z-index: 1
}

.bdt-content-switcher .button {
    position: relative;
    top: 50%;
    width: 74px;
    height: 36px;
    padding: 0;
    background: #fff0
}

.bdt-toggle-button-1.button, .bdt-toggle-button-1.button .bdt-layer, .bdt-toggle-button-2.button, .bdt-toggle-button-2.button .bdt-layer, .bdt-toggle-button-3.button, .bdt-toggle-button-3.button .bdt-layer, .bdt-toggle-button-4.button, .bdt-toggle-button-4.button .bdt-layer, .bdt-toggle-button-5.button, .bdt-toggle-button-5.button .bdt-layer, .bdt-toggle-button-6.button, .bdt-toggle-button-6.button .bdt-layer, .bdt-toggle-button-7.button, .bdt-toggle-button-7.button .bdt-layer, .bdt-toggle-button-8.button, .bdt-toggle-button-8.button .bdt-layer {
    border-radius: 100px
}

.bdt-content-switcher .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
    display: block
}

.bdt-toggle-button-1 .bdt-knobs {
    transition: .3s ease all
}

    .bdt-toggle-button-1 .bdt-knobs:before, .bdt-toggle-button-2 .bdt-knobs:before, .bdt-toggle-button-2 .bdt-knobs:after, .bdt-toggle-button-3 .bdt-knobs::before, .bdt-toggle-button-4 .bdt-knobs:before, .bdt-toggle-button-4 .bdt-knobs:after, .bdt-toggle-button-5 .bdt-knobs:before, .bdt-toggle-button-6 .bdt-knobs:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 5px;
        width: 20px;
        height: 10px;
        padding: 9px 4px;
        background-color: #03a9f4;
        border-radius: 50%;
        transform: translateY(-50%)
    }

    .bdt-toggle-button-1 .bdt-knobs:before {
        border-radius: 50%;
        transition: .3s cubic-bezier(.18,.89,.35,1.15) all;
        transition: .3s ease all
    }

.bdt-toggle-button-1 .checkbox:checked + .bdt-knobs:before {
    content: '';
    right: calc(100% - 33px);
    background-color: #f44336
}

.bdt-toggle-button-1 .checkbox:checked ~ .bdt-layer {
    background-color: #fcebeb
}

.bdt-toggle-button-1 .bdt-layer {
    transition: .3s ease all
}

.bdt-toggle-button-2 .bdt-knobs:before, .bdt-toggle-button-2 .bdt-knobs:after {
    transition: .3s ease all;
    content: ''
}

.bdt-toggle-button-2 {
    overflow: hidden
}

    .bdt-toggle-button-2 .bdt-knobs:after {
        left: -28px;
        right: auto;
        background-color: #f44336
    }

    .bdt-toggle-button-2 .checkbox:checked + .bdt-knobs:before {
        right: -28px
    }

    .bdt-toggle-button-2 .checkbox:checked + .bdt-knobs:after {
        left: 4px
    }

    .bdt-toggle-button-2 .checkbox:checked ~ .bdt-layer {
        background-color: #fcebeb
    }

.bdt-toggle-button-3 .bdt-knobs:before {
    transition: .3s ease all,right .3s cubic-bezier(.18,.89,.35,1.15)
}

.bdt-toggle-button-3 .checkbox:active + .bdt-knobs:before {
    width: 46px;
    border-radius: 100px
}

.bdt-toggle-button-3 .checkbox:checked:active + .bdt-knobs:before {
    margin-right: -26px
}

.bdt-toggle-button-3 .checkbox:checked + .bdt-knobs:before {
    content: '';
    right: calc(100% - 33px);
    background-color: #f44336
}

.bdt-toggle-button-3 .checkbox:checked ~ .bdt-layer {
    background-color: #fcebeb
}

.bdt-toggle-button-4 .bdt-knobs:before, .bdt-toggle-button-4 .bdt-knobs:after {
    transition: .3s cubic-bezier(.18,.89,.35,1.15) all
}

.bdt-toggle-button-4 {
    overflow: hidden
}

    .bdt-toggle-button-4 .bdt-knobs:after {
        top: -28px;
        left: 5px;
        right: auto;
        background-color: #f44336
    }

    .bdt-toggle-button-4 .checkbox:checked + .bdt-knobs:before {
        top: -28px
    }

    .bdt-toggle-button-4 .checkbox:checked + .bdt-knobs:after {
        top: 50%
    }

    .bdt-toggle-button-4 .checkbox:checked ~ .bdt-layer {
        background-color: #fcebeb
    }

.bdt-toggle-button-5 {
    perspective: 60px;
    overflow: visible
}

    .bdt-toggle-button-5 .bdt-knobs {
        transition: .3s ease all
    }

        .bdt-toggle-button-5 .bdt-knobs:before {
            transition: .3s cubic-bezier(.18,.89,.35,1.15) all;
            transform: rotateY(0) translateY(-50%);
            transform-origin: center;
            transition: .3s ease all
        }

        .bdt-toggle-button-5 .bdt-knobs span:before {
            content: ''
        }

    .bdt-toggle-button-5 .bdt-layer {
        transform: rotateY(0);
        transform-origin: center;
        transition: .3s ease all
    }

    .bdt-toggle-button-5 .checkbox:checked + .bdt-knobs:before {
        right: calc(100% - 33px);
        transform: rotateY(-180deg) translateY(-50%);
        background-color: #f44336
    }

    .bdt-toggle-button-5 .checkbox:checked + .bdt-knobs span {
        right: calc(100% - 33px)
    }

        .bdt-toggle-button-5 .checkbox:checked + .bdt-knobs span:before {
            content: '';
            right: calc(100% - 33px)
        }

    .bdt-toggle-button-5 .checkbox:checked ~ .bdt-layer {
        background-color: #fcebeb;
        transform: rotateY(180deg)
    }

.bdt-toggle-button-6 {
    overflow: visible
}

    .bdt-toggle-button-6 .bdt-knobs {
        transform: rotateZ(0);
        transition: .4s cubic-bezier(.18,.89,.35,1.15) all
    }

        .bdt-toggle-button-6 .bdt-knobs:before {
            transform: rotateZ(0) translateY(-50%);
            transition: .4s cubic-bezier(.18,.89,.35,1.15) all
        }

    .bdt-toggle-button-6 .bdt-layer {
        transform: rotateZ(0);
        transition: .4s cubic-bezier(.18,.89,.35,1.15) all
    }

    .bdt-toggle-button-6 .checkbox:checked + .bdt-knobs {
        transform: rotateZ(180deg)
    }

        .bdt-toggle-button-6 .checkbox:checked + .bdt-knobs:before {
            content: '';
            background-color: #f44336;
            transform: rotateZ(-180deg) translateY(50%)
        }

    .bdt-toggle-button-6 .checkbox:checked ~ .bdt-layer {
        background-color: #fcebeb;
        transform: rotateZ(-180deg)
    }

.bdt-toggle-button-7 .bdt-knobs::before, .bdt-toggle-button-7 .bdt-knobs::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 10px;
    padding: 9px 4px;
    border-radius: 50%;
    opacity: 0;
    transition: .3s ease all;
    z-index: 2;
    transform: translateY(-50%)
}

.bdt-toggle-button-7 .bdt-knobs:before {
    right: 5px
}

.bdt-toggle-button-7 .bdt-knobs:after {
    right: calc(100% - 33px);
    background-color: #f44336
}

.bdt-toggle-button-7 .bdt-knobs span {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 10px;
    padding: 9px 4px;
    border-radius: 50%;
    z-index: 1;
    right: 4px;
    background-color: #03a9f4;
    transition: .2s ease all;
    transform: translateY(-50%)
}

.bdt-toggle-button-7 .checkbox:checked + .bdt-knobs:before {
    opacity: 0
}

.bdt-toggle-button-7 .checkbox:checked + .bdt-knobs:after {
    opacity: 1
}

.bdt-toggle-button-7 .checkbox:checked + .bdt-knobs span {
    top: 50%;
    right: calc(100% - 23px);
    width: 2px;
    height: 2px;
    padding: 3px;
    background-color: #fff;
    z-index: 3;
    transform: translateY(-50%)
}

.bdt-toggle-button-7 .checkbox:checked ~ .bdt-layer {
    background-color: #fcebeb
}

.bdt-toggle-button-8 {
    overflow: hidden
}

    .bdt-toggle-button-8 .bdt-knobs:before {
        content: '';
        color: #fff;
        right: 4px;
        z-index: 2
    }

    .bdt-toggle-button-8 .bdt-knobs:after {
        content: '';
        right: calc(100% - 33px);
        color: #fff;
        background-color: #f44336;
        opacity: 0;
        z-index: 2
    }

    .bdt-toggle-button-8 .bdt-knobs span {
        right: 5px;
        background-color: #03a9f4;
        z-index: 1
    }

    .bdt-toggle-button-8 .bdt-knobs span, .bdt-toggle-button-8 .bdt-knobs::before, .bdt-toggle-button-8 .bdt-knobs::after {
        position: absolute;
        top: 50%;
        width: 20px;
        height: 10px;
        line-height: 1;
        padding: 9px 4px;
        border-radius: 50%;
        transition: .3s ease all;
        transform: translateY(-50%)
    }

    .bdt-toggle-button-8 .checkbox:checked + .bdt-knobs:before {
        opacity: 0
    }

    .bdt-toggle-button-8 .checkbox:checked + .bdt-knobs:after {
        opacity: 1
    }

    .bdt-toggle-button-8 .checkbox:checked + .bdt-knobs span {
        background-color: #fcebeb;
        transform: scale(10);
        top: 0
    }

.bdt-toggle-button-9 {
    overflow: visible
}

    .bdt-toggle-button-9 .bdt-knobs {
        perspective: 70px
    }

        .bdt-toggle-button-9 .bdt-knobs::before, .bdt-toggle-button-9 .bdt-knobs::after {
            position: absolute;
            top: 4px;
            border-radius: 2px;
            width: 20px;
            height: 10px;
            padding: 9px 4px
        }

        .bdt-toggle-button-9 .bdt-knobs:before {
            content: '';
            right: 4px
        }

        .bdt-toggle-button-9 .bdt-knobs:after {
            content: '';
            left: 4px
        }

        .bdt-toggle-button-9 .bdt-knobs span {
            position: absolute;
            top: 50%;
            right: 4px;
            border-radius: 2px;
            width: 33px;
            height: 28px;
            background-color: #03a9f4;
            transform: rotateY(0) translateY(-50%);
            transform-origin: 0% 50%;
            transition: .6s ease all;
            z-index: 1
        }

    .bdt-toggle-button-9 .checkbox:checked + .bdt-knobs span {
        transform: rotateY(180deg) translateY(-50%);
        background-color: #f44336
    }

    .bdt-toggle-button-9 .checkbox:checked ~ .bdt-layer {
        background-color: #fcebeb
    }

.bdt-content-switcher .bdt-toggle-button-9.button {
    border-radius: 2px
}

.bdt-content-switcher-tab {
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #282833;
    border-radius: 30px;
    transition: background-color .3s ease,color .3s ease,border .3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.3
}

    .bdt-content-switcher-tab.bdt-active {
        color: #fff;
        background-color: #03a9f4
    }

        .bdt-content-switcher-tab.bdt-active .bdt-content-switcher-icon i {
            color: #fff
        }

        .bdt-content-switcher-tab.bdt-active .bdt-content-switcher-icon svg {
            fill: #fff
        }

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

    .cc-window.cc-invisible {
        opacity: 0
    }

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

    .cc-animate.cc-revoke.cc-top {
        transform: translateY(-2em)
    }

    .cc-animate.cc-revoke.cc-bottom {
        transform: translateY(2em)
    }

    .cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
        transform: translateY(0)
    }

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

    .cc-window.cc-static {
        position: static
    }

    .cc-window.cc-floating {
        padding: 2em;
        max-width: 24em;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner {
        padding: 1em 1.8em;
        max-width: 100%;
        -ms-flex-direction: row;
        flex-direction: row
    }

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

    .cc-link:hover {
        opacity: 1
    }

    .cc-link:active, .cc-link:visited {
        color: initial
    }

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: #fff0;
    border-color: #fff0
}

    .cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
        background-color: #fff0;
        text-decoration: underline
    }

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    left: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

    .cc-close:focus, .cc-close:hover {
        opacity: 1
    }

.cc-revoke.cc-top {
    top: 0;
    right: 3em;
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    right: 3em;
    border-top-right-radius: .5em;
    border-top-left-radius: .5em
}

.cc-revoke.cc-left {
    right: 3em;
    left: unset
}

.cc-revoke.cc-right {
    left: 3em;
    right: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    right: 1em
}

.cc-right {
    left: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    right: 0;
    left: 0;
    top: 0
}

.cc-banner.cc-bottom {
    right: 0;
    left: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

    .cc-compliance > a.cc-btn {
        -ms-flex: 1;
        flex: 1
    }

.cc-btn + .cc-btn {
    margin-right: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        right: 0;
        left: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

        .cc-window.cc-banner .cc-compliance {
            -ms-flex: 1;
            flex: 1
        }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

    .cc-theme-classic .cc-btn:last-child {
        min-width: 140px
    }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-right: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-right: 0
}

.cc-compliance {
    gap: 20px
}

    .cc-compliance .cc-btn.cc-dismiss {
        color: #fbfbfb;
        padding: 0;
        background: transparent !important;
        transition: .3s ease;
        text-decoration: underline
    }

        .cc-compliance .cc-btn.cc-dismiss:hover {
            color: #fff
        }

    .cc-compliance .bdt-cc-close-btn {
        padding: 0;
        margin: 0;
        background-color: #fff0;
        border: 0;
        color: #d3d3d4;
        cursor: pointer;
        transition: .3s ease
    }

        .cc-compliance .bdt-cc-close-btn svg {
            width: 1.5em;
            height: 1.5em;
            display: flex
        }

        .cc-compliance .bdt-cc-close-btn:hover {
            color: #fff
        }

.elementor-widget-bdt-countdown.bdt-countdown--label-block .bdt-countdown-number, .elementor-widget-bdt-countdown.bdt-countdown--label-block .bdt-countdown-label {
    display: block;
    text-align: center
}

@media screen and (min-width:960px) {
    .elementor-widget-bdt-countdown.bdt-countdown--label-block .bdt-countdown-number {
        font-size: 4rem;
        font-weight: 700;
        margin-bottom: 26px
    }
}

.elementor-widget-bdt-countdown.bdt-countdown--label-inline .bdt-countdown-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 25px
}

.elementor-widget-bdt-countdown.bdt-countdown--label-inline .bdt-countdown-number {
    padding: 0;
    font-size: 42px;
    background: #fff0;
    font-weight: 700
}

.elementor-widget-bdt-countdown.bdt-countdown--label-inline.bdt-countdown--align-left .bdt-countdown-item {
    justify-content: left
}

.elementor-widget-bdt-countdown.bdt-countdown--label-inline.bdt-countdown--align-center .bdt-countdown-item {
    justify-content: center
}

.elementor-widget-bdt-countdown.bdt-countdown--label-inline.bdt-countdown--align-right .bdt-countdown-item {
    justify-content: flex-end
}

.elementor-widget-bdt-countdown .bdt-countdown-number {
    font-weight: 700
}

.elementor-widget-bdt-countdown .bdt-countdown-skin-tiny .bdt-countdown-number {
    padding: 0;
    background-color: #fff0
}

.elementor-widget-bdt-countdown .bdt-countdown-skin-tiny .bdt-countdown-number, .elementor-widget-bdt-countdown .bdt-countdown-skin-tiny .bdt-countdown-label {
    display: inline-block;
    text-align: center;
    color: #798184
}

.elementor-widget-bdt-countdown .bdt-countdown-skin-tiny .bdt-countdown-item-wrapper {
    display: inline-block;
    margin-right: 10px
}

    .elementor-widget-bdt-countdown .bdt-countdown-skin-tiny .bdt-countdown-item-wrapper:nth-child(1) {
        margin-right: 0 !important
    }

.elementor-widget-bdt-countdown .bdt-countdown-skin-tiny .bdt-countdown-number {
    font-size: 24px
}

.bdt-countdown-event-button .bdt-event-button-icon {
    display: inline-flex
}

.bdt-countdown-item-wrapper .bdt-countdown-item {
    position: relative
}

.bdt-countdown-item-wrapper .bdt-countdown-divider {
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(var(--ep-countdown-separator-h-offset,23px),var(--ep-countdown-separator-v-offset,-50%)) rotate(var(--ep-countdown-separator-rotate,0));
    transform: translate(var(--ep-countdown-separator-h-offset,23px),var(--ep-countdown-separator-v-offset,-50%)) rotate(var(--ep-countdown-separator-rotate,0))
}

.bdt-countdown-item-wrapper:nth-last-child(1) .bdt-countdown-divider {
    display: none
}

.bdt-countdown-grid {
    display: grid
}

.bdt-contact-form-wrapper {
    width: 100%
}

    .bdt-contact-form-wrapper .bdt-button-full-width {
        width: 100%
    }

.bdt-contact-form .elementor-field-type-submit .elementor-button {
    padding: 12px 30px;
    line-height: 1
}

.bdt-contact-form .grecaptcha-badge {
    z-index: 999
}

.bdt-contact-form-skin-dropdown .bdt-dropdown {
    padding: 30px;
    background: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0 / .1);
    border-radius: 3px;
    max-width: 300px
}

.bdt-field-group {
    margin-bottom: 10px
}

.bdt-form-stacked .bdt-field-group.bdt-margin-remove-bottom {
    line-height: 1
}

.bdt-form-stacked .bdt-field-group .bdt-checkbox {
    margin-left: 3px
}

.bdt-contact-form-modal .bdt-modal-dialog {
    width: 450px
}

.bdt-contact-form-modal .bdt-modal-header {
    background: #fff0;
    border-radius: inherit;
    border-bottom: 1px solid rgb(153 153 153 / .19)
}

    .bdt-contact-form-modal .bdt-modal-header .bdt-icon {
        transform: translateY(-3px);
        margin-left: 5px
    }

.bdt-contact-form-modal .bdt-modal-close-default {
    top: 18px;
    left: 20px
}

.bdt-contact-form-modal .elementor-field-type-submit .elementor-button {
    padding: 12px 20px;
    line-height: 1
}

.bdt-register-additional-message {
    font-size: 12px;
    color: #999
}

.bdt-all-field-inline--yes .bdt-contact-form .bdt-form-label {
    margin-bottom: 0
}

.bdt-all-field-inline--yes .bdt-contact-form .bdt-field-group {
    display: flex;
    align-items: center;
    width: auto
}

.bdt-custom-gallery.bdt-skin-fedara .bdt-skin-fedara-desc {
    position: relative;
    background: #fff
}

    .bdt-custom-gallery.bdt-skin-fedara .bdt-skin-fedara-desc:after {
        content: '';
        position: absolute;
        top: 0;
        height: 20px;
        width: 20px;
        background: inherit;
        transform: translate(50%,-50%) rotate(-45deg)
    }

.bdt-skin-fedara-style-right .bdt-skin-fedara-desc:after {
    left: 8px
}

.bdt-skin-fedara-style-left .bdt-skin-fedara-desc:after {
    right: 30px
}

.bdt-skin-fedara-style-center .bdt-skin-fedara-desc:after {
    right: 50%
}

.bdt-custom-gallery.bdt-skin-abetis .bdt-skin-abetis-desc {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center
}

.bdt-custom-gallery.bdt-skin-fedara .bdt-gallery-item-title, .bdt-custom-gallery.bdt-skin-abetis .bdt-gallery-item-title {
    color: #2a293c
}

.bdt-custom-gallery.bdt-skin-fedara .bdt-gallery-item-text, .bdt-custom-gallery.bdt-skin-abetis .bdt-gallery-item-text {
    color: #626470
}

.bdt-custom-gallery.bdt-skin-default .bdt-gallery-item-title {
    color: #fff
}

.bdt-custom-gallery.bdt-skin-default .bdt-gallery-item-text {
    color: #e1e1e7
}

.bdt-custom-gallery {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .bdt-custom-gallery .bdt-overlay {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: stretch;
        align-items: stretch;
        text-align: center;
        z-index: 1;
        background-color: rgb(0 0 0 / .5)
    }

    .bdt-custom-gallery .bdt-gallery-item {
        position: relative;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        transition-property: transform,opacity;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        margin: 0;
        text-align: center
    }

        .bdt-custom-gallery .bdt-gallery-item:hover {
            z-index: 5
        }

        .bdt-custom-gallery .bdt-gallery-item .bdt-gallery-item-title {
            margin-top: 0;
            margin-bottom: 10px
        }

        .bdt-custom-gallery .bdt-gallery-item .bdt-gallery-item-text p:last-child {
            margin-bottom: 0
        }

        .bdt-custom-gallery .bdt-gallery-item .bdt-gallery-item-tags {
            line-height: 1
        }

        .bdt-custom-gallery .bdt-gallery-item .bdt-gallery-thumbnail {
            overflow: hidden
        }

            .bdt-custom-gallery .bdt-gallery-item .bdt-gallery-thumbnail img {
                width: 100%;
                object-fit: cover;
                vertical-align: middle
            }

            .bdt-custom-gallery .bdt-gallery-item .bdt-gallery-thumbnail[onclick] {
                cursor: pointer
            }

        .bdt-custom-gallery .bdt-gallery-item .bdt-custom-gallery-content-inner {
            transform: translateZ(20px)
        }

    .bdt-custom-gallery .bdt-gallery-item-link {
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden
    }

    .bdt-custom-gallery .bdt-gallery-item-link {
        margin-right: 5px;
        margin-left: 5px;
        padding: 0;
        transition: all .25s ease-in-out;
        line-height: 18px;
        margin-bottom: 7px
    }

        .bdt-custom-gallery .bdt-gallery-item-link:hover {
            background-color: #fff0
        }

        .bdt-custom-gallery .bdt-gallery-item-link.icon-type-text {
            border: 2px solid #fff
        }

        .bdt-custom-gallery .bdt-gallery-item-link span.bdt-text {
            padding: 0 15px;
            color: #fff;
            font-size: 12px;
            font-weight: 700
        }

        .bdt-custom-gallery .bdt-gallery-item-link i {
            color: #fff;
            font-size: 2em
        }

    .bdt-custom-gallery .bdt-custom-gallery-inner {
        position: relative;
        overflow: hidden
    }

@media (max-width:767px) {
    .elementor-widget-bdt-custom-gallery {
        overflow: hidden
    }
}

.bdt-ep-custom-carousel.bdt-skin-custom-content .swiper-carousel .swiper-slide {
    height: auto
}

.bdt-ep-custom-carousel .bdt-ep-custom-carousel-arrow-prev, .bdt-ep-custom-carousel .bdt-ep-custom-carousel-arrow-next, .bdt-ep-custom-carousel .elementor-custom-embed-play {
    cursor: pointer
}

    .bdt-ep-custom-carousel .bdt-ep-custom-carousel-arrow-prev svg, .bdt-ep-custom-carousel .bdt-ep-custom-carousel-arrow-next svg, .bdt-ep-custom-carousel .elementor-custom-embed-play svg {
        transition: all .5s cubic-bezier(.15,.74,.25,1)
    }

    .bdt-ep-custom-carousel .bdt-ep-custom-carousel-arrow-prev:hover svg, .bdt-ep-custom-carousel .bdt-ep-custom-carousel-arrow-next:hover svg, .bdt-ep-custom-carousel .elementor-custom-embed-play:hover svg {
        transform: scale(1.2)
    }

.bdt-ep-custom-carousel .swiper-carousel .swiper-slide {
    height: 220px
}

.bdt-ep-custom-carousel-item .bdt-overlay i {
    font-size: 24px
}

.bdt-ep-custom-carousel-thumbnail {
    background: no-repeat 50%;
    background-size: cover;
    height: 100%;
    position: relative
}

    .bdt-ep-custom-carousel-thumbnail img {
        display: block;
        width: 100%;
        max-height: none;
        max-width: none
    }

.bdt-ep-custom-carousel-thumbnail-overlay {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    background-color: rgb(129 138 145 / .8);
    transition: transform .5s,opacity .5s
}

    .bdt-ep-custom-carousel-thumbnail-overlay i {
        font-size: 21px
    }

.bdt-ep-active-item--yes .swiper-slide {
    opacity: .3;
    transition: opacity .3s ease
}

    .bdt-ep-active-item--yes .swiper-slide.bdt-transition-toggle.swiper-slide-active {
        opacity: 1 !important;
        transition: all .3s ease
    }

        .bdt-ep-active-item--yes .swiper-slide.bdt-transition-toggle.swiper-slide-active > a > div:before, .bdt-ep-active-item--yes .swiper-slide.bdt-transition-toggle.swiper-slide-active > div:before {
            content: '';
            position: absolute;
            background: #fff0;
            height: 100%;
            width: 100%;
            z-index: 0;
            right: 0;
            top: 0;
            transition: all .3s ease
        }

.bdt-ep-custom-carousel-style-carousel .bdt-ep-custom-carousel-arrow-prev, .bdt-ep-custom-carousel-style-carousel .bdt-ep-custom-carousel-arrow-next {
    margin: 30px
}

.elementor-pagination-position-outside .bdt-ep-custom-carousel-arrow-prev, .elementor-pagination-position-outside .bdt-ep-custom-carousel-arrow-next {
    margin-top: -14px
}

.bdt-ep-creative-button {
    pointer-events: auto;
    cursor: pointer;
    color: #fff;
    background: #798184;
    padding: 1.5rem 3rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

    .bdt-ep-creative-button::before, .bdt-ep-creative-button::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%
    }

.bdt-ep-creative-button--pan {
    font-weight: 700;
    border: 2px solid #495157;
    border-radius: 3rem;
    overflow: hidden;
    color: #fff
}

    .bdt-ep-creative-button--pan span {
        z-index: 1
    }

    .bdt-ep-creative-button--pan::before {
        content: '';
        background: #495157;
        transition: transform .3s cubic-bezier(.7,0,.2,1)
    }

    .bdt-ep-creative-button--pan:hover::before {
        transform: translate3d(0,-100%,0)
    }

.bdt-ep-creative-button--hyperion {
    font-weight: 500;
    padding: 1rem 1.5rem;
    border: 1px solid #495157;
    overflow: hidden;
    color: #fff
}

    .bdt-ep-creative-button--hyperion span {
        display: block;
        z-index: 1
    }

    .bdt-ep-creative-button--hyperion > span {
        overflow: hidden
    }

        .bdt-ep-creative-button--hyperion > span > span {
            overflow: hidden
        }

    .bdt-ep-creative-button--hyperion:hover > span > span {
        animation: MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s
    }

@keyframes MoveUpInitial {
    to {
        transform: translate3d(0,-105%,0)
    }
}

@keyframes MoveUpEnd {
    from {
        transform: translate3d(0,100%,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.bdt-ep-creative-button--hyperion::before {
    content: '';
    background: #495157;
    transition: transform .3s cubic-bezier(.7,0,.2,1);
    transform-origin: 0% 50%
}

.bdt-ep-creative-button--hyperion:hover::before {
    transform: scale3d(0,1,1);
    transform-origin: 100% 50%
}

.bdt-ep-creative-button--mimas {
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-weight: 700;
    font-size: .85rem;
    border-radius: .5rem;
    overflow: hidden;
    color: #fff;
    background: #798184
}

    .bdt-ep-creative-button--mimas span {
        z-index: 1
    }

    .bdt-ep-creative-button--mimas::before {
        content: '';
        background: #00202c;
        width: 120%;
        right: -10%;
        transform: skew(-30deg);
        transition: transform .4s cubic-bezier(.3,1,.8,1)
    }

    .bdt-ep-creative-button--mimas:hover::before {
        transform: translate3d(-100%,0,0)
    }

.bdt-ep-creative-button--atlas {
    font-weight: 500
}

    .bdt-ep-creative-button--atlas > span {
        display: inline-block
    }

    .bdt-ep-creative-button--atlas:hover > span {
        opacity: 0
    }

.bdt-ep-creative-button-marquee {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    pointer-events: none
}

.bdt-ep-creative-button-marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    --offset: 1rem;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
    transform: translate3d(var(--move-initial),0,0);
    animation: marquee 1s linear infinite;
    animation-play-state: paused;
    opacity: 0
}

.bdt-ep-creative-button--atlas:hover .bdt-ep-creative-button-marquee__inner {
    animation-play-state: running;
    opacity: 1;
    transition-duration: .4s
}

.bdt-ep-creative-button-marquee span {
    text-align: center;
    white-space: nowrap;
    font-style: italic;
    padding: 1.5rem .5rem
}

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial),0,0)
    }

    100% {
        transform: translate3d(var(--move-final),0,0)
    }
}

.bdt-ep-creative-button--kari {
    font-weight: 900;
    font-size: 1.25rem;
    border-radius: 50%;
    border: 2px solid #798184
}

    .bdt-ep-creative-button--kari > span {
        display: inline-block;
        transition: opacity .1s
    }

    .bdt-ep-creative-button--kari:hover > span {
        opacity: 0
    }

    .bdt-ep-creative-button--kari .bdt-ep-creative-button-marquee {
        transform: rotate(2.75deg)
    }

    .bdt-ep-creative-button--kari:hover .bdt-ep-creative-button-marquee__inner {
        animation-play-state: running;
        opacity: 1;
        transition-duration: .6s
    }

.bdt-ep-creative-button--pandora {
    background: #798184;
    font-weight: 700;
    padding: 0;
    border-radius: 5px
}

    .bdt-ep-creative-button--pandora span {
        display: block;
        background: #a7a7a7;
        padding: 1.5rem 2rem;
        border-radius: 5px;
        transform: translate3d(4px,-4px,0);
        transition: transform .3s cubic-bezier(.7,0,.2,1)
    }

    .bdt-ep-creative-button--pandora:hover span {
        transform: translate3d(8px,-8px,0)
    }

.bdt-ep-creative-button--janus {
    font-weight: 600;
    width: 175px;
    height: 120px;
    color: #fff;
    background: none !important;
    font-size: 14px
}

    .bdt-ep-creative-button--janus::before {
        content: '';
        background: #e6e6e6;
        -webkit-clip-path: path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");
        clip-path: path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");
        transition: clip-path .5s cubic-bezier(.585,2.5,.645,.55),-webkit-clip-path .5s cubic-bezier(.585,2.5,.645,.55),background .5s ease;
        z-index: 1
    }

    .bdt-ep-creative-button--janus:hover::before {
        background: #798184;
        -webkit-clip-path: path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");
        clip-path: path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z")
    }

    .bdt-ep-creative-button--janus::after {
        content: '';
        height: 86%;
        width: 97%;
        top: 5%;
        border-radius: 42% 58% 45% 55% / 45% 56% 44% 55%;
        border: 1px solid #798184;
        transform: rotate(20deg);
        z-index: 0;
        transition: transform .5s cubic-bezier(.585,2.5,.645,.55)
    }

    .bdt-ep-creative-button--janus:hover::after {
        transform: translate3d(0,-5px,0)
    }

    .bdt-ep-creative-button--janus span {
        display: block;
        transition: transform .3s ease;
        z-index: 1
    }

    .bdt-ep-creative-button--janus:hover span {
        transform: translate3d(0,-10px,0)
    }

.bdt-ep-creative-button--anthe {
    color: #fff;
    background: none !important;
    overflow: hidden
}

    .bdt-ep-creative-button--anthe::before {
        content: '';
        background: #798184;
        -webkit-clip-path: polygon(0% 0%,100% 0,100% 50%,100% 100%,0% 100%);
        clip-path: polygon(0% 0%,100% 0,100% 50%,100% 100%,0% 100%);
        transition: clip-path .4s cubic-bezier(.2,1,.8,1),-webkit-clip-path .4s cubic-bezier(.2,1,.8,1)
    }

    .bdt-ep-creative-button--anthe:hover::before {
        background: #798184;
        -webkit-clip-path: polygon(0% 0%,75% 0%,100% 50%,75% 100%,0% 100%);
        clip-path: polygon(0% 0%,75% 0%,100% 50%,75% 100%,0% 100%)
    }

    .bdt-ep-creative-button--anthe span {
        display: block;
        transition: transform .4s cubic-bezier(.2,1,.8,1);
        z-index: 1
    }

    .bdt-ep-creative-button--anthe:hover span {
        transform: translate3d(10px,0,0)
    }

.bdt-ep-creative-button--pallene {
    font-weight: 700;
    border-radius: .5rem;
    border: 2px solid #798184;
    box-shadow: inset 0 0 0 0 #798184;
    transition: border-radius .3s,box-shadow .3s,color .3s;
    transition-timing-function: cubic-bezier(.7,0,.2,1)
}

    .bdt-ep-creative-button--pallene:hover {
        color: #fff;
        border-radius: 50%;
        box-shadow: inset 0 0 0 40px #495157;
        transition-delay: 0s,0s,.2s
    }

.bdt-ep-creative-button--telesto {
    overflow: hidden;
    font-weight: 800;
    font-style: italic;
    font-size: 1.15rem;
    color: #fff
}

    .bdt-ep-creative-button--telesto span {
        display: block;
        z-index: 1
    }

    .bdt-ep-creative-button--telesto > span {
        overflow: hidden
    }

    .bdt-ep-creative-button--telesto:hover > span > span {
        animation: MoveRightInitial .1s forwards,MoveRightEnd .3s forwards .2s
    }

@keyframes MoveRightInitial {
    to {
        transform: translate3d(-105%,0,0)
    }
}

@keyframes MoveRightEnd {
    from {
        transform: translate3d(100%,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.bdt-ep-creative-button--telesto::before, .bdt-ep-creative-button--telesto::after {
    content: '';
    background: #495157
}

.bdt-ep-creative-button--telesto::before {
    width: 135%;
    -webkit-clip-path: polygon(75% 0%,100% 50%,75% 100%,0% 100%,0% 0%);
    clip-path: polygon(75% 0%,100% 50%,75% 100%,0% 100%,0% 0%);
    transform: translate3d(100%,0,0)
}

.bdt-ep-creative-button--telesto:hover::before {
    transform: translate3d(0,0,0);
    transition: transform .3s cubic-bezier(.7,0,.2,1)
}

.bdt-ep-creative-button--telesto::after {
    width: 105%;
    transform: translate3d(-100%,0,0);
    transition: transform .3s cubic-bezier(.7,0,.2,1)
}

.bdt-ep-creative-button--telesto:hover::after {
    transform: translate3d(0,0,0);
    transition: transform .01s .3s cubic-bezier(.7,0,.2,1)
}

.bdt-ep-creative-button--calypso {
    overflow: hidden;
    font-size: 1.15rem;
    border-radius: .85rem;
    color: #fff
}

    .bdt-ep-creative-button--calypso:hover {
        background: none !important
    }

    .bdt-ep-creative-button--calypso span {
        display: block;
        z-index: 10
    }

    .bdt-ep-creative-button--calypso:hover span {
        animation: MoveScaleUpInitial .3s forwards,MoveScaleUpEnd .3s forwards .3s
    }

@keyframes MoveScaleUpInitial {
    to {
        transform: translate3d(0,-105%,0) scale3d(1,2,1);
        opacity: 0
    }
}

@keyframes MoveScaleUpEnd {
    from {
        transform: translate3d(0,100%,0) scale3d(1,2,1);
        opacity: 0
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.bdt-ep-creative-button--calypso::before {
    content: '';
    background: #798184;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    right: -10%;
    border-radius: 50%;
    transform: translate3d(0,68%,0) scale3d(0,0,0)
}

.bdt-ep-creative-button--calypso:hover::before {
    transform: translate3d(0,0,0) scale3d(1,1,1);
    transition: transform .4s cubic-bezier(.1,0,.3,1)
}

.bdt-ep-creative-button--calypso::after {
    content: '';
    background: #798184;
    transform: translate3d(0,-101%,0);
    transition: transform .4s cubic-bezier(.1,0,.3,1)
}

.bdt-ep-creative-button--calypso:hover::after {
    transform: translate3d(0,0,0);
    transition-duration: .05s;
    transition-delay: .4s;
    transition-timing-function: linear
}

.bdt-ep-creative-button--skoll {
    overflow: hidden;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    padding: 0;
    font-weight: 500
}

    .bdt-ep-creative-button--skoll span {
        display: block;
        z-index: 1
    }

    .bdt-ep-creative-button--skoll > span {
        overflow: hidden
    }

    .bdt-ep-creative-button--skoll:hover > span > span {
        animation: MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s
    }

    .bdt-ep-creative-button--skoll::before {
        content: '';
        background: #495157;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        border-radius: 50%;
        transform: translate3d(0,0,0);
        transition: transform .3s;
        transition-timing-function: cubic-bezier(.7,0,.2,1)
    }

    .bdt-ep-creative-button--skoll:hover::before {
        transform: translate3d(0,100%,0)
    }

.bdt-ep-creative-button--greip {
    overflow: hidden;
    color: #fff;
    font-weight: 500;
    padding: 1rem 2rem
}

    .bdt-ep-creative-button--greip span {
        display: block;
        z-index: 1
    }

    .bdt-ep-creative-button--greip > span {
        overflow: hidden
    }

    .bdt-ep-creative-button--greip:hover > span > span {
        animation: MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s
    }

    .bdt-ep-creative-button--greip::before {
        content: '';
        background: #495157;
        width: 100%;
        height: 100%;
        transform-origin: 50% 100%;
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
        transition: clip-path .2s,-webkit-clip-path .2s;
        transition-timing-function: cubic-bezier(.7,0,.2,1)
    }

    .bdt-ep-creative-button--greip:hover::before {
        transition-duration: .3s;
        -webkit-clip-path: polygon(0 0,100% 0,0 0,0% 100%);
        clip-path: polygon(0 0,100% 0,0 0,0% 100%)
    }

.bdt-ep-creative-button--dione {
    background: none !important;
    font-weight: 500;
    font-style: italic;
    padding: 1.5rem 3rem
}

    .bdt-ep-creative-button--dione span {
        display: inline-block;
        color: #fff;
        z-index: 1
    }

    .bdt-ep-creative-button--dione::before {
        content: '';
        background: #798184;
        transition: transform .3s cubic-bezier(.2,1,.7,1)
    }

    .bdt-ep-creative-button--dione:hover::before {
        transform: scale3d(.9,.8,1)
    }

    .bdt-ep-creative-button--dione::after {
        content: '';
        border: 1px solid #798184;
        transition: transform .3s cubic-bezier(.2,1,.7,1);
        border-radius: 0;
        transform: scale3d(.85,.65,1)
    }

    .bdt-ep-creative-button--dione:hover::after {
        transform: scale3d(1,1,1)
    }

.bdt-ep-creative-button--helene {
    border-radius: 7px;
    border: 1px solid #798184;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    font-size: .85rem;
    padding: 1.5rem 3rem
}

    .bdt-ep-creative-button--helene::before {
        content: '';
        top: 10px;
        right: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        background: rgb(0 0 0 / .5);
        filter: blur(7px);
        border-radius: 7px;
        z-index: -1;
        transform: translate3d(0,15px,0);
        transition: transform .45s
    }

    .bdt-ep-creative-button--helene:hover::before {
        transform: translate3d(0,0,0)
    }

    .bdt-ep-creative-button--helene span {
        display: block
    }

    .bdt-ep-creative-button--helene > span {
        height: 100%;
        overflow: hidden
    }

    .bdt-ep-creative-button--helene:hover > span > span {
        animation: slotMachine .15s ease-out forwards 3
    }

@keyframes slotMachine {
    50% {
        transform: translate3d(0,100%,0);
        opacity: 0
    }

    51% {
        transform: translate3d(0,-100%,0);
        opacity: 0
    }

    100% {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.bdt-ep-creative-button--rhea {
    font-weight: 600;
    font-style: normal;
    width: 180px;
    height: 180px;
    color: #fff;
    background: none !important;
    font-size: 15px;
    z-index: 1
}

    .bdt-ep-creative-button--rhea::before {
        content: '';
        z-index: -1;
        background: #798184;
        -webkit-clip-path: polygon(20% 30%,0 30%,0 50%,0 70%,20% 70%,50% 70%,80% 70%,100% 70%,100% 50%,100% 30%,80% 30%,50% 30%);
        clip-path: polygon(20% 30%,0 30%,0 50%,0 70%,20% 70%,50% 70%,80% 70%,100% 70%,100% 50%,100% 30%,80% 30%,50% 30%);
        transition: clip-path .4s cubic-bezier(.3,1,.2,1),-webkit-clip-path .4s cubic-bezier(.3,1,.2,1),transform .4s cubic-bezier(.3,1,.2,1),background .4s ease
    }

    .bdt-ep-creative-button--rhea:hover::before {
        background: #798184;
        transform: scale3d(.7,.7,1);
        -webkit-clip-path: polygon(30% 10%,10% 30%,30% 50%,10% 70%,30% 90%,50% 70%,70% 90%,90% 70%,70% 50%,90% 30%,70% 10%,50% 30%);
        clip-path: polygon(30% 10%,10% 30%,30% 50%,10% 70%,30% 90%,50% 70%,70% 90%,90% 70%,70% 50%,90% 30%,70% 10%,50% 30%)
    }

    .bdt-ep-creative-button--rhea span {
        display: block;
        transition: transform .4s cubic-bezier(.3,1,.2,1),opacity .05s
    }

    .bdt-ep-creative-button--rhea:hover span {
        transform: scale3d(.1,.1,1);
        opacity: 0;
        transition-delay: 0s,.35s
    }

.bdt-ep-creative-button--narvi {
    font-weight: 700;
    background: none !important
}

    .bdt-ep-creative-button--narvi::before {
        content: '';
        z-index: 0;
        background: #798184;
        -webkit-clip-path: polygon(0% 0%,100% 0%,100% 70%,85% 70%,80% 70%,75% 70%,0 70%);
        clip-path: polygon(0% 0%,100% 0%,100% 70%,85% 70%,80% 70%,75% 70%,0 70%);
        transition: clip-path .3s cubic-bezier(.7,0,.2,1),-webkit-clip-path .3s cubic-bezier(.7,0,.2,1),transform .3s ease
    }

    .bdt-ep-creative-button--narvi:hover::before {
        transform: translate3d(0,-10px,0);
        -webkit-clip-path: polygon(0% 0%,100% 0%,100% 70%,85% 70%,86% 100%,75% 70%,0 70%);
        clip-path: polygon(0% 0%,100% 0%,100% 70%,85% 70%,86% 100%,75% 70%,0 70%)
    }

    .bdt-ep-creative-button--narvi span {
        display: block;
        z-index: 1
    }

    .bdt-ep-creative-button--narvi > span {
        transition: transform .3s;
        transform: translate3d(0,-.556rem,0);
        z-index: 1;
        overflow: hidden
    }

    .bdt-ep-creative-button--narvi:hover > span {
        transform: translate3d(0,-1.111rem,0)
    }

        .bdt-ep-creative-button--narvi:hover > span > span {
            animation: MoveUpInitial .15s forwards,MoveUpEnd .15s forwards .15s
        }

.bdt-ep-creative-button--hati {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid;
    background: none !important;
    color: #798184;
    font-weight: 900;
    font-style: italic
}

    .bdt-ep-creative-button--hati:hover {
        background: none !important
    }

    .bdt-ep-creative-button--hati::before {
        animation: rotateIt 10s linear infinite;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAUElEQVQoU3VPSQ4AMQiS/z/aBiMNNDNeXEBQoDL66dkG52/hzlmsSqMKrAVCoOXuxR3TFVSIIJmzsFvGOMlust3iivmQd/6+3/NlN4paIOEADPIUD/MQvy0AAAAASUVORK5CYII=);
        content: '';
        width: 300%;
        height: 300%;
        top: -100%;
        right: -100%;
        z-index: 0;
        opacity: 0;
        transform-origin: 50% 50%;
        transition: opacity .3s
    }

@keyframes rotateIt {
    to {
        transform: rotate(360deg)
    }
}

.bdt-ep-creative-button--hati:hover::before {
    opacity: .7
}

.bdt-ep-creative-button--hati span {
    display: block;
    z-index: 1
}

.bdt-ep-creative-button--bestia {
    font-size: 1.15rem;
    color: #fff;
    background: none !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important
}

    .bdt-ep-creative-button--bestia .bdt-ep-creative-button__bg {
        top: 0;
        right: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #798184;
        border-radius: .85rem;
        overflow: hidden;
        transition: transform .4s cubic-bezier(.1,0,.3,1)
    }

    .bdt-ep-creative-button--bestia:hover .bdt-ep-creative-button__bg {
        transform: scale3d(1.2,1.2,1)
    }

    .bdt-ep-creative-button--bestia .bdt-ep-creative-button__bg::before, .bdt-ep-creative-button--bestia .bdt-ep-creative-button__bg::after {
        content: '';
        position: absolute;
        background: #798184
    }

    .bdt-ep-creative-button--bestia .bdt-ep-creative-button__bg::before {
        width: 110%;
        height: 0;
        padding-bottom: 110%;
        top: 50%;
        right: 50%;
        border-radius: 50%;
        transform: translate3d(50%,-50%,0) scale3d(0,0,1)
    }

    .bdt-ep-creative-button--bestia:hover .bdt-ep-creative-button__bg::before {
        transition: transform .4s cubic-bezier(.1,0,.3,1);
        transform: translate3d(50%,-50%,0) scale3d(1,1,1)
    }

    .bdt-ep-creative-button--bestia .bdt-ep-creative-button__bg::after {
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity .3s
    }

    .bdt-ep-creative-button--bestia:hover .bdt-ep-creative-button__bg::after {
        opacity: 1;
        transition-duration: .01s;
        transition-delay: .3s
    }

    .bdt-ep-creative-button--bestia span {
        display: block;
        padding: 1.5rem 3rem;
        z-index: 1
    }

.bdt-ep-creative-button--surtur {
    padding: 0;
    background: none !important;
    -webkit-clip-path: circle(40% at 50% 50%);
    clip-path: circle(40% at 50% 50%)
}

    .bdt-ep-creative-button--surtur:focus-visible {
        background: #443ffc
    }

    .bdt-ep-creative-button--surtur .textcircle {
        position: relative;
        display: block;
        width: 200px
    }

        .bdt-ep-creative-button--surtur .textcircle * {
            fill: none !important
        }

        .bdt-ep-creative-button--surtur .textcircle text {
            font-size: 32px;
            text-transform: uppercase;
            fill: #798184
        }

        .bdt-ep-creative-button--surtur .textcircle textPath {
            letter-spacing: 17px
        }

    .bdt-ep-creative-button--surtur:hover .textcircle {
        animation: rotateIt 7s linear infinite
    }

    .bdt-ep-creative-button--surtur .eye {
        position: absolute;
        z-index: 2;
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        right: calc(50% - 30px)
    }

    .bdt-ep-creative-button--surtur .eye__outer, .bdt-ep-creative-button--surtur .eye__inner, .bdt-ep-creative-button--surtur .eye__lashes-up, .bdt-ep-creative-button--surtur .eye__lashes-down {
        stroke: #798184;
        fill: none;
        stroke-width: 1.5px
    }

    .bdt-ep-creative-button--surtur .eye__lashes-down {
        opacity: 0
    }

    .bdt-ep-creative-button--surtur:hover .eye__lashes-up, .bdt-ep-creative-button--surtur:hover .eye__inner, .bdt-ep-creative-button--surtur:hover .eye__iris {
        animation: blinkHide 2s step-end infinite
    }

    .bdt-ep-creative-button--surtur:hover .eye__lashes-down {
        animation: blinkShow 2s step-end infinite
    }

@keyframes blinkHide {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }
}

@keyframes blinkShow {
    0% {
        opacity: 1
    }

    10% {
        opacity: 0
    }
}

.bdt-ep-creative-button--fenrir {
    background: none !important;
    padding: 0;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 120px;
    height: 120px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #798184
}

    .bdt-ep-creative-button--fenrir .progress {
        position: absolute;
        width: 80px;
        height: 80px;
        top: calc(50% - 40px);
        right: calc(50% - 40px);
        transition: transform .4s cubic-bezier(.7,0,.3,1)
    }

    .bdt-ep-creative-button--fenrir:hover .progress {
        transform: scale3d(1.2,1.2,1)
    }

    .bdt-ep-creative-button--fenrir .progress__circle, .bdt-ep-creative-button--fenrir .progress__path {
        fill: none;
        stroke: #f0f0f0;
        stroke-width: 1px
    }

    .bdt-ep-creative-button--fenrir:focus-visible .progress__circle {
        fill: rgb(252 196 63 / .4)
    }

    .bdt-ep-creative-button--fenrir .progress__path {
        stroke: #a6a6a6;
        stroke-dasharray: 1;
        stroke-dashoffset: 1;
        transition: stroke-dashoffset .4s cubic-bezier(.7,0,.3,1)
    }

    .bdt-ep-creative-button--fenrir:hover .progress__path {
        stroke-dashoffset: 0
    }

.bdt-ep-creative-button--reklo {
    background: none !important;
    padding: 0;
    font-size: 16px;
    color: #0c0d0e;
    font-weight: 500;
    gap: 10px
}

    .bdt-ep-creative-button--reklo i {
        background-color: #0c0d0e;
        border-radius: 100%;
        box-sizing: border-box;
        transition: all .3s ease-out;
        text-indent: -100px;
        overflow: hidden;
        opacity: 0;
        height: 36px;
        line-height: 36px;
        width: 36px;
        transform: scale(.2) translateX(60px);
        -webkit-transform: scale(.2) translateX(60px);
        text-align: center
    }

    .bdt-ep-creative-button--reklo:hover i {
        color: #fff;
        text-indent: 0;
        opacity: 1;
        transform: scale(1.2) translateX(0);
        -webkit-transform: scale(1.2) translateX(0)
    }

.bdt-ep-crypto-currency-card {
    position: relative;
    padding: 40px;
    transition: all .3s ease
}

.bdt-ep-ccc-atributes .bdt-ep-ccc-atribute {
    display: flex;
    padding-bottom: 5px;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5
}

    .bdt-ep-ccc-atributes .bdt-ep-ccc-atribute span {
        font-size: 16px;
        color: #777;
        margin-top: 10px
    }

    .bdt-ep-ccc-atributes .bdt-ep-ccc-atribute + .bdt-ep-ccc-atribute {
        border-top: none !important
    }

    .bdt-ep-ccc-atributes .bdt-ep-ccc-atribute:last-child {
        border-bottom: none
    }

.bdt-ep-currency {
    text-align: center
}

    .bdt-ep-currency .bdt-ep-currency-image img {
        width: 48px
    }

    .bdt-ep-currency .bdt-ep-currency-name span {
        font-size: 30px;
        font-weight: 600;
        color: #000;
        text-transform: capitalize
    }

    .bdt-ep-currency .bdt-ep-currency-short-name span {
        font-size: 13px;
        color: #999;
        text-transform: uppercase
    }

.bdt-current-price {
    text-align: center;
    margin-top: -15px
}

    .bdt-current-price .bdt-price {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        letter-spacing: 1px
    }

    .bdt-current-price .bdt-percentage {
        font-size: 16px;
        color: #f7931a
    }

.ep-crypto-currency-name-short-name-inline-yes .bdt-crypto-name-wrap {
    display: flex;
    align-items: center
}

.ep-crypto-currency-name-short-name-inline-yes .bdt-ep-currency-short-name {
    margin-right: 5px
}

.bdt-ep-currency-image {
    margin-top: 10px
}

@media (min-width:376px) {
    .bdt-ep-card-item span {
        font-size: 13px
    }
}

@media (min-width:640px) {
    .bdt-ep-currency {
        text-align: right
    }

    .bdt-ep-current-price {
        text-align: left;
        margin-top: 0
    }
}

.bdt-crypto-currency-table table.dataTable {
    width: 100% !important
}

    .bdt-crypto-currency-table table.dataTable thead .sorting_asc, .bdt-crypto-currency-table table.dataTable thead .sorting_desc, .bdt-crypto-currency-table table.dataTable thead .sorting {
        background-image: none
    }

.bdt-crypto-currency-table .chart-container canvas {
    width: 100% !important;
    height: 100% !important
}

.bdt-crypto-currency-table .dataTables_filter input, .bdt-crypto-currency-table .dataTables_length input, .bdt-crypto-currency-table .dataTables_filter select, .bdt-crypto-currency-table .dataTables_length select {
    height: 35px;
    width: auto;
    display: inline-block
}

.bdt-crypto-currency-table .dataTables_paginate {
    margin: 0
}

    .bdt-crypto-currency-table .dataTables_paginate .bdt-pagination {
        margin: 0
    }

.bdt-crypto-currency-table .dataTables_info {
    margin: 0 !important;
    padding: 0 !important
}

.bdt-crypto-currency-table .even:hover {
    background-color: #ecebf1
}

.bdt-crypto-currency-table .row.bdt-grid.dt-merge-grid {
    margin-top: 0 !important;
    align-items: center
}

.bdt-crypto-currency-table .bdt-coin-mark-table-wrap {
    background: #fff;
    border: 1px solid #e1e1e1
}

    .bdt-crypto-currency-table .bdt-coin-mark-table-wrap .dataTables_wrapper {
        overflow: hidden
    }

    .bdt-crypto-currency-table .bdt-coin-mark-table-wrap table.dataTable {
        margin-right: -1px
    }

    .bdt-crypto-currency-table .bdt-coin-mark-table-wrap .dataTables_length {
        margin: 20px
    }

.bdt-crypto-currency-table .bdt-data-table-wrap th {
    border-collapse: collapse;
    border: 1px solid #ddd;
    border-left: 0;
    padding: 14px 18px 14px 36px;
    text-align: left;
    text-transform: uppercase;
    color: #6B6F82;
    font-size: 13px;
    background-color: #fff0
}

.bdt-crypto-currency-table .bdt-data-table-wrap .bdt-coin-head, .bdt-crypto-currency-table .bdt-data-table-wrap .bdt-hash-head {
    text-align: right
}

.bdt-crypto-currency-table .bdt-data-table-wrap th:nth-last-child(1) {
    border-left: 1px solid #ddd
}

.bdt-crypto-currency-table .bdt-data-table-wrap .bdt-coin {
    display: flex;
    align-items: center;
    text-align: right
}

.bdt-crypto-currency-table .bdt-data-table-wrap .bdt-coin-image {
    margin-left: 10px
}

    .bdt-crypto-currency-table .bdt-data-table-wrap .bdt-coin-image img {
        width: 35px;
        min-width: 35px;
        height: 35px;
        vertical-align: middle
    }

.bdt-crypto-currency-table .bdt-data-table-wrap .bdt-coin-name {
    font-weight: 700;
    font-size: 16px;
    color: #36373a;
    text-transform: capitalize
}

.bdt-crypto-currency-table .bdt-data-table-wrap .bdt-coin-symbol {
    text-transform: uppercase;
    font-size: 14px;
    color: #4a596a;
    font-weight: 500
}

.bdt-crypto-currency-table .bdt-data-table-wrap .bdt-hash {
    text-align: right
}

.bdt-crypto-currency-table .bdt-data-table-wrap td {
    font-size: 16px;
    color: #3c424e;
    text-align: center;
    vertical-align: middle;
    background-color: #fff0;
    border: 0
}

    .bdt-crypto-currency-table .bdt-data-table-wrap td:nth-last-child(1) {
        padding: 0;
        overflow: hidden
    }

.bdt-crypto-currency-table label {
    font-size: 13px;
    text-transform: uppercase;
    color: #6e7791
}

.bdt-crypto-currency-table #example_length {
    position: absolute;
    bottom: 0;
    margin: 20px
}

.bdt-crypto-currency-table .bdt-change {
    color: #ff0606
}

.bdt-crypto-currency-table .focus-item {
    background: #1e87f0 !important;
    color: #fff !important
}

@media only screen and (max-width:768px) {
    table.bdt-table.bdt-table-responsive-2 {
        display: block;
        position: relative;
        width: 100%
    }

        table.bdt-table.bdt-table-responsive-2 thead {
            display: block;
            float: right
        }

            table.bdt-table.bdt-table-responsive-2 thead tr {
                display: block
            }

        table.bdt-table.bdt-table-responsive-2 tbody {
            display: block;
            width: auto;
            position: relative;
            overflow-x: auto;
            white-space: nowrap
        }

            table.bdt-table.bdt-table-responsive-2 tbody tr {
                display: inline-block;
                vertical-align: top
            }

        table.bdt-table.bdt-table-responsive-2 th {
            display: block;
            padding: 11px !important;
            border-bottom: none;
            border-left: none;
            border-right: none
        }

            table.bdt-table.bdt-table-responsive-2 th:first-child {
                border-top: none
            }

        table.bdt-table.bdt-table-responsive-2 td {
            display: block;
            padding: .5em 1em !important;
            min-height: 1.25em;
            border-bottom: none;
            border-left: none
        }

            table.bdt-table.bdt-table-responsive-2 td:first-child {
                border-top: none
            }

    .bdt-ep-crypto-table-fullname {
        margin-right: 3px
    }

    .bdt-crypto-currency-table .dataTables_wrapper .row.bdt-grid .bdt-width-2-5, .bdt-crypto-currency-table .dataTables_wrapper .row.bdt-grid .bdt-width-3-5, .bdt-crypto-currency-table .dataTables_wrapper .row.bdt-grid .bdt-width-1-2 {
        width: 100%
    }
}

.bdt-crypto-currency-grid {
    display: grid
}

.bdt-crypto-currency-grid-item {
    position: relative;
    background: #fff;
    padding: 30px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .08);
    overflow: hidden;
    border: 1px solid #dedde1;
    border-radius: 10px
}

.bdt-crypto-currency-grid-bg {
    position: absolute;
    height: 100%;
    top: 50px;
    bottom: 0;
    left: -40px;
    width: 200px;
    height: 200px
}

    .bdt-crypto-currency-grid-bg img {
        display: block;
        max-width: 100%;
        height: 100%;
        opacity: .1;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        background: none;
        border: none
    }

.bdt-crypto-currency-grid-head-content {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.bdt-crypto-currency-grid-img img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #e9e9e9;
    border-radius: 50px;
    padding: 5px;
    vertical-align: middle;
    margin-left: 15px
}

.bdt-crypto-currency-grid-title h4 {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #252630
}

.bdt-crypto-currency-grid-price-text {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #2b2c34;
    margin-bottom: 18px
}

.bdt-crypto-currency-grid-price-nu {
    font-size: 30px;
    font-weight: 700;
    color: #3c385c
}

.bdt-crypto-currency-carousel {
    position: relative
}

    .bdt-crypto-currency-carousel .swiper-slide {
        position: relative;
        background: #fff;
        padding: 30px;
        box-shadow: 0 5px 15px rgb(0 0 0 / .08);
        border: 1px solid #dedde1;
        border-radius: 10px
    }

.bdt-crypto-currency-carousel-bg {
    position: absolute;
    height: 100%;
    top: 50px;
    bottom: 0;
    left: -40px;
    width: 200px;
    height: 200px
}

    .bdt-crypto-currency-carousel-bg img {
        display: block;
        max-width: 100%;
        height: 100%;
        opacity: .1;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        background: none;
        border: none
    }

.bdt-crypto-currency-carousel-head-content {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.bdt-crypto-currency-carousel-img img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #e9e9e9;
    border-radius: 50px;
    padding: 5px;
    vertical-align: middle
}

.bdt-crypto-currency-carousel-title {
    margin-right: 15px
}

    .bdt-crypto-currency-carousel-title h4 {
        margin: 0;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 500;
        color: #252630
    }

.bdt-crypto-currency-carousel-price-text {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #2b2c34;
    margin-bottom: 18px
}

.bdt-crypto-currency-carousel-price-nu {
    font-size: 30px;
    font-weight: 700;
    color: #3c385c
}

.data-changed {
    background: #000
}

.bdt-crypto-currency-ticker {
    position: relative;
    display: block;
    background-color: #1c1e2a;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: auto;
    font-size: 14px;
    border-radius: 6px;
    overflow: hidden
}

    .bdt-crypto-currency-ticker .bdt-crypto-currency-ticker-title, .bdt-crypto-currency-ticker .bdt-crypto-currency-ticker-price {
        color: #fff;
        text-transform: capitalize
    }

.bdt-crypto-currency-ticker-content {
    display: flex;
    align-items: center;
    margin-right: 8px
}

.bdt-crypto-currency-ticker-img img {
    width: 25px;
    min-width: 25px;
    height: 25px;
    object-fit: cover;
    vertical-align: middle
}

.bdt-crypto-currency-ticker-title {
    margin: 0;
    font-size: 13px;
    font-weight: 600
}

.bdt-crypto-currency-ticker-price {
    margin-right: 8px;
    font-weight: 700;
    font-size: 14px
}

.bdt-crypto-currency-ticker-percentage {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ed0909;
    margin-right: 8px;
    font-weight: 600
}

    .bdt-crypto-currency-ticker-percentage svg {
        width: 25px
    }

.bdt-crypto-currency-ticker-inner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden
}

    .bdt-crypto-currency-ticker-inner:after, .bdt-crypto-currency-ticker-inner:before {
        content: '';
        height: 100%;
        position: absolute;
        box-shadow: 0 0 12px 24px #1c1e2a;
        width: 1px;
        z-index: 1;
        top: 0
    }

    .bdt-crypto-currency-ticker-inner:before {
        right: -1px
    }

    .bdt-crypto-currency-ticker-inner:after {
        left: -1px
    }

    .bdt-crypto-currency-ticker-inner ul {
        list-style: none;
        padding: 0;
        margin: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        position: absolute
    }

        .bdt-crypto-currency-ticker-inner ul li {
            text-decoration: none;
            transition: color .2s linear;
            position: absolute;
            width: 100%;
            display: none;
            color: #333
        }

    .bdt-crypto-currency-ticker-inner ul {
        display: -webkit-inline-box;
        align-items: center;
        width: 100%
    }

        .bdt-crypto-currency-ticker-inner ul li {
            display: list-item;
            float: right;
            position: relative;
            width: auto;
            padding-right: 20px
        }

.bdt-crypto-currency-ticker-direction-rtl {
    direction: ltr
}

    .bdt-crypto-currency-ticker-direction-rtl .bdt-crypto-currency-ticker-inner ul li {
        float: left
    }

.bdt-crypto-currency-ticker .bdt-crypto-currency-ticker-inner-item {
    display: flex;
    align-items: center
}

.bdt-crypto-currency-chart {
    display: grid
}

.bdt-crypto-currency-chart-item {
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / .08);
    position: relative;
    height: 300px;
    border-radius: 10px;
    overflow: hidden
}

.bdt-crypto-currency-chart-chart {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.bdt-crypto-currency-chart-head-content {
    padding: 20px
}

.bdt-crypto-currency-chart-head-inner-content, .bdt-crypto-currency-chart-bottom-inner-content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bdt-crypto-currency-chart-head-inner-content {
    margin-bottom: 20px
}

.bdt-crypto-currency-chart-bottom-content {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: 0;
    left: 0;
    margin: 20px
}

.bdt-crypto-currency-chart-title {
    font-size: 16px;
    text-transform: capitalize;
    color: #444454;
    font-weight: 500
}

.bdt-crypto-currency-chart-list-change {
    font-size: 14px;
    position: relative;
    font-weight: 500
}

    .bdt-crypto-currency-chart-list-change.up:before, .bdt-crypto-currency-chart-list-change.down:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 2px;
        border-right: 7px solid #fff0;
        border-left: 7px solid #fff0
    }

    .bdt-crypto-currency-chart-list-change.up:before {
        border-bottom: 10px solid #0236c0
    }

    .bdt-crypto-currency-chart-list-change.down:before {
        border-top: 10px solid #05cc00
    }

.bdt-crypto-currency-chart-price-l {
    font-size: 25px;
    font-weight: 700;
    color: #494d58
}

.bdt-crypto-currency-chart-price-s {
    font-size: 14px;
    color: #3f3f46;
    font-weight: 500
}

.bdt-crypto-currency-chart-count-text, .bdt-crypto-currency-chart-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500
}

    .bdt-crypto-currency-chart-count-text svg {
        height: 22px;
        width: 22px
    }

@media (min-width:768px) {
    .bdt-crypto-currency-chart-bottom-content {
        margin: 30px
    }

    .bdt-crypto-currency-chart-head-content {
        padding: 30px
    }
}

@media (min-width:1024px) {
    .bdt-crypto-currency-chart-bottom-content {
        margin: 40px
    }

    .bdt-crypto-currency-chart-head-content {
        padding: 40px
    }
}

.bdt-crypto-currency-chart-carousel {
    position: relative
}

.bdt-crypto-currency-chart-carousel-item {
    background: #fff;
    border: 1px solid #dedde1;
    position: relative;
    height: 300px;
    border-radius: 10px;
    overflow: hidden
}

.bdt-crypto-currency-chart-carousel-chart {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.bdt-crypto-currency-chart-carousel-head-content {
    padding: 20px
}

.bdt-crypto-currency-chart-carousel-head-inner-content, .bdt-crypto-currency-chart-carousel-bottom-inner-content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bdt-crypto-currency-chart-carousel-head-inner-content {
    margin-bottom: 20px
}

.bdt-crypto-currency-chart-carousel-bottom-content {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: 0;
    left: 0;
    margin: 20px
}

.bdt-crypto-currency-chart-carousel-title {
    font-size: 16px;
    text-transform: capitalize;
    color: #444454;
    font-weight: 500
}

.bdt-crypto-currency-chart-carousel-list-change {
    font-size: 14px;
    position: relative;
    font-weight: 500
}

    .bdt-crypto-currency-chart-carousel-list-change.up:before, .bdt-crypto-currency-chart-carousel-list-change.down:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 2px;
        border-right: 7px solid #fff0;
        border-left: 7px solid #fff0
    }

    .bdt-crypto-currency-chart-carousel-list-change.up:before {
        border-bottom: 10px solid #0236c0
    }

    .bdt-crypto-currency-chart-carousel-list-change.down:before {
        border-top: 10px solid #05cc00
    }

.bdt-crypto-currency-chart-carousel-price-l {
    font-size: 25px;
    font-weight: 700;
    color: #494d58
}

.bdt-crypto-currency-chart-carousel-price-s {
    font-size: 14px;
    color: #3f3f46;
    font-weight: 500
}

.bdt-crypto-currency-chart-carousel-count-text, .bdt-crypto-currency-chart-carousel-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500
}

    .bdt-crypto-currency-chart-carousel-count-text svg {
        height: 22px;
        width: 22px
    }

@media (min-width:768px) {
    .bdt-crypto-currency-chart-carousel-bottom-content {
        margin: 30px
    }

    .bdt-crypto-currency-chart-carousel-head-content {
        padding: 30px
    }
}

@media (min-width:1024px) {
    .bdt-crypto-currency-chart-carousel-bottom-content {
        margin: 40px
    }

    .bdt-crypto-currency-chart-carousel-head-content {
        padding: 40px
    }
}

.bdt-crypto-currency-list {
    display: grid
}

.bdt-crypto-currency-list-item {
    background: #fff;
    padding: 12px;
    border: 1px solid #e7e8e9;
    border-radius: 5px
}

.bdt-crypto-currency-list-content {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between
}

.bdt-crypto-currency-list-inner {
    display: flex;
    align-items: center;
    grid-column-gap: 10px
}

.bdt-crypto-currency-list-title {
    margin: 0;
    font-size: 13px;
    color: #414c60;
    font-weight: 500
}

.bdt-crypto-currency-list-price {
    font-size: 13px;
    font-weight: 700;
    color: #57586a
}

.bdt-crypto-currency-list-img img {
    width: 25px;
    min-width: 25px;
    height: 25px;
    vertical-align: middle
}

@media (min-width:768px) {
    .bdt-crypto-currency-list-item {
        padding: 20px
    }

    .bdt-crypto-currency-list-img img {
        width: 30px;
        min-width: 30px;
        height: 30px
    }

    .bdt-crypto-currency-list-title, .bdt-crypto-currency-list-price {
        font-size: 15px
    }
}

.bdt-coupon-code-style--default .bdt-coupon-code {
    flex-direction: row-reverse
}

    .bdt-coupon-code-style--default .bdt-coupon-code > div {
        display: flex !important;
        padding: 15px 20px
    }

    .bdt-coupon-code-style--default .bdt-coupon-code .bdt-coupon-msg {
        background: #32d296;
        color: #fff;
        text-transform: uppercase;
        transition: all .2s
    }

    .bdt-coupon-code-style--default .bdt-coupon-code .bdt-coupon-code-final {
        background: #fff;
        color: #000;
        border: 1px dashed #32d296
    }

    .bdt-coupon-code-style--default .bdt-coupon-code:hover .bdt-coupon-msg {
        color: #fff;
        border: 1px dashed #32d296;
        background: #095a3c;
        border-right: none
    }

.bdt-coupon-code-style--style-1 .bdt-coupon-code > div {
    display: flex !important;
    padding: 15px 20px
}

.bdt-coupon-code-style--style-1 .bdt-coupon-code .bdt-coupon-msg {
    position: absolute;
    width: 100%;
    background: #32d296;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease-in
}

.bdt-coupon-code-style--style-1 .bdt-coupon-code .bdt-coupon-code-final {
    background: #fff;
    color: #000;
    border: 1px dashed #32d296;
    justify-content: flex-end
}

.bdt-coupon-code-style--style-1 .bdt-coupon-code.active .bdt-coupon-msg, .bdt-coupon-code-style--style-1 .bdt-coupon-code:hover .bdt-coupon-msg {
    position: absolute;
    width: 50%;
    transition: width .2s;
    background: #095a3c
}

.bdt-coupon-code {
    position: relative;
    display: flex;
    width: 480px;
    cursor: pointer
}

    .bdt-coupon-code > div {
        height: 100%;
        width: 100%;
        padding: 15px 20px;
        align-items: center;
        justify-content: center
    }

    .bdt-coupon-code.active .bdt-coupon-code-final {
        display: flex
    }

    .bdt-coupon-code.active .bdt-coupon-msg {
        display: none
    }

    .bdt-coupon-code .bdt-coupon-code-final {
        display: none;
        background: #32d296;
        color: #fff
    }

    .bdt-coupon-code .bdt-coupon-msg {
        display: flex;
        text-transform: uppercase;
        border: 1px dashed #32d296;
        fill: #fff
    }

        .bdt-coupon-code .bdt-coupon-msg svg {
            height: 1em;
            width: 1em;
            fill: #fff
        }

        .bdt-coupon-code .bdt-coupon-msg.active .bdt-coupon-msg-text {
            display: none
        }

        .bdt-coupon-code .bdt-coupon-msg.active .bdt-hidden {
            display: block !important
        }

.bdt-coupon-code-style--style-2 .bdt-coupon-msg.active {
    display: flex
}

    .bdt-coupon-code-style--style-2 .bdt-coupon-msg.active + .bdt-coupon-code-final {
        display: none
    }

.bdt-coupon-code-style--style-2 .bdt-coupon-code-final.active .bdt-coupon-code-text {
    display: none
}

.bdt-coupon-code-style--style-2 .bdt-coupon-code-final.active .bdt-hidden {
    display: block !important
}

.ep-shake-animation-cc {
    animation: ep-shake-animation-coupon-code 3.72s ease infinite;
    transform-origin: 50% 50%
}

@keyframes ep-shake-animation-coupon-code {
    0% {
        transform: translate(0,0)
    }

    1.78571% {
        transform: translate(-5px,0)
    }

    3.57143% {
        transform: translate(0,0)
    }

    5.35714% {
        transform: translate(-5px,0)
    }

    7.14286% {
        transform: translate(0,0)
    }

    8.92857% {
        transform: translate(-5px,0)
    }

    10.71429% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(0,0)
    }
}

.darkmode-toggle, .darkmode-layer {
    z-index: 500
}

.darkmode--activated i, .darkmode--activated svg, .darkmode--activated img, .darkmode--activated .darkmode-ignore {
    isolation: isolate;
    z-index: 999 !important;
    mix-blend-mode: difference
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .darkmode-toggle {
        display: none !important
    }
}

@supports (-ms-ime-align:auto),(-ms-accelerator:true) {
    .darkmode-toggle {
        display: none !important
    }
}

.bdt-dark-mode-position-bottom-right .darkmode-toggle, .bdt-dark-mode-position-bottom-right .darkmode-layer {
    bottom: var(--bdt-vertical-offset,32px) !important;
    left: var(--bdt-horizontal-offset,32px) !important;
    top: unset !important;
    right: unset !important
}

.bdt-dark-mode-position-bottom-right .darkmode-layer--expanded {
    left: 0 !important;
    bottom: 0 !important
}

.bdt-dark-mode-position-bottom-left .darkmode-toggle, .bdt-dark-mode-position-bottom-left .darkmode-layer {
    bottom: var(--bdt-vertical-offset,32px) !important;
    right: var(--bdt-horizontal-offset,32px) !important;
    top: unset !important;
    left: unset !important
}

.bdt-dark-mode-position-bottom-left .darkmode-layer--expanded {
    right: 0 !important;
    bottom: 0 !important
}

.bdt-dark-mode-position-top-right .darkmode-toggle, .bdt-dark-mode-position-top-right .darkmode-layer {
    top: var(--bdt-vertical-offset,32px) !important;
    left: var(--bdt-horizontal-offset,32px) !important;
    bottom: unset !important;
    right: unset !important
}

.bdt-dark-mode-position-top-right .darkmode-layer--expanded {
    top: 0 !important;
    left: 0 !important
}

.bdt-dark-mode-position-top-left .darkmode-toggle, .bdt-dark-mode-position-top-left .darkmode-layer {
    top: var(--bdt-vertical-offset,32px);
    right: var(--bdt-horizontal-offset) !important;
    bottom: unset;
    left: unset !important
}

.bdt-dark-mode-position-top-left .darkmode-layer--expanded {
    top: 0 !important;
    right: 0 !important
}

.bdt-device-slider {
    position: relative
}

    .bdt-device-slider video {
        width: 100%;
        height: 100%
    }

    .bdt-device-slider .bdt-slideshow-item {
        margin: 0
    }

    .bdt-device-slider.bdt-device-slider-safari {
        padding: 4.3% 0% 0% 0%
    }

    .bdt-device-slider.bdt-device-slider-chrome {
        padding: 5.5% 0% 0% 0%
    }

    .bdt-device-slider.bdt-device-slider-chrome-dark {
        padding: 5.5% 0% 0% 0%
    }

    .bdt-device-slider.bdt-device-slider-firefox {
        padding: 5.3% 0% 0% 0%
    }

    .bdt-device-slider.bdt-device-slider-edge {
        padding: 5.3% 0% 0% 0%
    }

    .bdt-device-slider.bdt-device-slider-edge-dark {
        padding: 5.3% 0% 0% 0%
    }

    .bdt-device-slider.bdt-device-slider-desktop {
        padding: 3.9% 4% 23.5% 4%
    }

    .bdt-device-slider.bdt-device-slider-macbookpro {
        padding: 3.2% 9.5% 15.2% 9.5%
    }

    .bdt-device-slider.bdt-device-slider-macbookair {
        padding: 3.6% 14% 10% 14.5%
    }

    .bdt-device-slider.bdt-device-slider-tablet svg .bdt-ds-color-1, .bdt-device-slider.bdt-device-slider-tablet-hr svg .bdt-ds-color-1 {
        fill: #343434
    }

    .bdt-device-slider.bdt-device-slider-tablet svg .bdt-ds-color-2, .bdt-device-slider.bdt-device-slider-tablet-hr svg .bdt-ds-color-2 {
        fill: #272727
    }

    .bdt-device-slider.bdt-device-slider-tablet .bdt-ds-notch, .bdt-device-slider.bdt-device-slider-tablet-hr .bdt-ds-notch, .bdt-device-slider.bdt-device-slider-tablet .bdt-ds-buttons, .bdt-device-slider.bdt-device-slider-tablet-hr .bdt-ds-buttons {
        display: none
    }

    .bdt-device-slider.bdt-device-slider-tablet {
        padding: 4%
    }

    .bdt-device-slider.bdt-device-slider-tablet-hr {
        padding: 3%
    }

    .bdt-device-slider.bdt-device-slider-mobile svg .bdt-ds-color-1, .bdt-device-slider.bdt-device-slider-mobile-hr svg .bdt-ds-color-1 {
        fill: #343434
    }

    .bdt-device-slider.bdt-device-slider-mobile svg .bdt-ds-color-2, .bdt-device-slider.bdt-device-slider-mobile-hr svg .bdt-ds-color-2 {
        fill: #272727
    }

    .bdt-device-slider.bdt-device-slider-mobile .bdt-ds-notch, .bdt-device-slider.bdt-device-slider-mobile-hr .bdt-ds-notch, .bdt-device-slider.bdt-device-slider-mobile .bdt-ds-buttons, .bdt-device-slider.bdt-device-slider-mobile-hr .bdt-ds-buttons {
        display: none
    }

    .bdt-device-slider.bdt-device-slider-mobile {
        padding: 5% 6%
    }

    .bdt-device-slider.bdt-device-slider-mobile-hr {
        padding: 3% 2.5%
    }

    .bdt-device-slider.bdt-device-slider-iphonex {
        padding: 3% 3.5% 3% 3.5%
    }

        .bdt-device-slider.bdt-device-slider-iphonex .bdt-slideshow-items {
            border-radius: 7%
        }

    .bdt-device-slider.bdt-device-slider-imac {
        padding: 2.2% 2.2% 28%
    }

        .bdt-device-slider.bdt-device-slider-imac .bdt-device-slider-device img {
            z-index: -1
        }

        .bdt-device-slider.bdt-device-slider-imac .bdt-slideshow-items {
            border: 2px solid #818a91;
            border-radius: 2px
        }

    .bdt-device-slider.bdt-device-slider-custom .bdt-slideshow-items {
        border-style: solid
    }

    .bdt-device-slider.bdt-device-slider-custom .phone-lens {
        height: 18px;
        z-index: 1;
        width: 18px;
        transform: translateX(50%)
    }

    .bdt-device-slider.bdt-device-slider-custom .phone-notch svg {
        position: absolute;
        right: 50%;
        transform: translateX(50%)
    }

        .bdt-device-slider.bdt-device-slider-custom .phone-notch svg .bdt-ds-color-1 {
            fill: #343434
        }

        .bdt-device-slider.bdt-device-slider-custom .phone-notch svg .bdt-ds-color-2 {
            fill: #272727
        }

    .bdt-device-slider.bdt-device-slider-custom .phone-notch .large-notch {
        width: 50%
    }

    .bdt-device-slider.bdt-device-slider-custom .phone-notch .drop-notch {
        width: 17%
    }

    .bdt-device-slider.bdt-device-slider-custom .phone-notch .small-notch {
        width: 30%
    }

    .bdt-device-slider .bdt-slideshow {
        position: relative
    }

        .bdt-device-slider .bdt-slideshow .bdt-navigation-arrows {
            color: rgb(255 255 255 / .7)
        }

            .bdt-device-slider .bdt-slideshow .bdt-navigation-arrows:hover, .bdt-device-slider .bdt-slideshow .bdt-navigation-arrows:focus {
                color: #fff
            }

            .bdt-device-slider .bdt-slideshow .bdt-navigation-arrows i {
                font-size: 20px
            }

        .bdt-device-slider .bdt-slideshow .bdt-dotnav-wrapper {
            position: absolute;
            right: 50%;
            bottom: 20px;
            transform: translateX(50%)
        }

            .bdt-device-slider .bdt-slideshow .bdt-dotnav-wrapper .bdt-dotnav li a {
                position: relative
            }

    .bdt-device-slider .bdt-device-slider-title {
        color: #fff;
        font-size: 32px
    }

        .bdt-device-slider .bdt-device-slider-title a {
            color: inherit;
            text-decoration: none
        }

.bdt-device-slider-device {
    pointer-events: none;
    overflow: hidden
}

    .bdt-device-slider-device img, .bdt-device-slider-device svg {
        top: 0;
        right: 0;
        position: absolute;
        max-width: 100%;
        width: 100%
    }

.bdt-device-slider-container {
    position: relative
}

.bdt-device-slider-align-left .bdt-device-slider-container {
    margin-left: auto
}

.bdt-device-slider-align-right .bdt-device-slider-container {
    margin-right: auto
}

.bdt-device-slider-align-center .bdt-device-slider-container {
    margin-right: auto;
    margin-left: auto
}

.bdt-text-stroke--yes .bdt-device-slider .bdt-device-slider-title {
    color: transparent !important;
    -webkit-text-stroke: 1px #fff
}

.bdt-ds-notch--yes .bdt-device-slider-tablet .bdt-ds-notch, .bdt-ds-notch--yes .bdt-device-slider-tablet-hr .bdt-ds-notch, .bdt-ds-notch--yes .bdt-device-slider-mobile .bdt-ds-notch, .bdt-ds-notch--yes .bdt-device-slider-mobile-hr .bdt-ds-notch {
    display: inherit
}

.bdt-ds-buttons--yes .bdt-device-slider-tablet .bdt-ds-buttons, .bdt-ds-buttons--yes .bdt-device-slider-tablet-hr .bdt-ds-buttons, .bdt-ds-buttons--yes .bdt-device-slider-mobile .bdt-ds-buttons, .bdt-ds-buttons--yes .bdt-device-slider-mobile-hr .bdt-ds-buttons {
    display: inherit
}

.bdt-ds-right-button-1--yes .bdt-device-slider-custom:after, .bdt-ds-right-button-2--yes .bdt-device-slider-custom:after, .bdt-ds-right-button-1--yes .bdt-device-slider-custom:before, .bdt-ds-right-button-2--yes .bdt-device-slider-custom:before {
    content: '';
    position: absolute;
    right: 100%;
    width: 5px;
    background: #343434;
    border-radius: 10px 0 0 10px
}

.bdt-ds-right-button-1--yes .bdt-device-slider-custom:after {
    top: 16%;
    height: 6%
}

.bdt-ds-right-button-2--yes .bdt-device-slider-custom:before {
    top: 25%;
    height: 10%
}

.bdt-ds-left-button-1--yes .bdt-device-slider-container:before {
    content: '';
    position: absolute;
    left: 100%;
    width: 5px;
    top: 12%;
    height: 5%;
    background: #343434;
    border-radius: 0 10px 10px 0
}

.bdt-ds-left-button-2--yes .bdt-device-slider-custom .bdt-slideshow:after, .bdt-ds-left-button-3--yes .bdt-device-slider-custom .bdt-slideshow:after, .bdt-ds-left-button-2--yes .bdt-device-slider-custom .bdt-slideshow:before, .bdt-ds-left-button-3--yes .bdt-device-slider-custom .bdt-slideshow:before {
    content: '';
    position: absolute;
    left: 100%;
    width: 5px;
    background: #343434;
    border-radius: 0 10px 10px 0
}

.bdt-ds-left-button-2--yes .bdt-device-slider-custom .bdt-slideshow:after {
    top: 20%;
    height: 8%
}

.bdt-ds-left-button-3--yes .bdt-device-slider-custom .bdt-slideshow:before {
    top: 30%;
    height: 8%
}

.bdt-ds-item-link--yes .bdt-slideshow-items li {
    cursor: pointer
}

.bdt-dynamic-grid {
    display: grid
}

.bdt-ep-brand-grid-item {
    transition: all .3s cubic-bezier(.77,0,.175,1)
}

.bdt-dynamic-carousel .swiper-carousel {
    padding: 10px;
    margin: 0 -10px
}

.bdt-facebook-feed-wrap .bdt-img-wrap {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-auto-flow: dense
}

.bdt-facebook-feed-wrap .bdt-img-album-item {
    position: relative
}

.bdt-facebook-feed-wrap .bdt-album-img-count {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / .3);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    z-index: 1
}

.bdt-facebook-feed-wrap .bdt-img-album-single {
    grid-column: span 12 / auto;
    grid-row: span 1 / auto
}

.bdt-facebook-feed-wrap .bdt-img-album-1 .bdt-img-album-item {
    grid-column: span 12 / auto;
    grid-row: span 1 / auto
}

.bdt-facebook-feed-wrap .bdt-img-album-2 .bdt-img-album-item, .bdt-facebook-feed-wrap .bdt-img-album-4 .bdt-img-album-item {
    grid-column: span 6 / auto;
    grid-row: span 1 / auto
}

.bdt-facebook-feed-wrap .bdt-img-album-3 .bdt-img-album-item {
    grid-column: span 4 / auto;
    grid-row: span 1 / auto
}

    .bdt-facebook-feed-wrap .bdt-img-album-3 .bdt-img-album-item:nth-child(1) {
        grid-column: span 8 / auto;
        grid-row: span 2 / auto
    }

.bdt-facebook-feed-wrap .bdt-item {
    background: #f6f9ff;
    position: relative;
    border-radius: 10px;
    transition: all .3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.bdt-facebook-feed-wrap .bdt-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.bdt-facebook-feed-wrap .bdt-img-content {
    display: flex;
    gap: 30px
}

.bdt-fb-style-1 .bdt-fb-content {
    padding: 30px 30px 20px 30px
}

.bdt-fb-style-1 .bdt-share-and-readmore {
    padding: 0 30px
}

.bdt-fb-style-1 .bdt-img-content {
    flex-direction: column
}

.bdt-fb-style-2 .bdt-item {
    padding: 30px
}

.bdt-fb-style-2 .bdt-text {
    margin-bottom: 30px
}

.bdt-fb-style-2 .bdt-img-content {
    flex-direction: column-reverse
}

.bdt-fb-style-2 .bdt-img-wrap img {
    border-radius: 6px
}

.bdt-share-and-readmore {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.bdt-share-icon {
    background-color: #efeff5;
    color: #7f7f8f;
    padding: 10px;
    display: inline-block;
    border-radius: 3px;
    transition: all .3s ease;
    cursor: pointer
}

    .bdt-share-icon svg {
        width: 14px;
        height: 14px;
        display: block
    }

    .bdt-share-icon:hover {
        color: #fff;
        background-color: #3c5a9a
    }

.bdt-facebook-feed-wrap .bdt-inner-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    grid-gap: 20px
}

.bdt-social-button {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

    .bdt-social-button a {
        display: inline-flex;
        gap: 3px;
        align-items: center;
        color: #7f7f8f;
        position: relative;
        border-radius: 3px;
        padding: 6px 8px;
        background-color: #efeff5;
        transition: all .3s ease;
        cursor: auto
    }

        .bdt-social-button a svg {
            width: 14px;
            height: 14px
        }

        .bdt-social-button a .bdt-count {
            font-size: 12px
        }

        .bdt-social-button a:hover {
            color: #fff;
            background-color: #3c5a9a
        }

.bdt-facebook-feed-wrap .bdt-dropdown {
    background-color: #fff;
    border-radius: 6px;
    max-width: 160px !important;
    min-width: 160px !important
}

    .bdt-facebook-feed-wrap .bdt-dropdown a {
        font-size: 14px;
        display: flex;
        gap: 8px;
        color: #333541;
        text-transform: capitalize
    }

        .bdt-facebook-feed-wrap .bdt-dropdown a:hover {
            color: #3c5a9a
        }

.bdt-facebook-feed-wrap .bdt-dropdown-nav {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.bdt-facebook-feed-wrap .bdt-dropdown-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 6px;
    text-transform: capitalize
}

.bdt-facebook-feed-wrap .bdt-icon-img-wrap {
    display: inline-block
}

    .bdt-facebook-feed-wrap .bdt-icon-img-wrap .bdt-icon-img {
        width: 50px;
        height: 50px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 100%;
        border: 2px solid #e1e2e5;
        padding: 3px;
        vertical-align: middle;
        background-color: #e1e2e5
    }

.bdt-facebook-feed-wrap .bdt-author-wrap {
    display: flex;
    grid-column-gap: 10px;
    align-items: center;
    flex-wrap: wrap
}

.bdt-facebook-feed-wrap .bdt-author-name {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #202225;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .bdt-facebook-feed-wrap .bdt-author-name:hover {
        color: #27427c
    }

.bdt-facebook-feed-wrap .bdt-date-muted {
    font-size: 14px
}

    .bdt-facebook-feed-wrap .bdt-date-muted a {
        color: #8a8d9c;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

        .bdt-facebook-feed-wrap .bdt-date-muted a:hover {
            color: #6d707e;
            text-decoration: underline
        }

.bdt-facebook-feed-wrap .bdt-text {
    font-size: 16px;
    color: #626a78
}

.bdt-facebook-feed-wrap .bdt-read-more a {
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
    color: #464c52;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    gap: 4px
}

    .bdt-facebook-feed-wrap .bdt-read-more a .one {
        transition: all .2s ease;
        opacity: 1
    }

    .bdt-facebook-feed-wrap .bdt-read-more a:hover .one {
        opacity: 0;
        transform: translateX(-20px)
    }

    .bdt-facebook-feed-wrap .bdt-read-more a .two {
        transition: all .3s ease;
        opacity: 0;
        transform: translateX(40px)
    }

    .bdt-facebook-feed-wrap .bdt-read-more a:hover .two {
        opacity: 1;
        transform: translateX(18px)
    }

    .bdt-facebook-feed-wrap .bdt-read-more a:hover {
        color: #3c5a9a
    }

.bdt-facebook-feed-wrap .bdt-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle
}

.bdt-facebook-feed-carousel .bdt-img-wrap {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-auto-flow: dense
}

.bdt-facebook-feed-carousel .bdt-img-album-item {
    position: relative
}

.bdt-facebook-feed-carousel .bdt-album-img-count {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / .3);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    z-index: 1
}

.bdt-facebook-feed-carousel .bdt-img-album-single {
    grid-column: span 12 / auto;
    grid-row: span 1 / auto
}

.bdt-facebook-feed-carousel .bdt-img-album-1 .bdt-img-album-item {
    grid-column: span 12 / auto;
    grid-row: span 1 / auto
}

.bdt-facebook-feed-carousel .bdt-img-album-2 .bdt-img-album-item, .bdt-facebook-feed-carousel .bdt-img-album-4 .bdt-img-album-item {
    grid-column: span 6 / auto;
    grid-row: span 1 / auto
}

.bdt-facebook-feed-carousel .bdt-img-album-3 .bdt-img-album-item {
    grid-column: span 4 / auto;
    grid-row: span 1 / auto
}

    .bdt-facebook-feed-carousel .bdt-img-album-3 .bdt-img-album-item:nth-child(1) {
        grid-column: span 8 / auto;
        grid-row: span 2 / auto
    }

.bdt-facebook-feed-carousel .bdt-item {
    background: #f6f9ff;
    position: relative;
    border-radius: 10px;
    transition: all .3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.bdt-facebook-feed-carousel .bdt-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.bdt-share-and-readmore {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.bdt-share-icon {
    background-color: #efeff5;
    color: #7f7f8f;
    padding: 10px;
    display: inline-block;
    border-radius: 3px;
    transition: all .3s ease;
    cursor: pointer
}

    .bdt-share-icon svg {
        width: 14px;
        height: 14px;
        display: block
    }

    .bdt-share-icon:hover {
        color: #fff;
        background-color: #3c5a9a
    }

.bdt-facebook-feed-carousel .bdt-inner-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    grid-gap: 20px
}

.bdt-social-button {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

    .bdt-social-button a {
        display: inline-flex;
        gap: 3px;
        align-items: center;
        color: #7f7f8f;
        position: relative;
        border-radius: 3px;
        padding: 6px 8px;
        background-color: #efeff5;
        transition: all .3s ease;
        cursor: auto
    }

        .bdt-social-button a svg {
            width: 14px;
            height: 14px
        }

        .bdt-social-button a .bdt-count {
            font-size: 12px
        }

        .bdt-social-button a:hover {
            color: #fff;
            background-color: #3c5a9a
        }

.bdt-facebook-feed-carousel .bdt-dropdown {
    background-color: #fff;
    border-radius: 6px;
    max-width: 160px !important;
    min-width: 160px !important
}

    .bdt-facebook-feed-carousel .bdt-dropdown a {
        font-size: 14px;
        display: flex;
        gap: 8px;
        color: #333541;
        text-transform: capitalize
    }

        .bdt-facebook-feed-carousel .bdt-dropdown a:hover {
            color: #3c5a9a
        }

.bdt-facebook-feed-carousel .bdt-dropdown-nav {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.bdt-facebook-feed-carousel .bdt-dropdown-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 6px;
    text-transform: capitalize
}

.bdt-facebook-feed-carousel .bdt-icon-img-wrap {
    display: inline-block
}

    .bdt-facebook-feed-carousel .bdt-icon-img-wrap .bdt-icon-img {
        width: 50px;
        height: 50px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 100%;
        border: 2px solid #e1e2e5;
        padding: 3px;
        vertical-align: middle;
        background-color: #e1e2e5
    }

.bdt-facebook-feed-carousel .bdt-author-wrap {
    display: flex;
    grid-column-gap: 10px;
    align-items: center;
    flex-wrap: wrap
}

.bdt-facebook-feed-carousel .bdt-author-name {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #202225;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .bdt-facebook-feed-carousel .bdt-author-name:hover {
        color: #27427c
    }

.bdt-facebook-feed-carousel .bdt-date-muted {
    font-size: 14px
}

    .bdt-facebook-feed-carousel .bdt-date-muted a {
        color: #8a8d9c;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

        .bdt-facebook-feed-carousel .bdt-date-muted a:hover {
            color: #6d707e;
            text-decoration: underline
        }

.bdt-facebook-feed-carousel .bdt-text {
    font-size: 16px;
    color: #626a78
}

.bdt-img-content {
    display: flex;
    gap: 30px
}

.bdt-fb-style-1 .bdt-fb-content {
    padding: 30px 30px 20px 30px
}

.bdt-fb-style-1 .bdt-share-and-readmore {
    padding: 0 30px
}

.bdt-fb-style-1 .bdt-img-content {
    flex-direction: column
}

.bdt-fb-style-2 .bdt-item {
    padding: 30px
}

.bdt-fb-style-2 .bdt-text {
    margin-bottom: 30px
}

.bdt-fb-style-2 .bdt-img-content {
    flex-direction: column-reverse
}

.bdt-fb-style-2 .bdt-img-wrap img {
    border-radius: 6px
}

.bdt-facebook-feed-carousel .bdt-read-more a {
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
    color: #464c52;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    gap: 4px
}

    .bdt-facebook-feed-carousel .bdt-read-more a .one {
        transition: all .2s ease;
        opacity: 1
    }

    .bdt-facebook-feed-carousel .bdt-read-more a:hover .one {
        opacity: 0;
        transform: translateX(-20px)
    }

    .bdt-facebook-feed-carousel .bdt-read-more a .two {
        transition: all .3s ease;
        opacity: 0;
        transform: translateX(40px)
    }

    .bdt-facebook-feed-carousel .bdt-read-more a:hover .two {
        opacity: 1;
        transform: translateX(18px)
    }

    .bdt-facebook-feed-carousel .bdt-read-more a:hover {
        color: #3c5a9a
    }

.bdt-facebook-feed-carousel .bdt-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle
}

.bdt-item-match-height--yes .bdt-facebook-feed-carousel .swiper-slide {
    height: initial
}

.bdt-ep-fancy-card {
    position: relative;
    background: #fff;
    overflow: hidden
}

.bdt-ep-fancy-card-icon {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

    .bdt-ep-fancy-card-icon:before {
        content: attr(data-label);
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        font-size: 100px;
        color: rgb(70 70 70 / .3);
        text-align: center;
        font-weight: 900;
        transition: all .5s ease-in-out
    }

    .bdt-ep-fancy-card-icon i {
        display: flex
    }

    .bdt-ep-fancy-card-icon svg {
        width: 1em;
        height: 1em;
        transition: all .3s ease
    }

.bdt-ep-fancy-card-title {
    margin: 0;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px
}

.bdt-ep-fancy-card-text {
    margin: 0;
    padding-bottom: 10px;
    line-height: 1.6;
    color: #778192
}

    .bdt-ep-fancy-card-text p {
        margin: 0
    }

.bdt-ep-fancy-card-readmore {
    color: #666;
    font-weight: 600;
    font-size: 14px;
    display: inline-block
}

    .bdt-ep-fancy-card-readmore svg {
        width: 1em;
        height: 1em;
        fill: #666
    }

.elementor-widget-bdt-fancy-card .bdt-ep-fancy-card-badge {
    -webkit-transform: translate(var(--ep-badge-h-offset,0),var(--ep-badge-v-offset,0)) rotate(var(--ep-badge-rotate,0));
    transform: translate(var(--ep-badge-h-offset,0),var(--ep-badge-v-offset,0)) rotate(var(--ep-badge-rotate,0))
}

.elementor-widget-bdt-fancy-card .bdt-indicator-svg {
    -webkit-transform: translate(var(--ep-indicator-h-offset,0),var(--ep-indicator-v-offset,0)) rotate(var(--ep-indicator-rotate,0));
    transform: translate(var(--ep-indicator-h-offset,0),var(--ep-indicator-v-offset,0)) rotate(var(--ep-indicator-rotate,0))
}

.bdt-ep-fancy-card-default {
    box-shadow: 0 25px 35px -25px #97a3b8;
    border-radius: 10px;
    transition: all .3s ease-in;
    overflow: inherit !important
}

    .bdt-ep-fancy-card-default .bdt-ep-fancy-card-icon {
        font-size: 100px;
        color: #E91E63;
        background: #fff;
        transition: all .5s ease-in-out;
        padding: 25px;
        overflow: hidden;
        border-radius: 10px
    }

        .bdt-ep-fancy-card-default .bdt-ep-fancy-card-icon:before {
            line-height: 1.6
        }

        .bdt-ep-fancy-card-default .bdt-ep-fancy-card-icon svg {
            fill: #E91E63;
            transition: fill .2s ease
        }

    .bdt-ep-fancy-card-default .bdt-ep-fancy-card-icon-inner {
        display: flex;
        transition: color .2s ease
    }

    .bdt-ep-fancy-card-default .bdt-ep-fancy-card-content {
        padding: 25px;
        margin-right: 0;
        text-align: center
    }

    .bdt-ep-fancy-card-default .bdt-ep-fancy-card-title {
        color: #000
    }

    .bdt-ep-fancy-card-default:hover {
        box-shadow: 0 0 2px -1px rgb(233 30 99 / .8);
        transform: translateY(-1px)
    }

        .bdt-ep-fancy-card-default:hover .bdt-ep-fancy-card-icon {
            right: auto;
            top: auto;
            color: #fff;
            background: #E91E63;
            border-radius: 10px 10px 0 0
        }

            .bdt-ep-fancy-card-default:hover .bdt-ep-fancy-card-icon svg {
                fill: #fff
            }

.bdt-ep-fancy-card-stack {
    border-radius: 6px
}

    .bdt-ep-fancy-card-stack .bdt-ep-fancy-card-icon {
        font-size: 100px;
        color: #fff;
        background: #798184;
        padding: 50px;
        border-radius: 6px;
        transition: .35s;
        animation-duration: .35s;
        transition-timing-function: cubic-bezier(.645,.045,.355,1);
        opacity: 1
    }

        .bdt-ep-fancy-card-stack .bdt-ep-fancy-card-icon:before {
            line-height: 1
        }

        .bdt-ep-fancy-card-stack .bdt-ep-fancy-card-icon svg {
            fill: #E91E63
        }

    .bdt-ep-fancy-card-stack .bdt-ep-fancy-card-icon-inner {
        transition: all .3s ease
    }

    .bdt-ep-fancy-card-stack .bdt-ep-fancy-card-content-overlay:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #E91E63;
        z-index: 1;
        opacity: 0;
        transition-timing-function: cubic-bezier(.645,.045,.355,1);
        transition-duration: .35s;
        animation-duration: .35s;
        border-radius: 6px
    }

    .bdt-ep-fancy-card-stack .bdt-ep-fancy-card-content {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        z-index: 2;
        opacity: 0;
        text-align: center;
        transition-duration: .35s;
        transition-delay: 0s;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .bdt-ep-fancy-card-stack .bdt-ep-fancy-card-title {
        color: #fff
    }

    .bdt-ep-fancy-card-stack:hover .bdt-ep-fancy-card-icon {
        transform: translate(0,0);
        transform: scale(.75);
        opacity: .5
    }

    .bdt-ep-fancy-card-stack:hover .bdt-ep-fancy-card-content {
        opacity: 1
    }

    .bdt-ep-fancy-card-stack:hover .bdt-ep-fancy-card-text, .bdt-ep-fancy-card-stack:hover .bdt-ep-fancy-card-readmore, .bdt-ep-fancy-card-stack:hover .bdt-ep-fancy-card-title {
        opacity: 1;
        transform: translateY(0)
    }

    .bdt-ep-fancy-card-stack:hover .bdt-ep-fancy-card-title {
        transition-delay: .6s
    }

    .bdt-ep-fancy-card-stack:hover .bdt-ep-fancy-card-text {
        transition-delay: .3s
    }

    .bdt-ep-fancy-card-stack:hover .bdt-ep-fancy-card-readmore {
        transition-delay: .1s
    }

    .bdt-ep-fancy-card-stack.bdt-icon-style1 .bdt-ep-fancy-card-content-overlay:before {
        transform: translateY(100%)
    }

    .bdt-ep-fancy-card-stack.bdt-icon-style2 .bdt-ep-fancy-card-content-overlay:before {
        transform: translateY(-100%)
    }

    .bdt-ep-fancy-card-stack.bdt-icon-style3 .bdt-ep-fancy-card-content-overlay:before {
        transform: translateX(-100%)
    }

    .bdt-ep-fancy-card-stack.bdt-icon-style4 .bdt-ep-fancy-card-content-overlay:before {
        transform: translateX(100%)
    }

    .bdt-ep-fancy-card-stack.bdt-icon-style1:hover .bdt-ep-fancy-card-content-overlay:before, .bdt-ep-fancy-card-stack.bdt-icon-style2:hover .bdt-ep-fancy-card-content-overlay:before, .bdt-ep-fancy-card-stack.bdt-icon-style3:hover .bdt-ep-fancy-card-content-overlay:before, .bdt-ep-fancy-card-stack.bdt-icon-style4:hover .bdt-ep-fancy-card-content-overlay:before {
        transform: translate(0,0);
        opacity: 1
    }

.bdt-ep-fancy-card-batty {
    width: 100%;
    box-shadow: 0 10px 25px rgb(0 0 0 / .1)
}

    .bdt-ep-fancy-card-batty .bdt-ep-fancy-card-icon {
        padding: 40px;
        transition: all .3s ease
    }

        .bdt-ep-fancy-card-batty .bdt-ep-fancy-card-icon:before {
            line-height: 2
        }

        .bdt-ep-fancy-card-batty .bdt-ep-fancy-card-icon svg {
            fill: #fff
        }

    .bdt-ep-fancy-card-batty .bdt-ep-fancy-card-icon-inner {
        font-size: 8em;
        transition: .5s;
        text-shadow: 0 2px 5px rgb(0 0 0 / .2);
        color: #fff;
        display: flex
    }

    .bdt-ep-fancy-card-batty:hover .bdt-ep-fancy-card-icon {
        padding: 10px
    }

        .bdt-ep-fancy-card-batty:hover .bdt-ep-fancy-card-icon:before {
            font-size: 50px
        }

    .bdt-ep-fancy-card-batty:hover .bdt-ep-fancy-card-icon-inner {
        font-size: 3em
    }

    .bdt-ep-fancy-card-batty:hover .bdt-ep-fancy-card-content {
        opacity: 1
    }

    .bdt-ep-fancy-card-batty:hover .bdt-ep-fancy-card-text, .bdt-ep-fancy-card-batty:hover .bdt-ep-fancy-card-readmore, .bdt-ep-fancy-card-batty:hover .bdt-ep-fancy-card-title {
        opacity: 1;
        transform: translateY(0)
    }

    .bdt-ep-fancy-card-batty:hover .bdt-ep-fancy-card-title {
        transition-delay: .2s
    }

    .bdt-ep-fancy-card-batty:hover .bdt-ep-fancy-card-text {
        transition-delay: .4s
    }

    .bdt-ep-fancy-card-batty:hover .bdt-ep-fancy-card-readmore {
        transition-delay: .6s
    }

    .bdt-ep-fancy-card-batty .bdt-ep-fancy-card-face {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .bdt-ep-fancy-card-batty .bdt-ep-fancy-card-face.bdt-ep-fancy-card-face1 {
            box-sizing: border-box;
            padding: 25px;
            padding-bottom: 95px
        }

        .bdt-ep-fancy-card-batty .bdt-ep-fancy-card-face.bdt-ep-fancy-card-face2 {
            background: #111;
            transition: .5s
        }

        .bdt-ep-fancy-card-batty .bdt-ep-fancy-card-face.bdt-ep-fancy-card-face2 {
            background: linear-gradient(-90deg,#80898c 50%,#798184 50%);
            position: absolute
        }

    .bdt-ep-fancy-card-batty:hover .bdt-ep-fancy-card-face.bdt-ep-fancy-card-face2 {
        height: 70px
    }

    .bdt-ep-fancy-card-batty:hover .bdt-ep-fancy-card-title {
        pointer-events: none
    }

    .bdt-ep-fancy-card-batty .bdt-ep-fancy-card-content {
        text-align: center
    }

    .bdt-ep-fancy-card-batty .bdt-ep-fancy-card-title {
        color: #000;
        transition: .5s
    }

    .bdt-ep-fancy-card-batty .bdt-ep-fancy-card-text {
        transition: .5s
    }

    .bdt-ep-fancy-card-batty .bdt-ep-fancy-card-readmore {
        padding-top: 5px
    }

.bdt-ep-fancy-card-climax {
    border-radius: 6px;
    box-shadow: 0 0 2px -1px #E91E63;
    transition: all .3s ease-in
}

    .bdt-ep-fancy-card-climax input[type="checkbox"], .bdt-ep-fancy-card-climax .bdt-ep-fancy-card-toggole {
        width: 40px;
        height: 40px;
        border-radius: 60px;
        margin: 20px;
        outline: none;
        cursor: pointer
    }

    .bdt-ep-fancy-card-climax input[type="checkbox"] {
        opacity: 0;
        z-index: 11
    }

    .bdt-ep-fancy-card-climax .bdt-checkbox.bdt-position-bottom-left, .bdt-ep-fancy-card-climax .bdt-checkbox.bdt-position-bottom-right {
        top: inherit
    }

    .bdt-ep-fancy-card-climax .bdt-ep-fancy-card-toggole {
        pointer-events: none;
        background: rgb(233 30 99 / .1);
        text-align: center;
        line-height: 40px;
        color: #e91e63;
        box-shadow: 0 0 0 0 #E91E63;
        transition: all .5s ease;
        z-index: 1
    }

        .bdt-ep-fancy-card-climax .bdt-ep-fancy-card-toggole i, .bdt-ep-fancy-card-climax .bdt-ep-fancy-card-toggole svg {
            transition: all .3s ease
        }

        .bdt-ep-fancy-card-climax .bdt-ep-fancy-card-toggole svg {
            width: 1em;
            height: 1em;
            fill: #E91E63
        }

    .bdt-ep-fancy-card-climax input:checked ~ .bdt-ep-fancy-card-toggole {
        box-shadow: 0 0 0 1920px #E91E63
    }

        .bdt-ep-fancy-card-climax input:checked ~ .bdt-ep-fancy-card-toggole i, .bdt-ep-fancy-card-climax input:checked ~ .bdt-ep-fancy-card-toggole svg {
            transform: rotate(-225deg)
        }

    .bdt-ep-fancy-card-climax .bdt-ep-fancy-card-icon {
        font-size: 100px;
        color: #E91E63;
        padding: 50px;
        border-radius: 6px;
        transition: .35s;
        animation-duration: .35s;
        transition-timing-function: cubic-bezier(.645,.045,.355,1);
        opacity: 1
    }

        .bdt-ep-fancy-card-climax .bdt-ep-fancy-card-icon:before {
            line-height: 2
        }

        .bdt-ep-fancy-card-climax .bdt-ep-fancy-card-icon svg {
            fill: #E91E63
        }

    .bdt-ep-fancy-card-climax .bdt-ep-fancy-card-icon-inner {
        display: inline-flex;
        transition: all .3s ease
    }

    .bdt-ep-fancy-card-climax .bdt-ep-fancy-card-content {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        z-index: 2;
        opacity: 0;
        text-align: center;
        transition-duration: .35s;
        transition-delay: 0s
    }

    .bdt-ep-fancy-card-climax .bdt-ep-fancy-card-title {
        color: #fff
    }

    .bdt-ep-fancy-card-climax input:checked ~ .bdt-ep-fancy-card-icon {
        opacity: 0
    }

    .bdt-ep-fancy-card-climax input:checked ~ .bdt-ep-fancy-card-content {
        opacity: 1;
        z-index: 10
    }

        .bdt-ep-fancy-card-climax input:checked ~ .bdt-ep-fancy-card-content .bdt-ep-fancy-card-text, .bdt-ep-fancy-card-climax input:checked ~ .bdt-ep-fancy-card-content .bdt-ep-fancy-card-readmore, .bdt-ep-fancy-card-climax input:checked ~ .bdt-ep-fancy-card-content .bdt-ep-fancy-card-title {
            opacity: 1;
            transform: translateY(0)
        }

        .bdt-ep-fancy-card-climax input:checked ~ .bdt-ep-fancy-card-content .bdt-ep-fancy-card-title {
            transition-delay: .8s
        }

        .bdt-ep-fancy-card-climax input:checked ~ .bdt-ep-fancy-card-content .bdt-ep-fancy-card-text {
            transition-delay: .6s
        }

        .bdt-ep-fancy-card-climax input:checked ~ .bdt-ep-fancy-card-content .bdt-ep-fancy-card-readmore {
            transition-delay: .3s
        }

.bdt-ep-fancy-card-flux {
    height: 340px;
    text-align: center;
    border-radius: 20px
}

    .bdt-ep-fancy-card-flux:hover .bdt-ep-fancy-card-icon {
        top: 30px;
        width: 100px;
        height: 100px;
        font-size: 40px;
        border-radius: 50%
    }

        .bdt-ep-fancy-card-flux:hover .bdt-ep-fancy-card-icon::before {
            font-size: 25px
        }

    .bdt-ep-fancy-card-flux:hover .bdt-ep-fancy-card-content {
        opacity: 1;
        transform: scale(1)
    }

    .bdt-ep-fancy-card-flux .bdt-ep-fancy-card-icon {
        position: absolute;
        top: 0;
        right: 50%;
        font-size: 120px;
        color: #fff;
        background: #2B2D42;
        transition: all .4s cubic-bezier(.17,.73,.66,.99);
        z-index: 1;
        transform: translateX(50%)
    }

    .bdt-ep-fancy-card-flux .bdt-ep-fancy-card-icon-inner svg {
        width: 6em;
        fill: #E91E63
    }

    .bdt-ep-fancy-card-flux .bdt-ep-fancy-card-content {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 80px 40px 0 40px;
        opacity: 0;
        transform: scale(.5);
        transition: transform .5s cubic-bezier(.17,.73,.66,.99) 0s,z-index 0s step-end,opacity .4s ease
    }

    .bdt-ep-fancy-card-flux .bdt-ep-fancy-card-title {
        text-transform: capitalize
    }

        .bdt-ep-fancy-card-flux .bdt-ep-fancy-card-title a {
            text-decoration: none;
            color: #2B2D42;
            transition: all .3s ease
        }

            .bdt-ep-fancy-card-flux .bdt-ep-fancy-card-title a:hover {
                color: #D90429
            }

    .bdt-ep-fancy-card-flux .bdt-ep-fancy-card-text {
        font-size: 14px;
        text-transform: capitalize
    }

    .bdt-ep-fancy-card-flux .bdt-ep-fancy-card-readmore {
        color: #2b2d42;
        text-decoration: none;
        text-transform: capitalize;
        transition: all .3s ease
    }

        .bdt-ep-fancy-card-flux .bdt-ep-fancy-card-readmore svg {
            fill: #2b2d42
        }

        .bdt-ep-fancy-card-flux .bdt-ep-fancy-card-readmore:hover {
            color: #D90429
        }

            .bdt-ep-fancy-card-flux .bdt-ep-fancy-card-readmore:hover svg {
                fill: #D90429
            }

.bdt-ep-fancy-card-stack .bdt-ep-fancy-card-title, .bdt-ep-fancy-card-batty .bdt-ep-fancy-card-title, .bdt-ep-fancy-card-climax .bdt-ep-fancy-card-title, .bdt-ep-fancy-card-stack .bdt-ep-fancy-card-text, .bdt-ep-fancy-card-batty .bdt-ep-fancy-card-text, .bdt-ep-fancy-card-climax .bdt-ep-fancy-card-text, .bdt-ep-fancy-card-stack .bdt-ep-fancy-card-readmore, .bdt-ep-fancy-card-batty .bdt-ep-fancy-card-readmore, .bdt-ep-fancy-card-climax .bdt-ep-fancy-card-readmore {
    opacity: 0;
    transform: translateY(-15px);
    transition-property: all;
    transition-duration: .55s;
    transition-timing-function: ease
}

@media (min-width:768px) {
    .bdt-ep-fancy-card.bdt-ep-fancy-card-default.bdt-ep-fancy-card-icon-left, .bdt-ep-fancy-card.bdt-ep-fancy-card-default.bdt-ep-fancy-card-icon-right {
        display: flex;
        align-items: center
    }

    .bdt-ep-fancy-card.bdt-ep-fancy-card-default .bdt-ep-fancy-card-icon {
        position: absolute
    }

    .bdt-ep-fancy-card.bdt-ep-fancy-card-default:hover .bdt-ep-fancy-card-icon {
        height: 150px;
        width: 150px;
        font-size: 60px;
        border-radius: 6px
    }

        .bdt-ep-fancy-card.bdt-ep-fancy-card-default:hover .bdt-ep-fancy-card-icon:before {
            font-size: 50px
        }

    .bdt-ep-fancy-card.bdt-ep-fancy-card-default.bdt-ep-fancy-card-icon-default .bdt-ep-fancy-card-icon {
        position: relative
    }

    .bdt-ep-fancy-card.bdt-ep-fancy-card-default.bdt-ep-fancy-card-icon-default:hover .bdt-ep-fancy-card-icon {
        height: 100%;
        width: 100%;
        font-size: 100px;
        border-radius: 6px 6px 0 0
    }

        .bdt-ep-fancy-card.bdt-ep-fancy-card-default.bdt-ep-fancy-card-icon-default:hover .bdt-ep-fancy-card-icon:before {
            font-size: 100px
        }

    .bdt-ep-fancy-card.bdt-ep-fancy-card-default.bdt-ep-fancy-card-icon-left .bdt-ep-fancy-card-content {
        margin-right: 70px;
        text-align: right
    }

    .bdt-ep-fancy-card.bdt-ep-fancy-card-default.bdt-ep-fancy-card-icon-left .bdt-ep-fancy-card-icon {
        right: 0
    }

    .bdt-ep-fancy-card.bdt-ep-fancy-card-default.bdt-ep-fancy-card-icon-left:hover .bdt-ep-fancy-card-icon {
        right: -75px
    }

    .bdt-ep-fancy-card.bdt-ep-fancy-card-default.bdt-ep-fancy-card-icon-right .bdt-ep-fancy-card-content {
        margin-left: 70px;
        text-align: left
    }

    .bdt-ep-fancy-card.bdt-ep-fancy-card-default.bdt-ep-fancy-card-icon-right .bdt-ep-fancy-card-icon {
        left: 0
    }

    .bdt-ep-fancy-card.bdt-ep-fancy-card-default.bdt-ep-fancy-card-icon-right:hover .bdt-ep-fancy-card-icon {
        left: -75px
    }

    .elementor-widget-bdt-fancy-card .bdt-indicator-svg {
        position: absolute;
        right: 100%;
        top: 0;
        width: 150px;
        height: auto;
        transform-origin: center center;
        z-index: 10
    }

        .elementor-widget-bdt-fancy-card .bdt-indicator-svg svg {
            height: auto;
            width: 100%
        }
}

.bdt-fancy-list-group {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-gap: 5px
}

    .bdt-fancy-list-group li {
        margin: 0 !important;
        list-style-type: none
    }

        .bdt-fancy-list-group li a {
            text-decoration: none !important
        }

            .bdt-fancy-list-group li a:hover .bdt-fancy-list-icon {
                transition: background-color 1.5s
            }

                .bdt-fancy-list-group li a:hover .bdt-fancy-list-icon i {
                    color: #3FB8FD
                }

            .bdt-fancy-list-group li a:hover .bdt-fancy-list-title {
                color: #3FB8FD
            }

.bdt-fancy-list-content {
    width: 100%
}

.bdt-fancy-list-title {
    font-weight: 400;
    margin: 0;
    font-size: 16px
}

.bdt-fancy-list-text {
    color: #999;
    font-size: 14px;
    margin: 0
}

.bdt-fancy-list-icon svg {
    width: 1em;
    height: 1em
}

.bdt-fancy-list .flex-wrap {
    background-color: #F5F5F5;
    flex-direction: row;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    width: 100%;
    padding: 20px
}

.bdt-fancy-list-icon {
    background-color: #adadad;
    font-size: 14px;
    padding: 12px;
    display: inline-flex;
    height: max-content;
    text-align: center;
    margin-right: 18px;
    color: #666
}

    .bdt-fancy-list-icon i, .bdt-fancy-list-icon svg {
        position: relative;
        display: inline-block;
        width: 1em;
        height: 1em
    }

    .bdt-fancy-list-icon svg {
        fill: #666
    }

.bdt-fancy-list-img {
    margin-left: 18px
}

    .bdt-fancy-list-img img {
        width: 40px;
        height: auto;
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
        box-sizing: border-box
    }

.bdt-fancy-list-number-icon {
    padding: 6px;
    border-radius: 50px;
    text-align: center;
    margin-left: 18px;
    background: #3FB8FD
}

    .bdt-fancy-list-number-icon span {
        position: relative;
        display: block;
        width: 1em;
        height: 1em;
        line-height: 1;
        font-size: 12px;
        color: #fff
    }

.bdt-content-position--right .bdt-fancy-list {
    direction: ltr
}

.bdt-content-position--right .bdt-fancy-list-icon {
    margin-right: 0;
    margin-left: 18px
}

.bdt-content-position--right .bdt-fancy-list-img, .bdt-content-position--right .bdt-fancy-list-number-icon {
    margin-right: 18px;
    margin-left: 0
}

.bdt-fancy-list-style-2 .bdt-fancy-list-group {
    position: relative;
    perspective: 500px;
    transform-style: preserve-3d;
    gap: 0;
    transition: .5s
}

    .bdt-fancy-list-style-2 .bdt-fancy-list-group li {
        transition: .5s;
        transition-delay: .05s
    }

        .bdt-fancy-list-style-2 .bdt-fancy-list-group li:nth-child(1) {
            transform: translateZ(-107px) translateY(-4px)
        }

        .bdt-fancy-list-style-2 .bdt-fancy-list-group li:nth-child(2) {
            transform: translateZ(-36px) translateY(-12px)
        }

        .bdt-fancy-list-style-2 .bdt-fancy-list-group li:nth-child(3) {
            transform: translateZ(12px) translateY(-27px)
        }

        .bdt-fancy-list-style-2 .bdt-fancy-list-group li:nth-child(4) {
            transform: translateZ(54px) translateY(-49px)
        }

    .bdt-fancy-list-style-2 .bdt-fancy-list-group:hover {
        gap: 20px
    }

        .bdt-fancy-list-style-2 .bdt-fancy-list-group:hover li {
            transform: translateZ(0) translateY(0) !important
        }

.bdt-fancy-list-style-3 .bdt-list:hover li {
    filter: blur(5px);
    opacity: .75;
    box-shadow: 10px 20px 35px #fff0
}

.bdt-fancy-list-style-3 .bdt-list li {
    transition: all .3s ease
}

    .bdt-fancy-list-style-3 .bdt-list li:hover {
        opacity: 1;
        filter: blur(0);
        transform: scale(1.1)
    }

@media (min-width:768px) {
    .bdt-fancy-list-style-2 .bdt-fancy-list-group li:nth-child(1) {
        transform: translateZ(-70px) translateY(-4px)
    }

    .bdt-fancy-list-style-2 .bdt-fancy-list-group li:nth-child(2) {
        transform: translateZ(0) translateY(0)
    }

    .bdt-fancy-list-style-2 .bdt-fancy-list-group li:nth-child(3) {
        transform: translateZ(60px) translateY(-12px)
    }

    .bdt-fancy-list-style-2 .bdt-fancy-list-group li:nth-child(4) {
        transform: translateZ(110px) translateY(-35px)
    }

    .bdt-fancy-list-style-2 .bdt-fancy-list-group li:nth-child(5) {
        transform: translateZ(150px) translateY(-55px)
    }

    .bdt-fancy-list-style-2 .bdt-fancy-list-group li:nth-child(6) {
        transform: translateZ(184px) translateY(-83px)
    }
}

.bdt-fancy-icons {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.bdt-fancy-icons-background iframe, .bdt-fancy-icons-background video, .bdt-fancy-icons-background img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bdt-fancy-icons-item {
    position: relative;
    text-align: center;
    background: #fff;
    mix-blend-mode: screen;
    transition: all .3s ease;
    cursor: pointer
}

    .bdt-fancy-icons-item a {
        color: #000;
        font-weight: 900;
        transition: all .3s ease
    }

        .bdt-fancy-icons-item a.icon {
            font-size: 15vw
        }

            .bdt-fancy-icons-item a.icon svg {
                fill: #000;
                width: 1em;
                height: 1em;
                display: flex;
                transition: all .3s ease
            }

        .bdt-fancy-icons-item a.text {
            font-size: 5vw
        }

    .bdt-fancy-icons-item:hover {
        background: #000
    }

        .bdt-fancy-icons-item:hover a {
            color: #fff;
            transform: rotate3d(-1,1,1,-10deg) scale(1.05)
        }

            .bdt-fancy-icons-item:hover a svg {
                fill: #fff
            }

.bdt-ep-fancy-slider .swiper {
    overflow: hidden
}

.bdt-ep-fancy-slider .swiper-wrapper {
    overflow: visible;
    margin-top: 108px;
    transition: all .3s
}

.bdt-ep-fancy-slider .bdt-ep-fancy-slider-item {
    overflow: visible !important
}

.bdt-ep-fancy-slider-item {
    background: #fafafa;
    border-radius: 25px
}

    .bdt-ep-fancy-slider-item .bdt-ep-fancy-slider-content > * {
        opacity: 0;
        transform: translateY(25px);
        transition: all .3s
    }

    .bdt-ep-fancy-slider-item.swiper-slide-active .bdt-ep-fancy-slider-content > * {
        opacity: 1;
        transform: none
    }

    .bdt-ep-fancy-slider-item.swiper-slide-active .bdt-ep-fancy-slider-subtitle {
        transition-delay: .3s
    }

    .bdt-ep-fancy-slider-item.swiper-slide-active .bdt-ep-fancy-slider-title {
        transition-delay: .4s
    }

    .bdt-ep-fancy-slider-item.swiper-slide-active .bdt-ep-fancy-slider-text {
        transition-delay: .5s
    }

    .bdt-ep-fancy-slider-item.swiper-slide-active .bdt-ep-fancy-slider-button {
        transition-delay: .6s
    }

    .bdt-ep-fancy-slider-item.swiper-slide-active .bdt-ep-fancy-slider-img img {
        opacity: 1;
        transition-delay: .25s
    }

.bdt-ep-fancy-slider-img {
    background: #fd3838;
    border-radius: 20px;
    transition: all .3s ease;
    transform: translateY(-40%);
    width: 90%;
    margin: auto;
    height: 270px;
    display: flex;
    overflow: hidden
}

    .bdt-ep-fancy-slider-img:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(-147deg,#fe8a39 0%,#fd3838 74%);
        border-radius: 20px;
        opacity: .8
    }

    .bdt-ep-fancy-slider-img img {
        width: 100%;
        height: 100%;
        opacity: 0;
        object-fit: cover;
        border-radius: 20px;
        transition: all .3s;
        box-shadow: 0 10px 20px rgb(252 56 56 / .3)
    }

.bdt-ep-fancy-slider-content {
    position: relative;
    text-align: center;
    padding: 0 10px 60px;
    margin-top: -40px
}

.bdt-ep-fancy-slider-subtitle {
    color: #7b7992;
    margin-bottom: 5px;
    font-weight: 500
}

.bdt-ep-fancy-slider-title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    padding-bottom: 10px;
    margin: 0
}

    .bdt-ep-fancy-slider-title a {
        color: #0d0925
    }

.bdt-ep-fancy-slider-text {
    color: #4e4a67;
    padding-bottom: 20px;
    line-height: 1.5em
}

    .bdt-ep-fancy-slider-text p {
        margin: 0
    }

.bdt-ep-fancy-slider-button a {
    display: inline-block;
    background-image: linear-gradient(-147deg,#fe8a39 0%,#fd3838 74%);
    padding: 8px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0 10px 30px rgb(252 56 56 / .25);
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    transition: all .3s ease
}

    .bdt-ep-fancy-slider-button a:hover {
        background-image: linear-gradient(-147deg,#fd3838 0%,#fe8a39 74%)
    }

.bdt-ep-fancy-slider .bdt-position-default-center {
    position: absolute;
    top: 260px;
    right: 50%;
    transform: translateX(50%)
}

.bdt-ep-fancy-slider .swiper-pagination-bullet {
    border-radius: 10px;
    background-color: #062744;
    opacity: .2;
    transition: all .3s;
    margin: 0 4px
}

    .bdt-ep-fancy-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 36px
    }

.bdt-ep-fancy-slider .swiper-pagination-bullet-active {
    width: 36px;
    opacity: 1;
    outline: none;
    background-color: #fd3838;
    box-shadow: 0 0 20px rgb(252 56 56 / .3)
}

@media (min-width:768px) {
    .bdt-ep-fancy-slider .swiper-wrapper {
        margin-top: 120px
    }

    .bdt-ep-fancy-slider .bdt-position-default-center {
        top: 290px
    }

    .bdt-ep-fancy-slider-img {
        height: 300px
    }

    .bdt-ep-fancy-slider-content {
        padding: 0 15px 50px;
        margin-top: -50px
    }

    .bdt-ep-fancy-slider-subtitle {
        margin-bottom: 12px
    }

    .bdt-ep-fancy-slider-title {
        padding-bottom: 20px
    }

    .bdt-ep-fancy-slider-text {
        padding-bottom: 30px
    }

    .bdt-ep-fancy-slider-button a {
        padding: 12px 35px
    }
}

.bdt-ep-fancy-tabs-item {
    text-align: center;
    padding: 30px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid rgb(151 163 184 / .2);
    box-shadow: 0 5px 8px -5px rgb(151 163 184 / .5),0 15px 16px -15px rgb(151 163 184 / .5),0 25px 32px -25px rgb(151 163 184 / .5);
    transition: all .2s ease-in
}

    .bdt-ep-fancy-tabs-item.active {
        transform: scale(.97);
        box-shadow: 0 10px 30px -10px rgb(151 163 184 / .5)
    }

        .bdt-ep-fancy-tabs-item.active .bdt-ep-fancy-tabs-icon {
            color: #E91E63
        }

            .bdt-ep-fancy-tabs-item.active .bdt-ep-fancy-tabs-icon svg {
                fill: #E91E63
            }

.bdt-ep-fancy-tabs-icon {
    font-size: 40px;
    color: #b6bad0;
    transition: all .2s ease
}

    .bdt-ep-fancy-tabs-icon i, .bdt-ep-fancy-tabs-icon svg, .bdt-ep-fancy-tabs-icon img {
        transition: all .3s ease
    }

    .bdt-ep-fancy-tabs-icon svg {
        width: 1em;
        height: 1em;
        fill: #b6bad0;
        transition: all .2s ease
    }

    .bdt-ep-fancy-tabs-icon img {
        min-height: 100%
    }

.bdt-ep-fancy-tabs-content-wrap {
    position: relative;
    margin-top: 30px
}

.bdt-ep-fancy-tabs-height-fixed {
    height: 300px
}

    .bdt-ep-fancy-tabs-height-fixed .bdt-ep-fancy-tabs-content {
        overflow: auto;
        top: 50%;
        transform: translateY(-50%);
        max-height: 300px
    }

        .bdt-ep-fancy-tabs-height-fixed .bdt-ep-fancy-tabs-content.active {
            position: absolute
        }

.bdt-ep-fancy-tabs-content {
    position: absolute;
    opacity: 0
}

    .bdt-ep-fancy-tabs-content * {
        opacity: 0;
        transform: translateY(8px);
        transition: all .3s
    }

    .bdt-ep-fancy-tabs-content.active {
        z-index: 1;
        opacity: 1;
        position: relative
    }

        .bdt-ep-fancy-tabs-content.active * {
            opacity: 1;
            transform: translateY(0)
        }

        .bdt-ep-fancy-tabs-content.active .bdt-ep-fancy-tabs-sub-title {
            transition-delay: .3s
        }

        .bdt-ep-fancy-tabs-content.active .bdt-ep-fancy-tabs-title {
            transition-delay: .5s
        }

        .bdt-ep-fancy-tabs-content.active .bdt-ep-fancy-tabs-text {
            transition-delay: .7s
        }

        .bdt-ep-fancy-tabs-content.active .bdt-ep-fancy-tabs-button {
            transition-delay: .9s
        }

.bdt-ep-fancy-tabs-sub-title {
    color: #7b7992;
    margin-bottom: 3px;
    font-weight: 500
}

.bdt-ep-fancy-tabs-title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    padding-bottom: 15px;
    margin: 0
}

.bdt-ep-fancy-tabs-text {
    color: #4e4a67;
    line-height: 1.5em;
    padding-bottom: 30px
}

    .bdt-ep-fancy-tabs-text p {
        margin: 0
    }

.bdt-ep-fancy-tabs-button {
    display: inline-flex;
    position: relative
}

    .bdt-ep-fancy-tabs-button a {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        padding: 8px 16px;
        background: #b6bad0;
        border-radius: 3px
    }

        .bdt-ep-fancy-tabs-button a:hover {
            background: #E91E63
        }

@media (min-width:768px) {
    .bdt-ep-fancy-tabs-icon {
        font-size: 80px
    }

    .bdt-ep-fancy-tabs-content-wrap {
        margin-top: 0
    }
}

.bdt-flip-box {
    height: 280px;
    position: relative;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

    .bdt-flip-box .elementor-icon {
        color: #fff
    }

        .bdt-flip-box .elementor-icon svg {
            fill: #fff
        }

    .bdt-flip-box .elementor-view-framed .elementor-icon {
        color: #fff;
        border-color: #fff
    }

    .bdt-flip-box .elementor-view-stacked .elementor-icon {
        color: #fff;
        background-color: rgb(0 0 0 / .5)
    }

    .bdt-flip-box .elementor-icon-wrapper {
        margin-bottom: 20px
    }

.bdt-flip-box-front {
    background-color: #1e87f0
}

.bdt-flip-box-back {
    background-color: #b7b4b4;
    display: block
}

.bdt-flip-box-easing-quad .bdt-flip-box-layer {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

.bdt-flip-box-easing-cubic .bdt-flip-box-layer {
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.bdt-flip-box-easing-quart .bdt-flip-box-layer {
    transition-timing-function: cubic-bezier(.165,.84,.44,1)
}

.bdt-flip-box-easing-quint .bdt-flip-box-layer {
    transition-timing-function: cubic-bezier(.23,1,.32,1)
}

.bdt-flip-box-easing-expo .bdt-flip-box-layer {
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.bdt-flip-box-easing-circ .bdt-flip-box-layer {
    transition-timing-function: cubic-bezier(.075,.82,.165,1)
}

.bdt-flip-box-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .6s ease-out
}

.bdt-flip-box-layer-overlay {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    padding: 35px
}

.bdt-flip-box-layer-title {
    font-size: 21px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin: 0
}

    .bdt-flip-box-layer-title:not(:last-child) {
        margin-bottom: 20px;
        padding: 0
    }

.bdt-flip-box-layer-desc {
    font-size: 14px;
    color: #e5e5e5
}

    .bdt-flip-box-layer-desc:not(:last-child) {
        margin: 0 0 20px 0;
        padding: 0
    }

.bdt-flip-box-image {
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%
}

    .bdt-flip-box-image img {
        width: 50%;
        display: inline-block
    }

.bdt-flip-box-3d-yes .bdt-flip-box-layer-inner {
    transform: translateZ(90px) scale(.91)
}

.bdt-flip-box-3d-yes .bdt-flip-box-layer-overlay {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(.1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.bdt-flip-box-effect-flip .bdt-flip-box {
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

    .bdt-flip-box-effect-flip .bdt-flip-box.bdt-active .bdt-flip-box-back {
        transform: none
    }

.bdt-flip-box-effect-flip .bdt-flip-box-layer {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.bdt-flip-box-effect-flip .bdt-flip-box-front {
    transform: none;
    z-index: 1
}

.bdt-flip-box-effect-flip.bdt-flip-box-direction-right .bdt-flip-box-back {
    transform: rotateX(0) rotateY(180deg)
}

.bdt-flip-box-effect-flip.bdt-flip-box-direction-right .bdt-flip-box.bdt-active .bdt-flip-box-front {
    transform: rotateX(0) rotateY(-180deg)
}

.bdt-flip-box-effect-flip.bdt-flip-box-direction-left .bdt-flip-box-back {
    transform: rotateX(0) rotateY(-180deg)
}

.bdt-flip-box-effect-flip.bdt-flip-box-direction-left .bdt-flip-box.bdt-active .bdt-flip-box-front {
    transform: rotateX(0) rotateY(180deg)
}

.bdt-flip-box-effect-flip.bdt-flip-box-direction-up .bdt-flip-box-back {
    transform: rotateX(-180deg) rotateY(0)
}

.bdt-flip-box-effect-flip.bdt-flip-box-direction-up .bdt-flip-box.bdt-active .bdt-flip-box-front {
    transform: rotateX(180deg) rotateY(0)
}

.bdt-flip-box-effect-flip.bdt-flip-box-direction-down .bdt-flip-box-back {
    transform: rotateX(180deg) rotateY(0)
}

.bdt-flip-box-effect-flip.bdt-flip-box-direction-down .bdt-flip-box.bdt-active .bdt-flip-box-front {
    transform: rotateX(-180deg) rotateY(0)
}

.bdt-flip-box-effect-push .bdt-flip-box-front {
    transform: none
}

.bdt-flip-box-effect-push .bdt-flip-box {
    overflow: hidden
}

    .bdt-flip-box-effect-push .bdt-flip-box.bdt-active .bdt-flip-box-back {
        transform: none
    }

.bdt-flip-box-effect-push.bdt-flip-box-direction-right .bdt-flip-box.bdt-active .bdt-flip-box-front {
    transform: translateX(-100%) translateY(0)
}

.bdt-flip-box-effect-push.bdt-flip-box-direction-right .bdt-flip-box-back {
    transform: translateX(100%) translateY(0)
}

.bdt-flip-box-effect-push.bdt-flip-box-direction-left .bdt-flip-box.bdt-active .bdt-flip-box-front {
    transform: translateX(100%) translateY(0)
}

.bdt-flip-box-effect-push.bdt-flip-box-direction-left .bdt-flip-box-back {
    transform: translateX(-100%) translateY(0)
}

.bdt-flip-box-effect-push.bdt-flip-box-direction-up .bdt-flip-box.bdt-active .bdt-flip-box-front {
    transform: translateX(0) translateY(-100%)
}

.bdt-flip-box-effect-push.bdt-flip-box-direction-up .bdt-flip-box-back {
    transform: translateX(0) translateY(100%)
}

.bdt-flip-box-effect-push.bdt-flip-box-direction-down .bdt-flip-box.bdt-active .bdt-flip-box-front {
    transform: translateX(0) translateY(100%)
}

.bdt-flip-box-effect-push.bdt-flip-box-direction-down .bdt-flip-box-back {
    transform: translateX(0) translateY(-100%)
}

.bdt-flip-box-effect-slide .bdt-flip-box {
    overflow: hidden
}

    .bdt-flip-box-effect-slide .bdt-flip-box.bdt-active .bdt-flip-box-back {
        transform: none
    }

.bdt-flip-box-effect-slide.bdt-flip-box-direction-right .bdt-flip-box-back {
    transform: translateX(100%) translateY(0)
}

.bdt-flip-box-effect-slide.bdt-flip-box-direction-left .bdt-flip-box-back {
    transform: translateX(-100%) translateY(0)
}

.bdt-flip-box-effect-slide.bdt-flip-box-direction-up .bdt-flip-box-back {
    transform: translateX(0) translateY(100%)
}

.bdt-flip-box-effect-slide.bdt-flip-box-direction-down .bdt-flip-box-back {
    transform: translateX(0) translateY(-100%)
}

.bdt-flip-box-effect-zoom-out .bdt-flip-box .bdt-flip-box-front {
    transition: transform .7s,opacity .35s,width .1ms;
    opacity: 1;
    transform: scale(1);
    z-index: 1;
    width: 100%
}

.bdt-flip-box-effect-zoom-out .bdt-flip-box.bdt-active .bdt-flip-box-front {
    width: 0;
    opacity: 0;
    transform: scale(.7);
    transition: transform .8s,opacity .7s .1s,width .1ms .7s
}

.bdt-flip-box-effect-zoom-in .bdt-flip-box .bdt-flip-box-back {
    transition: transform .7s,opacity .5s .2s;
    opacity: 0;
    transform: scale(.7)
}

.bdt-flip-box-effect-zoom-in .bdt-flip-box.bdt-active .bdt-flip-box-back {
    transition: transform .7s,opacity .5s;
    opacity: 1;
    transform: scale(1)
}

.bdt-flip-box-effect-fade .bdt-flip-box .bdt-flip-box-back {
    opacity: 0
}

.bdt-flip-box-effect-fade .bdt-flip-box.bdt-active .bdt-flip-box-back {
    opacity: 1
}

.elementor-widget-bdt-flip-box.bdt-flip-box-flipped .bdt-flip-box-front {
    display: none
}

.elementor-widget-bdt-flip-box.bdt-flip-box-flipped .bdt-flip-box-back {
    transform: none;
    opacity: 1
}

@media (max-device-width:1024px) {
    .bdt-flip-box {
        cursor: pointer
    }
}

.bdt-flip-box-effect-slide-overflow.bdt-flip-box-direction-up .bdt-flip-box .bdt-flip-box-front {
    z-index: 1
}

.bdt-flip-box-effect-slide-overflow.bdt-flip-box-direction-up .bdt-flip-box.bdt-active .bdt-flip-box-front {
    transform: translateX(0) translateY(-50%)
}

.bdt-flip-box-effect-slide-overflow.bdt-flip-box-direction-up .bdt-flip-box.bdt-active .bdt-flip-box-back {
    transform: translateX(0) translateY(50%)
}

.bdt-flip-box-effect-slide-overflow.bdt-flip-box-direction-down .bdt-flip-box .bdt-flip-box-front {
    z-index: 1
}

.bdt-flip-box-effect-slide-overflow.bdt-flip-box-direction-down .bdt-flip-box.bdt-active .bdt-flip-box-front {
    transform: translateX(0) translateY(50%)
}

.bdt-flip-box-effect-slide-overflow.bdt-flip-box-direction-down .bdt-flip-box.bdt-active .bdt-flip-box-back {
    transform: translateX(0) translateY(-50%)
}

.bdt-floating-knowledgebase {
    color: #0e1318
}

    .bdt-floating-knowledgebase .html-content__title {
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 22px;
        color: #0e1318
    }

    .bdt-floating-knowledgebase .floating-help-center__btn .btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .bdt-floating-knowledgebase .bdt-icon-wrapper {
        position: absolute;
        display: inline-flex;
        font-size: 24px;
        color: #fff
    }

        .bdt-floating-knowledgebase .bdt-icon-wrapper i, .bdt-floating-knowledgebase .bdt-icon-wrapper svg {
            width: 1.25em;
            height: 1.25em;
            display: inline-flex;
            align-items: center;
            justify-content: center
        }

        .bdt-floating-knowledgebase .bdt-icon-wrapper i {
            font-style: normal
        }

.floating-help-center abbr, .floating-help-center address, .floating-help-center article, .floating-help-center aside, .floating-help-center b, .floating-help-center blockquote, .floating-help-center canvas, .floating-help-center caption, .floating-help-center cite, .floating-help-center code, .floating-help-center dd, .floating-help-center del, .floating-help-center details, .floating-help-center dfn, .floating-help-center div, .floating-help-center dl, .floating-help-center dt, .floating-help-center em, .floating-help-center fieldset, .floating-help-center figcaption, .floating-help-center figure, .floating-help-center footer, .floating-help-center form, .floating-help-center h1, .floating-help-center h2, .floating-help-center h3, .floating-help-center h4, .floating-help-center h5, .floating-help-center h6, .floating-help-center header, .floating-help-center hgroup, .floating-help-center i, .floating-help-center iframe, .floating-help-center img, .floating-help-center ins, .floating-help-center kbd, .floating-help-center label, .floating-help-center legend, .floating-help-center li, .floating-help-center mark, .floating-help-center menu, .floating-help-center nav, .floating-help-center ol, .floating-help-center p, .floating-help-center pre, .floating-help-center q, .floating-help-center samp, .floating-help-center section, .floating-help-center small, .floating-help-center span, .floating-help-center strong, .floating-help-center sub, .floating-help-center summary, .floating-help-center sup, .floating-help-center table, .floating-help-center tbody, .floating-help-center td, .floating-help-center tfoot, .floating-help-center th, .floating-help-center thead, .floating-help-center time, .floating-help-center tr, .floating-help-center ul, .floating-help-center var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}

.floating-help-center article, .floating-help-center aside, .floating-help-center details, .floating-help-center figcaption, .floating-help-center figure, .floating-help-center footer, .floating-help-center header, .floating-help-center hgroup, .floating-help-center main, .floating-help-center nav, .floating-help-center section, .floating-help-center summary {
    display: block
}

.floating-help-center [hidden] {
    display: none
}

.floating-help-center a:focus {
    outline: thin dotted
}

.floating-help-center a:active, .floating-help-center a:focus, .floating-help-center a:hover {
    outline: 0
}

.floating-help-center abbr[title] {
    border-bottom: 1px dotted
}

.floating-help-center b, .floating-help-center strong {
    font-weight: 700
}

.floating-help-center dfn, .floating-help-center em, .floating-help-center i {
    font-style: italic
}

.floating-help-center li {
    list-style: none
}

.floating-help-center hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

.floating-help-center code, .floating-help-center kbd, .floating-help-center pre, .floating-help-center samp {
    font-family: monospace,serif
}

.floating-help-center pre {
    white-space: pre-wrap
}

.floating-help-center q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

.floating-help-center small {
    font-size: 80%
}

.floating-help-center sub, .floating-help-center sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

.floating-help-center sup {
    top: -8px
}

.floating-help-center sub {
    bottom: -4px
}

.floating-help-center img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

.floating-help-center svg:not(:root) {
    overflow: hidden
}

.floating-help-center figure {
    margin: 0
}

.floating-help-center fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 5px 10px 12px
}

.floating-help-center legend {
    border: 0;
    padding: 0
}

.floating-help-center button, .floating-help-center input, .floating-help-center select, .floating-help-center textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

.floating-help-center button, .floating-help-centerinput {
    line-height: normal;
    outline: 0;
    border: none
}

.floating-help-center button, .floating-help-center select {
    text-transform: none
}

.floating-help-center button, .floating-help-center html input[type="button"], .floating-help-center input[type="reset"], .floating-help-center input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    .floating-help-center button[disabled], .floating-help-center html input[disabled] {
        cursor: default
    }

.floating-help-center input[type="checkbox"], .floating-help-center input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.floating-help-center input[type="search"]::-webkit-search-cancel-button, .floating-help-center input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

.floating-help-center button::-moz-focus-inner, .floating-help-center input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.floating-help-center textarea {
    overflow: auto;
    vertical-align: top
}

.floating-help-center table {
    border-collapse: collapse;
    border-spacing: 0
}

.floating-help-center td {
    vertical-align: top
}

.floating-help-center__btn, .floating-help-center__btn *, .floating-help-center__btn :before, .floating-help-center__btn :after, .floating-help-center__popup, .floating-help-center__popup *, .floating-help-center__popup :before, .floating-help-center__popup :after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialised;
    position: relative;
    backface-visibility: hidden !important;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: #fff0
}

#floatingHelpCenter.floating-help-center {
    color: #0e1318
}

.floating-help-center__btn {
    position: fixed;
    left: 30px;
    bottom: 30px;
    cursor: pointer
}

    .floating-help-center__btn .btn {
        padding: 30px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-shadow: 0 6px 8px 2px rgb(0 0 0 / .14);
        -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / .14);
        -moz-box-shadow: 0 6px 8px 2px rgb(0 0 0 / .14)
    }

    .floating-help-center__btn span.bdt-icon-wrapper.bdt-normal-icon {
        -o-transition: .4s ease all;
        transition: .4s ease all;
        -webkit-transition: .4s ease all;
        -moz-transition: .4s ease all
    }

    .floating-help-center__btn span.bdt-icon-wrapper.bdt-close-icon {
        -o-transition: .4s ease all;
        transition: .4s ease all;
        -webkit-transition: .4s ease all;
        -moz-transition: .4s ease all;
        -ms-transform: scale(0) rotate(360deg);
        transform: scale(0) rotate(360deg);
        -webkit-transform: scale(0) rotate(360deg);
        -moz-transform: scale(0) rotate(360deg)
    }

    .floating-help-center__btn .helper-txt {
        display: none;
        position: absolute;
        width: 160px;
        left: 100%;
        color: #fff;
        background: #0bb3e5;
        font-size: 12px;
        top: 50%;
        transform: translateY(-50%);
        padding: 7px 12px 7px 0;
        margin-left: 12px;
        letter-spacing: -.03em;
        border-radius: 4px;
        transition: .4s ease all
    }

.floating-help-center--btn-position-right .helper-txt::before {
    right: 97%
}

.floating-help-center--btn-position-left .helper-txt::after {
    left: 97%
}

.floating-help-center--btn-position-right .helper-txt::before, .floating-help-center--btn-position-left .helper-txt::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    background: #0bb3e5;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg)
}

.floating-help-center__btn .helper-txt strong {
    font-weight: 600
}

.floating-help-center__btn .floating-help__icon {
    max-width: 34px;
    width: 100%
}

.floating-help-center__btn.floating-help-center__popup--active span.bdt-icon-wrapper.bdt-normal-icon {
    opacity: 0;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg)
}

.floating-help-center__btn.floating-help-center__popup--active span.bdt-icon-wrapper.bdt-close-icon {
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg)
}

.floating-help-center__btn.floating-help-center__popup--active .helper-txt {
    -ms-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    opacity: 0;
    visibility: hidden
}

.floating-help-center__popup {
    width: 375px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: fixed;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / .16) 0 5px 40px;
    background: #f3f4f6;
    left: 25px;
    bottom: 100px;
    opacity: 0;
    visibility: hidden;
    transform: translate(0,50px);
    transition: .4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 50px)
}

    .floating-help-center__popup.floating-help-center__popup--active {
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        max-height: auto;
        display: flex;
        flex-direction: column;
        max-height: calc(100% - 229px)
    }

    .floating-help-center__popup .searchbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        background-color: #fff;
        margin: -30px 15px 0 15px;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        border-bottom: 1px solid #e8e9ec;
        padding-right: 20px;
        padding-left: 20px
    }

        .floating-help-center__popup .searchbox .searchbox__input {
            -webkit-box-shadow: none;
            box-shadow: none;
            background-color: #fff0;
            border-color: #fff0;
            outline: none;
            width: 100%;
            min-height: 60px;
            font-size: 14px;
            color: #000;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-smooth: always;
            max-width: 220px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: 500;
            padding: 6px
        }

        .floating-help-center__popup .searchbox .searchbox__search-icon svg {
            cursor: pointer;
            width: 25px;
            height: 25px;
            color: #000;
            display: block
        }

.searchbox__input::placeholder {
    color: #000
}

.floating-help-center__popup .searchbox .searchbox__cross-icon svg {
    margin-left: 20px;
    cursor: pointer;
    width: 24px;
    display: block;
    color: rgb(255 255 255 / .942)
}

.floating-help-center__popup .help-list {
    padding-right: 0
}

.floating-help-center__popup .help-list {
    height: auto;
    max-height: 310px;
    overflow-y: auto;
    flex: 1;
    margin: 0 15px 15px 15px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

    .floating-help-center__popup .help-list .help-list__item {
        padding: 10px 25px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff
    }

    .floating-help-center__popup .help-list .help-list__item-txt {
        font-size: 13px;
        font-weight: 600;
        line-height: 21px;
        max-height: 42px;
        width: 100%;
        max-width: calc(100% - 30px);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #4c5058
    }

    .floating-help-center__popup .help-list .help-list__item-arrow {
        margin-right: auto
    }

    .floating-help-center__popup .help-list .help-list__item:hover {
        background-color: rgb(64 87 109 / .07)
    }

.floating-help-center__popup .html-content {
    margin: 0 15px;
    height: auto;
    overflow-y: auto;
    color: #65686c;
    font-size: 14px;
    background-color: #fff;
    padding: 35px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.floating-help-center__popup .external {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 25px 25px 25px
}

.floating-help-center__popup .no-result {
    padding: 20px;
    text-align: center
}

.floating-help-center__popup .external .external__link {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 6px;
    transition: all .3s ease,color .3s ease
}

.floating-help-center__popup .external .external__arrow {
    width: 16px;
    height: 16px
}

.floating-help-center--btn-position-left .floating-help-center__btn {
    left: auto;
    right: 30px
}

.floating-help-center--btn-position-left .floating-help-center__popup {
    left: auto;
    right: 25px
}

.floating-help-center--btn-position-left .floating-help-center__btn .helper-txt {
    right: 100%;
    left: auto;
    margin-right: 12px;
    margin-left: 0
}

.bdt-helper-text-yes .floating-help-center__btn .helper-txt {
    display: block
}

.floating-help-center__popup.bdt-content-expand {
    width: calc(100% - 10%);
    height: calc(100% - 15%);
    transition: all .3s ease-in-out
}

.floating-help-center__popup.bdt-content-expand, .floating-help-center__popup.bdt-content-open {
    background-color: #fff
}

.floating-help-center__popup .bdt-header {
    padding: 30px 30px 60px 30px
}

.floating-help-center__popup .bdt-header-logo img {
    width: 60px;
    height: 60px;
    object-fit: cover
}

.floating-help-center__popup .bdt-header-logo {
    margin: 0 0 10px
}

.floating-help-center__popup .bdt-header-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 5px
}

.floating-help-center__popup .bdt-header-description {
    color: #e4e4e6;
    font-size: 16px
}

.floating-help-center__popup .bdt-resizer-icon {
    display: none
}

.floating-help-center__popup.bdt-content-expand .bdt-resizer-icon, .floating-help-center__popup.bdt-content-open .bdt-resizer-icon {
    display: block
}

.floating-help-center__popup.bdt-content-expand .bdt-header, .floating-help-center__popup.bdt-content-expand .external, .floating-help-center__popup.bdt-content-expand #listItemsContainer, .floating-help-center__popup.bdt-content-open .bdt-header, .floating-help-center__popup.bdt-content-open .external, .floating-help-center__popup.bdt-content-open #listItemsContainer {
    display: none
}

.floating-help-center__popup.bdt-content-expand .searchbox, .floating-help-center__popup.bdt-content-expand .html-content, .floating-help-center__popup.bdt-content-open .searchbox, .floating-help-center__popup.bdt-content-open .html-content {
    margin: 0
}

.floating-help-center__popup.bdt-content-expand .html-content, .floating-help-center__popup.bdt-content-open .html-content {
    background-color: #fff0
}

.bdt-resizer-icon svg {
    width: 24px;
    height: 24px;
    display: block;
    color: #313234;
    transform: rotate(-90deg) scale(.7);
    cursor: pointer
}

.floating-help-center__popup.bdt-content-open .bdt-resizer-icon .bdt-close, .floating-help-center__popup.bdt-content-expand .bdt-resizer-icon .bdt-expand {
    display: none
}

.floating-help-center__popup.bdt-content-expand .bdt-resizer-icon .bdt-close {
    display: block
}

.floating-help-center__popup.bdt-content-expand .searchbox, .floating-help-center__popup.bdt-content-open .searchbox {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width:600px) {
    .floating-help-center__btn {
        left: 16px;
        bottom: 16px
    }

        .floating-help-center__btn .helper-txt {
            display: none
        }
}

@media (min-width:768px) {
    .floating-help-center__popup.bdt-content-expand {
        width: calc(100% - 36%)
    }
}

@media (min-width:1024px) {
    .floating-help-center__popup.bdt-content-expand {
        width: calc(100% - 50%)
    }
}

@media (min-width:1440px) {
    .floating-help-center__popup.bdt-content-expand {
        width: calc(100% - 65%)
    }
}

.html-content::-webkit-scrollbar, .help-list::-webkit-scrollbar {
    width: 3px;
    border-radius: 6px
}

.html-content::-webkit-scrollbar-track, .help-list::-webkit-scrollbar-track {
    background: #f1f1f1c2
}

.html-content::-webkit-scrollbar-thumb, .help-list::-webkit-scrollbar-thumb {
    background: #e8e8e8
}

.html-content {
    background: linear-gradient(white 30%,#fff0),linear-gradient(#fff0,white 70%) 100% 100%,radial-gradient(50% 0,farthest-side,rgb(0 0 0 / .2),#fff0),radial-gradient(50% 100%,farthest-side,rgb(0 0 0 / .2),#fff0) 100% 100%;
    background: linear-gradient(white 30%,#fff0),linear-gradient(#fff0,white 70%) 100% 100%,radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / .2),#fff0),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / .347),#fff0) 100% 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100% 40px,100% 40px,100% 20px,100% 20px;
    background-attachment: local,local,scroll,scroll
}

.bdt-ep-featured-box-image img {
    width: 100%
}

.bdt-ep-featured-box-content {
    transition: all .3s ease;
    z-index: 1
}

.bdt-ep-featured-box-title {
    font-size: 18px;
    font-weight: 600;
    color: #0d0925;
    padding-bottom: 6px;
    margin: 0;
    transition: all .3s ease
}

.bdt-ep-featured-box-sub-title {
    font-size: 15px;
    color: #8a8da0;
    padding-bottom: 5px
}

.bdt-ep-featured-box-text {
    font-size: 13px;
    color: #4e4a67;
    transition: all .3s ease
}

    .bdt-ep-featured-box-text p {
        margin: 0
    }

.bdt-ep-featured-box-button {
    display: inline-block;
    padding-top: 10px
}

.bdt-ep-featured-box-readmore {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #8a8da0;
    padding: 4px 10px;
    border-radius: 3px;
    transition: all .3s ease
}

    .bdt-ep-featured-box-readmore svg {
        width: 1em;
        height: 1em;
        fill: #fff;
        transition: all .3s ease
    }

    .bdt-ep-featured-box-readmore:hover {
        background: #E91E63
    }

.bdt-ep-featured-box-badge {
    -webkit-transform: translate(var(--ep-badge-h-offset,0),var(--ep-badge-v-offset,0)) rotate(var(--ep-badge-rotate,0));
    transform: translate(var(--ep-badge-h-offset,0),var(--ep-badge-v-offset,0)) rotate(var(--ep-badge-rotate,0))
}

    .bdt-ep-featured-box-badge .bdt-badge {
        border-radius: 3px
    }

.bdt-ep-featured-box-default {
    position: relative
}

    .bdt-ep-featured-box-default .bdt-ep-featured-box-image {
        position: relative;
        padding: 80px 0 80px 0
    }

    .bdt-ep-featured-box-default .bdt-ep-featured-box-content {
        padding: 15px;
        max-width: 270px;
        min-width: 270px;
        background: #fff;
        box-shadow: 0 10px 30px -10px rgb(151 163 184 / .5)
    }

.elementor-widget-bdt-featured-box.bdt-title-link-yes .bdt-ep-featured-box-title:hover {
    cursor: pointer
}

@media (min-width:768px) {
    .bdt-ep-featured-box .bdt-ep-featured-box-content .bdt-ep-featured-box-title {
        font-size: 24px;
        padding-bottom: 12px
    }

    .bdt-ep-featured-box .bdt-ep-featured-box-content .bdt-ep-featured-box-sub-title {
        font-size: 16px;
        padding-bottom: 6px
    }

    .bdt-ep-featured-box .bdt-ep-featured-box-content .bdt-ep-featured-box-text {
        font-size: 15px
    }

    .bdt-ep-featured-box .bdt-ep-featured-box-content .bdt-ep-featured-box-button {
        padding-top: 15px
    }

        .bdt-ep-featured-box .bdt-ep-featured-box-content .bdt-ep-featured-box-button .bdt-ep-featured-box-readmore {
            font-size: 13px;
            padding: 6px 12px
        }

    .bdt-ep-featured-box.bdt-ep-featured-box-default .bdt-ep-featured-box-image {
        padding: 60px
    }

    .bdt-ep-featured-box.bdt-ep-featured-box-default .bdt-ep-featured-box-content {
        padding: 25px;
        max-width: 380px
    }

    .bdt-ep-featured-box.bdt-ep-featured-box-skin-split .bdt-ep-featured-box-content {
        max-width: 560px
    }
}

@media (max-width:767px) {
    .bdt-ep-featured-box.bdt-ep-featured-box-default .bdt-ep-featured-box-content.bdt-position-center-left, .bdt-ep-featured-box.bdt-ep-featured-box-default .bdt-ep-featured-box-content.bdt-position-center-right {
        right: 50%;
        top: 50%;
        transform: translate(50%,-50%)
    }

    .bdt-ep-featured-box.bdt-ep-featured-box-default .bdt-ep-featured-box-content.bdt-position-top-left, .bdt-ep-featured-box.bdt-ep-featured-box-default .bdt-ep-featured-box-content.bdt-position-top-right, .bdt-ep-featured-box.bdt-ep-featured-box-default .bdt-ep-featured-box-content.bdt-position-bottom-left, .bdt-ep-featured-box.bdt-ep-featured-box-default .bdt-ep-featured-box-content.bdt-position-bottom-right {
        right: 50%;
        transform: translateX(50%)
    }

    .bdt-ep-featured-box.bdt-ep-featured-box-skin-split .bdt-ep-featured-box-content {
        position: relative !important;
        padding-bottom: 20px
    }

    .bdt-column-reverse--yes .bdt-ep-featured-box-skin-split .bdt-grid {
        flex-direction: column-reverse
    }

    .bdt-column-reverse--yes .bdt-ep-featured-box-skin-split .bdt-ep-featured-box-content {
        transform: translate(0)
    }
}

@media (min-width:1024px) {
    .bdt-ep-featured-box .bdt-ep-featured-box-content .bdt-ep-featured-box-title {
        font-size: 27px;
        padding-bottom: 15px
    }

    .bdt-ep-featured-box .bdt-ep-featured-box-content .bdt-ep-featured-box-text {
        font-size: 16px
    }

    .bdt-ep-featured-box .bdt-ep-featured-box-content .bdt-ep-featured-box-button {
        padding-top: 20px
    }

        .bdt-ep-featured-box .bdt-ep-featured-box-content .bdt-ep-featured-box-button .bdt-ep-featured-box-readmore {
            font-size: 14px;
            padding: 8px 16px
        }

    .bdt-ep-featured-box.bdt-ep-featured-box-default .bdt-ep-featured-box-image {
        padding: 100px
    }

    .bdt-ep-featured-box.bdt-ep-featured-box-default .bdt-ep-featured-box-content {
        padding: 40px;
        max-width: 460px
    }

    .bdt-ep-featured-box.bdt-ep-featured-box-skin-split .bdt-ep-featured-box-content {
        max-width: 800px
    }
}

.bdt-google-reviews.bdt-google-reviews-slider .bdt-slider-items li.bdt-active .bdt-google-reviews-rating, .bdt-google-reviews.bdt-google-reviews-slider .bdt-slider-items li.bdt-active .bdt-google-reviews-name, .bdt-google-reviews.bdt-google-reviews-slider .bdt-slider-items li.bdt-active .bdt-google-reviews-date {
    opacity: 1;
    transform: translateX(0)
}

.bdt-google-reviews.bdt-google-reviews-slider .bdt-slider-items li.bdt-active .bdt-google-reviews-name {
    transition-delay: .3s
}

.bdt-google-reviews.bdt-google-reviews-slider .bdt-slider-items li.bdt-active .bdt-google-reviews-date {
    transition-delay: .4s
}

.bdt-google-reviews.bdt-google-reviews-slider .bdt-slider-items li.bdt-active .bdt-google-reviews-rating {
    transition-delay: .5s
}

.bdt-google-reviews.bdt-google-reviews-slider .bdt-google-reviews-item {
    display: flex;
    gap: 20px;
    padding: 40px;
    position: relative;
    border-radius: 6px;
    transition: all .3s ease;
    border: 1px solid #ddd
}

    .bdt-google-reviews.bdt-google-reviews-slider .bdt-google-reviews-item:hover {
        box-shadow: 0 6px 20px -10px rgb(151 163 184 / .5)
    }

    .bdt-google-reviews.bdt-google-reviews-slider .bdt-google-reviews-item .bdt-google-reviews-img img {
        position: relative;
        height: 100px;
        width: 100px;
        min-width: 100px
    }

    .bdt-google-reviews.bdt-google-reviews-slider .bdt-google-reviews-item .bdt-google-reviews-rating, .bdt-google-reviews.bdt-google-reviews-slider .bdt-google-reviews-item .bdt-google-reviews-name, .bdt-google-reviews.bdt-google-reviews-slider .bdt-google-reviews-item .bdt-google-reviews-date {
        opacity: 0;
        transform: translateX(-100px);
        transition: all .7s cubic-bezier(.21,.44,.25,.93)
    }

    .bdt-google-reviews.bdt-google-reviews-slider .bdt-google-reviews-item .bdt-google-reviews-date {
        font-size: 14px;
        color: #97a3b8
    }

    .bdt-google-reviews.bdt-google-reviews-slider .bdt-google-reviews-item .bdt-google-reviews-name a {
        font-size: 20px;
        color: #323232;
        font-weight: 600;
        text-transform: capitalize
    }

    .bdt-google-reviews.bdt-google-reviews-slider .bdt-google-reviews-item .bdt-google-reviews-rating {
        display: inline-block;
        padding-top: 6px
    }

    .bdt-google-reviews.bdt-google-reviews-slider .bdt-google-reviews-item .bdt-google-reviews-desc {
        font-size: 18px;
        color: #97a3b8;
        font-weight: 300
    }

.bdt-google-reviews.bdt-google-reviews-slider .bdt-slider-nav {
    align-items: center
}

    .bdt-google-reviews.bdt-google-reviews-slider .bdt-slider-nav li a {
        height: 8px;
        width: 8px;
        border-radius: 30px;
        transition: all .3s ease
    }

    .bdt-google-reviews.bdt-google-reviews-slider .bdt-slider-nav li.bdt-active a {
        width: 30px
    }

.bdt-google-reviews .bdt-google-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    margin: 20px
}

    .bdt-google-reviews .bdt-google-icon svg {
        width: 1.3em;
        height: 1.3em
    }

.bdt-google-reviews .bdt-thumb-info {
    gap: 20px
}

.bdt-google-reviews.bdt-thumb-direction-left .bdt-google-reviews-item {
    text-align: right
}

.bdt-google-reviews.bdt-thumb-direction-right .bdt-google-reviews-item {
    text-align: left
}

.bdt-google-reviews.bdt-thumb-direction-right .bdt-thumb-info {
    flex-direction: row-reverse
}

.bdt-google-reviews.bdt-thumb-direction-top .bdt-google-reviews-item {
    text-align: center
}

.bdt-google-reviews.bdt-thumb-direction-top .bdt-thumb-info {
    flex-direction: column
}

.bdt-google-reviews.bdt-thumb-direction-bottom .bdt-thumb-info {
    flex-direction: column-reverse
}

.bdt-google-reviews.bdt-thumb-direction-bottom .bdt-google-reviews-item {
    text-align: center
}

.bdt-google-reviews {
    display: flex;
    gap: 50px
}

    .bdt-google-reviews .bdt-img-rating-wrap {
        gap: 10px;
        margin-bottom: 10px
    }

    .bdt-google-reviews .bdt-place-info {
        width: 100%;
        min-width: 25%
    }

    .bdt-google-reviews .bdt-place-img {
        display: flex;
        height: 70px;
        width: 70px;
        border-radius: 100px;
        overflow: hidden
    }

        .bdt-google-reviews .bdt-place-img img {
            height: 100%;
            width: 100%;
            object-fit: cover
        }

    .bdt-google-reviews .bdt-reviews-wrap {
        position: relative;
        min-width: 70%;
        width: 100%
    }

    .bdt-google-reviews .bdt-place-name {
        margin-bottom: 3px
    }

        .bdt-google-reviews .bdt-place-name a {
            font-size: 18px;
            color: #323232;
            font-weight: 600;
            text-transform: capitalize
        }

    .bdt-google-reviews .bdt-place-rating {
        line-height: 1;
        font-size: 16px;
        display: inline-flex;
        font-weight: 600;
        gap: 5px;
        align-items: center
    }

    .bdt-google-reviews span.epsc-rating {
        display: inline-flex;
        gap: 2px
    }

    .bdt-google-reviews span.ep-rating-text {
        background: #1e87f0;
        color: #fff;
        padding: 4px 6px;
        border-radius: 3px;
        font-size: 14px
    }

    .bdt-google-reviews .bdt-google-powered, .bdt-google-reviews .bdt-place-ratings-total {
        font-size: 16px;
        text-transform: capitalize;
        color: #515151;
        margin-bottom: 8px;
        line-height: 1
    }

    .bdt-google-reviews .bdt-google-powered {
        gap: 3px
    }

    .bdt-google-reviews .bdt-google-wr svg {
        width: 1em;
        height: 1em
    }

    .bdt-google-reviews .bdt-google-wr a {
        display: inline-flex;
        align-items: center;
        gap: 3px;
        background: #1e87f0;
        padding: 4px 8px;
        border-radius: 3px;
        font-size: 13px;
        text-transform: capitalize;
        color: #fff;
        font-weight: 600
    }

.bdt-helpdesk {
    z-index: 99;
    position: relative
}

    .bdt-helpdesk .bdt-helpdesk-icons {
        filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1"><defs><filter id="bdt-helpdesk-icon-wrapper"><feGaussianBlur in="SourceGraphic" result="blur" stdDeviation="10" /><feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 18 -7" result="goo" /><feGaussianBlur in="goo" stdDeviation="3" result="shadow" /><feColorMatrix in="shadow" mode="matrix" values="0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0 -0.2" result="shadow" /><feOffset in="shadow" dx="1" dy="1" result="shadow" /><feComposite in2="shadow" in="goo" result="goo" /><feComposite in2="goo" in="SourceGraphic" result="mix" /></filter><filter id="goo"><feGaussianBlur in="SourceGraphic" result="blur" stdDeviation="10" /><feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 18 -7" result="goo" /><feComposite in2="goo" in="SourceGraphic" result="mix" /></filter></defs></svg>#bdt-helpdesk-icon-wrapper')
    }

    .bdt-helpdesk .hamburger {
        width: 40%;
        height: 3px;
        background: #fff;
        display: block;
        position: absolute;
        top: 50%;
        right: 50%;
        transition: transform 200ms;
        transform: translateX(50%)
    }

    .bdt-helpdesk .bdt-helpdesk-icons-item, .bdt-helpdesk .bdt-helpdesk-icons-open-button {
        background: #14ABF4;
        border-radius: 100%;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: -25px;
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
        color: #fff;
        text-align: center;
        transform: translate3d(0,0,0);
        transition: all ease-out 200ms
    }

    .bdt-helpdesk .bdt-helpdesk-icons-open {
        display: none
    }

    .bdt-helpdesk .bdt-helpdesk-icons {
        position: fixed;
        bottom: 30px;
        height: 480px;
        width: 70px;
        box-sizing: border-box;
        font-size: 20px;
        text-align: center;
        pointer-events: none
    }

        .bdt-helpdesk .bdt-helpdesk-icons svg {
            width: 1.2em;
            fill: #fff
        }

    .bdt-helpdesk span.helpdesk-intro-text {
        position: absolute;
        left: 100%;
        background: #fff;
        box-shadow: 0 3px 13px 0 rgb(0 0 0 / .09);
        width: 234px;
        color: #333;
        font-size: 14px;
        line-height: normal;
        padding: 15px 30px;
        text-align: right;
        border-radius: 80px;
        margin-left: 10px;
        bottom: 6px
    }

    .bdt-helpdesk .bdt-helpdesk-icons-item svg {
        width: 1em;
        fill: #fff
    }

    .bdt-helpdesk .bdt-helpdesk-icons-item:hover {
        background: #fff;
        color: #14ABF4;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / .15)
    }

        .bdt-helpdesk .bdt-helpdesk-icons-item:hover svg {
            fill: #14ABF4
        }

    .bdt-helpdesk .bdt-helpdesk-icons-item:nth-child(3), .bdt-helpdesk .bdt-helpdesk-icons-item:nth-child(4), .bdt-helpdesk .bdt-helpdesk-icons-item:nth-child(5), .bdt-helpdesk .bdt-helpdesk-icons-item:nth-child(6), .bdt-helpdesk .bdt-helpdesk-icons-item:nth-child(7), .bdt-helpdesk .bdt-helpdesk-icons-item:nth-child(8), .bdt-helpdesk .bdt-helpdesk-icons-item:nth-child(9) {
        transition-duration: 180ms
    }

    .bdt-helpdesk .bdt-helpdesk-icons-open-button {
        z-index: 2;
        transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
        transition-duration: 400ms;
        cursor: pointer
    }

        .bdt-helpdesk .bdt-helpdesk-icons-open-button:hover {
            transform: scale(1.1,1.1) translate3d(0,0,0)
        }

    .bdt-helpdesk .bdt-helpdesk-icons-open:checked + .bdt-helpdesk-icons-open-button {
        transition-timing-function: linear;
        transition-duration: 200ms
    }

        .bdt-helpdesk .bdt-helpdesk-icons-open:checked + .bdt-helpdesk-icons-open-button .fa.fa-support {
            animation: helpdeskrotate 3s cubic-bezier(.3,.4,.3,.95) 0s infinite normal
        }

    .bdt-helpdesk .bdt-helpdesk-icons-open:checked ~ .bdt-helpdesk-icons-item {
        transition-timing-function: cubic-bezier(.43,1.04,.53,.95)
    }

        .bdt-helpdesk .bdt-helpdesk-icons-open:checked ~ .bdt-helpdesk-icons-item:nth-child(3) {
            transition-duration: 220ms;
            transform: translate3d(0,-60px,0)
        }

        .bdt-helpdesk .bdt-helpdesk-icons-open:checked ~ .bdt-helpdesk-icons-item:nth-child(4) {
            transition-duration: 320ms;
            transform: translate3d(0,-120px,0)
        }

        .bdt-helpdesk .bdt-helpdesk-icons-open:checked ~ .bdt-helpdesk-icons-item:nth-child(5) {
            transition-duration: 420ms;
            transform: translate3d(0,-180px,0)
        }

        .bdt-helpdesk .bdt-helpdesk-icons-open:checked ~ .bdt-helpdesk-icons-item:nth-child(6) {
            transition-duration: 520ms;
            transform: translate3d(0,-240px,0)
        }

        .bdt-helpdesk .bdt-helpdesk-icons-open:checked ~ .bdt-helpdesk-icons-item:nth-child(7) {
            transition-duration: 620ms;
            transform: translate3d(0,-300px,0)
        }

        .bdt-helpdesk .bdt-helpdesk-icons-open:checked ~ .bdt-helpdesk-icons-item:nth-child(8) {
            transition-duration: 720ms;
            transform: translate3d(0,-360px,0)
        }

        .bdt-helpdesk .bdt-helpdesk-icons-open:checked ~ .bdt-helpdesk-icons-item:nth-child(9) {
            transition-duration: 820ms;
            transform: translate3d(0,-420px,0)
        }

    .bdt-helpdesk .bdt-helpdesk-icons * {
        pointer-events: all
    }

@media (min-width:960px) {
    .bdt-helpdesk .bdt-helpdesk-icons-item, .bdt-helpdesk .bdt-helpdesk-icons-open-button {
        width: 60px;
        height: 60px;
        line-height: 60px
    }

    .bdt-helpdesk .bdt-helpdesk-icons-open:checked ~ .bdt-helpdesk-icons-item:nth-child(3) {
        transition-duration: 190ms;
        transform: translate3d(0,-70px,0)
    }

    .bdt-helpdesk .bdt-helpdesk-icons-open:checked ~ .bdt-helpdesk-icons-item:nth-child(4) {
        transition-duration: 290ms;
        transform: translate3d(0,-140px,0)
    }

    .bdt-helpdesk .bdt-helpdesk-icons-open:checked ~ .bdt-helpdesk-icons-item:nth-child(5) {
        transition-duration: 390ms;
        transform: translate3d(0,-210px,0)
    }

    .bdt-helpdesk .bdt-helpdesk-icons-open:checked ~ .bdt-helpdesk-icons-item:nth-child(6) {
        transition-duration: 490ms;
        transform: translate3d(0,-280px,0)
    }

    .bdt-helpdesk .bdt-helpdesk-icons-open:checked ~ .bdt-helpdesk-icons-item:nth-child(7) {
        transition-duration: 590ms;
        transform: translate3d(0,-350px,0)
    }

    .bdt-helpdesk .bdt-helpdesk-icons-open:checked ~ .bdt-helpdesk-icons-item:nth-child(8) {
        transition-duration: 690ms;
        transform: translate3d(0,-420px,0)
    }

    .bdt-helpdesk .bdt-helpdesk-icons-open:checked ~ .bdt-helpdesk-icons-item:nth-child(9) {
        transition-duration: 790ms;
        transform: translate3d(0,-490px,0)
    }
}

@keyframes helpdeskrotate {
    100% {
        transform: rotate(-360deg)
    }
}

.bdt-ep-hover-box {
    position: relative;
    overflow: hidden;
    height: 440px
}

    .bdt-ep-hover-box:before {
        content: '';
        position: absolute;
        background: rgb(0 0 0 / .3);
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 1;
        transition: all .25s ease
    }

.bdt-ep-hover-box-img-effect.bdt-effect-1 .bdt-ep-hover-box-content {
    transition: opacity 1.4s cubic-bezier(.24,.85,.2,1)
}

    .bdt-ep-hover-box-img-effect.bdt-effect-1 .bdt-ep-hover-box-content.active .bdt-ep-hover-box-img {
        transform: scale(1.2);
        pointer-events: none
    }

.bdt-ep-hover-box-img-effect.bdt-effect-2 .bdt-ep-hover-box-content .bdt-ep-hover-box-img {
    transform: scale(1.3)
}

.bdt-ep-hover-box-img-effect.bdt-effect-2 .bdt-ep-hover-box-content.active .bdt-ep-hover-box-img {
    transform: scale(1);
    transition: transform .75s cubic-bezier(.6,-.28,.74,.05);
    pointer-events: none
}

.bdt-ep-hover-box-img-effect.bdt-effect-3 .bdt-ep-hover-box-content {
    opacity: 1
}

    .bdt-ep-hover-box-img-effect.bdt-effect-3 .bdt-ep-hover-box-content .bdt-ep-hover-box-img {
        transition: .8s cubic-bezier(.9,0,.1,1);
        transform: scale(1.2);
        clip-path: polygon(0 0,0 0,0 100%,0 100%)
    }

    .bdt-ep-hover-box-img-effect.bdt-effect-3 .bdt-ep-hover-box-content.active .bdt-ep-hover-box-img {
        transform: scale(1);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
    }

.bdt-ep-hover-box-item {
    position: relative;
    overflow: hidden;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all .25s ease
}

    .bdt-ep-hover-box-item.active {
        background: #E91E63;
        border-color: #E91E63
    }

        .bdt-ep-hover-box-item.active .bdt-ep-hover-box-button a {
            color: #E91E63;
            background: #fff
        }

.bdt-ep-hover-box-sub-title {
    color: #fff;
    font-size: 12px;
    margin-bottom: 3px;
    font-weight: 500;
    transition: all .25s ease
}

.bdt-ep-hover-box-title a {
    color: #fff
}

.bdt-ep-hover-box-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    transition: all .25s ease
}

.bdt-ep-hover-box-text {
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    padding-top: 10px;
    transition: all .25s ease
}

    .bdt-ep-hover-box-text p {
        margin: 0
    }

.bdt-ep-hover-box-button {
    display: block;
    position: relative;
    padding-top: 20px
}

    .bdt-ep-hover-box-button a {
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        padding: 6px 12px;
        background: #E91E63;
        border-radius: 3px;
        transition: all .25s ease
    }

.bdt-ep-hover-box-icon-wrap {
    font-size: 70px;
    color: rgb(255 255 255 / .4);
    display: inline-flex;
    transition: all .25s ease;
    position: absolute;
    left: -20px;
    bottom: -20px
}

    .bdt-ep-hover-box-icon-wrap i, .bdt-ep-hover-box-icon-wrap svg {
        transition: all .25s ease
    }

    .bdt-ep-hover-box-icon-wrap svg {
        width: 1em;
        height: 1em;
        fill: rgb(255 255 255 / .4)
    }

.bdt-ep-hover-box-item-wrap {
    position: relative;
    max-width: 300px;
    z-index: 1
}

.bdt-ep-hover-box-content {
    opacity: 0
}

    .bdt-ep-hover-box-content.active {
        opacity: 1
    }

.bdt-ep-hover-box-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 1.4s cubic-bezier(.24,.85,.2,1)
}

.bdt-ep-hover-box-skin-envelope .bdt-ep-hover-box-grid {
    width: 100%
}

.bdt-ep-hover-box-skin-envelope .bdt-column-divider {
    width: 100%;
    column-gap: 0
}

.bdt-ep-hover-box-skin-envelope .bdt-ep-hover-box-item {
    height: 440px;
    border: 0
}

    .bdt-ep-hover-box-skin-envelope .bdt-ep-hover-box-item.active {
        background: rgb(233 30 99 / .5)
    }

.bdt-ep-hover-box-skin-envelope .bdt-ep-hover-box-description {
    width: 100%
}

    .bdt-ep-hover-box-skin-envelope .bdt-ep-hover-box-description.bdt-position-top .bdt-ep-hover-box-icon-wrap, .bdt-ep-hover-box-skin-envelope .bdt-ep-hover-box-description.bdt-position-bottom .bdt-ep-hover-box-icon-wrap {
        left: -40px;
        bottom: -40px
    }

    .bdt-ep-hover-box-skin-envelope .bdt-ep-hover-box-description.bdt-position-center .bdt-ep-hover-box-icon-wrap {
        left: -40px
    }

.bdt-ep-hover-box-skin-envelope .bdt-ep-hover-box-item-wrap {
    max-width: inherit
}

    .bdt-ep-hover-box-skin-envelope .bdt-ep-hover-box-item-wrap > .bdt-active:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        background: #fff;
        top: 0;
        right: -.5px;
        z-index: 1
    }

    .bdt-ep-hover-box-skin-envelope .bdt-ep-hover-box-item-wrap > .bdt-active:nth-child(1):before {
        width: 0px !important
    }

.bdt-ep-hover-box-skin-envelope .bdt-slidenav {
    color: #fff;
    z-index: 1
}

    .bdt-ep-hover-box-skin-envelope .bdt-slidenav svg {
        width: 1em
    }

.bdt-ep-hover-box-skin-flexure:before {
    background: #fff0
}

.bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-item {
    padding: 0 10px;
    border: 0;
    display: inline-block;
    transition: all cubic-bezier(.4,0,.2,1) .4s
}

    .bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-item.active {
        background: #fff0
    }

        .bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-item.active .bdt-ep-hover-box-title a, .bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-item.active .bdt-ep-hover-box-title, .bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-item.active .bdt-ep-hover-box-sub-title {
            color: #E91E63;
            opacity: 1
        }

            .bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-item.active .bdt-ep-hover-box-sub-title:before {
                background: rgb(233 30 99 / .3)
            }

        .bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-item.active.invisiable .bdt-ep-hover-box-title a, .bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-item.active.invisiable .bdt-ep-hover-box-title, .bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-item.active.invisiable .bdt-ep-hover-box-sub-title {
            color: #E91E63;
            opacity: 1
        }

    .bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-item.invisiable .bdt-ep-hover-box-title a, .bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-item.invisiable .bdt-ep-hover-box-title, .bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-item.invisiable .bdt-ep-hover-box-sub-title {
        color: #E91E63;
        opacity: .3
    }

.bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-title a {
    color: #2a3438
}

.bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-title {
    color: #2a3438;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    transition: color opacity .3s ease
}

.bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-sub-title {
    color: #2a3438;
    display: inline;
    position: relative;
    padding-right: 5px;
    margin-right: 5px;
    font-weight: 400;
    transition: color opacity .3s ease
}

    .bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-sub-title:before {
        content: '';
        position: absolute;
        right: -2px;
        top: 0;
        width: 1px;
        height: 100%;
        background: #2a3438;
        transform: rotate(-20deg);
        transition: background .3s ease
    }

@media (min-width:768px) {
    .bdt-ep-hover-box {
        height: 540px
    }

    .bdt-ep-hover-box-skin-envelope .bdt-ep-hover-box-item {
        height: 540px
    }

    .bdt-ep-hover-box-item-wrap {
        max-width: 640px
    }

    .bdt-ep-hover-box-item {
        padding: 20px
    }

    .bdt-ep-hover-box-icon-wrap {
        font-size: 100px
    }

    .bdt-ep-hover-box-sub-title {
        font-size: 16px
    }

    .bdt-ep-hover-box-title {
        font-size: 24px
    }

    .bdt-ep-hover-box-text {
        font-size: 16px;
        padding-top: 15px
    }

    .bdt-ep-hover-box-button {
        padding-top: 30px
    }

        .bdt-ep-hover-box-button a {
            font-size: 14px;
            padding: 8px 16px
        }

    .bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-item {
        padding: 0 20px
    }

    .bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-title {
        font-size: 42px
    }
}

.bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item {
    padding: 20px;
    border: 0;
    text-align: center
}

    .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item.active {
        background: #fff0;
        border-color: #fff0
    }

        .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item.active .bdt-ep-hover-box-button a {
            color: #fff;
            background: #E91E63
        }

            .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item.active .bdt-ep-hover-box-button a:hover {
                color: #E91E63;
                background: #fff
            }

        .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item.active .bdt-ep-hover-box-text, .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item.active .bdt-ep-hover-box-button, .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item.active .bdt-ep-hover-box-icon-wrap, .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item.active .bdt-ep-hover-box-sub-title {
            opacity: 1;
            transform: translateY(0)
        }

        .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item.active .bdt-ep-hover-box-text, .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item.active .bdt-ep-hover-box-sub-title {
            transition-delay: .3s
        }

        .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item.active .bdt-ep-hover-box-button, .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item.active .bdt-ep-hover-box-icon-wrap {
            transition-delay: .4s
        }

    .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item:hover .bdt-ep-hover-box-icon-wrap svg {
        transform: rotate(0) !important
    }

    .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item:hover .bdt-ep-hover-box-text, .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item:hover .bdt-ep-hover-box-button, .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item:hover .bdt-ep-hover-box-icon-wrap, .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item:hover .bdt-ep-hover-box-sub-title {
        opacity: 1;
        transform: translateY(0)
    }

    .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item:hover .bdt-ep-hover-box-text, .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item:hover .bdt-ep-hover-box-sub-title {
        transition-delay: .3s
    }

    .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item:hover .bdt-ep-hover-box-button, .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-item:hover .bdt-ep-hover-box-icon-wrap {
        transition-delay: .4s
    }

.bdt-ep-hover-box-style-2 .bdt-ep-hover-box-icon-wrap {
    position: unset;
    font-size: 24px;
    opacity: 1;
    padding: 14px;
    border-radius: 10px;
    margin: 0 0 20px;
    background-color: #e91e63
}

    .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-icon-wrap svg {
        fill: #fff
    }

.bdt-ep-hover-box-style-2 .bdt-ep-hover-box-sub-title, .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-icon-wrap {
    opacity: 0;
    transform: translateY(-30px);
    transition: all .3s ease
}

.bdt-ep-hover-box-style-2 .bdt-ep-hover-box-text, .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-button {
    opacity: 0;
    transform: translateY(30px);
    transition: all .3s ease
}

    .bdt-ep-hover-box-style-2 .bdt-ep-hover-box-button a {
        color: #fff;
        background: #E91E63
    }

@media (min-width:1024px) {
    .bdt-ep-hover-box {
        height: 900px
    }

    .bdt-ep-hover-box-skin-envelope .bdt-ep-hover-box-item {
        height: 900px
    }

    .bdt-ep-hover-box-item {
        padding: 40px
    }

    .bdt-ep-hover-box-item-wrap {
        max-width: 1080px
    }

    .bdt-ep-hover-box-icon-wrap {
        font-size: 140px
    }

    .bdt-ep-hover-box-skin-flexure .bdt-ep-hover-box-title {
        font-size: 42px
    }
}

.elementor-widget-bdt-hover-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px
}

.bdt-hover-video.skin-default .bdt-hover-wrapper-list {
    position: relative;
    width: 100%;
    height: 270px
}

    .bdt-hover-video.skin-default .bdt-hover-wrapper-list video {
        position: absolute;
        right: 0;
        width: 100%;
        border-radius: 5px;
        background-color: #fff0;
        animation-name: fadeInOpacity;
        animation-timing-function: ease-in;
        animation-duration: .5s;
        display: none;
        height: 100%;
        object-fit: cover;
        transition: box-shadow .2s ease
    }

        .bdt-hover-video.skin-default .bdt-hover-wrapper-list video.active {
            display: block
        }

.bdt-hover-video.skin-default .bdt-hover-btn-wrapper {
    display: flex;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap
}

    .bdt-hover-video.skin-default .bdt-hover-btn-wrapper .bdt-hover-btn {
        position: relative;
        overflow: hidden;
        cursor: pointer;
        display: inline-flex;
        padding: 8px 15px;
        background-color: #f0f0f0;
        color: #616471;
        align-items: center;
        margin-bottom: 10px
    }

        .bdt-hover-video.skin-default .bdt-hover-btn-wrapper .bdt-hover-btn.active {
            color: #1e87f0
        }

            .bdt-hover-video.skin-default .bdt-hover-btn-wrapper .bdt-hover-btn.active .bdt-hover-btn-text {
                color: #1e87f0
            }

            .bdt-hover-video.skin-default .bdt-hover-btn-wrapper .bdt-hover-btn.active svg {
                fill: #1e87f0
            }

        .bdt-hover-video.skin-default .bdt-hover-btn-wrapper .bdt-hover-btn .bdt-hover-icon-wrapper {
            margin-left: 5px
        }

        .bdt-hover-video.skin-default .bdt-hover-btn-wrapper .bdt-hover-btn img {
            width: .8em;
            height: auto;
            display: flex
        }

        .bdt-hover-video.skin-default .bdt-hover-btn-wrapper .bdt-hover-btn svg {
            width: 1em;
            height: 1em;
            display: flex;
            fill: #616471
        }

        .bdt-hover-video.skin-default .bdt-hover-btn-wrapper .bdt-hover-btn .bdt-hover-btn-text {
            font-size: 12px;
            font-weight: 600;
            color: #616471
        }

        .bdt-hover-video.skin-default .bdt-hover-btn-wrapper .bdt-hover-btn .bdt-hover-icon {
            display: flex;
            font-size: 12px
        }

        .bdt-hover-video.skin-default .bdt-hover-btn-wrapper .bdt-hover-btn:nth-child(1) {
            border-radius: 0 40px 40px 0
        }

        .bdt-hover-video.skin-default .bdt-hover-btn-wrapper .bdt-hover-btn:nth-last-child(1) {
            border-radius: 40px 0 0 40px
        }

        .bdt-hover-video.skin-default .bdt-hover-btn-wrapper .bdt-hover-btn .bdt-hover-bar {
            position: absolute;
            right: 0;
            width: 100%;
            background: #f0f0f0;
            height: 5px;
            bottom: 0
        }

            .bdt-hover-video.skin-default .bdt-hover-btn-wrapper .bdt-hover-btn .bdt-hover-bar .bdt-hover-progress {
                height: 5px;
                background-color: #1e87f0;
                border-radius: 2px;
                transition: width .3s linear;
                width: 0%
            }

.bdt-hover-video .bdt-hover-bar-list {
    margin-top: 30px;
    display: flex;
    justify-content: center
}

    .bdt-hover-video .bdt-hover-bar-list .bdt-hover-bar-wrapper {
        cursor: pointer;
        margin: 0 8px
    }

        .bdt-hover-video .bdt-hover-bar-list .bdt-hover-bar-wrapper .bdt-hover-bar {
            position: relative;
            width: 50px;
            height: 5px;
            background-color: #f0f0f0;
            border-radius: 2px
        }

            .bdt-hover-video .bdt-hover-bar-list .bdt-hover-bar-wrapper .bdt-hover-bar .bdt-hover-progress {
                position: absolute;
                height: 5px;
                background-color: #1e87f0;
                border-radius: 2px;
                transition: width .3s linear
            }

.bdt-hover-video.skin-accordion .bdt-hover-wrapper-list {
    position: relative;
    width: 100%;
    height: 270px;
    border-radius: 10px;
    overflow: hidden
}

    .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .hover-video-list video {
        position: absolute;
        width: 100%;
        border-radius: 5px;
        background-color: #F8F9FC;
        animation-name: fadeInOpacity;
        animation-timing-function: ease-in;
        animation-duration: .5s;
        display: none;
        height: 100%;
        object-fit: cover
    }

        .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .hover-video-list video.active {
            display: block
        }

    .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .bdt-hover-mask-list {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%
    }

        .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask {
            position: relative;
            cursor: pointer;
            width: 100%;
            height: 100%
        }

            .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask:not(:first-child) {
                border-right: solid;
                border-color: rgb(247 247 247 / .39);
                border-width: 2px
            }

            .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask .bdt-hover-mask-text-group {
                position: absolute;
                width: 100%;
                bottom: 0;
                right: 0;
                padding: 10px;
                opacity: .5;
                transition: opacity 300ms;
                pointer-events: none
            }

            .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask.active .bdt-hover-mask-text-group {
                opacity: 1
            }

            .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask i {
                color: #FFF
            }

            .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask img {
                width: .9em;
                height: auto;
                display: flex
            }

            .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask svg {
                width: 1em;
                height: 1em;
                fill: #FFF;
                display: flex
            }

            .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask .bdt-hover-text {
                font-size: 14px;
                font-weight: 500;
                color: #FFF;
                line-height: 1;
                text-shadow: -3px 3px 1px rgb(0 0 0 / .2)
            }

        .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-icon {
            font-size: 14px;
            padding-bottom: 10px;
            display: inline-flex
        }

.bdt-hover-video.skin-vertical .bdt-hover-wrapper-list {
    position: relative;
    width: 100%;
    height: 270px;
    border-radius: 10px;
    overflow: hidden
}

    .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list .hover-video-list video {
        position: absolute;
        width: 100%;
        border-radius: 5px;
        background-color: #fff0;
        animation-name: fadeInOpacity;
        animation-timing-function: ease-in;
        animation-duration: .5s;
        display: none;
        height: 100%;
        object-fit: cover
    }

        .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list .hover-video-list video.active {
            display: block
        }

    .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list .bdt-hover-mask-list {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column
    }

        .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask {
            position: relative;
            cursor: pointer;
            width: 100%;
            height: 100%
        }

            .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask:not(:first-child) {
                border-top: solid;
                border-color: rgb(247 247 247 / .39);
                border-width: 2px
            }

            .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask .bdt-hover-mask-text-group {
                position: absolute;
                width: 100%;
                bottom: 0;
                right: 0;
                padding: 10px;
                opacity: .5;
                transition: opacity 300ms;
                pointer-events: none
            }

            .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask.active .bdt-hover-mask-text-group {
                opacity: 1
            }

            .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask i {
                color: #FFF
            }

            .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask img {
                width: .9em;
                height: auto;
                display: flex
            }

            .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask svg {
                width: 1em;
                height: 1em;
                fill: #FFF;
                display: flex
            }

            .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask .bdt-hover-text {
                font-size: 14px;
                font-weight: 500;
                color: #FFF;
                line-height: 1;
                text-shadow: -3px 3px 1px rgb(0 0 0 / .2)
            }

        .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-icon {
            font-size: 14px;
            padding-bottom: 10px;
            display: inline-flex
        }

.bdt-hover-video-position-top .bdt-hover-video .bdt-hover-mask-text-group {
    top: 0%;
    bottom: unset !important
}

.bdt-hover-video-position-middle .bdt-hover-video .bdt-hover-mask-text-group {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    bottom: unset !important
}

@media (min-width:768px) {
    .bdt-hover-video.skin-default .bdt-hover-wrapper-list, .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list {
        height: 320px
    }

    .bdt-hover-video.skin-default .bdt-hover-btn-wrapper .bdt-hover-btn {
        padding: 12px 20px
    }

        .bdt-hover-video.skin-default .bdt-hover-btn-wrapper .bdt-hover-btn .bdt-hover-icon, .bdt-hover-video.skin-default .bdt-hover-btn-wrapper .bdt-hover-btn .bdt-hover-btn-text {
            font-size: 14px
        }

    .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask .bdt-hover-mask-text-group {
        padding: 30px
    }

    .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask i, .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask .bdt-hover-text {
        font-size: 18px
    }

    .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .bdt-hover-mask-list .bdt-hover-mask .bdt-hover-icon {
        font-size: 16px
    }
}

@media (min-width:1024px) {
    .bdt-hover-video.skin-default .bdt-hover-wrapper-list, .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list, .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list {
        height: 576px
    }
}

@media (min-width:1440px) {
    .bdt-hover-video.skin-default .bdt-hover-wrapper-list, .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list, .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list {
        height: 720px
    }
}

.bdt-hover-video video::-webkit-media-controls-volume-slider, .bdt-hover-video video::-webkit-media-controls-play-button, .bdt-hover-video video::-webkit-media-controls-mute-button, .bdt-hover-video video::-webkit-media-controls-timeline, .bdt-hover-video video::-webkit-media-controls-start-playback-button, .bdt-hover-video video::-webkit-media-controls {
    display: none
}

@keyframes fadeInOpacity {
    0% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

.bdt-hover-video .hover-video-loader {
    position: absolute
}

    .bdt-hover-video .hover-video-loader.active {
        z-index: 2;
        margin: 25px;
        transform: translate(-50%,50%);
        box-sizing: border-box;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        border-top: solid 3px #fff;
        border-left: solid 3px rgb(255 255 255 / .5);
        border-bottom: solid 3px rgb(255 255 255 / .5);
        border-right: solid 3px rgb(255 255 255 / .5);
        animation: spinHoverVideo 1.5s infinite linear;
        -webkit-animation: spinHoverVideo 1.5s infinite linear;
        opacity: .5
    }

@keyframes spinHoverVideo {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.bdt-hv-ratio-yes .bdt-hover-video.skin-default .bdt-hover-wrapper-list {
    height: auto !important
}

    .bdt-hv-ratio-yes .bdt-hover-video.skin-default .bdt-hover-wrapper-list video {
        top: 0
    }

.bdt-hv-ratio-yes .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list {
    height: auto !important
}

    .bdt-hv-ratio-yes .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .hover-video-list video {
        top: 0
    }

    .bdt-hv-ratio-yes .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list .bdt-hover-mask-list {
        position: absolute;
        top: 0
    }

.bdt-hv-ratio-yes .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list {
    height: auto !important
}

    .bdt-hv-ratio-yes .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list .hover-video-list video {
        top: 0
    }

    .bdt-hv-ratio-yes .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list .bdt-hover-mask-list {
        position: absolute;
        top: 0
    }

.bdt-hv-ratio-11 .bdt-hover-video.skin-default .bdt-hover-wrapper-list {
    padding-top: 100%
}

.bdt-hv-ratio-11 .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list {
    padding-top: 100%
}

.bdt-hv-ratio-11 .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list {
    padding-top: 100%
}

.bdt-hv-ratio-21 .bdt-hover-video.skin-default .bdt-hover-wrapper-list {
    padding-top: 50%
}

.bdt-hv-ratio-21 .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list {
    padding-top: 50%
}

.bdt-hv-ratio-21 .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list {
    padding-top: 50%
}

.bdt-hv-ratio-32 .bdt-hover-video.skin-default .bdt-hover-wrapper-list {
    padding-top: 66.66%
}

.bdt-hv-ratio-32 .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list {
    padding-top: 66.66%
}

.bdt-hv-ratio-32 .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list {
    padding-top: 66.66%
}

.bdt-hv-ratio-43 .bdt-hover-video.skin-default .bdt-hover-wrapper-list {
    padding-top: 75%
}

.bdt-hv-ratio-43 .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list {
    padding-top: 75%
}

.bdt-hv-ratio-43 .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list {
    padding-top: 75%
}

.bdt-hv-ratio-85 .bdt-hover-video.skin-default .bdt-hover-wrapper-list {
    padding-top: 62.5%
}

.bdt-hv-ratio-85 .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list {
    padding-top: 62.5%
}

.bdt-hv-ratio-85 .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list {
    padding-top: 62.5%
}

.bdt-hv-ratio-169 .bdt-hover-video.skin-default .bdt-hover-wrapper-list {
    padding-top: 56.25%
}

.bdt-hv-ratio-169 .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list {
    padding-top: 56.25%
}

.bdt-hv-ratio-169 .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list {
    padding-top: 56.25%
}

.bdt-hv-ratio-219 .bdt-hover-video.skin-default .bdt-hover-wrapper-list {
    padding-top: 42.85%
}

.bdt-hv-ratio-219 .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list {
    padding-top: 42.85%
}

.bdt-hv-ratio-219 .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list {
    padding-top: 42.85%
}

.bdt-hv-ratio-916 .bdt-hover-video.skin-default .bdt-hover-wrapper-list {
    padding-top: 177.8%
}

.bdt-hv-ratio-916 .bdt-hover-video.skin-accordion .bdt-hover-wrapper-list {
    padding-top: 177.8%
}

.bdt-hv-ratio-916 .bdt-hover-video.skin-vertical .bdt-hover-wrapper-list {
    padding-top: 177.8%
}

.bdt-honeycombs-area .bdt-honeycombs {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center
}

    .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        position: relative;
        height: auto
    }

        .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb {
            position: absolute;
            display: inline-block;
            cursor: pointer;
            transition: all .3s ease
        }

            .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb.placeholder {
                cursor: default
            }

                .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb.placeholder span {
                    color: #FFF;
                    opacity: 0
                }

                .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb.placeholder:hover span {
                    color: #fff;
                    opacity: 0
                }

            .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb .bdt-icon-hex-lg {
                background-color: #0ab3e6;
                background-clip: text;
                -webkit-background-clip: text;
                color: #fff0;
                background-position: center;
                transition: background .3s ease
            }

            .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb .bdt-icon-hex-lg {
                font-family: 'element-pack';
                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
            }

            .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb span.firefox {
                right: 0;
                position: absolute;
                top: 0;
                z-index: -1
            }

            .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb .bdt-inner {
                height: 100%;
                width: 100%;
                position: absolute;
                -webkit-box-align: center;
                display: flex;
                display: -webkit-flex;
                transform: translateZ(0);
                backface-visibility: hidden;
                perspective: 1000;
                z-index: 9;
                transition: all .3s ease
            }

                .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb .bdt-inner .bdt-wrapper {
                    margin: auto;
                    padding: 25px
                }

                    .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb .bdt-inner .bdt-wrapper .bdt-title {
                        margin: 0;
                        color: #fff;
                        font-weight: 600
                    }

                    .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb .bdt-inner .bdt-wrapper .bdt-honeycombs-icon {
                        color: #fff;
                        font-size: 2rem;
                        padding-bottom: .5rem
                    }

                        .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb .bdt-inner .bdt-wrapper .bdt-honeycombs-icon svg {
                            fill: #fff;
                            width: 1.5em;
                            height: 1.5em
                        }

                    .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb .bdt-inner .bdt-wrapper .bdt-content {
                        margin: 0;
                        padding: 10px;
                        color: #fff;
                        font-size: 14px;
                        line-height: 1.2
                    }

                .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb .bdt-inner.back {
                    opacity: 0
                }

            .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb:hover .bdt-inner.back {
                opacity: 1
            }

            .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb:hover .bdt-inner.front {
                opacity: 0
            }

            .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb .bdt-inner.back .bdt-wrapper {
                width: inherit;
                overflow: hidden
            }

            .bdt-honeycombs-area .bdt-honeycombs .bdt-honeycombs-inner-wrapper .bdt-comb:hover .bdt-comb-inner-wrapper .bdt-icon-hex-lg {
                background-color: #FF6493;
                -webkit-background-clip: text;
                background-clip: text;
                color: #fff0;
                background-position: center;
                filter: none
            }

    .bdt-honeycombs-area .bdt-honeycombs.honeycomb-des-visibility-hide .bdt-honeycombs-inner-wrapper .bdt-comb .bdt-inner.back {
        opacity: 0
    }

    .bdt-honeycombs-area .bdt-honeycombs.honeycomb-des-visibility-hide .bdt-honeycombs-inner-wrapper .bdt-comb .bdt-inner.front {
        opacity: 1
    }

    .bdt-honeycombs-area .bdt-honeycombs.honeycomb-title-visibility-hide .bdt-honeycombs-inner-wrapper .bdt-comb .bdt-inner.back {
        opacity: 1
    }

    .bdt-honeycombs-area .bdt-honeycombs.honeycomb-title-visibility-hide .bdt-honeycombs-inner-wrapper .bdt-comb .bdt-inner.front {
        opacity: 0
    }

    .bdt-honeycombs-area .bdt-honeycombs .bdt-icon-hex-lg:before {
        content: "\e90c"
    }

    .bdt-honeycombs-area .bdt-honeycombs.honeycomb-style-radius .bdt-icon-hex-lg:before {
        content: "\e604"
    }

    .bdt-honeycombs-area .bdt-honeycombs.honeycomb-style-radius2 .bdt-icon-hex-lg:before {
        content: "\e90d"
    }

    .bdt-honeycombs-area .bdt-honeycombs.honeycomb-style-zigzag .bdt-icon-hex-lg:before {
        content: "\e90f"
    }

.bdt-ep-hc-active .bdt-ep-horizontal-scroller {
    display: block;
    --dot-offset-x: 60px;
    --dot-spacing: 15px;
    position: relative
}

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .elementor-top-section, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .e-con {
        display: inline-block;
        width: 100vw;
        height: 100vh;
        margin: auto;
        position: relative;
        white-space: normal;
        vertical-align: middle
    }

        .bdt-ep-hc-active .bdt-ep-horizontal-scroller .elementor-top-section > .elementor-container, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .e-con > .elementor-container {
            height: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-hc-wrapper {
        display: inline-block;
        white-space: nowrap
    }

        .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-hc-wrapper > * {
            font-size: 1rem
        }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav {
        display: none
    }

@media screen and (min-width:1024px) {
    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-pagination-wrapper {
        position: absolute;
        z-index: 9999;
        display: flex;
        width: 100vw;
        height: 100vh;
        pointer-events: none
    }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center
    }

        .bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav li {
            list-style: none;
            cursor: pointer
        }

            .bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav li:nth-last-child(1) {
                margin-bottom: 0 !important;
                margin-left: 0
            }

            .bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav li.is-active .bdt-dot {
                background: red
            }

            .bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav li.is-active .bdt-dot-text {
                color: red
            }

            .bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav li .bdt-dot {
                display: inline-block;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: #000;
                transition: all .3s ease
            }

        .bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav li {
            display: flex;
            align-items: center
        }

            .bdt-ep-hc-active .bdt-ep-horizontal-scroller .ep-dot-nav li .bdt-dot-text {
                font-size: 16px;
                text-transform: uppercase;
                color: #000;
                margin-right: 10px;
                font-weight: 500
            }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-center .ep-pagination-wrapper {
        justify-content: center
    }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-center .ep-dot-nav {
        align-items: center
    }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-center .ep-pagination-wrapper, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-left .ep-pagination-wrapper, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-right .ep-pagination-wrapper {
        align-items: flex-end;
        bottom: var(--dot-offset-x)
    }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-center .ep-dot-nav, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-left .ep-dot-nav, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-right .ep-dot-nav {
        flex-direction: row
    }

        .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-center .ep-dot-nav li, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-left .ep-dot-nav li, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-right .ep-dot-nav li {
            margin-left: var(--dot-spacing)
        }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-left .ep-pagination-wrapper {
        justify-content: flex-start;
        padding-right: var(--dot-offset-x)
    }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-left .ep-dot-nav {
        align-items: center
    }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-right .ep-pagination-wrapper {
        justify-content: flex-end;
        padding-left: var(--dot-offset-x)
    }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-bottom-right .ep-dot-nav {
        align-items: center
    }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-left-center .ep-pagination-wrapper, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-right-center .ep-pagination-wrapper {
        align-items: center;
        bottom: 0;
        pointer-events: none
    }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-left-center .ep-dot-nav, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-right-center .ep-dot-nav {
        flex-direction: column
    }

        .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-left-center .ep-dot-nav li, .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-right-center .ep-dot-nav li {
            pointer-events: all;
            margin-bottom: 15px
        }

            .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-left-center .ep-dot-nav li:nth-last-child(1), .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-right-center .ep-dot-nav li:nth-last-child(1) {
                margin-bottom: 0
            }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-left-center .ep-pagination-wrapper {
        justify-content: flex-start;
        padding-right: var(--dot-offset-x)
    }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-left-center .ep-dot-nav {
        align-items: flex-start
    }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-right-center .ep-pagination-wrapper {
        justify-content: flex-end;
        padding-left: var(--dot-offset-x)
    }

    .bdt-ep-hc-active .bdt-ep-horizontal-scroller .bdt-ep-dot-position-right-center .ep-dot-nav {
        align-items: flex-end
    }
}

.bdt-ep-hc-active .bdt-ep-horizontal-scroller {
    min-height: 1px
}

.rtl .bdt-ep-hc-active {
    direction: ltr
}

.rtl .bdt-ep-horizontal-scroller .elementor-widget {
    direction: rtl
}

.bdt-icon-mobile-menu-wrap i, .bdt-icon-mobile-menu-wrap svg {
    width: 1em;
    height: 1em;
    fill: #0d0925;
    transition: fill .3s ease
}

.bdt-icon-mobile-menu-wrap span {
    display: inline-flex;
    color: #0d0925;
    font-size: 16px;
    transition: color .3s ease
}

.bdt-icon-mobile-menu-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.bdt-icon-mobile-menu-link {
    color: #0d0925;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .3s ease
}

.bdt-icon-mobile-menu-wrap ul {
    display: flex;
    justify-content: center
}

.bdt-icon-mobile-menu-wrap .bdt-icon-mobile-menu-list {
    width: 100%
}

.bdt-icon-mobile-menu-link:hover .bdt-text-mobile-menu {
    color: #14abf4
}

.bdt-icon-mobile-menu-link:hover .bdt-icon-mobile-menu {
    color: #14abf4
}

.bdt-icon-mobile-menu-style-1 .bdt-icon-mobile-menu-link, .bdt-icon-mobile-menu-style-2 .bdt-icon-mobile-menu-link, .bdt-icon-mobile-menu-style-3 .bdt-icon-mobile-menu-link {
    padding: 18px 15px
}

    .bdt-icon-mobile-menu-style-1 .bdt-icon-mobile-menu-link:hover, .bdt-icon-mobile-menu-style-2 .bdt-icon-mobile-menu-link:hover, .bdt-icon-mobile-menu-style-3 .bdt-icon-mobile-menu-link:hover, .bdt-icon-mobile-menu-style-4 .bdt-icon-mobile-menu-link:hover {
        background-color: #f0f0f0
    }

.bdt-icon-mobile-menu-style-2 .bdt-icon-mobile-menu-link {
    border: var(--ep-border-width,1px);
    border-color: #e5e5e5;
    border-style: solid;
    border-left-width: 0
}

.bdt-icon-mobile-menu-style-2 .bdt-icon-mobile-menu-list:nth-last-child(1) .bdt-icon-mobile-menu-link {
    border-left-width: var(--ep-border-width,1px)
}

.bdt-icon-mobile-menu-style-3 .bdt-text-mobile-menu, .bdt-icon-mobile-menu-style-4 .bdt-text-mobile-menu {
    display: none
}

.bdt-icon-mobile-menu-style-4 .bdt-icon-mobile-menu-list {
    text-align: center
}

.bdt-icon-mobile-menu-style-4 .bdt-icon-mobile-menu-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 100px;
    background: #f0f0f0;
    padding: 15px
}

.bdt-icon-nav .bdt-icon-nav-container {
    background: #1e87f0;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 1001
}

    .bdt-icon-nav .bdt-icon-nav-container.bdt-icon-nav-left {
        right: 0
    }

    .bdt-icon-nav .bdt-icon-nav-container.bdt-icon-nav-right {
        left: 0
    }

    .bdt-icon-nav .bdt-icon-nav-container ul.bdt-icon-nav.bdt-icon-nav-vertical {
        padding: 0;
        margin: 0;
        text-align: center;
        list-style-type: none
    }

        .bdt-icon-nav .bdt-icon-nav-container ul.bdt-icon-nav.bdt-icon-nav-vertical li + li {
            margin-top: 15px
        }

    .bdt-icon-nav .bdt-icon-nav-container .bdt-icon-nav-icon-wrapper {
        padding: 10px 15px;
        text-decoration: none;
        position: relative;
        font-weight: 700;
        display: block
    }

        .bdt-icon-nav .bdt-icon-nav-container .bdt-icon-nav-icon-wrapper .bdt-icon-nav-icon {
            display: inline-flex;
            color: #fff
        }

            .bdt-icon-nav .bdt-icon-nav-container .bdt-icon-nav-icon-wrapper .bdt-icon-nav-icon i, .bdt-icon-nav .bdt-icon-nav-container .bdt-icon-nav-icon-wrapper .bdt-icon-nav-icon svg {
                width: 1em;
                height: 1em;
                fill: #fff
            }

        .bdt-icon-nav .bdt-icon-nav-container .bdt-icon-nav-icon-wrapper:hover {
            background-color: rgb(0 0 0 / .1)
        }

    .bdt-icon-nav .bdt-icon-nav-container .bdt-icon-nav-branding {
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 2px;
        min-height: 50px;
        text-align: center;
        padding: 10px;
        position: relative
    }

        .bdt-icon-nav .bdt-icon-nav-container .bdt-icon-nav-branding .bdt-logo-txt * {
            color: inherit
        }

        .bdt-icon-nav .bdt-icon-nav-container .bdt-icon-nav-branding .bdt-logo-image img {
            width: 25px;
            height: auto
        }

.bdt-icon-nav-offcanvas .bdt-navbar-wrapper {
    position: relative
}

.bdt-icon-nav-offcanvas .bdt-offcanvas-bar ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px
}

.bdt-icon-nav-offcanvas .bdt-offcanvas-bar ul > li.bdt-active {
    position: relative
}

    .bdt-icon-nav-offcanvas .bdt-offcanvas-bar ul > li.bdt-active > a:before {
        content: "";
        width: 2px;
        height: calc(100% - 20px);
        background-color: #1e87f0;
        position: absolute;
        top: 50%;
        right: -15px;
        transform: translateY(-50%);
        box-sizing: border-box
    }

.bdt-icon-nav-offcanvas .bdt-offcanvas-bar ul > li:nth-child(n+2) {
    border-top: 1px solid rgb(255 255 255 / .08)
}

.bdt-icon-nav-offcanvas .bdt-offcanvas-bar ul > li:hover > a {
    color: rgb(255 255 255 / .8)
}

.bdt-icon-nav-offcanvas .bdt-offcanvas-bar ul > li ul > li > a {
    padding-top: 6px;
    padding-bottom: 6px
}

.bdt-icon-nav-offcanvas .bdt-offcanvas-bar ul.bdt-nav:not(.bdt-nav-no-parent-icon) > li.bdt-parent > a:after {
    position: absolute;
    content: "›";
    width: 10px;
    height: 24px;
    font-size: 20px;
    line-height: 24px;
    left: 0;
    background: none;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.bdt-icon-nav-offcanvas .bdt-offcanvas-bar ul.bdt-nav:not(.bdt-nav-no-parent-icon) > li.bdt-parent.bdt-open > a:after {
    rotate: 90deg
}

.bdt-iframe {
    position: relative
}

    .bdt-iframe.bdt-device-safari {
        padding: 4.3% 0 0 0
    }

    .bdt-iframe.bdt-device-chrome {
        padding: 5.5% 0 0 0
    }

    .bdt-iframe.bdt-device-chrome-dark {
        padding: 5.5% 0 0 0
    }

    .bdt-iframe.bdt-device-firefox {
        padding: 5.3% 0 0 0
    }

    .bdt-iframe.bdt-device-edge {
        padding: 5.3% 0 0 0
    }

    .bdt-iframe.bdt-device-edge-dark {
        padding: 5.3% 0 0 0
    }

    .bdt-iframe.bdt-device-tablet svg .bdt-ds-color-1, .bdt-iframe.bdt-device-tablet-hr svg .bdt-ds-color-1 {
        fill: #343434
    }

    .bdt-iframe.bdt-device-tablet svg .bdt-ds-color-2, .bdt-iframe.bdt-device-tablet-hr svg .bdt-ds-color-2 {
        fill: #272727
    }

    .bdt-iframe.bdt-device-tablet .bdt-ds-notch, .bdt-iframe.bdt-device-tablet-hr .bdt-ds-notch, .bdt-iframe.bdt-device-tablet .bdt-ds-buttons, .bdt-iframe.bdt-device-tablet-hr .bdt-ds-buttons {
        display: none
    }

    .bdt-iframe.bdt-device-tablet {
        padding: 4%
    }

    .bdt-iframe.bdt-device-tablet-hr {
        padding: 3%
    }

    .bdt-iframe.bdt-device-mobile svg .bdt-ds-color-1, .bdt-iframe.bdt-device-mobile-hr svg .bdt-ds-color-1 {
        fill: #343434
    }

    .bdt-iframe.bdt-device-mobile svg .bdt-ds-color-2, .bdt-iframe.bdt-device-mobile-hr svg .bdt-ds-color-2 {
        fill: #272727
    }

    .bdt-iframe.bdt-device-mobile .bdt-ds-notch, .bdt-iframe.bdt-device-mobile-hr .bdt-ds-notch, .bdt-iframe.bdt-device-mobile .bdt-ds-buttons, .bdt-iframe.bdt-device-mobile-hr .bdt-ds-buttons {
        display: none
    }

    .bdt-iframe.bdt-device-mobile {
        padding: 5% 6%
    }

    .bdt-iframe.bdt-device-mobile-hr {
        padding: 3% 2.5%
    }

    .bdt-iframe.bdt-device-imac {
        padding: 2.2% 2.2% 28%
    }

        .bdt-iframe.bdt-device-imac .bdt-iframe-device img {
            z-index: 0
        }

        .bdt-iframe.bdt-device-imac iframe {
            border: 2px solid #818a91;
            border-radius: 2px;
            position: relative;
            z-index: 1
        }

    .bdt-iframe.bdt-device-custom iframe {
        border-style: solid
    }

    .bdt-iframe.bdt-device-custom .phone-lens {
        height: 18px;
        z-index: 1;
        width: 18px;
        transform: translateX(50%)
    }

    .bdt-iframe.bdt-device-custom .phone-notch svg {
        position: absolute;
        right: 50%;
        transform: translateX(50%)
    }

        .bdt-iframe.bdt-device-custom .phone-notch svg .bdt-ds-color-1 {
            fill: #343434
        }

        .bdt-iframe.bdt-device-custom .phone-notch svg .bdt-ds-color-2 {
            fill: #272727
        }

    .bdt-iframe.bdt-device-custom .phone-notch .large-notch {
        width: 50%
    }

    .bdt-iframe.bdt-device-custom .phone-notch .drop-notch {
        width: 17%
    }

    .bdt-iframe.bdt-device-custom .phone-notch .small-notch {
        width: 30%
    }

.bdt-iframe-device {
    pointer-events: none;
    overflow: hidden
}

    .bdt-iframe-device img, .bdt-iframe-device svg {
        top: 0;
        right: 0;
        position: absolute;
        max-width: 100%;
        width: 100%
    }

.bdt-ds-notch--yes .bdt-device-tablet .bdt-ds-notch, .bdt-ds-notch--yes .bdt-device-tablet-hr .bdt-ds-notch, .bdt-ds-notch--yes .bdt-device-mobile .bdt-ds-notch, .bdt-ds-notch--yes .bdt-device-mobile-hr .bdt-ds-notch {
    display: inherit
}

.bdt-ds-buttons--yes .bdt-device-tablet .bdt-ds-buttons, .bdt-ds-buttons--yes .bdt-device-tablet-hr .bdt-ds-buttons, .bdt-ds-buttons--yes .bdt-device-mobile .bdt-ds-buttons, .bdt-ds-buttons--yes .bdt-device-mobile-hr .bdt-ds-buttons {
    display: inherit
}

.bdt-ds-right-button-1--yes .bdt-device-custom:after, .bdt-ds-right-button-2--yes .bdt-device-custom:after, .bdt-ds-right-button-1--yes .bdt-device-custom:before, .bdt-ds-right-button-2--yes .bdt-device-custom:before {
    content: '';
    position: absolute;
    right: 100%;
    width: 5px;
    background: #343434;
    border-radius: 10px 0 0 10px
}

.bdt-ds-right-button-1--yes .bdt-device-custom:after {
    top: 16%;
    height: 6%
}

.bdt-ds-right-button-2--yes .bdt-device-custom:before {
    top: 25%;
    height: 10%
}

.bdt-ds-left-button-1--yes .bdt-device-container:before {
    content: '';
    position: absolute;
    left: 100%;
    width: 5px;
    top: 12%;
    height: 5%;
    background: #343434;
    border-radius: 0 10px 10px 0
}

.bdt-ds-left-button-2--yes .bdt-device-custom .bdt-iframe-device:after, .bdt-ds-left-button-3--yes .bdt-device-custom .bdt-iframe-device:after, .bdt-ds-left-button-2--yes .bdt-device-custom .bdt-iframe-device:before, .bdt-ds-left-button-3--yes .bdt-device-custom .bdt-iframe-device:before {
    content: '';
    position: absolute;
    left: 100%;
    width: 5px;
    background: #343434;
    border-radius: 0 10px 10px 0
}

.bdt-ds-left-button-2--yes .bdt-device-custom .bdt-iframe-device:after {
    top: 20%;
    height: 8%
}

.bdt-ds-left-button-3--yes .bdt-device-custom .bdt-iframe-device:before {
    top: 30%;
    height: 8%
}

.bdt-device-container {
    position: relative
}

.bdt-iframe-align-left .bdt-device-container {
    margin-left: auto
}

.bdt-iframe-align-right .bdt-device-container {
    margin-right: auto
}

.bdt-iframe-align-center .bdt-device-container {
    margin-right: auto;
    margin-left: auto
}

@supports not (aspect-ratio:1 / 1) {
    .bdt-iframe::before {
        float: right;
        padding-top: 100%;
        content: ""
    }

    .bdt-iframe::after {
        display: block;
        content: "";
        clear: both
    }
}

.bdt-instagram .bdt-instagram-item .bdt-instagram-thumbnail {
    transform: translateZ(0);
    overflow: hidden
}

    .bdt-instagram .bdt-instagram-item .bdt-instagram-thumbnail video, .bdt-instagram .bdt-instagram-item .bdt-instagram-thumbnail img {
        width: 100%;
        object-fit: cover;
        vertical-align: bottom
    }

.bdt-instagram .bdt-instagram-item.bdt-transition-toggle * {
    color: #fff
}

.bdt-instagram .bdt-instagram-follow-me a {
    background: rgb(255 255 255 / .9);
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    border-radius: 3px
}

.bdt-instagram:hover .bdt-instagram-follow-me {
    transition: all 500ms cubic-bezier(.09,.71,.23,.95);
    opacity: .5
}

    .bdt-instagram:hover .bdt-instagram-follow-me:hover {
        opacity: 1
    }

.bdt-instagram .bdt-overlay.bdt-overlay-default {
    background-color: rgb(0 0 0 / .6)
}

.bdt-instagram.bdt-instagram-carousel .bdt-slidenav {
    color: #fff
}

    .bdt-instagram.bdt-instagram-carousel .bdt-slidenav svg {
        width: 24px;
        height: 24px
    }

    .bdt-instagram.bdt-instagram-carousel .bdt-slidenav:hover {
        transition: all 500ms cubic-bezier(.09,.71,.23,.95)
    }

.bdt-instagram .bdt-load-more {
    text-transform: uppercase;
    position: relative;
    font-size: 12px
}

    .bdt-instagram .bdt-load-more .bdt-spinner {
        width: 16px;
        transform: translateY(20px);
        transition: all 500ms cubic-bezier(.09,.71,.23,.95);
        position: absolute;
        right: calc(50% - 8px);
        top: calc(50% - 8px);
        opacity: 0;
        color: #fff
    }

        .bdt-instagram .bdt-load-more .bdt-spinner > * > * {
            stroke-width: 3px
        }

    .bdt-instagram .bdt-load-more .loaded-txt {
        transition: all 500ms cubic-bezier(.09,.71,.23,.95);
        transform: translateY(0)
    }

    .bdt-instagram .bdt-load-more.bdt-load-more-loading .bdt-spinner {
        opacity: 1;
        transform: translateY(0)
    }

    .bdt-instagram .bdt-load-more.bdt-load-more-loading .loaded-txt {
        opacity: 0;
        transform: translateY(-20px)
    }

.bdt-ep-image-accordion {
    display: flex;
    height: 460px;
    overflow: hidden
}

.bdt-ep-image-accordion-item {
    position: relative;
    overflow: hidden;
    flex: 1;
    transition: flex .3s
}

.bdt-ep-inactive-item-overlay-yes .bdt-ep-image-accordion-item.bdt-inactive::before {
    opacity: 1
}

.bdt-ep-inactive-item-overlay-yes .bdt-ep-image-accordion-item.bdt-inactive .bdt-ep-image-accordion-img:before {
    background: rgb(0 0 0 / .3);
    opacity: 1
}

.skin--default .bdt-ep-image-accordion-item, .skin--vertical .bdt-ep-image-accordion-item {
    text-align: center;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

    .skin--default .bdt-ep-image-accordion-item:before, .skin--vertical .bdt-ep-image-accordion-item:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgb(0 0 0 / .3);
        right: 0;
        top: 0;
        transition: opacity .3s ease;
        z-index: 0;
        opacity: 0
    }

    .skin--default .bdt-ep-image-accordion-item:after, .skin--vertical .bdt-ep-image-accordion-item:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 5px;
        background: #fff;
        left: -2.5px;
        top: 0;
        z-index: 1
    }

    .skin--default .bdt-ep-image-accordion-item:nth-last-child(1):after, .skin--vertical .bdt-ep-image-accordion-item:nth-last-child(1):after {
        opacity: 0
    }

.bdt-ep-image-accordion-item.active {
    flex: 10
}

    .bdt-ep-image-accordion-item.active:before {
        opacity: 1
    }

    .bdt-ep-image-accordion-item.active .bdt-ep-image-accordion-content * {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition: all .3s ease
    }

    .bdt-ep-image-accordion-item.active .bdt-ep-image-accordion-sub-title {
        transition-delay: .2s
    }

    .bdt-ep-image-accordion-item.active .bdt-ep-image-accordion-title {
        transition-delay: .3s
    }

    .bdt-ep-image-accordion-item.active .bdt-ep-image-accordion-text {
        transition-delay: .4s
    }

    .bdt-ep-image-accordion-item.active .bdt-ep-image-accordion-button {
        transition-delay: .4s
    }

    .bdt-ep-image-accordion-item.active .bdt-ep-image-accordion-lightbox {
        opacity: 1;
        transition-delay: .4s;
        visibility: visible
    }

    .bdt-ep-image-accordion-item.active .bdt-ep-image-accordion-img:before {
        opacity: 1
    }

.bdt-ep-image-accordion-content {
    position: absolute;
    padding: 10px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

    .bdt-ep-image-accordion-content * {
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px)
    }

.bdt-ep-image-accordion-sub-title {
    color: #fff;
    margin-bottom: 3px;
    font-weight: 500
}

.bdt-ep-image-accordion-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 15px;
    margin: 0
}

.bdt-ep-image-accordion-text {
    color: #fff;
    line-height: 1.5em;
    padding-bottom: 30px;
    font-size: 15px
}

    .bdt-ep-image-accordion-text p {
        margin: 0
    }

.bdt-ep-image-accordion-button {
    display: block;
    position: relative
}

    .bdt-ep-image-accordion-button a {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        padding: 8px 16px;
        background: #1e87f0;
        border-radius: 3px
    }

        .bdt-ep-image-accordion-button a:hover {
            background: #fff;
            color: #1e87f0
        }

.skin--sliding-box .bdt-ep-image-accordion-item {
    display: flex
}

.skin--sliding-box .bdt-ep-image-accordion-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 50%;
    transition: all .4s;
    z-index: 1
}

    .skin--sliding-box .bdt-ep-image-accordion-img:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        right: 0;
        top: 0;
        transition: opacity .3s ease;
        z-index: 1;
        opacity: 0
    }

    .skin--sliding-box .bdt-ep-image-accordion-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: all .4s linear
    }

.skin--sliding-box .bdt-ep-image-accordion-content {
    width: 50%;
    transform: translate(0,-50%);
    right: auto
}

    .skin--sliding-box .bdt-ep-image-accordion-content * {
        color: #495157
    }

.skin--sliding-box .bdt-ep-image-accordion-item.active .bdt-ep-image-accordion-img {
    width: 50%;
    min-width: 50%;
    max-width: 50%
}

    .skin--sliding-box .bdt-ep-image-accordion-item.active .bdt-ep-image-accordion-img img {
        transform: scale(1.1)
    }

.skin--sliding-box .bdt-ep-image-accordion-item.active .bdt-ep-image-accordion-content {
    width: 50%;
    margin-right: 50%
}

.skin--sliding-box .bdt-ep-image-accordion-lightbox {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.bdt-ep-image-accordion-lightbox {
    position: absolute;
    z-index: 10;
    display: inline-flex;
    padding: 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    opacity: 0;
    margin: 10px;
    transition: all .3s ease;
    visibility: hidden
}

    .bdt-ep-image-accordion-lightbox i {
        transition: transform .3s ease
    }

    .bdt-ep-image-accordion-lightbox:hover {
        color: #fff
    }

        .bdt-ep-image-accordion-lightbox:hover i {
            transform: scale(1.1)
        }

.ep-img-position--row-reverse .bdt-ep-image-accordion-item.active .bdt-ep-image-accordion-content {
    margin-left: 50%;
    margin-right: auto
}

.elementor-widget-bdt-image-accordion {
    overflow: hidden
}

@media (min-width:768px) {
    .bdt-ep-image-accordion {
        height: 640px
    }

    .bdt-ep-image-accordion-item.active {
        flex: 6
    }

    .bdt-ep-image-accordion-content {
        padding: 30px
    }

    .bdt-ep-image-accordion-title {
        font-size: 28px
    }

    .bdt-ep-image-accordion-text {
        font-size: 16px
    }

    .bdt-ep-image-accordion-button a {
        font-size: 14px
    }
}

@media (min-width:1024px) {
    .bdt-ep-image-accordion {
        height: 720px
    }
}

@media (min-width:1025px) {
    .skin--vertical .bdt-ep-image-accordion-item:after {
        width: 100% !important;
        right: 0;
        left: auto !important;
        top: auto;
        height: var(--ep-divider-width,5px);
        bottom: calc(var(--ep-divider-bottom, -5px) / 2)
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .skin--tablet-vertical .bdt-ep-image-accordion-item:after {
        width: 100% !important;
        right: 0;
        left: auto !important;
        top: auto;
        height: var(--ep-divider-width,5px);
        bottom: calc(var(--ep-divider-bottom, -5px) / 2)
    }
}

@media (max-width:767px) {
    .skin--mobile-vertical .bdt-ep-image-accordion-item:after {
        width: 100% !important;
        right: 0;
        left: auto !important;
        top: auto;
        height: var(--ep-divider-width,5px);
        bottom: calc(var(--ep-divider-bottom, -5px) / 2)
    }
}

.elementor-widget-bdt-image-compare {
    display: flex;
    width: 100%
}

    .elementor-widget-bdt-image-compare .elementor-widget-container {
        width: 100%
    }

.bdt-image-compare {
    width: 100%
}

    .bdt-image-compare .icv__icv--horizontal img {
        height: 100%;
        max-width: inherit
    }

    .bdt-image-compare .bdt-image-compare-overlay:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        background: rgb(0 0 0 / .3);
        z-index: 4
    }

    .bdt-image-compare .icv {
        position: relative;
        overflow: hidden;
        cursor: row-resize
    }

    .bdt-image-compare .icv__icv--vertical {
        cursor: row-resize
    }

    .bdt-image-compare .icv__icv--horizontal {
        cursor: col-resize
    }

    .bdt-image-compare .icv__img {
        pointer-events: none;
        -o-user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        max-width: none;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        top: 0;
        display: block
    }

    .bdt-image-compare .icv__is--fluid .icv__img {
        display: none
    }

    .bdt-image-compare .icv__img-a {
        height: auto;
        position: static;
        z-index: 1;
        right: 0
    }

    .bdt-image-compare .icv__img-b {
        height: 100%;
        position: absolute;
        z-index: 2;
        right: auto;
        left: 0;
        width: auto
    }

    .bdt-image-compare .icv__icv--vertical .icv__img-b {
        width: 100%;
        height: auto
    }

    .bdt-image-compare .icv__imposter {
        z-index: 4;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%
    }

    .bdt-image-compare .icv__wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        overflow: hidden;
        background-size: cover;
        background-position: center center;
        z-index: 3
    }

    .bdt-image-compare .icv__is--fluid .icv__wrapper, .bdt-image-compare .icv__icv--vertical .icv__wrapper {
        width: 100% !important
    }

    .bdt-image-compare .icv__is--fluid .icv__wrapper, .bdt-image-compare .icv__icv--horizontal .icv__wrapper {
        height: 100% !important
    }

    .bdt-image-compare .icv__fluidwrapper {
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%
    }

    .bdt-image-compare .icv__control {
        position: absolute;
        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: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        top: 0;
        z-index: 5
    }

    .bdt-image-compare .icv__icv--vertical .icv__control {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        right: 0;
        width: 100%
    }

    .bdt-image-compare .icv__control-line {
        height: 50%;
        width: 2px;
        z-index: 6
    }

    .bdt-image-compare .icv__icv--vertical .icv__control-line {
        width: 50%
    }

    .bdt-image-compare .icv__theme-wrapper {
        width: 100%;
        height: 100%;
        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;
        position: absolute;
        -webkit-transition: all .1s ease-out 0s;
        transition: all .1s ease-out 0s;
        z-index: 5
    }

    .bdt-image-compare .icv__icv--vertical .icv__theme-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bdt-image-compare .icv__arrow-wrapper {
        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;
        -webkit-transition: all .1s ease-out 0s;
        transition: all .1s ease-out 0s
    }

    .bdt-image-compare .icv__arrow-a {
        -webkit-transform: scale(1.5) rotateZ(-180deg);
        transform: scale(1.5) rotateZ(-180deg);
        height: 20px;
        width: 20px;
        -webkit-filter: drop-shadow(0 3px 5px rgb(0 0 0 / .33));
        filter: drop-shadow(0 -3px 5px rgb(0 0 0 / .33))
    }

    .bdt-image-compare .icv__arrow-b {
        -webkit-transform: scale(1.5) rotateZ(0deg);
        transform: scale(1.5) rotateZ(0deg);
        height: 20px;
        width: 20px;
        -webkit-filter: drop-shadow(0 3px 5px rgb(0 0 0 / .33));
        filter: drop-shadow(0 3px 5px rgb(0 0 0 / .33))
    }

    .bdt-image-compare .icv__circle {
        width: 50px;
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 999px
    }

    .bdt-image-compare .icv__label {
        position: absolute;
        z-index: 12;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #fff;
        font-size: 13px;
        letter-spacing: .1em;
        background: rgb(255 255 255 / .2);
        padding: 8px 20px;
        -moz-border-radius: 2px;
        border-radius: 2px
    }

        .bdt-image-compare .icv__label.vertical {
            bottom: auto;
            right: 50%;
            transform: translateX(50%)
        }

    .bdt-image-compare .icv__icv--horizontal .icv__label {
        top: 50%;
        transform: translateY(-50%)
    }

    .bdt-image-compare .icv__label.on-hover {
        opacity: 0;
        -webkit-transition: .25s cubic-bezier(.68,.26,.58,1.22);
        transition: .25s cubic-bezier(.68,.26,.58,1.22)
    }

    .bdt-image-compare .icv:hover .icv__label.on-hover {
        opacity: 1
    }

    .bdt-image-compare .icv__label-before {
        right: 1rem
    }

    .bdt-image-compare .icv__label-after {
        left: 1rem
    }

    .bdt-image-compare .icv__label-before.vertical {
        top: 1rem
    }

    .bdt-image-compare .icv__label-after.vertical {
        bottom: 1rem;
        left: auto
    }

    .bdt-image-compare .icv__body {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

.rtl .bdt-image-compare .icv__icv--horizontal .icv__img-b {
    left: auto;
    right: 0
}

.rtl .bdt-image-compare .icv__icv--horizontal .icv__wrapper {
    right: 0
}

.rtl .bdt-image-compare .icv__icv--horizontal .icv__label-before {
    left: 1rem;
    right: auto
}

.rtl .bdt-image-compare .icv__icv--horizontal .icv__label-after {
    right: 1rem;
    left: auto
}

.rtl .bdt-image-compare .icv__icv--horizontal .icv__theme-wrapper {
    flex-direction: row-reverse
}

.bdt-ep-image-expand {
    display: flex;
    height: 460px
}

.bdt-ep-image-expand-item {
    position: relative;
    flex: 1;
    transition: flex 1s;
    cursor: pointer
}

.skin--default .bdt-ep-image-expand-item, .skin--vertical .bdt-ep-image-expand-item {
    text-align: center;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

    .skin--default .bdt-ep-image-expand-item:before, .skin--vertical .bdt-ep-image-expand-item:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgb(0 0 0 / .3);
        right: 0;
        top: 0;
        transition: opacity .3s ease;
        z-index: 0;
        opacity: 0
    }

.bdt-ep-image-expand-item.active {
    flex: 100%
}

    .bdt-ep-image-expand-item.active .bdt-ep-image-expand-content {
        opacity: 1;
        transition-property: opacity;
        transition-delay: 1.1s
    }

    .bdt-ep-image-expand-item.active:before {
        opacity: 1
    }

    .bdt-ep-image-expand-item.active:hover {
        flex: 100%
    }

    .bdt-ep-image-expand-item.active .bdt-ie-lightbox-wrap {
        opacity: 1;
        transition-delay: .4s;
        visibility: visible
    }

    .bdt-ep-image-expand-item.active .bdt-ep-image-expand-img:before {
        opacity: 1
    }

.bdt-ep-image-expand-item:hover {
    flex: 1.5
}

.bdt-ep-image-expand-content {
    position: absolute;
    padding: 0 10px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    width: 100%;
    max-width: 1200px;
    text-align: right;
    opacity: 0;
    transition-property: opacity;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.bdt-ep-image-expand-sub-title {
    color: #fff;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 18px
}

.bdt-ep-image-expand-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 15px;
    margin: 0
}

    .bdt-ep-image-expand-title * {
        color: inherit
    }

.bdt-ep-image-expand-text {
    color: #fff;
    line-height: 1.5em;
    padding-bottom: 20px;
    font-size: 15px
}

    .bdt-ep-image-expand-text p {
        margin: 0
    }

.bdt-ep-image-expand-button {
    display: block;
    position: relative
}

    .bdt-ep-image-expand-button a {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        padding: 8px 20px;
        background: #1e87f0;
        border-radius: 3px;
        line-height: 1
    }

        .bdt-ep-image-expand-button a:hover {
            background: #fff;
            color: #1e87f0
        }

.skin--sliding-box .bdt-ep-image-expand-item {
    display: flex
}

.skin--sliding-box .bdt-ep-image-expand-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all .4s
}

    .skin--sliding-box .bdt-ep-image-expand-img:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        right: 0;
        top: 0;
        transition: opacity .3s ease;
        z-index: 1;
        opacity: 0
    }

    .skin--sliding-box .bdt-ep-image-expand-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: all .4s linear
    }

.skin--sliding-box .bdt-ep-image-expand-content {
    width: 50%;
    transform: translate(0,-50%);
    right: auto
}

    .skin--sliding-box .bdt-ep-image-expand-content * {
        color: #495157
    }

.skin--sliding-box .bdt-ep-image-expand-item.active .bdt-ep-image-expand-img {
    width: 50%
}

    .skin--sliding-box .bdt-ep-image-expand-item.active .bdt-ep-image-expand-img img {
        transform: scale(1.1)
    }

.skin--sliding-box .bdt-ep-image-expand-item.active .bdt-ep-image-expand-content {
    width: 50%;
    margin-right: 50%
}

.skin--sliding-box .bdt-ie-lightbox-wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.bdt-ie-lightbox-wrap {
    position: absolute;
    opacity: 0;
    transition: all .4s ease;
    visibility: hidden;
    left: 0;
    margin: 10px;
    z-index: 10
}

.bdt-ep-image-expand-lightbox {
    display: inline-flex;
    padding: 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    transition: all .3s ease
}

    .bdt-ep-image-expand-lightbox i {
        transition: transform .3s ease
    }

    .bdt-ep-image-expand-lightbox:hover {
        color: #fff
    }

        .bdt-ep-image-expand-lightbox:hover i {
            transform: scale(1.1)
        }

.ep-img-position--row-reverse .bdt-ep-image-expand-item.active .bdt-ep-image-expand-content {
    margin-left: 50%;
    margin-right: auto
}

@media (min-width:768px) {
    .bdt-ep-image-expand {
        height: 640px
    }

    .bdt-ep-image-expand-content {
        padding: 0 70px
    }

    .bdt-ep-image-expand-sub-title {
        font-size: 22px
    }

    .bdt-ep-image-expand-title {
        font-size: 48px
    }

    .bdt-ep-image-expand-text {
        padding-bottom: 30px;
        font-size: 16px
    }

    .bdt-ep-image-expand-button a {
        font-size: 15px;
        padding: 10px 25px
    }
}

@media (min-width:1024px) {
    .bdt-ep-image-expand {
        height: 720px
    }
}

.bdt-image-stack {
    display: inline-flex;
    align-items: center
}

    .bdt-image-stack:hover .bdt-ep-image-stack-item span, .bdt-image-stack:hover .bdt-ep-image-stack-item a {
        margin-right: 0 !important;
        -webkit-transform: translate(var(--ep-stack-trans-x-normal,0),var(--ep-stack-trans-y-normal,0)) rotateX(var(--ep-stack-rotate-x-normal,0)) rotateY(var(--ep-stack-rotate-y-normal,0)) rotateZ(var(--ep-stack-rotate-z-normal,0));
        transform: translate(var(--ep-stack-trans-x-normal,0),var(--ep-stack-trans-y-normal,0)) rotateX(var(--ep-stack-rotate-x-normal,0)) rotateY(var(--ep-stack-rotate-y-normal,0)) rotateZ(var(--ep-stack-rotate-z-normal,0))
    }

    .bdt-image-stack .bdt-ep-image-stack-item:hover a, .bdt-image-stack .bdt-ep-image-stack-item:hover span {
        -webkit-transform: translate(var(--ep-item-trans-x-hover,var(--ep-item-trans-x-normal,0)),var(--ep-item-trans-y-hover,var(--ep-item-trans-y-normal,0))) rotateX(var(--ep-item-rotate-x-hover,var(--ep-item-rotate-x-normal,0))) rotateY(var(--ep-item-rotate-y-hover,var(--ep-item-rotate-y-normal,0))) rotateZ(var(--ep-item-rotate-z-hover,var(--ep-item-rotate-z-normal,0))) scaleX(var(--ep-item-scale-x-hover,var(--ep-item-scale-x-normal,1))) scaleY(var(--ep-item-scale-y-hover,var(--ep-item-scale-y-normal,1))) skewX(var(--ep-item-skew-x-hover,var(--ep-item-skew-x-normal,0))) skewY(var(--ep-item-skew-y-hover,var(--ep-item-skew-y-normal,0)));
        transform: translate(var(--ep-item-trans-x-hover,var(--ep-item-trans-x-normal,0)),var(--ep-item-trans-y-hover,var(--ep-item-trans-y-normal,0))) rotateX(var(--ep-item-rotate-x-hover,var(--ep-item-rotate-x-normal,0))) rotateY(var(--ep-item-rotate-y-hover,var(--ep-item-rotate-y-normal,0))) rotateZ(var(--ep-item-rotate-z-hover,var(--ep-item-rotate-z-normal,0))) scaleX(var(--ep-item-scale-x-hover,var(--ep-item-scale-x-normal,1))) scaleY(var(--ep-item-scale-y-hover,var(--ep-item-scale-y-normal,1))) skewX(var(--ep-item-skew-x-hover,var(--ep-item-skew-x-normal,0))) skewY(var(--ep-item-skew-y-hover,var(--ep-item-skew-y-normal,0)));
        transition-delay: var(--ep-item-transition-delay,0ms)
    }

.bdt-ep-image-stack-item {
    position: relative;
    display: inline-block;
    border-radius: 100%;
    line-height: 100%
}

    .bdt-ep-image-stack-item a, .bdt-ep-image-stack-item span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        width: 80px;
        min-width: 80px;
        max-width: 100%;
        border-radius: 100%;
        background: #fff;
        box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: all var(--ep-item-transition-duration,300ms) var(--ep-item-transition-easing,ease-out);
        transition: all var(--ep-item-transition-duration,300ms) var(--ep-item-transition-easing,ease-out);
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden
    }

    .bdt-ep-image-stack-item img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

    .bdt-ep-image-stack-item svg {
        width: 1em;
        height: 1em
    }

    .bdt-ep-image-stack-item:not(:last-child) a, .bdt-ep-image-stack-item:not(:last-child) span {
        margin-left: 5px
    }

    .bdt-ep-image-stack-item:not(:first-child) a, .bdt-ep-image-stack-item:not(:first-child) span {
        margin-right: -40px
    }

.bdt-interactive-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 5px 8px -5px rgb(151 163 184 / .5),0 15px 16px -15px rgb(151 163 184 / .5),0 25px 32px -25px rgb(151 163 184 / .5)
}

    .bdt-interactive-card:hover {
        box-shadow: 0 0 3px -1px rgb(151 163 184 / .5)
    }

        .bdt-interactive-card:hover .bdt-interactive-card-image.bdt-image-hover-effect img {
            transform: scale(1.1);
            pointer-events: none
        }

    .bdt-interactive-card:not(.bdt-wavify-active) .bdt-wavify-effect {
        opacity: 0
    }

    .bdt-interactive-card:not(.bdt-wavify-active) .bdt-card-effect-top .bdt-wavify-effect {
        transform: translateY(80px)
    }

    .bdt-interactive-card:not(.bdt-wavify-active) .bdt-card-effect-bottom .bdt-wavify-effect {
        transform: translateY(-80px) rotate(-180deg)
    }

.bdt-wavify-active .bdt-wavify-effect {
    opacity: 1;
    transition: transform 3s ease
}

.bdt-wavify-active .bdt-card-effect-top .bdt-wavify-effect {
    transform: translateY(0)
}

.bdt-wavify-active .bdt-card-effect-bottom .bdt-wavify-effect {
    transform: translateY(0) rotate(-180deg)
}

.bdt-wavify-effect {
    position: absolute;
    width: 100%
}

    .bdt-wavify-effect svg > * {
        fill: #fff;
        transition: fill .3s ease
    }

.bdt-card-effect-top .bdt-wavify-effect {
    bottom: -30px;
    right: 0
}

.bdt-card-effect-bottom .bdt-wavify-effect {
    top: -30px;
    right: 0;
    transform: rotate(-180deg)
}

.bdt-interactive-card-image {
    position: relative;
    overflow: hidden
}

    .bdt-interactive-card-image img {
        width: 100%;
        vertical-align: middle;
        transition: transform .8s cubic-bezier(.25,0,.2,1)
    }

.bdt-interactive-card-content {
    padding: 20px;
    position: relative;
    z-index: 1;
    transition: all .3s ease
}

    .bdt-interactive-card-content > * {
        position: relative;
        z-index: 1
    }

.bdt-interactive-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #0d0925;
    padding-bottom: 6px;
    margin: 0;
    transition: all .3s ease
}

.bdt-interactive-card-sub-title {
    font-size: 15px;
    color: #8a8da0;
    padding-bottom: 5px
}

.bdt-interactive-card-text {
    font-size: 13px;
    color: #4e4a67;
    transition: all .3s ease
}

    .bdt-interactive-card-text p {
        margin: 0
    }

.bdt-interactive-card-button {
    display: inline-block;
    padding-top: 10px
}

.bdt-interactive-card-readmore {
    font-size: 12px;
    font-weight: 600;
    color: #8a8da0;
    border-radius: 3px;
    transition: all .3s ease;
    position: relative
}

    .bdt-interactive-card-readmore:before {
        content: '';
        position: absolute;
        height: 40px;
        width: 40px;
        background: #8a8da0;
        top: 0;
        right: 0;
        border-radius: 60px;
        transition: all .3s ease
    }

    .bdt-interactive-card-readmore span.ep-icon-long-arrow-right {
        margin-left: 10px;
        position: relative;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        transition: all .3s ease
    }

    .bdt-interactive-card-readmore:hover {
        color: #fff
    }

        .bdt-interactive-card-readmore:hover:before {
            width: 100% !important
        }

        .bdt-interactive-card-readmore:hover span.ep-icon-long-arrow-right {
            transform: translateX(-10px)
        }

    .bdt-interactive-card-readmore .bdt-ic-readme-text {
        padding-left: 13px;
        line-height: 1
    }

.bdt-interactive-card-badge {
    z-index: 2;
    -webkit-transform: translate(var(--ep-badge-h-offset,0),var(--ep-badge-v-offset,0)) rotate(var(--ep-badge-rotate,0));
    transform: translate(var(--ep-badge-h-offset,0),var(--ep-badge-v-offset,0)) rotate(var(--ep-badge-rotate,0))
}

    .bdt-interactive-card-badge .bdt-badge {
        border-radius: 3px;
        font-size: 11px
    }

.bdt-title-link-yes .bdt-interactive-card-title:hover {
    cursor: pointer
}

.bdt-global-link-yes .bdt-interactive-card:hover {
    cursor: pointer
}

.rtl .bdt-interactive-card-readmore span.ep-icon-long-arrow-right {
    transform: translateX(0) rotate(-180deg)
}

.rtl .bdt-interactive-card-readmore:hover span.ep-icon-long-arrow-right {
    transform: translateX(-10px) rotate(-180deg)
}

@media (max-width:767px) {
    .bdt-interactive-card:not(.bdt-wavify-active) .bdt-card-effect-right .bdt-wavify-effect, .bdt-interactive-card:not(.bdt-wavify-active) .bdt-card-effect-left .bdt-wavify-effect {
        transform: translateY(80px)
    }

    .bdt-wavify-active .bdt-card-effect-right .bdt-wavify-effect, .bdt-wavify-active .bdt-card-effect-left .bdt-wavify-effect {
        transform: translateY(0)
    }

    .bdt-card-effect-right .bdt-wavify-effect, .bdt-card-effect-left .bdt-wavify-effect {
        bottom: -30px;
        right: 0
    }
}

@media (min-width:768px) {
    .bdt-interactive-card:not(.bdt-wavify-active) .bdt-card-effect-left .bdt-wavify-effect {
        transform: rotate(90deg) translateX(0) translateY(0)
    }

    .bdt-interactive-card:not(.bdt-wavify-active) .bdt-card-effect-right .bdt-wavify-effect {
        transform: rotate(-90deg) translateX(100%) translateY(80px)
    }

    .bdt-card-effect-left .bdt-wavify-effect {
        top: 0;
        transform-origin: 0% 0;
        transform: rotate(90deg) translateX(0%) translateY(-100%);
        bottom: auto;
        right: auto;
        left: -30px
    }

    .bdt-card-effect-right .bdt-wavify-effect {
        bottom: 0;
        transform-origin: 100% 100%;
        transform: rotate(-90deg) translateX(100%) translateY(0%);
        right: -30px
    }

    .bdt-interactive-card-content {
        padding: 30px
    }

    .bdt-interactive-card-title {
        font-size: 24px;
        padding-bottom: 12px
    }

    .bdt-interactive-card-sub-title {
        font-size: 16px;
        padding-bottom: 6px
    }

    .bdt-interactive-card-text {
        font-size: 15px
    }

    .bdt-interactive-card-button {
        padding-top: 15px
    }

    .bdt-interactive-card-readmore {
        font-size: 13px
    }
}

@media (min-width:1024px) {
    .bdt-interactive-card-content {
        padding: 40px
    }

    .bdt-interactive-card-title {
        font-size: 27px;
        padding-bottom: 15px
    }

    .bdt-interactive-card-text {
        font-size: 16px
    }

    .bdt-interactive-card-button {
        padding-top: 20px
    }

    .bdt-interactive-card-readmore {
        font-size: 14px
    }

    .bdt-card-effect-top .bdt-wavify-effect {
        bottom: -40px
    }

    .bdt-card-effect-bottom .bdt-wavify-effect {
        top: -40px
    }

    .bdt-card-effect-left .bdt-wavify-effect {
        left: -40px
    }

    .bdt-card-effect-right .bdt-wavify-effect {
        right: -40px
    }
}

.bdt-interactive-tabs .swiper-slide {
    border-radius: 6px;
    min-width: 100%;
    max-width: 100%;
    opacity: 0 !important
}

    .bdt-interactive-tabs .swiper-slide.swiper-slide-active {
        opacity: 1 !important
    }

.bdt-interactive-tabs .bdt-navigation-arrows a {
    color: #1da1f2;
    padding: 10px 15px;
    background: #fff;
    font-size: 12px;
    border: 1px solid #1da1f2;
    border-radius: 3px;
    display: inline-block;
    transition: all .3s ease
}

    .bdt-interactive-tabs .bdt-navigation-arrows a:hover {
        color: #fff;
        background: #1da1f2
    }

.bdt-interactive-tabs .bdt-navigation-arrows svg {
    width: 1em !important;
    height: 1em
}

.bdt-interactive-tabs .bdt-navigation-prev {
    margin-left: 5px
}

.bdt-interactive-tabs .bdt-navigation-next {
    margin-right: 5px
}

.bdt-interactive-tabs .bdt-navigation-prev, .bdt-interactive-tabs .bdt-navigation-next {
    background: #fff;
    padding: 8px;
    border-radius: 3px
}

.bdt-interactive-tabs-content {
    position: relative
}

.bdt-interactive-tabs-main-img img {
    border-radius: 6px
}

.bdt-interactive-tabs-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid rgb(151 163 184 / .2);
    transition: all .3s ease
}

    .bdt-interactive-tabs-item.bdt-active {
        border-color: #4AB8F8
    }

        .bdt-interactive-tabs-item.bdt-active .bdt-interactive-tabs-icon {
            color: #4AB8F8
        }

            .bdt-interactive-tabs-item.bdt-active .bdt-interactive-tabs-icon svg {
                fill: #4AB8F8
            }

.bdt-interactive-tabs-icon {
    font-size: 40px;
    color: #b6bad0;
    margin-left: 15px;
    line-height: 1;
    transition: all .2s ease
}

    .bdt-interactive-tabs-icon i, .bdt-interactive-tabs-icon svg, .bdt-interactive-tabs-icon img {
        transition: all .3s ease
    }

    .bdt-interactive-tabs-icon svg {
        width: 1em;
        height: 1em;
        fill: #b6bad0;
        transition: all .2s ease
    }

    .bdt-interactive-tabs-icon img {
        min-height: 100%
    }

.bdt-interactive-tabs-wrap {
    display: grid;
    margin: 0;
    padding-right: 0;
    margin-bottom: 30px;
    -webkit-transform: translate(var(--ep-interactive-tabs-thumbs-h-offset,0),var(--ep-interactive-tabs-thumbs-v-offset,0)) rotate(var(--ep-interactive-tabs-thumbs-rotate,0));
    transform: translate(var(--ep-interactive-tabs-thumbs-h-offset,0),var(--ep-interactive-tabs-thumbs-v-offset,0)) rotate(var(--ep-interactive-tabs-thumbs-rotate,0))
}

.bdt-interactive-tabs-sub-title {
    font-size: 11px;
    color: #7b7992;
    margin-bottom: 3px;
    font-weight: 500;
    text-transform: uppercase
}

.bdt-interactive-tabs-title {
    font-size: 16px;
    font-weight: 700;
    color: #0d0925;
    margin: 0
}

.bdt-interactive-tabs-text {
    font-size: 14px;
    margin-top: 5px;
    color: #444
}

.bdt-icon-top--yes .bdt-interactive-tabs-item {
    flex-direction: column;
    align-items: inherit
}

.bdt-icon-top--yes .bdt-interactive-tabs-icon {
    margin-left: 0;
    margin-bottom: 10px
}

@media (min-width:1024px) {
    .bdt-interactive-tabs {
        display: flex
    }

    .bdt-interactive-tabs-wrap {
        margin-left: var(--ep-space-between,15px);
        width: var(--ep-tabs-width,50%);
        margin-bottom: 0
    }

    .bdt-interactive-tabs-content {
        margin-right: var(--ep-space-between,15px);
        width: calc(100% - var(--ep-tabs-width, 50%) - var(--ep-space-between, 15px))
    }

    .bdt-row-reverse--yes .bdt-interactive-tabs {
        flex-direction: row-reverse
    }

    .bdt-row-reverse--yes .bdt-interactive-tabs-wrap {
        margin-left: 0;
        margin-right: var(--ep-space-between,15px)
    }

    .bdt-row-reverse--yes .bdt-interactive-tabs-content {
        margin-right: 0;
        margin-left: var(--ep-space-between,15px)
    }

    .bdt-single-column--yes .bdt-interactive-tabs {
        display: inherit
    }

    .bdt-single-column--yes .bdt-interactive-tabs-wrap {
        width: var(--ep-tabs-width,100%);
        margin-bottom: calc(2 * var(--ep-space-between, 15px));
        margin-left: 0
    }

    .bdt-single-column--yes .bdt-interactive-tabs-content {
        width: 100%;
        margin-right: 0
    }

    .bdt-column-reverse-on-desktop--yes .bdt-interactive-tabs {
        display: flex;
        flex-direction: column-reverse
    }

    .bdt-column-reverse-on-desktop--yes .bdt-interactive-tabs-wrap {
        margin-bottom: 0;
        margin-top: calc(2 * var(--ep-space-between, 15px))
    }
}

@media (max-width:1023px) {
    .bdt-column-reverse--yes .bdt-interactive-tabs {
        display: flex;
        flex-direction: column-reverse
    }

    .bdt-column-reverse--yes .bdt-interactive-tabs-wrap {
        margin-bottom: 0;
        margin-top: calc(2 * var(--ep-space-between, 15px))
    }
}

.bdt-lightbox-wrapper.bdt-line-bounce .elementor-button, .bdt-lightbox-wrapper.bdt-multi-shadow .elementor-button, .bdt-lightbox-wrapper.bdt-shadow-pulse .elementor-button {
    font-size: 16px;
    padding: 32px 30px;
    border-radius: 60px
}

    .bdt-lightbox-wrapper.bdt-line-bounce .elementor-button i, .bdt-lightbox-wrapper.bdt-multi-shadow .elementor-button i, .bdt-lightbox-wrapper.bdt-shadow-pulse .elementor-button i, .bdt-lightbox-wrapper.bdt-line-bounce .elementor-button svg, .bdt-lightbox-wrapper.bdt-multi-shadow .elementor-button svg, .bdt-lightbox-wrapper.bdt-shadow-pulse .elementor-button svg {
        transition: all .3s ease-in-out
    }

    .bdt-lightbox-wrapper.bdt-line-bounce .elementor-button:hover i, .bdt-lightbox-wrapper.bdt-multi-shadow .elementor-button:hover i, .bdt-lightbox-wrapper.bdt-shadow-pulse .elementor-button:hover i, .bdt-lightbox-wrapper.bdt-line-bounce .elementor-button:hover svg, .bdt-lightbox-wrapper.bdt-multi-shadow .elementor-button:hover svg, .bdt-lightbox-wrapper.bdt-shadow-pulse .elementor-button:hover svg {
        transform: scale(1.2)
    }

    .bdt-lightbox-wrapper.bdt-line-bounce .elementor-button svg, .bdt-lightbox-wrapper.bdt-multi-shadow .elementor-button svg, .bdt-lightbox-wrapper.bdt-shadow-pulse .elementor-button svg {
        width: 1em;
        height: 1em
    }

.bdt-lightbox-wrapper.bdt-shadow-pulse .elementor-button {
    animation: shadow-pulse 2s infinite;
    --box-shadow-color: rgba(129,138,145,0.1)
}

.bdt-lightbox-wrapper.bdt-line-bounce .elementor-button {
    position: relative
}

    .bdt-lightbox-wrapper.bdt-line-bounce .elementor-button:before, .bdt-lightbox-wrapper.bdt-line-bounce .elementor-button:after {
        content: '';
        display: block;
        position: absolute;
        border: 1px solid #818a91;
        right: -20px;
        left: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50%;
        animation: line-bounce 1.5s linear infinite;
        opacity: 0;
        backface-visibility: hidden
    }

    .bdt-lightbox-wrapper.bdt-line-bounce .elementor-button:after {
        animation-delay: .5s
    }

.bdt-lightbox-wrapper.bdt-multi-shadow .elementor-button {
    animation: multi-shadow 2s infinite;
    --box-shadow-color: rgba(129,138,145,0.1)
}

.bdt-lightbox-wrapper .fa-fw.e-font-icon-svg {
    height: 1.2em
}

.bdt-lightbox-wrapper .bdt-icon-text {
    font-size: 16px;
    padding-right: 10px;
    text-decoration: underline;
    text-transform: capitalize;
    transition: color .3s ease
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 var(--box-shadow-color)
    }

    70% {
        box-shadow: 0 0 0 40px #fff0
    }

    100% {
        box-shadow: 0 0 0 0 #fff0
    }
}

@keyframes line-bounce {
    0% {
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes multi-shadow {
    0% {
        box-shadow: 0 0 0 10px var(--box-shadow-color),0 0 0 20px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color)
    }

    50% {
        box-shadow: 0 0 0 15px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color),0 0 0 45px var(--box-shadow-color)
    }

    100% {
        box-shadow: 0 0 0 10px var(--box-shadow-color),0 0 0 20px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color)
    }
}

.bdt-lottie-icon-box-icon-wrap {
    display: inline-block;
    line-height: 1;
    transition: all 350ms cubic-bezier(.24,.85,.58,1);
    color: #818a91;
    font-size: 64px;
    width: 64px;
    height: auto;
    text-align: center;
    position: relative;
    box-sizing: content-box
}

    .bdt-lottie-icon-box-icon-wrap:hover {
        color: #818a91
    }

    .bdt-lottie-icon-box-icon-wrap svg {
        display: flex
    }

.bdt-lottie-icon-box-readmore {
    display: inline-block
}

    .bdt-lottie-icon-box-readmore svg {
        width: 1em;
        height: 1em
    }

.bdt-lottie-icon-box-separator-wrap {
    margin-bottom: 24px;
    line-height: 1
}

    .bdt-lottie-icon-box-separator-wrap > * {
        height: auto
    }

    .bdt-lottie-icon-box-separator-wrap > svg [stroke*='#'] {
        stroke: currentcolor
    }

.bdt-lottie-icon-box-separator {
    border-top: 4px solid #ddd;
    display: inline-block;
    width: 100px
}

.bdt-icon-effect-none .bdt-lottie-icon-box-icon-wrap:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    top: 0;
    right: 0
}

.bdt-icon-effect-none .bdt-lottie-icon-box:hover .bdt-lottie-icon-box-icon-wrap:after {
    opacity: 1
}

.bdt-icon-effect-a .bdt-lottie-icon-box-icon-wrap:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    top: 0;
    right: 0;
    border-radius: 200px
}

.bdt-icon-effect-a .bdt-lottie-icon-box:hover .bdt-lottie-icon-box-icon-wrap {
    background-color: #fff0
}

    .bdt-icon-effect-a .bdt-lottie-icon-box:hover .bdt-lottie-icon-box-icon-wrap:after {
        opacity: 1;
        transform: scale(1.5)
    }

.bdt-icon-effect-g .bdt-lottie-icon-box-icon-wrap:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 0;
    height: 103%;
    top: 50%;
    right: 50%;
    z-index: -1;
    opacity: 0;
    transform: translateX(50%) translateY(-50%)
}

.bdt-icon-effect-g .bdt-lottie-icon-box:hover .bdt-lottie-icon-box-icon-wrap {
    background-color: #fff0
}

    .bdt-icon-effect-g .bdt-lottie-icon-box:hover .bdt-lottie-icon-box-icon-wrap:after {
        width: 90%;
        opacity: 1
    }

.bdt-icon-effect-b .bdt-lottie-icon-box-icon-wrap {
    overflow: hidden
}

    .bdt-icon-effect-b .bdt-lottie-icon-box-icon-wrap:after {
        content: '';
        position: absolute;
        transition: all .3s ease-out;
        width: 100%;
        height: 0;
        top: 50%;
        right: 50%;
        opacity: 0;
        z-index: -1;
        transform: translateX(50%) translateY(-50%) rotate(-45deg)
    }

.bdt-icon-effect-b .bdt-lottie-icon-box:hover .bdt-lottie-icon-box-icon-wrap {
    background-color: #fff0
}

    .bdt-icon-effect-b .bdt-lottie-icon-box:hover .bdt-lottie-icon-box-icon-wrap:after {
        height: 260%;
        opacity: 1
    }

.bdt-icon-effect-c .bdt-lottie-icon-box-icon-wrap:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 101%;
    height: 0;
    top: 50%;
    right: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(50%) translateY(-50%)
}

.bdt-icon-effect-c .bdt-lottie-icon-box:hover .bdt-lottie-icon-box-icon-wrap {
    background-color: #fff0
}

    .bdt-icon-effect-c .bdt-lottie-icon-box:hover .bdt-lottie-icon-box-icon-wrap:after {
        height: 75%;
        opacity: 1
    }

.bdt-icon-effect-d .bdt-lottie-icon-box-icon-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
    transform: rotate3d(0,0,1,45deg) translate3d(0,-3em,0);
    transform-origin: 100% 100%;
    transition: transform .3s,opacity .3s,background-color .3s
}

.bdt-icon-effect-d .bdt-lottie-icon-box:hover .bdt-lottie-icon-box-icon-wrap {
    background-color: #fff0
}

    .bdt-icon-effect-d .bdt-lottie-icon-box:hover .bdt-lottie-icon-box-icon-wrap:after {
        opacity: 1;
        transform: rotate3d(0,0,1,0deg);
        transition-timing-function: cubic-bezier(.2,1,.3,1)
    }

.bdt-icon-effect-e .bdt-lottie-icon-box-icon-wrap:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
    height: 0;
    top: 0;
    right: 0;
    z-index: -1
}

.bdt-icon-effect-e .bdt-lottie-icon-box:hover .bdt-lottie-icon-box-icon-wrap {
    background-color: #fff0
}

    .bdt-icon-effect-e .bdt-lottie-icon-box:hover .bdt-lottie-icon-box-icon-wrap:after {
        height: 100%
    }

.bdt-icon-effect-f .bdt-lottie-icon-box-icon-wrap:after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all .3s ease-out;
    background: #666;
    width: 0;
    height: 100%;
    top: 0;
    right: 0
}

.bdt-icon-effect-f .bdt-lottie-icon-box:hover .bdt-lottie-icon-box-icon-wrap {
    background-color: #fff0
}

    .bdt-icon-effect-f .bdt-lottie-icon-box:hover .bdt-lottie-icon-box-icon-wrap:after {
        width: 100%
    }

.bdt-readmore-on-hover-yes .bdt-lottie-icon-box-readmore {
    margin-top: 26px;
    position: absolute;
    -webkit-transform: translate(var(--ep-lottie-icon-box-readmore-h-offset,-50%),var(--ep-lottie-icon-box-readmore-v-offset,0));
    transform: translate(var(--ep-lottie-icon-box-readmore-h-offset,-50%),var(--ep-lottie-icon-box-readmore-v-offset,0));
    opacity: 0;
    transition: opacity 350ms cubic-bezier(.24,.85,.58,1)
}

.bdt-readmore-on-hover-yes .bdt-lottie-icon-box:hover .bdt-lottie-icon-box-readmore {
    opacity: 1
}

.bdt-lottie-icon-box {
    text-align: center
}

.bdt-lottie-icon-box-title {
    font-weight: 700;
    font-size: 1.25rem
}

    .bdt-lottie-icon-box-title a {
        color: inherit
    }

.bdt-lottie-icon-box-test {
    margin-bottom: 20px
}

.bdt-lottie-icon-box-sub-title {
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 20px;
    transition: all .25s ease
}

.bdt-lottie-icon-box-icon-heading {
    margin-bottom: 20px
}

    .bdt-lottie-icon-box-icon-heading .bdt-lottie-icon-box-title, .bdt-lottie-icon-box-icon-heading .bdt-lottie-icon-box-sub-title {
        margin-bottom: 0;
        margin-top: 0
    }

.bdt-global-link-yes .bdt-lottie-icon-box:hover {
    cursor: pointer
}

.bdt-title-link-yes .bdt-lottie-icon-box-title:hover {
    cursor: pointer
}

.elementor-widget-bdt-lottie-icon-box .bdt-indicator-svg {
    -webkit-transform: translate(var(--ep-lottie-icon-box-indicator-h-offset,0),var(--ep-lottie-icon-box-indicator-v-offset,0)) rotate(var(--ep-lottie-icon-box-indicator-rotate,0));
    transform: translate(var(--ep-lottie-icon-box-indicator-h-offset,0),var(--ep-lottie-icon-box-indicator-v-offset,0)) rotate(var(--ep-lottie-icon-box-indicator-rotate,0))
}

.bdt-lottie-icon-box-badge {
    -webkit-transform: translate(var(--ep-lottie-icon-box-badge-h-offset,0),var(--ep-lottie-icon-box-badge-v-offset,0)) rotate(var(--ep-lottie-icon-box-badge-rotate,0));
    transform: translate(var(--ep-lottie-icon-box-badge-h-offset,0),var(--ep-lottie-icon-box-badge-v-offset,0)) rotate(var(--ep-lottie-icon-box-badge-rotate,0))
}

.elementor-position-top .bdt-lottie-icon-box-icon {
    -webkit-transform: translate(var(--ep-lottie-icon-box-icon-top-h-offset,0),var(--ep-lottie-icon-box-icon-top-v-offset,0));
    transform: translate(var(--ep-lottie-icon-box-icon-top-h-offset,0),var(--ep-lottie-icon-box-icon-top-v-offset,0))
}

.elementor-position-left .bdt-lottie-icon-box-icon, .elementor-position-right .bdt-lottie-icon-box-icon {
    -webkit-transform: translate(var(--ep-lottie-icon-box-icon-left-h-offset,0),var(--ep-lottie-icon-box-icon-left-v-offset,0));
    transform: translate(var(--ep-lottie-icon-box-icon-left-h-offset,0),var(--ep-lottie-icon-box-icon-left-v-offset,0))
}

@media (min-width:768px) {
    .elementor-position-left .bdt-lottie-icon-box {
        display: flex;
        text-align: right;
        flex-direction: row
    }

    .elementor-position-left .bdt-lottie-icon-box-icon {
        flex: 0 0 auto
    }

    .elementor-position-right .bdt-lottie-icon-box {
        display: flex;
        text-align: left;
        flex-direction: row-reverse
    }

    .elementor-position-right .bdt-lottie-icon-box-icon {
        flex: 0 0 auto
    }

    .elementor-position-top .bdt-lottie-icon-box-img {
        margin: auto
    }

    .elementor-position-top .bdt-lottie-icon-box-icon {
        display: inline-block
    }

    .elementor-vertical-align-top .bdt-lottie-icon-box {
        align-items: flex-start
    }

    .elementor-vertical-align-middle .bdt-lottie-icon-box {
        align-items: center
    }

    .elementor-vertical-align-bottom .bdt-lottie-icon-box {
        align-items: flex-end
    }

    .elementor-widget-bdt-lottie-icon-box .bdt-indicator-svg {
        position: absolute;
        right: 100%;
        top: 0;
        width: 150px;
        height: auto;
        transform-origin: center center;
        z-index: 10
    }

        .elementor-widget-bdt-lottie-icon-box .bdt-indicator-svg svg {
            height: auto;
            width: 100%
        }
}

@media (max-width:767px) {
    .bdt-lottie-icon-box-icon {
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 15px
    }

    .bdt-icon-type-image .bdt-lottie-icon-box-icon-wrap {
        width: auto
    }
}

.ep-logo-grid-cover-yes .bdt-logo-grid-wrapper .bdt-logo-grid-img {
    height: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover
}

.bdt-logo-grid-wrapper .bdt-item {
    overflow: hidden;
    height: 210px;
    border-color: #e7e7e7;
    transition: all .3s ease
}

.bdt-logo-grid-figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
    transition: all .3s ease
}

.bdt-logo-grid--tictactoe .bdt-item {
    border-width: 2px 0 0 2px;
    border-style: solid
}

.bdt-logo-grid--border .bdt-item {
    border-width: 0 0 2px 2px;
    border-style: solid
}

    .bdt-logo-grid--border .bdt-item:first-child {
        border-top-right-radius: 10px
    }

    .bdt-logo-grid--border .bdt-item:last-child {
        border-bottom-left-radius: 10px
    }

.bdt-logo-grid--box .bdt-item {
    border-width: 2px;
    border-style: solid;
    border-radius: .5rem
}

@media (min-width:1025px) {
    .bdt-logo-grid--tictactoe.bdt-lg-col-2 .bdt-item:nth-child(2n) {
        border-left-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col-2 .bdt-item:nth-child(-n+2) {
        border-top-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col-3 .bdt-item:nth-child(3n) {
        border-left-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col-3 .bdt-item:nth-child(-n+3) {
        border-top-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col-4 .bdt-item:nth-child(4n) {
        border-left-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col-4 .bdt-item:nth-child(-n+4) {
        border-top-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col-5 .bdt-item:nth-child(5n) {
        border-left-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col-5 .bdt-item:nth-child(-n+5) {
        border-top-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col-6 .bdt-item:nth-child(6n) {
        border-left-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col-6 .bdt-item:nth-child(-n+6) {
        border-top-width: 0 !important
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .bdt-logo-grid--tictactoe.bdt-lg-col--tablet2 .bdt-item:nth-child(2n) {
        border-left-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--tablet2 .bdt-item:nth-child(-n+2) {
        border-top-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--tablet3 .bdt-item:nth-child(3n) {
        border-left-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--tablet3 .bdt-item:nth-child(-n+3) {
        border-top-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--tablet4 .bdt-item:nth-child(4n) {
        border-left-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--tablet4 .bdt-item:nth-child(-n+4) {
        border-top-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--tablet5 .bdt-item:nth-child(5n) {
        border-left-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--tablet5 .bdt-item:nth-child(-n+5) {
        border-top-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--tablet6 .bdt-item:nth-child(6n) {
        border-left-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--tablet6 .bdt-item:nth-child(-n+6) {
        border-top-width: 0 !important
    }
}

@media (max-width:767px) {
    .bdt-logo-grid--tictactoe.bdt-lg-col--mobile2 .bdt-item:nth-child(2n) {
        border-left-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--mobile2 .bdt-item:nth-child(-n+2) {
        border-top-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--mobile3 .bdt-item:nth-child(3n) {
        border-left-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--mobile3 .bdt-item:nth-child(-n+3) {
        border-top-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--mobile4 .bdt-item:nth-child(4n) {
        border-left-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--mobile4 .bdt-item:nth-child(-n+4) {
        border-top-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--mobile5 .bdt-item:nth-child(5n) {
        border-left-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--mobile5 .bdt-item:nth-child(-n+5) {
        border-top-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--mobile6 .bdt-item:nth-child(6n) {
        border-left-width: 0 !important
    }

    .bdt-logo-grid--tictactoe.bdt-lg-col--mobile6 .bdt-item:nth-child(-n+6) {
        border-top-width: 0 !important
    }
}

.elementor-widget-bdt-logo-carousel .bdt-arrows-container {
    -webkit-transform: translate(var(--ep-arrows-ncx-h-offset,0),var(--ep-arrows-ncx-v-offset,0));
    transform: translate(var(--ep-arrows-ncx-h-offset,0),var(--ep-arrows-ncx-v-offset,0))
}

.elementor-widget-bdt-logo-carousel .bdt-dots-container {
    -webkit-transform: translate(var(--ep-dots-nnx-h-offset,0),var(--ep-dots-nnx-v-offset,0));
    transform: translate(var(--ep-dots-nnx-h-offset,0),var(--ep-dots-nnx-v-offset,0))
}

.elementor-widget-bdt-logo-carousel .bdt-arrows-dots-container {
    -webkit-transform: translate(var(--ep-both-h-offset,0),var(--ep-both-v-offset,0));
    transform: translate(var(--ep-both-h-offset,0),var(--ep-both-v-offset,0))
}

.bdt-logo-carousel-item {
    height: 210px;
    position: relative
}

    .bdt-logo-carousel-item .bdt-logo-carousel-link {
        position: absolute;
        height: 100%;
        width: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0
    }

.bdt-logo-carousel-figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
    border: 2px solid #ddd;
    transition: all .3s ease
}

.bdt-logo-carousel-img {
    max-height: 100%;
    width: auto
}

.ep-megamenu-vertical-toggle-btn {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    padding: 10px 15px;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: space-around
}

    .ep-megamenu-vertical-toggle-btn span {
        margin: 0 15px
    }

    .ep-megamenu-vertical-toggle-btn i {
        font-size: 14px
    }

ul[id*="ep-megamenu"].bdt-accordion {
    display: grid
}

    ul[id*="ep-megamenu"].bdt-accordion > :nth-child(n+2) {
        margin-top: 0
    }

ul[id*="ep-megamenu"] .bdt-accordion-title::before {
    background-image: none
}

ul[id*="ep-megamenu"].bdt-accordion {
    background: #fff;
    padding: 10px;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0
}

    ul[id*="ep-megamenu"].bdt-accordion:nth-child(n+2) {
        margin-top: 15px
    }

.ep-megamenu-has > .bdt-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-right: 10px;
    float: left;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.ep-megamenu-has.bdt-open > .bdt-accordion-title::before {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E)
}

.header-mobile-slide {
    text-align: initial
}

.ep-badge-label {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    font-size: 8px;
    background: red;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    padding: 4px 5px;
    border-radius: 3px
}

.ep-megamenu {
    --ep-megamenu-vertical-width: 250px
}

    .ep-megamenu .ep-megamenu-panel {
        padding-right: 0;
        max-height: 80vh;
        overflow: auto
    }

    .ep-megamenu .bdt-dropbar {
        padding: 0;
        margin: 0;
        background: #fff0
    }

    .ep-megamenu .bdt-navbar-toggle {
        min-height: auto;
        padding: 0;
        display: inline-flex;
        justify-content: flex-start;
        padding: 10px;
        font-size: 27px
    }

        .ep-megamenu .bdt-navbar-toggle svg {
            width: 1em;
            height: 1em;
            color: #333
        }

    .ep-megamenu .megamenu-header-default .bdt-navbar-nav li .bdt-megamenu-indicator {
        font-size: 10px
    }

    .ep-megamenu .megamenu-header-default .bdt-navbar-nav li .bdt-icon {
        margin-left: 7px
    }

    .ep-megamenu .megamenu-header-mobile {
        display: flex;
        text-align: left
    }

    .ep-megamenu .bdt-navbar-nav li .ep-menu-nav-link {
        position: relative;
        font-size: 16px;
        text-decoration: none;
        display: flex;
        align-items: center;
        grid-column-gap: 6px;
        line-height: 1;
        transition: all .3s ease;
        padding: 10px 12px
    }

    .ep-megamenu.ep-megamenu-horizontal .bdt-navbar-nav {
        display: flex;
        align-items: center;
        background: #fff0;
        list-style: none;
        margin: 0;
        padding: 0;
        grid-column-gap: 10px
    }

    .ep-megamenu.ep-megamenu-horizontal li .ep-menu-nav-link {
        color: #494c52
    }

    .ep-megamenu.ep-megamenu-horizontal li a {
        min-height: 0
    }

    .ep-megamenu .ep-default-submenu-panel {
        padding: 15px 20px;
        border-radius: 3px;
        list-style: none;
        background-color: #f5f5f5;
        max-height: unset;
        overflow: unset
    }

        .ep-megamenu .ep-default-submenu-panel li {
            margin-bottom: 1px
        }

            .ep-megamenu .ep-default-submenu-panel li:nth-last-child(1) {
                margin-bottom: 0
            }

            .ep-megamenu .ep-default-submenu-panel li a {
                font-size: 15px;
                color: #34373b;
                padding: 7px 10px;
                display: block
            }

        .ep-megamenu .ep-default-submenu-panel .menu-item-has-children {
            position: relative
        }

            .ep-megamenu .ep-default-submenu-panel .menu-item-has-children::before {
                content: "";
                position: absolute;
                left: 7px;
                top: 50%;
                width: 8px;
                height: 8px;
                border-top: 1px solid #333;
                border-left: 1px solid #333;
                will-change: transform;
                transform-origin: top;
                transform: rotate(-45deg)
            }

    .ep-megamenu .badge-new, .ep-megamenu .badge-popular, .ep-megamenu .badge-hot, .ep-megamenu .badge-trending, .ep-megamenu .badge-featured, .ep-megamenu .badge-updated {
        position: relative
    }

        .ep-megamenu .badge-new::before, .ep-megamenu .badge-popular::before, .ep-megamenu .badge-hot::before, .ep-megamenu .badge-trending::before, .ep-megamenu .badge-featured::before, .ep-megamenu .badge-updated::before {
            position: absolute;
            padding: 3px 6px;
            top: -18px;
            color: #fff;
            left: 0;
            border-radius: 3px;
            font-size: 8px;
            text-transform: uppercase
        }

        .ep-megamenu .badge-new::before {
            content: "new";
            background-color: #23504d
        }

        .ep-megamenu .badge-popular::before {
            content: "popular";
            background-color: #e9b508
        }

        .ep-megamenu .badge-hot::before {
            content: "hot";
            background-color: #fd4505
        }

        .ep-megamenu .badge-trending::before {
            content: "trending";
            background-color: #00c2db
        }

        .ep-megamenu .badge-featured::before {
            content: "featured";
            background-color: #7f69fd
        }

        .ep-megamenu .badge-updated::before {
            content: "updated";
            background-color: #0d0c43
        }

.mega-menu-builder-panel.bdt-drop.bdt-open {
    padding: 0 !important
}

.ep-megamenu.ep-megamenu.ep-megamenu-horizontal .mega-menu-builder-panel.bdt-dropdown.bdt-open {
    background: unset;
    width: 100%;
    padding: 0
}

.ep-megamenu.ep-megamenu.ep-megamenu-horizontal .megamenu-header-default .ep-badge-label {
    top: -10px;
    right: 58%
}

.ep-megamenu.ep-megamenu.ep-megamenu-vertical .mega-menu-builder-panel.bdt-dropdown.bdt-open {
    background: unset;
    width: calc(100% - calc(var(--ep-megamenu-vertical-width) + 15px));
    padding: 0
}

.ep-megamenu.ep-megamenu.ep-megamenu-vertical .megamenu-header-default .ep-badge-label {
    top: 50%
}

.ep-megamenu.ep-megamenu-vertical.initialized {
    display: none
}

.ep-megamenu.ep-megamenu-vertical li .ep-menu-nav-link {
    color: #595962
}

    .ep-megamenu.ep-megamenu-vertical li .ep-menu-nav-link:hover {
        color: #000
    }

.ep-megamenu.ep-megamenu-vertical li .bdt-megamenu-indicator {
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%) rotate(90deg);
    transition: transform .4s ease
}

.menu-item-has-children .bdt-dropdown {
    list-style: none;
    padding: 15px;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / .08)
}

    .menu-item-has-children .bdt-dropdown li {
        font-size: 11px;
        font-weight: 400;
        margin-bottom: 10px
    }

        .menu-item-has-children .bdt-dropdown li:nth-last-child(1) {
            margin-bottom: 0
        }

        .menu-item-has-children .bdt-dropdown li a {
            color: #494c52;
            text-decoration: none;
            transition: all .3s ease
        }

            .menu-item-has-children .bdt-dropdown li a:hover {
                color: #101114
            }

.menu-item-has-children .bdt-accordion-content > li {
    list-style: none;
    margin: 0;
    padding-right: 12px
}

.menu-item-has-children .bdt-accordion-content {
    list-style: none
}

    .menu-item-has-children .bdt-accordion-content li {
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        margin-bottom: 5px
    }

        .menu-item-has-children .bdt-accordion-content li:nth-last-child(1) {
            margin-bottom: 0
        }

        .menu-item-has-children .bdt-accordion-content li a {
            color: #494c52;
            text-decoration: none;
            transition: all .3s ease;
            margin-top: 3px
        }

            .menu-item-has-children .bdt-accordion-content li a:hover {
                color: #101114
            }

.ep-megamenu-vertical .bdt-navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 1px;
    background: #f2f2f2;
    padding: 15px 20px;
    margin: 0;
    list-style: none;
    width: var(--ep-megamenu-vertical-width);
    border-radius: 3px
}

    .ep-megamenu-vertical .bdt-navbar-nav li {
        width: 100%
    }

        .ep-megamenu-vertical .bdt-navbar-nav li a {
            min-height: 0
        }

.ep-virtual-area {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    right: 0;
    left: 0;
    z-index: 99999
}

    .ep-virtual-area .bdt-accordion-title .ep-menu-nav-link .bdt-megamenu-indicator {
        display: none
    }

    .ep-virtual-area .bdt-accordion-title {
        display: flex;
        position: relative;
        align-items: center
    }

        .ep-virtual-area .bdt-accordion-title .bdt-megamenu-indicator {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            font-size: 12px
        }

    .ep-virtual-area .bdt-accordion-content {
        margin: 0;
        padding: 0;
        max-height: 90vh;
        overflow: auto
    }

    .ep-virtual-area .ep-menu-nav-link {
        grid-gap: 5px;
        font-size: 16px;
        padding: 5px 8px;
        color: #000
    }

        .ep-virtual-area .ep-menu-nav-link svg, .ep-virtual-area .ep-menu-nav-link i {
            width: auto;
            height: 14px;
            line-height: 14px;
            margin-left: 5px
        }

@media screen and (min-width:1025px) {
    .bdt-mega-menu-hamburger-m .megamenu-header-mobile {
        display: none !important
    }
}

@media screen and (max-width:1024px) {
    .bdt-mega-menu-hamburger-m .megamenu-header-default {
        display: none !important
    }
}

@media screen and (min-width:768px) {
    .bdt-mega-menu-hamburger-s .megamenu-header-mobile {
        display: none !important
    }
}

@media screen and (max-width:767px) {
    .bdt-mega-menu-hamburger-s .megamenu-header-default {
        display: none !important
    }
}

.bdt-mega-menu-hamburger-none .megamenu-header-mobile {
    display: none !important
}

.bdt-mega-menu-hamburger-none .megamenu-header-default .bdt-navbar-nav {
    flex-wrap: wrap
}

.elementor-widget-bdt-marquee {
    --marquee-rotate: var(--bdt-marquee-rotate);
    --marquee-offset: var(--bdt-marquee-offset);
    --marquee-adjustment: var(--bdt-marquee-adjustment);
    -webkit-transform: rotate(var(--marquee-rotate));
    -ms-transform: rotate(var(--marquee-rotate));
    transform: rotate(var(--marquee-rotate));
    margin-right: calc(var(--marquee-offset));
    width: calc(100% + var(--marquee-adjustment))
}

.bdt-marquee {
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden
}

    .bdt-marquee .marquee-content {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        flex-shrink: 0;
        cursor: pointer;
        margin-right: 5px
    }

        .bdt-marquee .marquee-content.marquee-text {
            background-color: #022f40;
            font-size: 21px;
            padding: 20px;
            color: #fff
        }

        .bdt-marquee .marquee-content.marquee-image {
            width: 200px
        }

.bdt-newsletter-btn-icon, .bdt-newsletter-before-icon {
    display: inline-flex
}

    .bdt-newsletter-btn-icon svg, .bdt-newsletter-before-icon svg {
        width: 1em;
        height: 1em
    }

.bdt-before-icon-inline--yes .bdt-before-icon {
    position: absolute;
    right: 10px;
    padding: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%)
}

.bdt-before-icon-inline--yes .bdt-input {
    padding: 0 40px
}

.bdt-mailchimp {
    align-items: center;
    margin: 0 !important
}

.bdt-newsletter-input-wrapper {
    width: 100%
}

.bdt-marker-wrapper .bdt-marker {
    border-radius: 100px
}

.bdt-marker-item img {
    width: 1em;
    border-radius: inherit
}

.bdt-marker-item svg {
    width: 1em;
    height: 1em
}

.bdt-marker-animated .bdt-marker:before {
    width: 100%;
    height: 100%;
    right: 50%;
    top: 50%
}

.bdt-marker-animated .bdt-marker:before, .bdt-marker-animated .bdt-marker:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: '';
    border: 1px solid rgb(255 255 255 / .5);
    border-radius: 200px;
    transform: scale(.35) translateY(-50%) translateX(50%);
    opacity: 0;
    animation: marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) .4s infinite
}

.bdt-marker-animated .bdt-marker:after {
    width: 100%;
    height: 100%;
    border-color: rgb(255 255 255 / .4);
    animation: marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite
}

.bdt-marker-animated .bdt-marker svg {
    transition: transform .3s
}

.bdt-marker-animated .bdt-marker:hover svg {
    transform: rotate(-90deg)
}

.elementor-widget-bdt-marker .tippy-popper {
    pointer-events: visible
}

.elementor-widget-bdt-marker .tippy-content p {
    margin: 0
}

.elementor-widget-bdt-marker .bdt-marker-wrapper .bdt-marker-invisible {
    background: transparent !important
}

    .elementor-widget-bdt-marker .bdt-marker-wrapper .bdt-marker-invisible:before, .elementor-widget-bdt-marker .bdt-marker-wrapper .bdt-marker-invisible:after {
        border-color: transparent !important
    }

.elementor-element-edit-mode .bdt-marker-invisible {
    border: 1px solid #14ABF4
}

@keyframes marker-ripple-animation {
    0% {
        transform: translate3d(50%,-50%,0) scale(1);
        opacity: 1
    }

    100% {
        transform: translate3d(50%,-50%,0) scale(1.7);
        opacity: 0
    }
}

.bdt-member {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    transition: all .25s ease-in-out
}

.bdt-member-icons a:hover .fa-facebook {
    color: #3B5998
}

.bdt-member-icons a:hover .fa-flickr {
    color: #ff0084
}

.bdt-member-icons a:hover .fa-google-plus {
    color: #dd4b39
}

.bdt-member-icons a:hover .fa-twitter {
    color: #00aced
}

.bdt-member-icons a:hover .fa-github-alt {
    color: #bd5990
}

.bdt-member-icons a:hover .fa-linkedin {
    color: #007bb6
}

.bdt-member-icons a:hover .fa-pinterest {
    color: #BD081C
}

.bdt-member-photo, .bdt-member-photo-flip {
    width: 100%;
    height: 100%
}

    .bdt-member-photo img, .bdt-member-photo-flip img {
        width: 100%;
        object-fit: cover;
        height: 100%
    }

.bdt-member-icon svg {
    width: 1em;
    height: 1em
}

.bdt-member-photo-wrapper {
    overflow: hidden
}

.bdt-member-photo > div {
    opacity: 1
}

.bdt-member-photo img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: all .5s ease-out
}

.bdt-member-content {
    padding: 1em 1.5em
}

.bdt-member-name {
    display: block;
    margin-bottom: .2em;
    font-size: 1.2em;
    font-weight: 700
}

.bdt-member-role {
    display: block;
    margin-bottom: 1em;
    font-size: .9em;
    opacity: .5;
    filter: alpha(opacity=50)
}

.bdt-member-icon {
    padding: 5px
}

.bdt-member-icons {
    border-top: 1px solid rgb(0 0 0 / .05);
    padding: 1em
}

    .bdt-member-icons a {
        display: inline-block;
        text-align: center;
        line-height: 1
    }

        .bdt-member-icons a:first-child {
            margin-right: 0
        }

        .bdt-member-icons a:last-child {
            margin-left: 0 !important
        }

        .bdt-member-icons a i {
            display: inline-block;
            min-width: 16px;
            text-align: center
        }

            .bdt-member-icons a i:before {
                font-size: 16px
            }

        .bdt-member-icons a img {
            display: block;
            width: 16px;
            height: 16px;
            margin: 0;
            padding: 0;
            border: none;
            box-shadow: none
        }

        .bdt-member-icons a + a {
            margin-right: .8em
        }

.bdt-member-clickable:hover {
    cursor: pointer
}

.skin-phaedra .bdt-member-role {
    margin-bottom: 0
}

.skin-phaedra .bdt-member-name {
    color: #fff
}

.skin-phaedra .bdt-member-role {
    color: #fff
}

.skin-phaedra .bdt-member-icons {
    border-top: 1px solid rgb(222 229 235 / .5)
}

.skin-calm .bdt-member-role {
    transition: all .35s ease-out;
    margin-bottom: 0
}

.skin-calm .bdt-member-name {
    margin-bottom: 0
}

.skin-calm:hover .bdt-member-role {
    opacity: 0
}

.skin-calm .bdt-member-icons {
    padding: 0;
    color: #fff;
    margin-top: -15px
}

.skin-calm .bdt-member-content {
    opacity: 1;
    padding: 0;
    color: #fff
}

.skin-calm .bdt-overlay {
    background: linear-gradient(to bottom,#fff0 0%,#fff0 5%,rgb(0 0 0 / .31) 50%,rgb(0 0 0 / .65) 100%);
    bottom: -15px;
    padding-bottom: 45px
}

.skin-calm .bdt-member-icons {
    border-top: 0 solid rgb(0 0 0 / .05)
}

.skin-ekip .ekip-overlay {
    position: absolute;
    right: 0;
    top: -100%;
    color: #fff0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: linear-gradient(#fff0,rgb(0 0 0 / .6));
    border-bottom: 3px solid #ff8217;
    transition: 1s
}

.skin-ekip:hover .ekip-overlay {
    top: 0;
    transition: .6s
}

.skin-ekip:hover .bdt-member-role {
    right: 50%;
    top: 60%;
    transform: translate(50%,-60%);
    visibility: visible;
    opacity: 1
}

.skin-ekip:hover span.bdt-member-name {
    right: 50%;
    top: 70%;
    transform: translate(50%,-70%);
    visibility: visible;
    opacity: 1
}

.skin-ekip:hover .bdt-member-icons {
    position: absolute;
    right: 50%;
    top: 90%;
    transform: translate(50%,-90%);
    visibility: visible;
    opacity: 1
}

.skin-ekip .bdt-member-name, .skin-ekip .bdt-member-role {
    position: absolute;
    right: 50%;
    top: 10%;
    transform: translate(50%,-10%);
    transition: .5s;
    color: #FFF;
    visibility: hidden;
    opacity: 0;
    width: fit-content
}

.skin-ekip .bdt-member-role {
    font-size: 13px
}

.skin-ekip .bdt-member-name {
    font-size: 22px
}

.skin-ekip .bdt-member-icons {
    position: absolute;
    right: 50%;
    top: 0;
    transform: translate(50%,0);
    z-index: 1;
    transition: .6s;
    visibility: hidden;
    opacity: 0;
    height: 40px;
    padding: 0;
    border: 0;
    width: fit-content
}

.skin-ekip .bdt-member-icon {
    padding: 8px 6px;
    background: rgb(255 255 255 / .2);
    border-radius: 40px;
    color: #fff;
    transition: all .3s ease
}

    .skin-ekip .bdt-member-icon:hover {
        background: #fff;
        color: #1e87f0
    }

.skin-ekip .bdt-member-content {
    padding: 0
}

.skin-band .bdt-member-item-wrapper {
    position: relative;
    border-radius: 6px;
    background: #fbfbfb;
    transition: all .2s ease-in
}

    .skin-band .bdt-member-item-wrapper:hover .bdt-member-photo img, .skin-band .bdt-member-item-wrapper:hover .bdt-member-photo-flip img {
        transform: scale3d(1.05,1.03,1.1)
    }

    .skin-band .bdt-member-item-wrapper:hover .bdt-member-photo:before {
        opacity: 1;
        height: 100%;
        transition: all .4s 0s cubic-bezier(.175,.885,.32,1.275)
    }

    .skin-band .bdt-member-item-wrapper:hover .bdt-member-icon {
        opacity: 1;
        transform: translateY(0)
    }

        .skin-band .bdt-member-item-wrapper:hover .bdt-member-icon:nth-child(2) {
            transition-delay: .2s
        }

        .skin-band .bdt-member-item-wrapper:hover .bdt-member-icon:nth-child(3) {
            transition-delay: .3s
        }

        .skin-band .bdt-member-item-wrapper:hover .bdt-member-icon:nth-child(4) {
            transition-delay: .4s
        }

        .skin-band .bdt-member-item-wrapper:hover .bdt-member-icon:nth-child(5) {
            transition-delay: .5s
        }

.skin-band .bdt-member-content {
    position: relative;
    padding: 25px 30px 30px
}

.skin-band .bdt-member-name {
    color: #ff9644;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 5px;
    transition: all .3s ease
}

.skin-band .bdt-member-role {
    color: #999;
    opacity: .8
}

.skin-band .bdt-member-text {
    color: #999;
    font-weight: 400
}

.skin-band .bdt-member-photo-wrapper {
    position: relative
}

.skin-band .bdt-member-photo-flip, .skin-band .bdt-member-photo {
    position: relative;
    border-radius: 6px 6px 0 0;
    overflow: hidden
}

    .skin-band .bdt-member-photo-flip img, .skin-band .bdt-member-photo img {
        transition: all .25s ease-in
    }

    .skin-band .bdt-member-photo:before {
        content: '';
        position: absolute;
        background: rgb(255 255 255 / .7);
        height: 0;
        width: 100%;
        bottom: 0;
        transform: skewY(30deg) translateY(60%);
        transition: all .5s 0s cubic-bezier(.6,-.28,.735,.045);
        opacity: 0;
        z-index: 1
    }

.skin-band .bdt-member-icons {
    position: absolute;
    left: 30px;
    transform: translateY(-65px);
    z-index: 1;
    border: 0;
    padding: 0
}

.skin-band .bdt-member-icon {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    transform: translateY(60px);
    transition: all .4s ease;
    padding: 0;
    opacity: 0;
    width: 40px;
    height: 40px
}

    .skin-band .bdt-member-icon:before {
        position: absolute;
        content: '';
        width: 40px;
        height: 40px;
        border-radius: 100%;
        display: block;
        background: #ff9644;
        transition: all 265ms ease-out
    }

    .skin-band .bdt-member-icon i {
        color: #fff
    }

    .skin-band .bdt-member-icon i, .skin-band .bdt-member-icon svg {
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%,-50%);
        transition: all 265ms ease-out
    }

    .skin-band .bdt-member-icon:hover:before {
        transform: scale(0);
        transition: all 265ms ease-in
    }

    .skin-band .bdt-member-icon:hover i, .skin-band .bdt-member-icon:hover svg {
        transform: translate(50%,-50%) scale(1.3);
        transition: all 265ms ease-in
    }

    .skin-band .bdt-member-icon:hover i {
        color: #ff9644
    }

@media only screen and (max-width:959px) {
    .skin-partait .bdt-member-name, .skin-partait .bdt-member-icons {
        color: #fff
    }

    .skin-partait .bdt-member-role, .skin-partait .bdt-member-content {
        color: initial
    }

    .skin-partait .bdt-member-desc-wrapper {
        position: relative !important
    }

    .skin-partait .bdt-member-name {
        color: initial
    }
}

.bdt-member.skin-flip {
    height: 360px;
    position: relative;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

    .bdt-member.skin-flip .bdt-member-icons {
        border: 0;
        padding: 0
    }

    .bdt-member.skin-flip .bdt-member-text {
        color: #fff
    }

    .bdt-member.skin-flip .bdt-member-content {
        padding: 0;
        width: 100%
    }

    .bdt-member.skin-flip .bdt-skin-flip-layer-inner {
        position: relative;
        height: 100%;
        width: 100%
    }

    .bdt-member.skin-flip .bdt-member-icon {
        color: #fff;
        transition: all .2s ease
    }

        .bdt-member.skin-flip .bdt-member-icon:hover {
            color: #f5f5f5
        }

            .bdt-member.skin-flip .bdt-member-icon:hover .fa-twitter {
                color: #f5f5f5
            }

.bdt-skin-flip-layer.bdt-skin-flip-front, .bdt-skin-flip-layer.bdt-skin-flip-back {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.bdt-skin-flip-back {
    background-color: #1e87f0;
    display: block
}

.bdt-skin-flip-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out
}

.bdt-skin-flip-layer-overlay {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    padding: 35px
}

.bdt-skin-flip-3d-yes .bdt-skin-flip-layer-inner {
    transform: translateZ(90px) scale(.95)
}

.bdt-skin-flip-3d-yes .bdt-skin-flip-layer-overlay {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(.1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.bdt-skin-flip-effect-flip .skin-flip {
    perspective: 1000px;
    transform-style: preserve-3d
}

    .bdt-skin-flip-effect-flip .skin-flip:hover .bdt-skin-flip-back {
        transform: none;
        z-index: 1
    }

.bdt-skin-flip-effect-flip .bdt-skin-flip-layer {
    transform-style: preserve-3d;
    backface-visibility: hidden
}

.bdt-skin-flip-effect-flip .bdt-skin-flip-front {
    transform: none;
    z-index: 1
}

.bdt-skin-flip-effect-flip {
    overflow: inherit !important
}

    .bdt-skin-flip-effect-flip .skin-flip {
        overflow: inherit
    }

    .bdt-skin-flip-effect-flip.bdt-skin-flip-direction-right .bdt-skin-flip-back {
        transform: rotateX(0) rotateY(180deg)
    }

    .bdt-skin-flip-effect-flip.bdt-skin-flip-direction-right .skin-flip:hover .bdt-skin-flip-front {
        transform: rotateX(0) rotateY(-180deg)
    }

    .bdt-skin-flip-effect-flip.bdt-skin-flip-direction-left .bdt-skin-flip-back {
        transform: rotateX(0) rotateY(-180deg)
    }

    .bdt-skin-flip-effect-flip.bdt-skin-flip-direction-left .skin-flip:hover .bdt-skin-flip-front {
        transform: rotateX(0) rotateY(180deg)
    }

    .bdt-skin-flip-effect-flip.bdt-skin-flip-direction-up .bdt-skin-flip-back {
        transform: rotateX(-180deg) rotateY(0)
    }

    .bdt-skin-flip-effect-flip.bdt-skin-flip-direction-up .skin-flip:hover .bdt-skin-flip-front {
        transform: rotateX(180deg) rotateY(0)
    }

    .bdt-skin-flip-effect-flip.bdt-skin-flip-direction-down .bdt-skin-flip-back {
        transform: rotateX(180deg) rotateY(0)
    }

    .bdt-skin-flip-effect-flip.bdt-skin-flip-direction-down .skin-flip:hover .bdt-skin-flip-front {
        transform: rotateX(-180deg) rotateY(0)
    }

.bdt-skin-flip-effect-push .bdt-skin-flip-front {
    transform: none
}

.bdt-skin-flip-effect-push .skin-flip {
    overflow: hidden
}

    .bdt-skin-flip-effect-push .skin-flip:hover .bdt-skin-flip-back {
        transform: none
    }

.bdt-skin-flip-effect-push.bdt-skin-flip-direction-right .skin-flip:hover .bdt-skin-flip-front {
    transform: translateX(-100%) translateY(0)
}

.bdt-skin-flip-effect-push.bdt-skin-flip-direction-right .bdt-skin-flip-back {
    transform: translateX(100%) translateY(0)
}

.bdt-skin-flip-effect-push.bdt-skin-flip-direction-left .skin-flip:hover .bdt-skin-flip-front {
    transform: translateX(100%) translateY(0)
}

.bdt-skin-flip-effect-push.bdt-skin-flip-direction-left .bdt-skin-flip-back {
    transform: translateX(-100%) translateY(0)
}

.bdt-skin-flip-effect-push.bdt-skin-flip-direction-up .skin-flip:hover .bdt-skin-flip-front {
    transform: translateX(0) translateY(-100%)
}

.bdt-skin-flip-effect-push.bdt-skin-flip-direction-up .bdt-skin-flip-back {
    transform: translateX(0) translateY(100%)
}

.bdt-skin-flip-effect-push.bdt-skin-flip-direction-down .skin-flip:hover .bdt-skin-flip-front {
    transform: translateX(0) translateY(100%)
}

.bdt-skin-flip-effect-push.bdt-skin-flip-direction-down .bdt-skin-flip-back {
    transform: translateX(0) translateY(-100%)
}

.bdt-skin-flip-effect-slide .skin-flip {
    overflow: hidden
}

    .bdt-skin-flip-effect-slide .skin-flip:hover .bdt-skin-flip-back {
        transform: none
    }

.bdt-skin-flip-effect-slide.bdt-skin-flip-direction-right .bdt-skin-flip-back {
    transform: translateX(100%) translateY(0)
}

.bdt-skin-flip-effect-slide.bdt-skin-flip-direction-left .bdt-skin-flip-back {
    transform: translateX(-100%) translateY(0)
}

.bdt-skin-flip-effect-slide.bdt-skin-flip-direction-up .bdt-skin-flip-back {
    transform: translateX(0) translateY(100%)
}

.bdt-skin-flip-effect-slide.bdt-skin-flip-direction-down .bdt-skin-flip-back {
    transform: translateX(0) translateY(-100%)
}

.elementor-widget-bdt-member.bdt-skin-flip-flipped .bdt-skin-flip-front {
    display: none
}

.elementor-widget-bdt-member.bdt-skin-flip-flipped .bdt-skin-flip-back {
    transform: none;
    opacity: 1
}

.bdt-navbar > li > a {
    transition: all 350ms cubic-bezier(0,.43,.29,.96)
}

.bdt-navbar .bdt-navbar-nav li.coming-soon, .bdt-navbar .bdt-navbar-nav li.new, .bdt-navbar .bdt-navbar-nav li.hot, .bdt-navbar .bdt-navbar-nav li.updated {
    position: relative
}

    .bdt-navbar .bdt-navbar-nav li.coming-soon:after, .bdt-navbar .bdt-navbar-nav li.new:after, .bdt-navbar .bdt-navbar-nav li.hot:after, .bdt-navbar .bdt-navbar-nav li.updated:after {
        content: "";
        position: absolute;
        width: auto;
        background: rgb(20 171 244 / .58);
        color: #fff;
        left: 0;
        top: 7px;
        font-size: 8px;
        padding: 1px 5px;
        border-radius: 2px
    }

    .bdt-navbar .bdt-navbar-nav li.coming-soon:after {
        content: "UPCOMING"
    }

.bdt-navbar .bdt-navbar-dropdown-nav li.hot:after {
    content: "HOT";
    background: rgb(20 171 244 / .58)
}

.bdt-navbar .bdt-navbar-nav li.new:after {
    content: "NEW";
    background: #F2295B
}

.bdt-navbar .bdt-navbar-nav li.updated:after {
    content: "UPDATED";
    background: #ef7f09
}

.bdt-nav.bdt-navbar-dropdown-nav li.bdt-parent {
    position: relative
}

    .bdt-nav.bdt-navbar-dropdown-nav li.bdt-parent .bdt-navbar-dropdown {
        top: 0 !important;
        right: 100% !important;
        left: auto
    }

.bdt-navbar-parent-indicator-yes ul > li.bdt-parent > a {
    position: relative
}

    .bdt-navbar-parent-indicator-yes ul > li.bdt-parent > a:after {
        font: normal normal normal 9px/1 element-pack;
        position: relative;
        line-height: inherit;
        content: "\e910";
        top: 1px;
        margin-right: 12px;
        background: none !important
    }

.bdt-navbar-parent-indicator-yes .bdt-navbar-dropdown-nav > li.bdt-parent > a:after {
    position: absolute;
    transform: translate(50%,-50%);
    transform-origin: center;
    top: calc(50% + 1px);
    content: "\e925";
    left: 0;
    margin: 0
}

.bdt-auto-hide-menu .bdt-cd-secondary-nav {
    position: relative;
    z-index: 1;
    clear: both;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

    .bdt-auto-hide-menu .bdt-cd-secondary-nav::before, .bdt-auto-hide-menu .bdt-cd-secondary-nav::after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        height: 100%;
        width: 20px;
        background: #fff0;
        pointer-events: none;
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }

    .bdt-auto-hide-menu .bdt-cd-secondary-nav::after {
        left: 0;
        background: linear-gradient(to right,#fff,#fff0)
    }

    .bdt-auto-hide-menu .bdt-cd-secondary-nav::before {
        right: 0;
        background: linear-gradient(to left,#fff,#fff0)
    }

    .bdt-auto-hide-menu .bdt-cd-secondary-nav > ul, .bdt-auto-hide-menu .bdt-cd-secondary-nav > ul > li, .bdt-auto-hide-menu .bdt-cd-secondary-nav > ul > li > a {
        height: 100%
    }

    .bdt-auto-hide-menu .bdt-cd-secondary-nav > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: left
    }

        .bdt-auto-hide-menu .bdt-cd-secondary-nav > ul::after {
            clear: both;
            content: "";
            display: block
        }

        .bdt-auto-hide-menu .bdt-cd-secondary-nav > ul > li {
            display: inline-block;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0
        }

.bdt-navbar-nav > li > a {
    transition: .1s ease-in-out;
    transition-property: color,background-color;
    position: relative
}

.bdt-navbar-style-1 .bdt-navbar-nav > li > a:before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff0;
    transition: .1s cubic-bezier(0,.75,.43,1);
    transition-property: background-color,opacity,transform;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 15px;
    opacity: 1;
    transform: scale3d(0,1,1)
}

.bdt-navbar-style-1 .bdt-navbar-nav > li.bdt-active > a:before {
    transform: scale3d(1,1,1);
    opacity: 1;
    background-color: #1e87f0
}

.bdt-navbar-style-1 .bdt-navbar-nav > li:hover > a:before {
    transform: scale3d(1,1,1);
    opacity: 1;
    background-color: #1e87f0
}

.bdt-navbar-style-2 .bdt-navbar-nav > li > a:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff0;
    transition: .1s cubic-bezier(0,.75,.43,1);
    transition-property: background-color,opacity,transform;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 15px;
    opacity: 1;
    transform: scale3d(0,1,1)
}

.bdt-navbar-style-2 .bdt-navbar-nav > li.bdt-active > a:after {
    transform: scale3d(1,1,1);
    opacity: 1;
    background-color: #1e87f0
}

.bdt-navbar-style-2 .bdt-navbar-nav > li:hover > a:after {
    transform: scale3d(1,1,1);
    opacity: 1;
    background-color: #1e87f0
}

.bdt-navbar-style-3 .bdt-navbar-nav > li > a:after {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    background-color: #fff0;
    transition: .25s cubic-bezier(0,.75,.43,1);
    transition-property: background-color,opacity,transform;
    right: 0;
    left: 0;
    margin: 0 10px;
    opacity: 1;
    transform: scale3d(0,1,1);
    z-index: -1;
    transform-origin: right
}

.bdt-navbar-style-3 .bdt-navbar-nav > li.bdt-active > a:after {
    transform: scale3d(1,1,1);
    opacity: 1
}

.bdt-navbar-style-3 .bdt-navbar-nav > li:hover > a:after {
    transform: scale3d(1,1,1);
    opacity: 1;
    background-color: #1e87f0
}

.bdt-navbar-style-4 .bdt-navbar-nav > li > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 10px;
    height: 2px;
    background-color: currentColor;
    transform-origin: bottom left;
    transform: scaleX(0);
    transition: transform .5s ease
}

.bdt-navbar-style-4 .bdt-navbar-nav > li.bdt-active > a:before {
    transform-origin: bottom right;
    transform: scaleX(1)
}

.bdt-navbar-style-4 .bdt-navbar-nav > li:hover > a:before {
    transform-origin: bottom right;
    transform: scaleX(1);
    background-color: #1e87f0
}

@media only screen and (min-width:1025px) {
    .bdt-auto-hide-menu .bdt-cd-secondary-nav {
        overflow: visible
    }

        .bdt-auto-hide-menu .bdt-cd-secondary-nav > ul {
            display: block
        }

            .bdt-auto-hide-menu .bdt-cd-secondary-nav > ul > li {
                float: none;
                -webkit-flex-shrink: 1;
                -ms-flex-negative: 1;
                flex-shrink: 1
            }
}

.bdt-news-ticker {
    position: relative;
    display: block;
    background-color: #000;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    overflow: hidden;
    border-radius: 2px;
    text-align: auto;
    font-size: 14px
}

    .bdt-news-ticker .bdt-news-ticker-label {
        background-color: #14ABF4;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        position: absolute;
        text-align: center;
        color: #FFF;
        font-weight: 700;
        z-index: 3;
        padding: 0 15px;
        white-space: nowrap;
        font-size: 12px;
        line-height: inherit
    }

        .bdt-news-ticker .bdt-news-ticker-label::after {
            content: '';
            position: absolute;
            left: -15px;
            border: 8px solid #fff0;
            border-right-color: #14ABF4;
            top: 50%;
            transform: translateY(-50%)
        }

    .bdt-news-ticker .bdt-news-ticker-content {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        left: 0;
        overflow: hidden;
        line-height: inherit
    }

        .bdt-news-ticker .bdt-news-ticker-content:after, .bdt-news-ticker .bdt-news-ticker-content:before {
            content: '';
            height: 100%;
            position: absolute;
            box-shadow: 0 0 12px 12px #000;
            width: 1px;
            z-index: 1;
            top: 0
        }

        .bdt-news-ticker .bdt-news-ticker-content:before {
            right: -1px
        }

        .bdt-news-ticker .bdt-news-ticker-content:after {
            left: -1px
        }

        .bdt-news-ticker .bdt-news-ticker-content * {
            color: #fff
        }

        .bdt-news-ticker .bdt-news-ticker-content a:hover {
            color: #ddd
        }

        .bdt-news-ticker .bdt-news-ticker-content ul {
            display: block;
            height: 100%;
            list-style: none;
            padding: 0;
            margin: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            position: absolute
        }

            .bdt-news-ticker .bdt-news-ticker-content ul li {
                white-space: nowrap;
                overflow: hidden !important;
                text-overflow: ellipsis;
                text-decoration: none;
                -webkit-transition: color .2s linear;
                -moz-transition: color .2s linear;
                -o-transition: color .2s linear;
                transition: color .2s linear;
                position: absolute;
                width: 100%;
                display: none;
                color: #333
            }

                .bdt-news-ticker .bdt-news-ticker-content ul li a {
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    text-decoration: none;
                    padding: 0 12px;
                    position: relative;
                    display: block;
                    overflow: hidden
                }

        .bdt-news-ticker .bdt-news-ticker-content .bdt-news-ticker-date, .bdt-news-ticker .bdt-news-ticker-content .bdt-news-ticker-time {
            letter-spacing: 0;
            font-weight: 700
        }

            .bdt-news-ticker .bdt-news-ticker-content .bdt-news-ticker-date .bdt-news-ticker-date-sep, .bdt-news-ticker .bdt-news-ticker-content .bdt-news-ticker-time .bdt-news-ticker-date-sep {
                margin-right: -3px;
                margin-left: -3px
            }

    .bdt-news-ticker .bdt-news-ticker-navigation .bdt-news-ticker-play polygon {
        display: block
    }

    .bdt-news-ticker .bdt-news-ticker-navigation .bdt-news-ticker-play rect {
        display: none
    }

    .bdt-news-ticker .bdt-news-ticker-navigation .bdt-news-ticker-pause polygon {
        display: none
    }

    .bdt-news-ticker .bdt-news-ticker-navigation .bdt-news-ticker-pause rect {
        display: block
    }

    .bdt-news-ticker .bdt-news-ticker-navigation button svg {
        color: #d5d5d5
    }

    .bdt-news-ticker .bdt-news-ticker-navigation button:hover svg {
        color: #fff
    }

.bdt-news-ticker-loading {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 5;
    padding: 0 10px;
    color: #000
}

.bdt-news-ticker-loader-text {
    padding: 0 10px
}

.bdt-news-ticker-prefix {
    color: #d65d7a;
    margin-left: 15px;
    padding-right: 10px
}

.bdt-news-ticker-positive {
    color: #0b8457;
    font-weight: 700
}

.bdt-news-ticker-negative {
    color: #dc2f2f;
    font-weight: 700
}

.bdt-news-ticker-controls {
    width: auto;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .bdt-news-ticker-controls button {
        float: right;
        height: 100%;
        cursor: pointer;
        border: none;
        text-align: center;
        background-color: #fff0;
        outline: none
    }

.bdt-effect-scroll .bdt-news-ticker-content ul {
    display: block;
    width: 100%;
    position: relative
}

    .bdt-effect-scroll .bdt-news-ticker-content ul li {
        display: list-item;
        float: right;
        position: relative;
        width: auto
    }

.bdt-news-ticker-direction-rtl {
    direction: ltr
}

    .bdt-news-ticker-direction-rtl .bdt-news-ticker-label {
        right: auto;
        left: 0
    }

    .bdt-news-ticker-direction-rtl .bdt-news-ticker-controls {
        left: auto;
        right: 0
    }

    .bdt-news-ticker-direction-rtl .bdt-news-ticker-prefix {
        margin-right: 15px;
        margin-left: 0;
        padding-right: 0;
        padding-left: 10px
    }

    .bdt-news-ticker-direction-rtl .bdt-news-ticker-controls button {
        border-right: none
    }

    .bdt-news-ticker-direction-rtl.bdt-effect-scroll .bdt-news-ticker-content ul li {
        float: left
    }

.bdt-news-ticker-arrow.bdt-news-ticker-prev.bdt-icon {
    transform: rotate(180deg)
}

.bdt-news-ticker-arrow.bdt-news-ticker-next.bdt-icon {
    transform: rotate(180deg)
}

.bdt-notification > .bdt-notification-message > .bdt-notification-close svg {
    width: 1em;
    height: 1em;
    display: flex
}

.bdt-notification > .bdt-notification-message p:nth-last-child(1) {
    margin: 0
}

.bdt-notify-wrapper {
    z-index: 9999
}

    .bdt-notify-wrapper .bdt-notify-wrapper-container {
        margin: 0 auto;
        position: relative
    }

        .bdt-notify-wrapper .bdt-notify-wrapper-container > .bdt-alert-close {
            top: 50%;
            left: -15px;
            transform: translateY(-50%);
            z-index: 1
        }

        .bdt-notify-wrapper .bdt-notify-wrapper-container p:nth-last-child(1) {
            margin: 0
        }

    .bdt-notify-wrapper.bdt-alert {
        margin: 0;
        padding: 30px 30px 30px 60px
    }

        .bdt-notify-wrapper.bdt-alert .bdt-close > svg {
            width: 1em;
            height: 1em
        }

    .bdt-notify-wrapper.bdt-notify-inline {
        z-index: unset
    }

.bdt-offcanvas-button {
    outline: none;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-transform: translate(var(--ep-offcanvas-h-offset,0),var(--ep-offcanvas-v-offset,0)) rotate(var(--ep-offcanvas-rotate,0));
    transform: translate(var(--ep-offcanvas-h-offset,0),var(--ep-offcanvas-v-offset,0)) rotate(var(--ep-offcanvas-rotate,0))
}

    .bdt-offcanvas-button .bdt-offcanvas-button-align-icon-right {
        float: left
    }

    .bdt-offcanvas-button .bdt-offcanvas-button-align-icon-left {
        float: right
    }

    .bdt-offcanvas-button svg {
        width: 1em;
        height: 1em
    }

.bdt-offcanvas .bdt-offcanvas-bar {
    word-wrap: break-word
}

    .bdt-offcanvas .bdt-offcanvas-bar .widget:not(:first-child) {
        margin-top: 30px
    }

.bdt-offcanvas svg {
    width: 1em;
    height: 1em
}

.bdt-offcanvas li {
    list-style-type: none
}

.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
    position: absolute;
    right: 0;
    top: 0
}

.leaflet-container {
    overflow: hidden;
    z-index: 0
}

.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 100% 0
}

.leaflet-marker-icon, .leaflet-marker-shadow {
    display: block
}

.leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: none;
    touch-action: pinch-zoom
}

    .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
        -ms-touch-action: none;
        touch-action: none
    }

.leaflet-container {
    -webkit-tap-highlight-color: #fff0
}

    .leaflet-container a {
        -webkit-tap-highlight-color: rgb(51 181 229 / .4)
    }

.leaflet-tile {
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800
}

.leaflet-overlay-pane svg {
    -moz-user-select: none
}

.leaflet-pane {
    z-index: 400
}

.leaflet-tile-pane {
    z-index: 200
}

.leaflet-overlay-pane {
    z-index: 400
}

.leaflet-shadow-pane {
    z-index: 500
}

.leaflet-marker-pane {
    z-index: 600
}

.leaflet-tooltip-pane {
    z-index: 650
}

.leaflet-popup-pane {
    z-index: 700
}

.leaflet-map-pane canvas {
    z-index: 100
}

.leaflet-map-pane svg {
    z-index: 200
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px
}

.lvml {
    behavior: url(../plugins/bdthemes-element-pack/assets/css/#default#VML);
    display: inline-block;
    position: absolute
}

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-top, .leaflet-bottom {
    position: absolute;
    z-index: 400;
    pointer-events: none
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    left: 0
}

.leaflet-bottom {
    bottom: 0
}

.leaflet-left {
    right: 0
}

.leaflet-control {
    float: right;
    clear: both
}

.leaflet-right .leaflet-control {
    float: left
}

.leaflet-top .leaflet-control {
    margin-top: 10px
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}

.leaflet-left .leaflet-control {
    margin-right: 10px
}

.leaflet-right .leaflet-control {
    margin-left: 10px
}

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1);
    -moz-transition: -moz-transform .25s cubic-bezier(0,0,.25,1);
    transition: transform .25s cubic-bezier(0,0,.25,1)
}

.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-interactive {
    cursor: pointer
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
    cursor: crosshair
}

.leaflet-popup-pane, .leaflet-control {
    cursor: auto
}

.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
    pointer-events: none
}

    .leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive {
        pointer-events: visiblePainted;
        pointer-events: auto
    }

.leaflet-container {
    background: #ddd;
    outline: 0
}

    .leaflet-container a {
        color: #0078A8
    }

        .leaflet-container a.leaflet-active {
            outline: 2px solid orange
        }

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgb(255 255 255 / .5)
}

.leaflet-container {
    font: 12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgb(0 0 0 / .65);
    border-radius: 4px
}

    .leaflet-bar a, .leaflet-bar a:hover {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        width: 26px;
        height: 26px;
        line-height: 26px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #000
    }

    .leaflet-bar a, .leaflet-control-layers-toggle {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: block
    }

        .leaflet-bar a:hover {
            background-color: #f4f4f4
        }

        .leaflet-bar a:first-child {
            border-top-right-radius: 4px;
            border-top-left-radius: 4px
        }

        .leaflet-bar a:last-child {
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
            border-bottom: none
        }

        .leaflet-bar a.leaflet-disabled {
            cursor: default;
            background-color: #f4f4f4;
            color: #bbb
        }

.bdt-open-street-map .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px
}

    .bdt-open-street-map .leaflet-bar a:first-child {
        border-top-right-radius: 2px;
        border-top-left-radius: 2px
    }

    .bdt-open-street-map .leaflet-bar a:last-child {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px
    }

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console',Monaco,monospace;
    text-indent: 1px
}

.bdt-open-street-map .leaflet-control-zoom-in, .bdt-open-street-map .leaflet-control-zoom-out {
    font-size: 22px
}

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgb(0 0 0 / .4);
    background: #fff;
    border-radius: 5px
}

.leaflet-control-layers-toggle {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
    width: 36px;
    height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
    background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
}

.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    padding: 6px 6px 6px 10px;
    color: #333;
    background: #fff
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 5px
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    display: block
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -6px 5px -10px
}

.leaflet-default-icon-path {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQyN0E1RUY4QUYzMzExRUFCNEFDODJDRTA0Q0REMjdEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQyN0E1RUY5QUYzMzExRUFCNEFDODJDRTA0Q0REMjdEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDI3QTVFRjZBRjMzMTFFQUI0QUM4MkNFMDRDREQyN0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDI3QTVFRjdBRjMzMTFFQUI0QUM4MkNFMDRDREQyN0QiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5aotBpAAAFHElEQVR42uxXTWhcVRT+7ntv3sxkMpOY/yY11FpSCpZWUcHuXIiigRrtQkWzkSKlulA3giLYhS5ctBYUwaWIRuqiilB/Y3HRqrRqaUxNKTVNmp9JmmSmSWYy7717/e5MXpKXzCQzAcWFB775effd+71zznfOvU8opfBPm4F/wf4n+e+RWGjrXG/cJPYTDxF3QxpbJsLZ2HA4sxD1zFET4reQEqci0jhpKjHnioJSLSVWkZS2F4iXiG2rB7hU3BOqwRFydxZ4JmOI8Yg03yHxW6LMcDUT3xPHixH4phfj0+fhQTXfNN03U5ZzTgq1w1zlyWqSduICcf+aFXXRzjtQ6Ry8rMy7A+EvIvIhWjDkXVOWc8Ex5G79XxUhqSLOEk3Lj8BVPN56PQWMErYJo6UKhi2QG81gYTgDxXFhiKVc0JPopOWcYX6a/NyszMkJYstytsg/MQ9kGPWHdwJdxB3tqBPDiI/8icywQqo3iemvxmBETYQaw1CuyofPESo2bTlfNjj2PZpGqNZH9JIPEqcCBOOzhd/HKayDd/JOCi3D66MXgdnLQEMtIBXSX4xg8Eg/ZNaD3RLJE2nTSqt1Q90xz/zQJ/mV2LsU/zkHuLkAfPo48BgvD02QgNfsGJAiwQxhRPmfpB1xZL9NYuDQeYgQhRC38vmi+mBLY6jOtdt1TjqWCHyWmTTw8r4CwZUxIOsU8hOQDP87XK0vjcgDTdh6+HY4N3Lws50PmyFvzQnvPk0SrMbpDLCdKn6OIZphsiWVJERpHWu7No+6R1tRvacG7kxuaZgzkTNkpybZE5g4T5J9WynmBDA5X5pgJVHaZY7CiO+that/r5AuRXCv/t65ZmJrnMk3K2tQJLObwsFLWtLALk2SWNM0DFExQf6jyDyuFtMkfWtmjM9RHrJ8ElXoCM5kLniZCmM8+jXJmcCIHQF+HgHGWCc14SW1rGtVXCrlYK4vBTNmBRIfUkavJjkZmNBA/fddB3r+ABpvKfSs9Uy3nW1VmP0uifQv0wjV2cuJ55Atxeea5Arxe0D/MbaxI6fp0VVWUcui76pIiLRs4vAupjF47DIM7ZFZyIsuRnoxZCvjJ79BvrvsI2fWkyTF+HZ+Anx9CdjBurmNXsUZvohZCE8rw7qL1X52CgMHzyE3sVBQl1RLzxBWxgcGFea3Fa3XqYDSdP8aShW+n2Vh7mdj6GhjdV2FHLuEbFIgdXoCkyeG4c57iLRF8x25kAul27+sd+w6zk75JNpeJ94Ibr68ZZY9bJptJkzvtjdgqt7BcHYa4toCnKkcnz6S71c+AfIFKJHwrPcTbuiQy8SsJGHGMaP1tbYOGOccKznlYtzKYjDhIha2IHSDLJIqbWyMzaZCUorgpsV+gteK1wGnhhjRuiiMxiisBAlCRlF564SzvR/l4SLpK2z19vv2Ym42ZdwV9e6Yq5Lmq55Q6x4knt8siUdUS/MVSjejky8WO04xko+J8xUT8MkZor9innXUFTJQSqVOkE9XQuAvFvesbh0lWeYxtZ84VokX1Z7ZE5XGj/q3sRim9cLl24vEjY3zUEi29kLLVWEtNjpwH9gwVFyYhdetibwSLXsjkh+Ij0oNcmsF5foN66LHP2yLIijn1aGbSBXLA59eJlzrgFxR6ZsJl7/3dBVTVI1nPcVXh7QmFCW8KNcTbb3EeysbIEP0mR+mjU4ElbxpHSYGPBJwI0rSiyckyns9r/R1rotb0BDPuE/yhOh6ZR5q/hZgAKcv/hS9O0FzAAAAAElFTkSuQmCC)
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgb(255 255 255 / .7);
    margin: 0
}

.leaflet-control-attribution, .leaflet-control-scale-line {
    padding: 0 5px;
    color: #333
}

    .leaflet-control-attribution a {
        text-decoration: none
    }

        .leaflet-control-attribution a:hover {
            text-decoration: underline
        }

.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
    font-size: 11px
}

.leaflet-left .leaflet-control-scale {
    margin-right: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgb(255 255 255 / .5)
}

    .leaflet-control-scale-line:not(:first-child) {
        border-top: 2px solid #777;
        border-bottom: none;
        margin-top: -2px
    }

        .leaflet-control-scale-line:not(:first-child):not(:last-child) {
            border-bottom: 2px solid #777
        }

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    box-shadow: none
}

.leaflet-touch .leaflet-control-layers, .bdt-open-street-map .leaflet-bar {
    border: 2px solid rgb(0 0 0 / .2);
    background-clip: padding-box
}

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: right;
    border-radius: 12px
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4
}

    .leaflet-popup-content p {
        margin: 18px 0
    }

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    right: 50%;
    margin-right: -20px;
    overflow: hidden;
    pointer-events: none
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #fff;
    color: #333;
    box-shadow: 0 3px 14px rgb(0 0 0 / .4)
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 0 0 4px;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma,Verdana,sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: 700;
    background: #fff0
}

    .leaflet-container a.leaflet-popup-close-button:hover {
        color: #999
    }

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-0.70710678,M22=.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px
}

.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
}

.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgb(0 0 0 / .4)
}

    .leaflet-tooltip.leaflet-clickable {
        cursor: pointer;
        pointer-events: auto
    }

.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid #fff0;
    background: #fff0;
    content: ""
}

.leaflet-tooltip-bottom {
    margin-top: 6px
}

.leaflet-tooltip-top {
    margin-top: -6px
}

    .leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
        right: 50%;
        margin-right: -6px
    }

    .leaflet-tooltip-top:before {
        bottom: 0;
        margin-bottom: -12px;
        border-top-color: #fff
    }

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-right: -6px;
    border-bottom-color: #fff
}

.leaflet-tooltip-left {
    margin-right: -6px
}

.leaflet-tooltip-right {
    margin-right: 6px
}

    .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
        top: 50%;
        margin-top: -6px
    }

.leaflet-tooltip-left:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff
}

.leaflet-tooltip-right:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff
}

.bdt-price-list {
    counter-reset: item-counter;
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-gap: 10px
}

    .bdt-price-list * {
        transition: all .3s ease
    }

    .bdt-price-list .bdt-grid.bdt-has-image {
        margin-right: 0
    }

.bdt-price-list-image {
    max-width: 50%
}

    .bdt-price-list-image img {
        width: 100%;
        height: 100%;
        display: block
    }

.bdt-price-list-price {
    font-size: 16px;
    font-weight: 700
}

.bdt-price-list-header {
    font-size: 14px;
    max-width: 100%
}

.bdt-price-list-title {
    color: #444
}

.bdt-price-list-description {
    font-size: 12px
}

.bdt-price-list-separator {
    display: none
}

.bdt-price-list-item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    margin: 0
}

    .bdt-price-list-item > .bdt-grid.bdt-grid-collapse {
        width: 100%
    }

    .bdt-price-list-item > div[onclick] {
        cursor: pointer
    }

.bdt-price-list-counter {
    margin-left: 15px
}

    .bdt-price-list-counter::before {
        right: 0;
        content: counter(item-counter) ".";
        counter-increment: item-counter;
        line-height: normal;
        top: 50%;
        transform: translate(0,-50%);
        transition: color .3s ease
    }

.bdt-price-list-badge {
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    padding: 3px 5px;
    box-sizing: border-box;
    font-family: montserrat,Sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.2em;
    letter-spacing: 1px;
    color: #fff;
    background-color: #ff214f;
    border-radius: 3px;
    -webkit-transform: translate(var(--ep-price-list-badge-h-offset,0),var(--ep-price-list-badge-v-offset,0)) rotate(var(--ep-price-list-badge-rotate,0));
    transform: translate(var(--ep-price-list-badge-h-offset,0),var(--ep-price-list-badge-v-offset,0)) rotate(var(--ep-price-list-badge-rotate,0))
}

.bdt-price-list-cart-icon {
    border: 1px solid #4ab8f8;
    padding: 10px;
    border-radius: 30px;
    font-size: 15px
}

    .bdt-price-list-cart-icon svg {
        width: 1em;
        height: 1em;
        fill: #4ab8f8;
        display: block
    }

    .bdt-price-list-cart-icon:hover {
        background-color: #4ab8f8
    }

        .bdt-price-list-cart-icon:hover svg {
            fill: #fff
        }

.elementor-widget-bdt-price-list .bdt-price-list {
    list-style: none
}

@media (min-width:768px) {
    .bdt-price-list-header {
        font-size: 19px;
        font-weight: 600
    }

    .bdt-price-list-title {
        max-width: 80%
    }

    .bdt-price-list-separator {
        margin-right: 10px;
        border-bottom-style: dotted;
        border-bottom-width: 1px;
        height: 0;
        color: #ccc
    }

    .bdt-price-list-description {
        font-size: 14px;
        margin: 0;
        color: #999
    }

    .bdt-price-list-separator {
        display: inline-block
    }
}

.bdt-price-table {
    position: relative;
    text-align: center
}

    .bdt-price-table .edd-cart-ajax-alert {
        display: block;
        text-align: center
    }

        .bdt-price-table .edd-cart-ajax-alert .edd-cart-added-alert {
            position: relative
        }

.bdt-price-table-header {
    background: #222;
    padding: 30px 0;
    position: relative
}

.bdt-price-table-image {
    background: #222
}

    .bdt-price-table-image img {
        transition: all .3s ease
    }

.bdt-price-table-heading {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    transition: color .3s ease
}

.bdt-price-table-subheading {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    transition: color .3s ease
}

.bdt-price-table-original-price {
    margin-left: 15px;
    text-decoration: line-through;
    font-size: .5em;
    line-height: 1;
    font-weight: 400;
    align-self: center;
    -webkit-transform: translate(var(--ep-pt-original-price-h-offset,0),var(--ep-pt-original-price-v-offset,0)) rotate(var(--ep-pt-original-price-rotate,0));
    transform: translate(var(--ep-pt-original-price-h-offset,0),var(--ep-pt-original-price-v-offset,0)) rotate(var(--ep-pt-original-price-rotate,0));
    position: absolute;
    right: 0
}

.bdt-price-table-price {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    color: #555;
    font-weight: 800;
    font-size: 65px;
    padding: 30px 0;
    transition: all .3s ease
}

    .bdt-price-table-price * {
        transition: color .3s ease
    }

    .bdt-price-table-price .elementor-typo-excluded {
        line-height: initial;
        letter-spacing: initial;
        text-transform: initial;
        font-weight: initial;
        font-size: initial;
        font-style: initial
    }

.bdt-price-table-after-price {
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column
}

.bdt-price-table-integer-part {
    line-height: .8
}

.bdt-price-table-currency, .bdt-price-table-fractional-part {
    line-height: 1;
    font-size: .3em
}

.bdt-price-table-currency {
    margin-left: 3px
}

.bdt-price-table-period {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    transition: color .3s ease
}

    .bdt-price-table-period.bdt-price-table-period-position-below {
        margin-top: 10px
    }

    .bdt-price-table-period.bdt-price-table-period-position-beside {
        margin-right: 10px
    }

.bdt-price-table-features-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    padding: 30px 0;
    transition: color .3s ease
}

    .bdt-price-table-features-list li {
        font-size: 14px;
        line-height: 1;
        margin: 0;
        padding: 0
    }

        .bdt-price-table-features-list li .bdt-price-table-feature-inner {
            margin-right: 15px;
            margin-left: 15px
        }

            .bdt-price-table-features-list li .bdt-price-table-feature-inner svg {
                width: 1em;
                height: 1em
            }

    .bdt-price-table-features-list span, .bdt-price-table-features-list i, .bdt-price-table-features-list svg {
        transition: all .3s ease
    }

.bdt-price-table-feature-icon {
    margin-left: 10px
}

.bdt-price-table-footer {
    padding: 30px 0
}

.bdt-price-table-additional_info {
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 1.4;
    transition: color .3s ease
}

.skin-partait .bdt-price-table-features-list {
    width: 100%
}

.bdt-pt-overflow-hidden--yes {
    overflow: hidden
}

    .bdt-pt-overflow-hidden--yes .bdt-price-table {
        overflow: hidden
    }

.bdt-price-table-divider--yes .bdt-price-table-features-list li:not(:first-child):before {
    content: '';
    display: block;
    border: 0 solid rgb(122 122 122 / .3);
    margin: 10px 12.5%;
    transition: all .3s ease
}

.bdt-price-table-striped--yes .bdt-price-table-features-list li:nth-of-type(odd) {
    background: #ececec
}

.bdt-price-table-ribbon {
    position: absolute;
    top: -30px;
    right: 0;
    left: auto;
    text-align: center
}

.bdt-price-table-ribbon-inner {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase;
    padding: 2px 10px;
    box-sizing: border-box;
    -webkit-transform: translate(var(--ep-ribbon-h-offset,0),var(--ep-ribbon-v-offset,0)) rotate(var(--ep-ribbon-rotate,0));
    transform: translate(var(--ep-ribbon-h-offset,0),var(--ep-ribbon-v-offset,0)) rotate(var(--ep-ribbon-rotate,0))
}

.bdt-price-table-ribbon.elementor-ribbon-left {
    right: 0;
    left: auto
}

.bdt-price-table-ribbon.elementor-ribbon-center {
    right: 50%;
    left: auto;
    transform: translateX(50%)
}

.bdt-price-table-ribbon.elementor-ribbon-right {
    left: 0;
    right: auto
}

.bdt-price-table-ribbon.elementor-ribbon-justify {
    right: 0;
    left: 0
}

.skin-erect .bdt-pricing-column {
    display: flex;
    align-items: center;
    justify-content: center
}

.skin-erect .bdt-price-table-header {
    background: #eaeaea;
    width: 100%
}

.skin-erect .bdt-price-table-subheading, .skin-erect .bdt-price-table-heading {
    color: #000
}

.skin-erect .bdt-price-table-price {
    font-size: 36px;
    width: 100%
}

.skin-erect .bdt-price-table-features-list li::before {
    display: inherit
}

.skin-erect .bdt-price-table-footer {
    padding: 30px 0;
    width: 100%
}

.skin-erect .bdt-price-table-period.bdt-price-table-period-position-below {
    margin-top: 5px
}

@media (min-width:960px) {
    .skin-erect .bdt-price-table-features-list li::before {
        display: none
    }
}

.bdt-ep-product-grid {
    display: grid
}

.bdt-ep-product-grid-item {
    position: relative;
    background: #fcfdff;
    transition: all .3s ease
}

    .bdt-ep-product-grid-item * {
        transition: all .2s ease
    }

.bdt-ep-product-grid-content {
    padding: 30px;
    height: 100%
}

.bdt-ep-product-grid-title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #0d0925;
    margin: 0
}

.bdt-ep-product-grid-price {
    font-size: 14px;
    color: #6d7882;
    margin: 0;
    font-weight: 300;
    letter-spacing: .5px
}

.bdt-ep-product-grid-text {
    font-size: 15px;
    color: #6d7882;
    padding-bottom: 10px
}

    .bdt-ep-product-grid-text p {
        margin: 0
    }

.bdt-ep-product-grid-readmore {
    display: inline-block !important;
    font-size: 14px;
    color: #3b3f42;
    font-weight: 600
}

    .bdt-ep-product-grid-readmore svg {
        width: 1em;
        height: 1em;
        fill: #3b3f42
    }

.bdt-ep-product-grid-title-price {
    margin-bottom: 15px;
    flex-wrap: wrap
}

.bdt-ep-product-grid-rating {
    line-height: 1;
    font-size: 14px
}

    .bdt-ep-product-grid-rating.bdt-number {
        border-radius: 20px
    }

    .bdt-ep-product-grid-rating.bdt-before {
        margin-bottom: 10px
    }

    .bdt-ep-product-grid-rating.bdt-after {
        margin-top: 10px
    }

    .bdt-ep-product-grid-rating i {
        display: inline-flex
    }

    .bdt-ep-product-grid-rating span {
        margin-left: 2px
    }

.bdt-ep-product-grid-rating-count, .bdt-ep-product-grid-time {
    font-size: 14px;
    color: #6d7882;
    margin: 0;
    font-weight: 300;
    letter-spacing: .5px
}

.bdt-ep-product-grid-rating-time {
    margin-top: 20px
}

.bdt-ep-product-grid-badge {
    z-index: 2;
    -webkit-transform: translate(var(--ep-badge-h-offset,0),var(--ep-badge-v-offset,0)) rotate(var(--ep-badge-rotate,0));
    transform: translate(var(--ep-badge-h-offset,0),var(--ep-badge-v-offset,0)) rotate(var(--ep-badge-rotate,0))
}

    .bdt-ep-product-grid-badge .bdt-badge {
        border-radius: 3px;
        font-size: 11px
    }

.bdt-ep-product-grid-title-link, .bdt-ep-product-grid-image-link {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0
}

.bdt-ep-product-grid-image {
    position: relative
}

.bdt-ep-product-carousel {
    position: relative
}

.bdt-ep-product-carousel-item {
    position: relative;
    background: #fcfdff;
    transition: all .3s ease
}

.bdt-ep-product-carousel-content {
    padding: 30px;
    height: 100%
}

.bdt-ep-product-carousel-title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #0d0925;
    margin: 0
}

.bdt-ep-product-carousel-price {
    font-size: 14px;
    color: #6d7882;
    margin: 0;
    font-weight: 300;
    letter-spacing: .5px
}

.bdt-ep-product-carousel-text {
    font-size: 15px;
    color: #6d7882;
    padding-bottom: 10px
}

    .bdt-ep-product-carousel-text p {
        margin: 0
    }

.bdt-ep-product-carousel-readmore {
    display: inline-block !important;
    font-size: 14px;
    color: #3b3f42;
    font-weight: 600
}

    .bdt-ep-product-carousel-readmore svg {
        width: 1em;
        height: 1em;
        fill: #3b3f42
    }

.bdt-ep-product-carousel-title-price {
    margin-bottom: 15px;
    flex-wrap: wrap
}

.bdt-ep-product-carousel-rating {
    line-height: 1;
    font-size: 14px
}

    .bdt-ep-product-carousel-rating.bdt-number {
        border-radius: 20px
    }

    .bdt-ep-product-carousel-rating.bdt-before {
        margin-bottom: 10px
    }

    .bdt-ep-product-carousel-rating.bdt-after {
        margin-top: 10px
    }

    .bdt-ep-product-carousel-rating i {
        display: inline-flex
    }

    .bdt-ep-product-carousel-rating span {
        margin-left: 2px
    }

.bdt-ep-product-carousel-rating-count, .bdt-ep-product-carousel-time {
    font-size: 14px;
    color: #6d7882;
    margin: 0;
    font-weight: 300;
    letter-spacing: .5px
}

.bdt-ep-product-carousel-rating-time {
    margin-top: 20px
}

.bdt-ep-product-carousel-badge {
    z-index: 2;
    -webkit-transform: translate(var(--ep-badge-h-offset,0),var(--ep-badge-v-offset,0)) rotate(var(--ep-badge-rotate,0));
    transform: translate(var(--ep-badge-h-offset,0),var(--ep-badge-v-offset,0)) rotate(var(--ep-badge-rotate,0))
}

    .bdt-ep-product-carousel-badge .bdt-badge {
        border-radius: 3px;
        font-size: 11px
    }

.bdt-ep-product-carousel-item-link, .bdt-ep-product-carousel-title-link, .bdt-ep-product-carousel-image-link {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0
}

.bdt-ep-product-carousel-image {
    position: relative
}

.bdt-item-match-height--yes .bdt-ep-product-carousel .swiper-slide {
    height: initial
}

.bdt-panel-slider .swiper-carousel .swiper-wrapper {
    height: 620px
}

.bdt-panel-slider .bdt-navigation-next, .bdt-panel-slider .bdt-navigation-prev {
    z-index: 10;
    outline: none
}

.bdt-panel-slider .bdt-panel-slide-link {
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
    color: rgb(255 255 255 / .7)
}

    .bdt-panel-slider .bdt-panel-slide-link svg {
        width: 1em;
        height: 1em;
        fill: rgb(255 255 255 / .7)
    }

    .bdt-panel-slider .bdt-panel-slide-link:hover {
        color: #fff
    }

        .bdt-panel-slider .bdt-panel-slide-link:hover svg {
            fill: #fff
        }

.bdt-panel-slide-item:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .3;
    z-index: 1;
    right: 0;
    top: 0
}

.bdt-panel-slide-item:hover:before {
    opacity: 0
}

.bdt-panel-slide-item:hover .bdt-panel-slide-thumb img {
    opacity: 1 !important
}

.bdt-panel-slide-desc {
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    align-content: flex-end
}

.bdt-panel-slide-thumb {
    position: absolute;
    width: 100%;
    height: 100%
}

    .bdt-panel-slide-thumb img {
        opacity: .4;
        transition: all .5s ease-in-out;
        width: 100%
    }

.bdt-panel-slide-text {
    font-size: 15px;
    margin-top: 10px;
    color: rgb(255 255 255 / .8)
}

    .bdt-panel-slide-text h2, .bdt-panel-slide-text a {
        text-transform: uppercase
    }

.bdt-panel-slide-title {
    margin-bottom: 0;
    margin-top: 0;
    color: #fff
}

.bdt-skin-default .bdt-panel-slide-item:hover .bdt-panel-slide-text {
    transition-delay: 150ms
}

.bdt-skin-default .bdt-panel-slide-item:hover .bdt-panel-slide-link {
    transition-delay: 250ms
}

.bdt-skin-middle {
    text-align: center
}

    .bdt-skin-middle .bdt-panel-slide-item.swiper-slide-active .bdt-panel-slide-text {
        transition-delay: 200ms
    }

    .bdt-skin-middle .bdt-panel-slide-item.swiper-slide-active .bdt-panel-slide-link {
        transition-delay: 250ms
    }

    .bdt-skin-middle .bdt-transition-slide-top, .bdt-skin-middle .bdt-overlay-gradient, .bdt-skin-middle .bdt-transition-slide-bottom {
        transition-property: opacity,visibility,transform,filter
    }

    .bdt-skin-middle .swiper-slide:not(.swiper-slide-active) .bdt-transition-slide-top, .bdt-skin-middle .swiper-slide:not(.swiper-slide-active) .bdt-overlay-gradient, .bdt-skin-middle .swiper-slide:not(.swiper-slide-active) .bdt-transition-slide-bottom {
        visibility: hidden
    }

    .bdt-skin-middle .swiper-slide.swiper-slide-active .bdt-panel-slide-thumb img {
        opacity: 1 !important
    }

    .bdt-skin-middle .swiper-slide.swiper-slide-active .bdt-transition-slide-top, .bdt-skin-middle .swiper-slide.swiper-slide-active .bdt-transition-slide-bottom {
        transform: translate(0);
        opacity: 1
    }

    .bdt-skin-middle .swiper-slide.swiper-slide-active .bdt-panel-slide-link {
        display: inline-block
    }

    .bdt-skin-middle .swiper-slide.swiper-slide-active .bdt-overlay-gradient {
        opacity: 1
    }

.bdt-text-on-always .bdt-panel-slide-item [class*='bdt-transition-slide'] {
    opacity: 1;
    transform: translate(0,0)
}

.ep-mouse-interaction-yes .bdt-panel-slide-thumb-wrapper {
    transform: scale(1.1)
}

.bdt-panel-slide-thumb-wrapper {
    height: 100%;
    width: 100%
}

.bdt-global-link-yes .bdt-panel-slide-item:hover {
    cursor: pointer
}

.bdt-post-slider-thumbnail {
    overflow: hidden
}

    .bdt-post-slider-thumbnail img {
        width: 100%;
        object-fit: cover
    }

.bdt-post-slider-item .bdt-grid {
    height: 100%
}

.bdt-post-slider-item > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.bdt-post-slider-content-wrap {
    max-width: 1170px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px
}

    .bdt-post-slider-content-wrap .bdt-post-slider-content {
        max-width: 950px;
        display: inline-block
    }

.bdt-post-slider-tag-wrap span {
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 8px
}

    .bdt-post-slider-tag-wrap span a {
        color: #fff
    }

    .bdt-post-slider-tag-wrap span + span {
        margin-right: 0
    }

.bdt-post-slider-title {
    margin-top: 10px;
    line-height: 1;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600
}

.bdt-post-slider-text {
    margin-top: 15px;
    font-size: .65rem;
    line-height: 1.4;
    color: rgb(255 255 255 / .7)
}

    .bdt-post-slider-text p {
        margin: 0
    }

.bdt-post-slider-meta {
    margin-top: 5px
}

    .bdt-post-slider-meta span {
        text-transform: capitalize;
        color: rgb(246 251 255 / .55)
    }

    .bdt-post-slider-meta .bdt-author {
        margin-left: 3px
    }

.bdt-post-slider-button-wrap {
    margin-top: 15px
}

.bdt-post-slider-button svg {
    width: 1em;
    height: 1em
}

.bdt-author img {
    vertical-align: top
}

.bdt-post-slider-pagination {
    max-width: 1170px;
    width: 100%;
    bottom: 3px;
    margin-top: 0;
    position: relative !important;
    margin-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px
}

    .bdt-post-slider-pagination .bdt-thumbnav {
        border-top: 3px solid rgb(255 255 255 / .5);
        margin-right: 0
    }

        .bdt-post-slider-pagination .bdt-thumbnav li:first-child {
            padding-right: 0
        }

    .bdt-post-slider-pagination .bdt-post-slider-thumb-wrap {
        display: inline-flex;
        flex-shrink: 0
    }

        .bdt-post-slider-pagination .bdt-post-slider-thumb-wrap img {
            height: 64px;
            width: 64px;
            object-fit: cover
        }

    .bdt-post-slider-pagination li .bdt-post-slider-pagination-item {
        border-top: 3px solid #fff0;
        padding-top: 15px;
        margin-top: -3px;
        transition: all 300ms cubic-bezier(.13,.27,.39,1)
    }

    .bdt-post-slider-pagination li.bdt-active .bdt-post-slider-pagination-item {
        border-top-color: #fff;
        opacity: 1
    }

    .bdt-post-slider-pagination li .bdt-post-slider-pagination-item {
        opacity: .7
    }

    .bdt-post-slider-pagination li .thumb-title-default-skin, .bdt-post-slider-pagination li span {
        font-weight: 600;
        line-height: 1;
        font-size: 14px;
        color: #fff
    }

    .bdt-post-slider-pagination li .bdt-post-slider-date {
        font-weight: 400;
        opacity: .8;
        text-transform: uppercase;
        font-size: 11px
    }

.skin-vast .bdt-post-slider-text {
    color: rgb(0 0 0 / .7)
}

    .skin-vast .bdt-post-slider-text p {
        margin: 0
    }

        .skin-vast .bdt-post-slider-text p + p {
            margin-top: 15px
        }

.skin-vast .bdt-post-slider-title {
    color: #444
}

.skin-vast .bdt-post-slider-meta span {
    color: rgb(136 136 136 / .55)
}

.skin-vast .bdt-post-slider-navigation a {
    color: #fff;
    transition: all .3s ease
}

    .skin-vast .bdt-post-slider-navigation a svg {
        width: 1em
    }

.skin-hazel .bdt-post-slider-title {
    font-size: 1.2rem;
    line-height: 1.2
}

    .skin-hazel .bdt-post-slider-title:hover {
        text-decoration: underline
    }

.skin-hazel .bdt-post-slider-text {
    color: #999
}

.skin-hazel .bdt-post-slider-content {
    padding: 15px 20px 70px 20px
}

.skin-hazel .bdt-post-slider-navigation-inner {
    border-top: 1px solid rgb(255 255 255 / .1)
}

    .skin-hazel .bdt-post-slider-navigation-inner a {
        padding: 10px 15px;
        font-size: 12px;
        font-weight: 700;
        color: #999;
        background-color: #222;
        text-align: center;
        transition: background-color 300ms ease-out;
        position: relative
    }

        .skin-hazel .bdt-post-slider-navigation-inner a svg {
            height: 10px;
            width: auto
        }

            .skin-hazel .bdt-post-slider-navigation-inner a svg polyline {
                stroke: #999
            }

        .skin-hazel .bdt-post-slider-navigation-inner a span {
            margin: 0 5px
        }

        .skin-hazel .bdt-post-slider-navigation-inner a:hover {
            background-color: #fff;
            color: #222
        }

            .skin-hazel .bdt-post-slider-navigation-inner a:hover svg polyline {
                stroke: #222
            }

        .skin-hazel .bdt-post-slider-navigation-inner a:first-child:after {
            content: '';
            width: 1px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: rgb(255 255 255 / .1)
        }

.skin-hazel .bdt-post-slider-thumbnail {
    transform: translateZ(0)
}

    .skin-hazel .bdt-post-slider-thumbnail img {
        height: 100%;
        position: absolute;
        object-fit: cover
    }

.skin-hazel .bdt-post-slider-button {
    font-size: 12px;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase
}

    .skin-hazel .bdt-post-slider-button:hover {
        color: #fff
    }

.skin-hazel .bdt-post-slider-thumbnail ~ div {
    background-color: #222
}

@media screen and (min-width:768px) {
    .bdt-post-slider-content-wrap {
        padding-right: 50px;
        padding-left: 50px
    }

    .bdt-post-slider-tag-wrap span {
        padding: 2px 6px;
        font-size: 11px
    }

        .bdt-post-slider-tag-wrap span + span {
            margin-right: 5px
        }

    .bdt-post-slider-title {
        font-size: 2.2rem
    }

    .bdt-post-slider-text {
        font-size: 1rem;
        line-height: 1.6
    }

        .bdt-post-slider-text p {
            width: 80%;
            display: inline-block
        }

    .bdt-post-slider-meta {
        margin-top: 20px
    }

    .bdt-post-slider-button-wrap {
        margin-top: 20px
    }

    .bdt-post-slider-pagination {
        bottom: 0;
        position: absolute !important;
        margin-bottom: 30px;
        padding-right: 50px;
        padding-left: 50px
    }

        .bdt-post-slider-pagination li .bdt-post-slider-pagination-item {
            padding-top: 30px
        }

    .skin-hazel .bdt-post-slider-title {
        font-size: 2rem
    }

    .skin-hazel .bdt-post-slider-content {
        padding: 40px 40px 90px 40px
    }

    .skin-hazel .bdt-post-slider-button {
        font-size: 13px
    }

    .skin-hazel .bdt-post-slider-navigation-inner a {
        padding: 15px 20px;
        font-size: 13px
    }

        .skin-hazel .bdt-post-slider-navigation-inner a svg {
            height: 12px
        }

        .skin-hazel .bdt-post-slider-navigation-inner a span {
            margin: 0 8px
        }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .bdt-post-slider-content-wrap {
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 70px
    }

    .bdt-post-slider-pagination li .bdt-post-slider-pagination-item {
        padding-top: 20px
    }
}

@media screen and (min-width:1024px) {
    .bdt-post-slider .bdt-post-slider-title {
        font-size: 2.625rem
    }

    .skin-vast .bdt-post-slider-title {
        font-size: 2rem;
        line-height: 1
    }
}

.bdt-post-card > div:nth-child(2) .bdt-post-card-item {
    box-shadow: 0 0 0 var(--ep-post-card-shadow-size,20px) var(--ep-post-card-shadow-color,rgb(30 135 240 / .7));
    position: relative
}

.bdt-post-card-item {
    background-color: #fff
}

.bdt-post-card-title {
    margin-top: 0;
    margin-bottom: 10px;
    color: #666
}

    .bdt-post-card-title a {
        text-decoration: none;
        color: inherit
    }

.bdt-post-card-button {
    font-weight: bolder;
    padding-right: 0;
    padding-left: 0;
    margin-left: 10px;
    display: inline-block;
    text-decoration: none;
    color: inherit
}

    .bdt-post-card-button svg {
        width: 1em;
        height: 1em
    }

.bdt-post-card-tag {
    margin-bottom: 10px
}

    .bdt-post-card-tag span a {
        padding: 2px 6px;
        white-space: nowrap;
        text-decoration: none;
        color: #fff;
        font-size: 10px;
        text-transform: uppercase;
        background: #1e87f0
    }

.bdt-post-card-desc {
    background-color: #fff;
    padding: 50px
}

    .bdt-post-card-desc .bdt-subnav {
        margin-bottom: 0
    }

        .bdt-post-card-desc .bdt-subnav span {
            margin-bottom: 10px
        }

.bdt-post-card-meta {
    color: #999;
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 20px;
    text-decoration: none
}

.bdt-post-card-excerpt {
    margin-bottom: 15px
}

    .bdt-post-card-excerpt p {
        margin: 0
    }

@media (min-width:960px) {
    .bdt-post-card > div:nth-child(2) .bdt-post-card-item {
        margin-top: -20px
    }

    .bdt-post-card > div:nth-child(2) .bdt-post-card-thumb {
        display: block;
        overflow: hidden
    }

        .bdt-post-card > div:nth-child(2) .bdt-post-card-thumb img {
            padding-top: 20px;
            transform: scale(1.33)
        }
}

.featured-part .bdt-post-block-img-wrapper img, .featured-part .bdt-post-block-thumbnail img {
    width: 100%;
    object-fit: cover;
    vertical-align: middle
}

.featured-part .bdt-post-block-title {
    margin-bottom: 10px
}

.list-part .bdt-post-block-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

.list-part .bdt-post-block-thumbnail img {
    width: 80px;
    height: auto
}

.bdt-post-block-excerpt {
    margin-bottom: 10px
}

.bdt-post-block-link {
    color: #444
}

    .bdt-post-block-link:hover {
        color: #000
    }

.bdt-post-block-read-more {
    margin-left: 10px;
    font-weight: bolder;
    padding-right: 0;
    padding-left: 0;
    display: inline-block
}

    .bdt-post-block-read-more svg {
        width: 1em;
        height: 1em
    }

.bdt-post-block-tag-wrap span {
    padding: 2px 6px;
    color: #fff;
    border-radius: 3px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px
}

    .bdt-post-block-tag-wrap span + span {
        margin-right: 5px
    }

.skin-trinity .bdt-post-block-title a {
    color: #fff
}

    .skin-trinity .bdt-post-block-title a:hover {
        color: #fff;
        opacity: .8
    }

.skin-trinity .bdt-post-block-item .bdt-overlay-primary {
    transition: all .25s ease-in-out;
    opacity: .5
}

.skin-trinity .bdt-post-block-item:hover .bdt-overlay-primary {
    opacity: 1
}

.skin-genesis .bdt-has-divider li > div {
    border-top: 1px solid #ddd;
    padding-top: 40px
}

.bdt-post-block-modern-item.left-part {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 350px;
    overflow: hidden
}

    .bdt-post-block-modern-item.left-part .bdt-post-block-modern-desc {
        text-align: center
    }

    .bdt-post-block-modern-item.left-part .bdt-overlay-gradient {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        right: 0;
        top: 0
    }

.bdt-post-block-modern-item.right-part {
    padding: 20px 20px
}

    .bdt-post-block-modern-item.right-part:last-child {
        margin-bottom: 0
    }

.bdt-post-block-modern-excerpt {
    margin-bottom: 10px
}

.bdt-post-block-modern-read-more {
    font-weight: bolder;
    padding-right: 0;
    padding-left: 0;
    display: inline-block
}

    .bdt-post-block-modern-read-more svg {
        width: 1em;
        height: 1em
    }

.bdt-post-block-modern-title {
    margin-bottom: 0
}

.bdt-post-block-modern-desc .bdt-post-block-modern-meta span a {
    background: #1e87f0;
    font-size: 11px;
    color: #fff;
    padding: 2px 5px;
    font-weight: 400;
    border-radius: 2px
}

.bdt-post-block-modern-desc h4 {
    margin-top: 0
}

.bdt-post-block-modern-desc span {
    color: inherit
}

@media (min-width:1024px) {
    .bdt-post-block-modern-item.right-part {
        padding: 20px 30px
    }
}

.bdt-progress-pie-wrapper {
    text-align: center
}

    .bdt-progress-pie-wrapper .bdt-progress-pie {
        text-align: center;
        position: relative;
        transform-style: preserve-3d;
        padding: 20px
    }

        .bdt-progress-pie-wrapper .bdt-progress-pie svg {
            margin: 0 auto
        }

            .bdt-progress-pie-wrapper .bdt-progress-pie svg ellipse {
                stroke: #f5f5f5
            }

            .bdt-progress-pie-wrapper .bdt-progress-pie svg path {
                stroke: #14ABF4
            }

        .bdt-progress-pie-wrapper .bdt-progress-pie .bdt-progress-pie-number, .bdt-progress-pie-wrapper .bdt-progress-pie .bdt-progress-pie-text {
            font-size: 32px;
            font-weight: 700
        }

        .bdt-progress-pie-wrapper .bdt-progress-pie.bdt-pp-lc-square svg path {
            stroke-linecap: square
        }

        .bdt-progress-pie-wrapper .bdt-progress-pie.bdt-pp-lc-round svg path {
            stroke-linecap: round
        }

        .bdt-progress-pie-wrapper .bdt-progress-pie.bdt-pp-lc-butt svg path {
            stroke-linecap: butt
        }

        .bdt-progress-pie-wrapper .bdt-progress-pie .bdt-progress-pie-label {
            width: 100%;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%)
        }

            .bdt-progress-pie-wrapper .bdt-progress-pie .bdt-progress-pie-label div {
                line-height: 1.2em
            }

        .bdt-progress-pie-wrapper .bdt-progress-pie .bdt-progress-pie-svg {
            display: inline-block;
            position: relative;
            width: 100%;
            padding-bottom: 100%;
            vertical-align: middle;
            overflow: hidden
        }

            .bdt-progress-pie-wrapper .bdt-progress-pie .bdt-progress-pie-svg svg {
                display: inline-block;
                position: absolute;
                top: 0;
                right: 0
            }

                .bdt-progress-pie-wrapper .bdt-progress-pie .bdt-progress-pie-svg svg * {
                    fill: none
                }

    .bdt-progress-pie-wrapper .bdt-progress-pie-title {
        text-align: center;
        padding: 30px;
        margin: 0;
        font-size: 1.1rem
    }

        .bdt-progress-pie-wrapper .bdt-progress-pie-title:not(.bdt-no-divider) {
            border-top: 1px solid rgb(100 100 100 / .1)
        }

.bdt-post-gallery.bdt-post-gallery-skin-fedara .bdt-post-gallery-skin-fedara-desc {
    position: relative;
    background: #fff
}

.bdt-post-gallery.bdt-post-gallery-skin-fedara .bdt-gallery-item .bdt-gallery-item-title {
    color: #707070
}

    .bdt-post-gallery.bdt-post-gallery-skin-fedara .bdt-gallery-item .bdt-gallery-item-title:hover {
        color: #444
    }

.bdt-post-gallery.bdt-post-gallery-skin-fedara .bdt-post-gallery-skin-fedara-desc:after {
    content: '';
    position: absolute;
    top: 0;
    height: 20px;
    width: 20px;
    background: inherit;
    transform: translate(50%,-50%) rotate(-45deg)
}

.bdt-post-gallery.bdt-post-gallery-skin-fedara .bdt-gallery-item-link {
    background-color: #fff0;
    color: #c4c4c4;
    border-radius: 3px;
    border: 1px solid
}

.bdt-post-gallery-skin-fedara-style-right .bdt-post-gallery-skin-fedara-desc:after {
    left: 8px
}

.bdt-post-gallery-skin-fedara-style-left .bdt-post-gallery-skin-fedara-desc:after {
    right: 30px
}

.bdt-post-gallery-skin-fedara-style-center .bdt-post-gallery-skin-fedara-desc:after {
    right: 50%
}

.bdt-post-gallery.bdt-post-gallery-skin-abetis .bdt-gallery-item-link {
    background-color: #fff0;
    color: #ddd;
    border-radius: 500px;
    border: 1px solid
}

    .bdt-post-gallery.bdt-post-gallery-skin-abetis .bdt-gallery-item-link:hover {
        border-color: #fff
    }

.bdt-post-gallery .bdt-post-gallery-inner {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.bdt-post-gallery .bdt-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center
}

.bdt-post-gallery .bdt-gallery-item {
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    margin: 0;
    text-align: center
}

    .bdt-post-gallery .bdt-gallery-item:hover {
        z-index: 5
    }

    .bdt-post-gallery .bdt-gallery-item .bdt-gallery-item-title {
        color: #d7d8df;
        text-transform: capitalize;
        transition: all .3s ease
    }

        .bdt-post-gallery .bdt-gallery-item .bdt-gallery-item-title:hover {
            color: #fff
        }

.bdt-post-gallery-skin-trosia .bdt-gallery-item-tag, .bdt-post-gallery-skin-default .bdt-gallery-item-tag, .bdt-post-gallery-skin-trosia .bdt-post-gallery-excerpt, .bdt-post-gallery-skin-default .bdt-post-gallery-excerpt {
    color: #d7d8df
}

.bdt-post-gallery .bdt-gallery-item .bdt-gallery-content-inner {
    transform: translateZ(20px)
}

    .bdt-post-gallery .bdt-gallery-item .bdt-gallery-content-inner > *:not(:first-child) {
        margin-top: 20px
    }

.bdt-post-gallery .bdt-gallery-item .bdt-gallery-item-tags {
    line-height: 1;
    margin-top: 5px
}

    .bdt-post-gallery .bdt-gallery-item .bdt-gallery-item-tags .bdt-gallery-item-tag {
        font-size: 13px
    }

    .bdt-post-gallery .bdt-gallery-item .bdt-gallery-item-tags span + span {
        margin-right: 5px
    }

.bdt-post-gallery .bdt-gallery-item .bdt-gallery-thumbnail {
    transform: translateZ(0);
    overflow: hidden
}

    .bdt-post-gallery .bdt-gallery-item .bdt-gallery-thumbnail img {
        width: 100%;
        object-fit: cover;
        vertical-align: bottom
    }

.bdt-post-gallery.bdt-post-gallery-skin-default .bdt-gallery-item-link {
    background-color: #d7d8df;
    color: #444;
    border-radius: 500px;
    font-size: 13px;
    transition: all .3s ease-in-out
}

    .bdt-post-gallery.bdt-post-gallery-skin-default .bdt-gallery-item-link:hover {
        background: #fff
    }

.bdt-post-gallery .bdt-gallery-item-link {
    transition: all .25s ease-in-out;
    line-height: 1;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
    display: inherit;
    width: 100%;
    overflow: hidden
}

    .bdt-post-gallery .bdt-gallery-item-link.bdt-link-icon {
        padding: 15px
    }

    .bdt-post-gallery .bdt-gallery-item-link.bdt-link-text {
        padding: 8px 20px
    }

    .bdt-post-gallery .bdt-gallery-item-link span {
        font-size: 10px;
        font-weight: 700
    }

    .bdt-post-gallery .bdt-gallery-item-link:not(:first-child) {
        margin-right: 15px
    }

.bdt-post-gallery-skin-trosia .bdt-gallery-item-link {
    background-color: #d7d8df
}

.bdt-post-gallery.bdt-post-gallery-skin-trosia .bdt-gallery-item.bdt-transition-toggle .bdt-gallery-item-title {
    color: #fff
}

    .bdt-post-gallery.bdt-post-gallery-skin-trosia .bdt-gallery-item.bdt-transition-toggle .bdt-gallery-item-title:hover {
        color: #fff;
        opacity: rgb(255 255 255 / .8)
    }

.bdt-post-gallery.bdt-post-gallery-skin-trosia .bdt-gallery-item.bdt-transition-toggle .bdt-gallery-item-tags {
    margin: 20px 20px 0 0
}

.bdt-post-gallery-skin-trosia .bdt-gallery-item-tags .bdt-gallery-item-tag {
    background: #1e87f0;
    padding: 8px;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700
}

.bdt-post-gallery.bdt-post-gallery-skin-trosia .bdt-post-gallery-desc {
    background: linear-gradient(to bottom,#fff0 0%,rgb(0 0 0 / .65) 70%);
    padding: 20px
}

.bdt-post-gallery.bdt-post-gallery-skin-abetis .bdt-gallery-item .bdt-gallery-item-title {
    color: #444
}

    .bdt-post-gallery.bdt-post-gallery-skin-abetis .bdt-gallery-item .bdt-gallery-item-title:hover {
        color: #222
    }

@media (min-width:1024px) {
    .filtr-container {
        transition: height .5s ease-out
    }
}

.bdt-post-grid .bdt-post-grid-excerpt p {
    margin: 0
}

.bdt-post-grid .bdt-primary .bdt-post-grid-author {
    font-size: 13px;
    font-weight: 700;
    color: #adb5bd
}

.bdt-post-grid .bdt-primary .bdt-post-grid-date {
    font-size: 13px;
    color: #adb5bd
}

.bdt-post-grid.bdt-post-grid-skin-default .bdt-secondary .bdt-post-grid-meta, .bdt-post-grid.bdt-post-grid-skin-elanza .bdt-secondary .bdt-post-grid-meta, .bdt-post-grid.bdt-post-grid-skin-modern .bdt-secondary .bdt-post-grid-meta, .bdt-post-grid.bdt-post-grid-skin-default .bdt-secondary .bdt-post-grid-excerpt, .bdt-post-grid.bdt-post-grid-skin-elanza .bdt-secondary .bdt-post-grid-excerpt, .bdt-post-grid.bdt-post-grid-skin-modern .bdt-secondary .bdt-post-grid-excerpt, .bdt-post-grid.bdt-post-grid-skin-default .bdt-secondary .bdt-post-grid-comments, .bdt-post-grid.bdt-post-grid-skin-elanza .bdt-secondary .bdt-post-grid-comments, .bdt-post-grid.bdt-post-grid-skin-modern .bdt-secondary .bdt-post-grid-comments {
    display: none
}

.bdt-post-grid.bdt-post-grid-skin-default .bdt-secondary .bdt-post-grid-title, .bdt-post-grid.bdt-post-grid-skin-elanza .bdt-secondary .bdt-post-grid-title, .bdt-post-grid.bdt-post-grid-skin-modern .bdt-secondary .bdt-post-grid-title {
    font-size: 1.25rem;
    line-height: 1
}

.bdt-post-grid.bdt-post-grid-skin-default .bdt-primary:last-child .bdt-post-grid-excerpt, .bdt-post-grid.bdt-post-grid-skin-elanza .bdt-primary:last-child .bdt-post-grid-excerpt, .bdt-post-grid.bdt-post-grid-skin-modern .bdt-primary:last-child .bdt-post-grid-excerpt {
    display: none
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-img-wrap a, .bdt-post-grid.bdt-post-grid-skin-carmie .bdt-post-grid-img-wrap a {
    height: 380px
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-transition-slide-bottom {
    max-height: 0;
    transition: all .3s ease-out
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-item:hover .bdt-transition-slide-bottom {
    max-height: 72px
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-item:hover .bdt-post-grid-excerpt {
    margin-top: 15px !important
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-item:hover .bdt-custom-overlay {
    opacity: .35
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-item .bdt-post-grid-desc {
    background: linear-gradient(to bottom,#fff0 0%,rgb(0 0 0 / .65) 70%)
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-title {
    margin: 0
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-meta span {
    font-size: 13px;
    color: #d0d0d0
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-excerpt {
    margin-top: 0 !important
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-post-grid-category {
    margin: 15px 15px 0 0
}

.bdt-post-grid.bdt-post-grid-skin-trosia .bdt-custom-overlay {
    background: #000;
    transition: .25s ease-out;
    opacity: .18;
    pointer-events: none
}

.bdt-post-grid.bdt-post-grid-skin-default .bdt-primary .bdt-post-grid-img-wrap a {
    height: 300px
}

.bdt-post-grid.bdt-post-grid-skin-default .bdt-secondary .bdt-post-grid-img-wrap a {
    height: 200px
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-meta, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-meta, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-meta, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-meta {
    padding: 15px 30px;
    border-top: 1px solid rgb(140 140 140 / .2);
    box-sizing: border-box;
    margin-bottom: 0
}

    .bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-meta span, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-meta span, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-meta span, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-meta span {
        font-size: 14px;
        color: #bbb
    }

        .bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-meta span i, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-meta span i, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-meta span i, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-meta span i {
            display: inline-block;
            color: #bbb
        }

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-title, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-title, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-title, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-title {
    margin-top: 15px
}

    .bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-title a, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-title a, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-title a, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-title a {
        line-height: 1.4;
        color: #444
    }

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-readmore, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-readmore, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-readmore, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-readmore {
    color: #444;
    font-weight: 600
}

    .bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-readmore svg, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-readmore svg, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-readmore svg, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-readmore svg {
        fill: #444
    }

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-excerpt, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-post-grid-excerpt, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-excerpt, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-excerpt {
    color: #666
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-primary .bdt-post-grid-img-wrap a, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-primary .bdt-post-grid-img-wrap a {
    height: 300px
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-primary .bdt-post-grid-meta, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-primary .bdt-post-grid-meta {
    align-items: center;
    justify-content: center;
    display: block
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-primary .bdt-post-grid-title, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-primary .bdt-post-grid-title {
    font-size: 1.8rem
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-secondary .bdt-post-grid-img-wrap a, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-secondary .bdt-post-grid-img-wrap a {
    height: 200px
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-secondary .bdt-post-grid-title, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-secondary .bdt-post-grid-title {
    margin-top: 0;
    font-size: 1.2rem
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-secondary .bdt-post-grid-desc, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-secondary .bdt-post-grid-desc {
    padding: 30px
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-secondary .bdt-post-grid-meta, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-secondary .bdt-post-grid-meta {
    display: block
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-secondary .bdt-post-grid-comments, .bdt-post-grid.bdt-post-grid-skin-harold .bdt-secondary .bdt-post-grid-comments {
    display: inline-block
}

.bdt-post-grid.bdt-post-grid-skin-carmie .bdt-transition-slide-bottom {
    max-height: 0;
    transition: all .3s ease-out
}

.bdt-post-grid.bdt-post-grid-skin-carmie .bdt-post-grid-item:hover .bdt-transition-slide-bottom {
    max-height: 72px
}

.bdt-post-grid.bdt-post-grid-skin-carmie .bdt-post-grid-item:hover .bdt-post-grid-excerpt {
    margin-top: 15px !important
}

.bdt-post-grid.bdt-post-grid-skin-carmie .bdt-post-grid-item .bdt-post-grid-desc {
    background: rgb(0 0 0 / .5);
    width: 100%
}

.bdt-post-grid.bdt-post-grid-skin-carmie .bdt-post-grid-title {
    margin: 10px 0 0 0;
    font-size: 1.2rem
}

.bdt-post-grid.bdt-post-grid-skin-carmie .bdt-post-grid-meta span {
    font-size: 13px
}

.bdt-post-grid.bdt-post-grid-skin-carmie .bdt-post-grid-excerpt {
    margin-top: 0 !important
}

.bdt-post-grid.bdt-post-grid-skin-modern .bdt-primary .bdt-post-grid-img-wrap a, .bdt-post-grid.bdt-post-grid-skin-elanza .bdt-primary .bdt-post-grid-img-wrap a {
    height: 399px
}

.bdt-post-grid.bdt-post-grid-skin-modern .bdt-secondary .bdt-post-grid-img-wrap a, .bdt-post-grid.bdt-post-grid-skin-elanza .bdt-secondary .bdt-post-grid-img-wrap a {
    height: 192px
}

.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-item .bdt-post-grid-desc .bdt-post-grid-meta {
    margin-right: 0
}

    .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-item .bdt-post-grid-desc .bdt-post-grid-meta span:first-child {
        padding-right: 0
    }

.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-desc, .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-img-wrap a {
    height: 363px
}

.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-img-wrap {
    position: relative
}

    .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-post-grid-img-wrap:after {
        content: '';
        position: absolute;
        border: 20px solid #fff0;
        right: 50%;
        transform: translateX(50%);
        bottom: 0
    }

.bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-item .bdt-post-grid-desc .bdt-post-grid-meta {
    margin-right: 0
}

    .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-item .bdt-post-grid-desc .bdt-post-grid-meta span:first-child {
        padding-right: 0
    }

.bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-desc, .bdt-post-grid.bdt-post-grid-skin-alter .bdt-post-grid-img-wrap a {
    height: 363px
}

.bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-category a {
    background: #b6bad0;
    border-radius: 3px;
    transition: all .3s ease
}

    .bdt-post-grid.bdt-post-grid-skin-alite .bdt-post-grid-category a:hover {
        background: #E91E63
    }

.bdt-post-grid-item {
    overflow: hidden
}

    .bdt-post-grid-item .bdt-position-top-left {
        top: -1px
    }

    .bdt-post-grid-item a {
        text-decoration: none
    }

    .bdt-post-grid-item .bdt-custom-overlay {
        background: linear-gradient(to bottom,#fff0 20%,rgb(0 0 0 / .75) 100%);
        opacity: .75;
        transition: .5s cubic-bezier(.4,.7,.04,.88);
        transition-property: opacity,transform,filter;
        pointer-events: none
    }

    .bdt-post-grid-item:hover .bdt-custom-overlay {
        opacity: 1
    }

.bdt-post-grid-desc {
    width: 100%
}

.bdt-post-grid-readmore svg {
    width: 1em;
    height: 1em
}

.bdt-post-grid-readmore span {
    color: inherit
}

    .bdt-post-grid-readmore span i {
        color: inherit
    }

.bdt-post-grid-author {
    text-transform: capitalize
}

    .bdt-post-grid-author a {
        color: #bbb;
        display: inline-block;
        transition: color .5s cubic-bezier(.4,.7,.04,.88)
    }

        .bdt-post-grid-author a:hover {
            color: #0f6ecd
        }

.bdt-post-grid-category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

    .bdt-post-grid-category a {
        background: #1e87f0;
        padding: 5px 8px;
        color: #fff;
        box-sizing: border-box;
        display: inline-block;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 700;
        transition: all .3s ease
    }

.bdt-post-grid-title {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600
}

    .bdt-post-grid-title a {
        color: #fff
    }

.bdt-post-grid-excerpt {
    color: #fff
}

.bdt-post-grid-readmore {
    color: #fff
}

    .bdt-post-grid-readmore svg {
        fill: #fff
    }

.bdt-post-grid-tags {
    font-size: 14px;
    font-weight: 600;
    color: #bbb;
    line-height: 1;
    display: inline-flex;
    align-items: center
}

.bdt-post-grid-tag {
    padding-right: 0;
    display: inline-block;
    margin: 0;
    line-height: 1
}

    .bdt-post-grid-tag li {
        display: inline-block;
        margin-right: 5px
    }

        .bdt-post-grid-tag li a {
            display: flex;
            align-items: center;
            padding: 3px 10px 5px 10px;
            line-height: 1;
            color: #fff;
            background: #b6bad0;
            border-radius: 3px;
            font-size: 12px;
            font-weight: 500;
            transition: all .3s ease
        }

            .bdt-post-grid-tag li a:hover {
                background: #E91E63
            }

        .bdt-post-grid-tag li:nth-child(1) {
            margin: 0 !important
        }

.bdt-global-link-yes .bdt-post-grid-item:hover {
    cursor: pointer
}

.bdt-post-grid .bdt-grid-x-small, .bdt-post-grid .bdt-grid-column-x-small {
    margin-right: -5px
}

    .bdt-post-grid .bdt-grid-x-small > *, .bdt-post-grid .bdt-grid-column-x-small > * {
        padding-right: 5px
    }

    .bdt-post-grid .bdt-grid + .bdt-grid-x-small, .bdt-post-grid .bdt-grid + .bdt-grid-row-x-small, .bdt-post-grid .bdt-grid-x-small > .bdt-grid-margin, .bdt-post-grid .bdt-grid-row-x-small > .bdt-grid-margin, .bdt-post-grid * + .bdt-grid-margin-x-small {
        margin-top: 5px
    }

.bdt-post-grid.bdt-post-grid-skin-modern .bdt-secondary .bdt-grid-x-small .bdt-post-grid-img-wrap a, .bdt-post-grid.bdt-post-grid-skin-elanza .bdt-secondary .bdt-grid-x-small .bdt-post-grid-img-wrap a {
    height: 197px
}

.bdt-post-grid.bdt-post-grid-skin-reverse .bdt-plane-mobile .bdt-post-grid-img-wrap:after {
    border-bottom-color: #fff;
    border-top-color: #fff0
}

@media (max-width:959px) and (min-width:640px) {
    .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-reverse-tablet .bdt-post-grid-item {
        flex-direction: column-reverse;
        display: flex
    }

    .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-plane-tablet .bdt-post-grid-img-wrap:after {
        border-bottom-color: #fff;
        border-top-color: #fff0
    }

    .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-reverse-tablet .bdt-post-grid-img-wrap:after {
        border-bottom-color: #fff0;
        border-top-color: #fff;
        top: 0;
        bottom: auto
    }
}

@media (min-width:960px) {
    .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-reverse-desktop .bdt-post-grid-item {
        flex-direction: column-reverse;
        display: flex
    }

    .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-plane-desktop .bdt-post-grid-img-wrap:after {
        border-bottom-color: #fff;
        border-top-color: #fff0
    }

    .bdt-post-grid.bdt-post-grid-skin-reverse .bdt-reverse-desktop .bdt-post-grid-img-wrap:after {
        border-bottom-color: #fff0;
        border-top-color: #fff;
        top: 0;
        bottom: auto
    }
}

.elementor-widget-bdt-post-grid .bdt-loadmore-container {
    margin-top: 40px
}

@media (max-width:767px) {
    .bdt-post-grid .bdt-grid-collapse > * {
        padding-right: 1px
    }

    .bdt-post-grid .bdt-grid-collapse {
        margin-right: -1px
    }
}

.bdt-post-grid-tab img[data-src][src*='data:image'] {
    background: rgb(152 152 152 / .07);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDhweCIgIGhlaWdodD0iNDhweCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLWR1YWwtcmluZyIgc3R5bGU9ImJhY2tncm91bmQ6IG5vbmU7Ij48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiBuZy1hdHRyLXI9Int7Y29uZmlnLnJhZGl1c319IiBuZy1hdHRyLXN0cm9rZS13aWR0aD0ie3tjb25maWcud2lkdGh9fSIgbmctYXR0ci1zdHJva2U9Int7Y29uZmlnLnN0cm9rZX19IiBuZy1hdHRyLXN0cm9rZS1kYXNoYXJyYXk9Int7Y29uZmlnLmRhc2hhcnJheX19IiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHI9IjQwIiBzdHJva2Utd2lkdGg9IjgiIHN0cm9rZT0icmdiYSg1OC44ODUwODA2NDUxNjEyOTUlLDU4Ljg4NTA4MDY0NTE2MTI5NSUsNTguODg1MDgwNjQ1MTYxMjk1JSwwLjU4OCkiIHN0cm9rZS1kYXNoYXJyYXk9IjYyLjgzMTg1MzA3MTc5NTg2IDYyLjgzMTg1MzA3MTc5NTg2IiB0cmFuc2Zvcm09InJvdGF0ZSgxNjEuODc4IDUwIDUwKSI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGNhbGNNb2RlPSJsaW5lYXIiIHZhbHVlcz0iMCA1MCA1MDszNjAgNTAgNTAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2NpcmNsZT48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center
}

.bdt-post-grid-tab .gridtab > dt {
    line-height: normal
}

.bdt-post-grid-tab-thumbnail {
    overflow: hidden;
    cursor: pointer
}

    .bdt-post-grid-tab-thumbnail img {
        height: 140px;
        width: 100%;
        object-fit: cover;
        vertical-align: top;
        transition: transform 250ms cubic-bezier(.3,.91,.58,1)
    }

    .bdt-post-grid-tab-thumbnail:hover img {
        transform: scale(1.1)
    }

.bdt-post-grid-tab-item-title {
    font-size: 1.5rem;
    line-height: 1.2
}

.bdt-post-grid-tab-title {
    cursor: pointer
}

.bdt-post-grid-desc-inner {
    padding: 50px
}

.bdt-post-grid-tab-image-inner {
    overflow: hidden;
    height: 100%
}

    .bdt-post-grid-tab-image-inner img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        vertical-align: top
    }

.bdt-post-grid-tab-excerpt p:last-child {
    margin-bottom: 0
}

.bdt-post-grid-tab-readmore svg {
    width: 1em;
    height: 1em
}

.gridtab, .gridtab > dt, .gridtab > dd {
    position: relative
}

.gridtab {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box
}

    .gridtab > dt {
        border-style: solid
    }

    .gridtab > dd {
        z-index: 1;
        display: none;
        flex-basis: 100%;
        border-style: solid
    }

        .gridtab > dd > .gridtab__controls {
            position: absolute;
            left: 10px;
            top: 10px;
            display: flex
        }

            .gridtab > dd > .gridtab__controls > .gridtab__close {
                order: 1;
                margin-right: 5px
            }

                .gridtab > dd > .gridtab__controls > .gridtab__close:before, .gridtab > dd > .gridtab__controls > .gridtab__close:after {
                    top: 50%;
                    right: 50%;
                    transform: translate(50%,-50%) rotate(-45deg)
                }

                .gridtab > dd > .gridtab__controls > .gridtab__close:after {
                    transform: translate(50%,-50%) rotate(45deg)
                }

            .gridtab > dd > .gridtab__controls > .gridtab__arrow, .gridtab > dd > .gridtab__controls > .gridtab__close {
                display: block;
                width: 30px;
                height: 30px;
                overflow: hidden;
                background: #666;
                text-indent: -999px;
                position: relative;
                border-radius: 50px;
                transition: all 300ms ease-out
            }

                .gridtab > dd > .gridtab__controls > .gridtab__arrow:hover, .gridtab > dd > .gridtab__controls > .gridtab__close:hover {
                    background: #333
                }

                .gridtab > dd > .gridtab__controls > .gridtab__close:hover {
                    transform: rotate(-90deg)
                }

                .gridtab > dd > .gridtab__controls > .gridtab__arrow:before, .gridtab > dd > .gridtab__controls > .gridtab__arrow:after, .gridtab > dd > .gridtab__controls > .gridtab__close:before, .gridtab > dd > .gridtab__controls > .gridtab__close:after {
                    position: absolute;
                    width: 2px;
                    height: 10px;
                    content: '';
                    display: block;
                    background: #FFF
                }

                .gridtab > dd > .gridtab__controls > .gridtab__arrow:before, .gridtab > dd > .gridtab__controls > .gridtab__arrow:after {
                    top: 50%;
                    right: 50%;
                    transform: rotate(-45deg);
                    transform-origin: left;
                    margin: -6px -3px 0 0;
                    height: 8px
                }

                .gridtab > dd > .gridtab__controls > .gridtab__arrow:after {
                    margin-top: -3px;
                    transform: rotate(45deg)
                }

                .gridtab > dd > .gridtab__controls > .gridtab__arrow.is-disabled {
                    opacity: .25
                }

            .gridtab > dd > .gridtab__controls > .gridtab__next {
                transform: scale(-1);
                transform-origin: center
            }

    .gridtab > dt {
        transition: background 1s;
        background: #f2f2f2
    }

        .gridtab > dt:after {
            content: '';
            position: absolute;
            right: 0;
            left: 0
        }

        .gridtab > dt.is-disabled {
            pointer-events: none
        }

        .gridtab > dt.is-active {
            z-index: 2
        }

        .gridtab > dt > img {
            max-width: 100%;
            float: right;
            height: auto
        }

    .gridtab[dir="rtl"] > dd > .gridtab__controls {
        left: auto;
        right: 5px
    }

        .gridtab[dir="rtl"] > dd > .gridtab__controls > .gridtab__next {
            transform: none
        }

        .gridtab[dir="rtl"] > dd > .gridtab__controls > .gridtab__prev {
            transform: scale(-1)
        }

        .gridtab[dir="rtl"] > dd > .gridtab__controls > .gridtab__close {
            margin-left: 5px;
            margin-right: 0
        }

.bdt-post-list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
    position: relative
}

    .bdt-post-list .bdt-item {
        gap: 15px;
        width: 100%
    }

    .bdt-post-list .bdt-title {
        font-size: clamp(14px, 1.5vw, 18px);
        font-weight: 700;
        margin-bottom: 5px;
        margin-top: 0
    }

        .bdt-post-list .bdt-title a {
            color: #444
        }

            .bdt-post-list .bdt-title a:hover {
                color: #000
            }

    .bdt-post-list .bdt-image {
        height: 100%
    }

        .bdt-post-list .bdt-image img {
            width: 80px;
            min-width: 80px;
            height: 100%;
            object-fit: cover
        }

    .bdt-post-list .bdt-list-icon {
        display: inline-flex;
        flex: none
    }

        .bdt-post-list .bdt-list-icon i, .bdt-post-list .bdt-list-icon svg {
            width: 1.2em;
            height: 1.2em;
            display: inline-flex;
            justify-content: center;
            align-items: center
        }

    .bdt-post-list .bdt-excerpt {
        margin-bottom: 10px
    }

    .bdt-post-list .bdt-read-more {
        margin-left: 10px;
        font-weight: bolder;
        padding-right: 0;
        padding-left: 0;
        display: inline-block
    }

    .bdt-post-list .bdt-meta {
        margin-bottom: 0;
        margin-top: 0;
        color: #999;
        display: inline-flex
    }

        .bdt-post-list .bdt-meta * {
            font-size: 13px;
            font-weight: 400
        }

.bdt-has-divider--yes .bdt-item-wrap {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: -15px
}

    .bdt-has-divider--yes .bdt-item-wrap:last-child {
        border-bottom: 0;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important
    }

.bdt-post-list-header {
    padding: 15px 0;
    border-bottom: 2px solid #1e87f0;
    margin-bottom: 30px;
    gap: 20px
}

    .bdt-post-list-header .bdt-title {
        color: #2b2d42;
        font-size: clamp(18px, 1.5vw, 24px);
        transition: all .3s ease;
        margin: 0;
        font-weight: 600
    }

    .bdt-post-list-header .bdt-filter-wrap {
        gap: 15px
    }

    .bdt-post-list-header .bdt-filter-list {
        display: flex
    }

        .bdt-post-list-header .bdt-filter-list .bdt-option {
            text-decoration: none;
            text-transform: capitalize;
            font-size: clamp(13px, 1.2vw, 14px);
            color: #2b2d42;
            font-weight: 600;
            transition: all .3s ease;
            display: inline-block
        }

            .bdt-post-list-header .bdt-filter-list .bdt-option:hover {
                color: #1e87f0
            }

        .bdt-post-list-header .bdt-filter-list.bdt-active .bdt-option {
            color: #1e87f0
        }

.bdt-post-list div#bdt-loading-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff0;
    background-image: radial-gradient(at center center,#FFFFFF 0%,#ffffffeb 100%)
}

.bdt-post-list .bdt-circle-border {
    width: 100px;
    height: 100px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #1e87f0;
    background: linear-gradient(0deg,rgb(63 249 220 / .1) 33%,#1e87f0 100%);
    animation: spin .8s linear 0s infinite
}

.bdt-post-list .bdt-circle-core {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%
}

.bdt-post-info .elementor-icon-list-item .elementor-icon-list-text {
    display: inline-block
}

    .bdt-post-info .elementor-icon-list-item .elementor-icon-list-text a, .bdt-post-info .elementor-icon-list-item .elementor-icon-list-text span {
        display: inline
    }

.bdt-post-info {
    margin: 0;
    padding: 0;
    list-style: none
}

    .bdt-post-info.elementor-inline-items {
        display: flex;
        flex-wrap: wrap;
        margin-right: -8px;
        margin-left: -8px
    }

        .bdt-post-info.elementor-inline-items .elementor-icon-list-item {
            margin-right: 8px;
            margin-left: 8px
        }

    .bdt-post-info .elementor-icon-list-icon {
        display: inline-flex
    }

    .bdt-post-info .bdt-icon-list-item, .bdt-post-info .bdt-icon-list-item a {
        display: flex;
        align-items: center
    }

    .bdt-post-info .elementor-icon-list-icon + .elementor-icon-list-text {
        align-self: center;
        padding-inline-start: 5px
    }

.bdt-profile-card .bdt-dropdown {
    min-width: 150px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / .1);
    font-size: 14px
}

    .bdt-profile-card .bdt-dropdown li a svg {
        width: 1em;
        height: 1em;
        fill: #999
    }

.bdt-profile-card .bdt-profile-card-image img {
    border-radius: 100%;
    height: 128px;
    margin-top: -65px;
    border: 7px solid #FFF
}

.bdt-profile-card-header {
    padding: 30px 30px 130px;
    border-radius: 30px;
    background: linear-gradient(to bottom left,#dd287b 30%,#feda78 90%)
}

.bdt-profile-card-pro span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 15px;
    border: 2px solid rgb(255 255 255 / .5);
    border-radius: 30px;
    text-transform: uppercase
}

.bdt-profile-card-settings i {
    color: #fff;
    font-size: 24px
}

.bdt-profile-card-inner {
    background: #fff;
    padding: 0 30px 30px;
    border-radius: 30px;
    margin-top: -60px;
    box-shadow: 0 1px 2px #eee
}

.bdt-profile-card-name-info .bdt-name {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 30px
}

    .bdt-profile-card-name-info .bdt-name a {
        color: #333
    }

.bdt-profile-card-name-info .bdt-username {
    font-size: 14px;
    color: #999
}

.bdt-profile-card-bio {
    color: #999;
    padding: 25px 0 30px
}

    .bdt-profile-card-bio p {
        margin: 0
    }

.bdt-profile-card-status ul {
    padding-right: 0;
    margin: 0
}

.bdt-profile-card-status li {
    display: inline-grid;
    text-align: center;
    margin: 0 10px
}

.bdt-profile-card-status .bdt-profile-stat {
    font-size: 20px;
    font-weight: 600;
    color: #E4427D
}

.bdt-profile-card-status .bdt-profile-label {
    color: #999
}

.bdt-profile-card-button .bdt-button {
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    padding: 0 40px;
    text-transform: capitalize;
    background: #E4427D;
    border: 1px solid #E4427D;
    transition: all .3s ease
}

    .bdt-profile-card-button .bdt-button:hover {
        background: #fff;
        color: #E4427D
    }

.bdt-profile-card-share-wrapper {
    overflow: hidden
}

.bdt-profile-card-share-link {
    position: relative;
    display: inline-block
}

    .bdt-profile-card-share-link a {
        padding: 8px 10px;
        border: 1px solid #999;
        color: #999;
        border-radius: 60px;
        margin: 0 5px;
        transition: all .3s ease;
        display: inline-block
    }

        .bdt-profile-card-share-link a:hover {
            color: #E4427D;
            border-color: #E4427D
        }

            .bdt-profile-card-share-link a:hover svg {
                fill: #E4427D
            }

        .bdt-profile-card-share-link a svg {
            width: 1em;
            height: 1em;
            fill: #999
        }

    .bdt-profile-card-share-link:before, .bdt-profile-card-share-link:after {
        content: "";
        height: 1px;
        margin: 0 1em;
        background: rgb(150 150 150 / .2);
        position: absolute;
        width: 200%;
        top: 50%
    }

    .bdt-profile-card-share-link:before {
        left: 100%
    }

    .bdt-profile-card-share-link:after {
        right: 100%
    }

.skin-heline .bdt-profile-card-item {
    position: relative
}

.skin-heline .bdt-profile-card-header {
    padding: 30px 30px 30px 190px
}

.skin-heline .bdt-profile-card-image {
    position: absolute;
    top: 50%;
    right: 95px;
    transform: translateY(-50%)
}

    .skin-heline .bdt-profile-card-image img {
        margin-top: 0 !important
    }

.skin-heline .bdt-profile-card-inner {
    padding: 40px 100px 40px 40px;
    margin-right: -60px;
    margin-top: 0;
    width: 100%;
    box-shadow: -1px 0 2px #eee
}

.skin-heline .bdt-profile-card-pro span {
    color: #e4427d;
    border: 2px solid rgb(228 66 125 / .5)
}

.skin-heline .bdt-profile-card-settings {
    position: absolute;
    right: 20px
}

    .skin-heline .bdt-profile-card-settings i {
        font-size: 24px
    }

.skin-heline .bdt-profile-card-share-link:before {
    content: none
}

.bdt-qrcode canvas {
    max-width: 100%
}

.bdt-reading-progress {
    top: unset;
    bottom: 20px;
    position: fixed;
    z-index: 10
}

    .bdt-reading-progress.bottom-right {
        top: unset !important;
        bottom: 20px !important;
        left: 20px
    }

    .bdt-reading-progress.bottom-left {
        top: unset !important;
        right: 20px;
        bottom: 20px !important
    }

    .bdt-reading-progress.top-right {
        right: unset;
        top: 20px !important;
        left: 20px
    }

    .bdt-reading-progress.top-left {
        left: unset;
        top: 20px !important;
        right: 20px
    }

    .bdt-reading-progress .bdt-reading-progress-border {
        position: relative;
        text-align: center;
        width: 100%;
        height: 100%;
        border-radius: 50%
    }

    .bdt-reading-progress .bdt-reading-progress-circle {
        position: relative;
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%);
        text-align: center;
        border-radius: 50%
    }

    .bdt-reading-progress .bdt-reading-progress-text {
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%);
        position: absolute;
        color: #fff
    }

.bdt-horizontal-progress.top {
    top: 0px !important;
    bottom: unset !important
}

.bdt-horizontal-progress.bottom {
    top: unset !important;
    bottom: 0px !important
}

body.admin-bar .bdt-horizontal-progress.top {
    top: 32px !important
}

.bdt-progress-with-top .bdt-progress-wrap {
    position: fixed;
    left: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: inset 0 0 0 2px rgb(255 255 255 / .2);
    border-radius: 50%
}

    .bdt-progress-with-top .bdt-progress-wrap.top-left {
        left: unset !important;
        right: 50px;
        bottom: unset;
        top: 50px
    }

    .bdt-progress-with-top .bdt-progress-wrap.top-right {
        left: 50px;
        right: unset !important;
        bottom: unset;
        top: 50px
    }

    .bdt-progress-with-top .bdt-progress-wrap.bottom-left {
        top: unset;
        left: unset !important;
        right: 50px;
        bottom: 50px
    }

    .bdt-progress-with-top .bdt-progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    .bdt-progress-with-top .bdt-progress-wrap::before {
        position: absolute;
        text-align: center;
        line-height: 46px;
        opacity: 1;
        background-color: #000;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #fff0;
        right: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 2;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        font-size: 16px;
        margin-bottom: 6px;
        font-family: 'element-pack' !important;
        content: "\e939"
    }

    .bdt-progress-with-top .bdt-progress-wrap .svg-content {
        border-radius: 50%
    }

    .bdt-progress-with-top .bdt-progress-wrap svg path {
        fill: none
    }

    .bdt-progress-with-top .bdt-progress-wrap svg.bdt-progress-circle path {
        stroke: grey;
        stroke-width: 4;
        box-sizing: border-box;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear
    }

    .bdt-progress-with-top .bdt-progress-wrap .bdt-circle {
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -5px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #000;
        box-shadow: 0 4px 4px rgb(26 53 71 / .25),0 0 0 1px rgb(26 53 71 / .07);
        animation: border-transform 10s linear infinite alternate forwards
    }

        .bdt-progress-with-top .bdt-progress-wrap .bdt-circle:hover {
            box-shadow: 0 8px 8px rgb(26 53 71 / .25),0 0 0 1px rgb(26 53 71 / .07)
        }

        .bdt-progress-with-top .bdt-progress-wrap .bdt-circle:before {
            position: absolute;
            font-family: 'unicons';
            content: '\eac1';
            top: 0;
            right: 0;
            z-index: 2;
            font-size: 20px;
            line-height: 40px;
            text-align: center;
            width: 100%;
            height: 40px;
            opacity: 1;
            color: red;
            -webkit-transition: all 300ms linear;
            transition: all 300ms linear
        }

.bdt-progress-with-cursor .bdt-progress-wrap {
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    box-shadow: inset 0 0 0 2px rgb(0 0 0 / .3);
    z-index: 9;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    border-radius: 50%
}

    .bdt-progress-with-cursor .bdt-progress-wrap svg path {
        fill: none
    }

    .bdt-progress-with-cursor .bdt-progress-wrap svg.bdt-progress-circle path {
        stroke: #e02020;
        stroke-width: 4;
        box-sizing: border-box;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear
    }

.bdt-progress-with-cursor .bdt-cursor, .bdt-progress-with-cursor .bdt-cursor2, .bdt-progress-with-cursor .bdt-cursor3 {
    position: fixed;
    border-radius: 50%;
    transform: translateX(50%) translateY(-50%);
    pointer-events: none;
    right: -100px;
    top: 50%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.bdt-progress-with-cursor .bdt-cursor {
    background-color: #000;
    z-index: 9;
    height: 0;
    width: 0
}

.bdt-progress-with-cursor .bdt-cursor2, .bdt-progress-with-cursor .bdt-cursor3 {
    height: 46px;
    width: 46px;
    z-index: 9;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

    .bdt-progress-with-cursor .bdt-cursor2.hover, .bdt-progress-with-cursor .bdt-cursor3.hover {
        -webkit-transform: scale(1.4) translateX(35%) translateY(-35%);
        transform: scale(1.4) translateX(35%) translateY(-35%);
        border: none
    }

    .bdt-progress-with-cursor .bdt-cursor2.hover {
        background: rgb(255 255 255 / .1)
    }

        .bdt-progress-with-cursor .bdt-cursor2.hover .bdt-progress-wrap {
            box-shadow: inset 0 0 0 2px #fff0
        }

            .bdt-progress-with-cursor .bdt-cursor2.hover .bdt-progress-wrap svg.bdt-progress-circle path {
                opacity: .4
            }

@-webkit-keyframes border-transform {
    0%,100% {
        border-radius: 37% 63% 46% 54% / 48% 55% 45% 52%
    }

    14% {
        border-radius: 60% 40% 46% 54% / 60% 49% 51% 40%
    }

    28% {
        border-radius: 46% 54% 62% 38% / 70% 49% 51% 30%
    }

    42% {
        border-radius: 39% 61% 45% 55% / 38% 61% 39% 62%
    }

    56% {
        border-radius: 39% 61% 33% 67% / 50% 70% 30% 50%
    }

    70% {
        border-radius: 50% 50% 66% 34% / 68% 56% 44% 32%
    }

    84% {
        border-radius: 54% 46% 50% 50% / 61% 35% 65% 39%
    }
}

@keyframes border-transform {
    0%,100% {
        border-radius: 37% 63% 46% 54% / 48% 55% 45% 52%
    }

    14% {
        border-radius: 60% 40% 46% 54% / 60% 49% 51% 40%
    }

    28% {
        border-radius: 46% 54% 62% 38% / 70% 49% 51% 30%
    }

    42% {
        border-radius: 39% 61% 45% 55% / 38% 61% 39% 62%
    }

    56% {
        border-radius: 39% 61% 33% 67% / 50% 70% 30% 50%
    }

    70% {
        border-radius: 50% 50% 66% 34% / 68% 56% 44% 32%
    }

    84% {
        border-radius: 54% 46% 50% 50% / 61% 35% 65% 39%
    }
}

.bdt-remote-arrows {
    display: flex
}

    .bdt-remote-arrows .bdt-prev, .bdt-remote-arrows .bdt-next {
        display: inline-flex;
        align-items: center;
        padding: 16px 24px;
        font-size: 18px;
        font-weight: 400;
        background-color: var(--e-global-color-primary,#06D6A0);
        color: #fff
    }

        .bdt-remote-arrows .bdt-prev svg, .bdt-remote-arrows .bdt-next svg {
            position: relative;
            display: inline-block;
            height: 1em;
            width: 1em;
            fill: #fff
        }

        .bdt-remote-arrows .bdt-prev:hover, .bdt-remote-arrows .bdt-next:hover {
            color: #efefef
        }

            .bdt-remote-arrows .bdt-prev:hover svg, .bdt-remote-arrows .bdt-next:hover svg {
                fill: #efefef
            }

    .bdt-remote-arrows .bdt-arrows-text {
        line-height: 1
    }

.bdt-remote-fraction .bdt-fraction-wrapper {
    display: flex;
    align-items: baseline;
    grid-gap: 6px
}

.bdt-remote-fraction .bdt-current {
    font-size: 32px;
    font-weight: 400
}

.bdt-remote-fraction .bdt-total {
    font-size: 18px;
    font-weight: 400
}

.bdt-remote-pagination .bdt-pagination-wrapper {
    display: flex;
    grid-gap: 8px
}

.bdt-remote-pagination .bdt-remote-pagination-horizontal {
    flex-direction: row;
    align-items: center
}

.bdt-remote-pagination .bdt-remote-pagination-vertical {
    flex-direction: column
}

.bdt-remote-pagination .bdt-item {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ddd;
    border-radius: 6px;
    transition: all 300ms ease-in-out
}

    .bdt-remote-pagination .bdt-item.bdt-active {
        color: #fff;
        background-color: var(--e-global-color-primary,#06D6A0);
        border-color: var(--e-global-color-primary,#06D6A0)
    }

.bdt-remote-thumbs .bdt-thumbs-wrapper {
    display: flex;
    grid-gap: 8px
}

.bdt-remote-thumbs .bdt-remote-horizontal {
    flex-direction: row;
    align-items: center
}

.bdt-remote-thumbs .bdt-remote-vertical {
    flex-direction: column
}

.bdt-remote-thumbs .bdt-item {
    display: inline-flex
}

    .bdt-remote-thumbs .bdt-item.bdt-active img {
        height: 70px;
        width: 70px
    }

    .bdt-remote-thumbs .bdt-item img {
        height: 56px;
        width: 56px;
        object-fit: cover;
        padding: 4px;
        border: 2px solid #ddd;
        border-radius: 50%;
        transition: all 300ms ease-in-out
    }

.bdt-ep-review-card-image {
    height: 75px;
    width: 75px;
    min-height: 75px;
    min-width: 75px;
    display: inline-block;
    -webkit-transform: translate(var(--ep-review-card-image-h-offset,0),var(--ep-review-card-image-v-offset,0));
    transform: translate(var(--ep-review-card-image-h-offset,0),var(--ep-review-card-image-v-offset,0))
}

    .bdt-ep-review-card-image img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        border-radius: 100%
    }

.bdt-ep-review-card-name {
    font-size: 18px;
    font-weight: 600;
    color: #0d0925;
    padding-bottom: 6px;
    margin: 0
}

.bdt-ep-review-card-job-title {
    font-size: 15px;
    color: #6d7882;
    padding-bottom: 10px
}

.bdt-ep-review-card-text {
    font-size: 15px;
    color: #6d7882
}

    .bdt-ep-review-card-text p {
        margin: 0
    }

.bdt-ep-review-card-rating {
    line-height: 1;
    font-size: 14px;
    display: inline-block
}

    .bdt-ep-review-card-rating.bdt-number {
        padding: 4px 8px;
        border-radius: 20px
    }

    .bdt-ep-review-card-rating.bdt-before {
        margin-bottom: 10px
    }

    .bdt-ep-review-card-rating.bdt-after {
        margin-top: 10px
    }

    .bdt-ep-review-card-rating i {
        display: inline-flex
    }

    .bdt-ep-review-card-rating span.epsc-rating {
        display: inline-flex
    }

        .bdt-ep-review-card-rating span.epsc-rating span {
            margin-left: 2px
        }

            .bdt-ep-review-card-rating span.epsc-rating span:last-child {
                margin-left: 0 !important
            }

.bdt-review-card-grid {
    position: relative;
    display: grid;
    grid-row-gap: 20px;
    grid-column-gap: 20px
}

.bdt-ep-review-card-grid-item {
    border-radius: 10px;
    padding: 30px;
    transition: all .3s ease
}

.bdt-ep-review-card-grid-image {
    height: 75px;
    width: 75px;
    min-height: 75px;
    min-width: 75px;
    display: inline-block;
    -webkit-transform: translate(var(--ep-review-card-grid-image-h-offset,0),var(--ep-review-card-grid-image-v-offset,0));
    transform: translate(var(--ep-review-card-grid-image-h-offset,0),var(--ep-review-card-grid-image-v-offset,0))
}

    .bdt-ep-review-card-grid-image img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        border-radius: 100%
    }

.bdt-ep-review-card-grid-name {
    font-size: 18px;
    font-weight: 600;
    color: #0d0925;
    padding-bottom: 6px;
    margin: 0
}

.bdt-ep-review-card-grid-job-title {
    font-size: 15px;
    color: #6d7882;
    padding-bottom: 10px
}

.bdt-ep-review-card-grid-text {
    font-size: 15px;
    color: #6d7882
}

    .bdt-ep-review-card-grid-text p {
        margin: 0
    }

.bdt-ep-review-card-grid-rating {
    line-height: 1;
    font-size: 14px;
    display: inline-block
}

    .bdt-ep-review-card-grid-rating.bdt-number {
        padding: 4px 8px;
        border-radius: 20px
    }

    .bdt-ep-review-card-grid-rating.bdt-before {
        margin-bottom: 10px
    }

    .bdt-ep-review-card-grid-rating.bdt-after {
        margin-top: 10px
    }

    .bdt-ep-review-card-grid-rating i {
        display: inline-flex
    }

    .bdt-ep-review-card-grid-rating span.epsc-rating {
        display: inline-flex
    }

        .bdt-ep-review-card-grid-rating span.epsc-rating span {
            margin-left: 2px
        }

            .bdt-ep-review-card-grid-rating span.epsc-rating span:last-child {
                margin-left: 0 !important
            }

.bdt-review-card-carousel {
    position: relative
}

.bdt-ep-review-card-carousel-item {
    border-radius: 10px;
    padding: 30px;
    transition: all .3s ease
}

.bdt-ep-review-card-carousel-image {
    height: 75px;
    width: 75px;
    min-height: 75px;
    min-width: 75px;
    display: inline-block;
    -webkit-transform: translate(var(--ep-review-card-carousel-image-h-offset,0),var(--ep-review-card-carousel-image-v-offset,0));
    transform: translate(var(--ep-review-card-carousel-image-h-offset,0),var(--ep-review-card-carousel-image-v-offset,0))
}

    .bdt-ep-review-card-carousel-image img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        border-radius: 100%
    }

.bdt-ep-review-card-carousel-name {
    font-size: 18px;
    font-weight: 600;
    color: #0d0925;
    padding-bottom: 6px;
    margin: 0
}

.bdt-ep-review-card-carousel-job-title {
    font-size: 15px;
    color: #6d7882;
    padding-bottom: 10px
}

.bdt-ep-review-card-carousel-text {
    font-size: 15px;
    color: #6d7882
}

    .bdt-ep-review-card-carousel-text p {
        margin: 0
    }

.bdt-ep-review-card-carousel-rating {
    line-height: 1;
    font-size: 14px;
    display: inline-block
}

    .bdt-ep-review-card-carousel-rating.bdt-number {
        padding: 4px 8px;
        border-radius: 20px
    }

    .bdt-ep-review-card-carousel-rating.bdt-before {
        margin-bottom: 10px
    }

    .bdt-ep-review-card-carousel-rating.bdt-after {
        margin-top: 10px
    }

    .bdt-ep-review-card-carousel-rating i {
        display: inline-flex
    }

    .bdt-ep-review-card-carousel-rating span.epsc-rating {
        display: inline-flex
    }

        .bdt-ep-review-card-carousel-rating span.epsc-rating span {
            margin-left: 2px
        }

            .bdt-ep-review-card-carousel-rating span.epsc-rating span:last-child {
                margin-left: 0 !important
            }

.bdt-item-match-height--yes .bdt-review-card-carousel .swiper-slide {
    height: initial
}

.bdt-slider .bdt-slide-item .bdt-slide-desc {
    color: #fff
}

.bdt-slider .bdt-slide-item .bdt-slider-image-wrapper {
    height: 100%;
    width: 100%
}

    .bdt-slider .bdt-slide-item .bdt-slider-image-wrapper img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

    .bdt-slider .bdt-slide-item .bdt-slider-image-wrapper:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 1
    }

.bdt-slider .bdt-slide-item .bdt-slide-title, .bdt-slider .bdt-slide-item .bdt-slide-text, .bdt-slider .bdt-slide-item .bdt-slide-link-wrapper {
    transition: all 400ms cubic-bezier(.19,.6,.58,1);
    opacity: 0;
    transform: translateX(-50px)
}

.bdt-slider .bdt-slide-item .bdt-slide-title {
    transition-delay: 500ms;
    display: inline-block;
    margin: 0 0 10px;
    color: inherit;
    font-size: 36px
}

.bdt-slider .bdt-slide-item .bdt-slide-text {
    transition-delay: 700ms;
    margin-bottom: 15px
}

    .bdt-slider .bdt-slide-item .bdt-slide-text p:last-child {
        margin-bottom: 0
    }

.bdt-slider .bdt-slide-item .bdt-slide-link-wrapper {
    transition-delay: 900ms
}

    .bdt-slider .bdt-slide-item .bdt-slide-link-wrapper .bdt-slide-link {
        display: inline-block;
        margin-top: 10px;
        color: rgb(255 255 255 / .8);
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700
    }

        .bdt-slider .bdt-slide-item .bdt-slide-link-wrapper .bdt-slide-link:hover {
            color: #fff
        }

            .bdt-slider .bdt-slide-item .bdt-slide-link-wrapper .bdt-slide-link:hover svg {
                fill: #fff
            }

        .bdt-slider .bdt-slide-item .bdt-slide-link-wrapper .bdt-slide-link svg {
            width: 1em;
            height: 1em;
            fill: #fff
        }

.bdt-slider .bdt-slide-item.swiper-slide-active .bdt-slide-title, .bdt-slider .bdt-slide-item.swiper-slide-active .bdt-slide-text, .bdt-slider .bdt-slide-item.swiper-slide-active .bdt-slide-link-wrapper {
    transform: translateX(0);
    opacity: 1
}

.bdt-slider .bdt-slide-effect-left .bdt-slide-title, .bdt-slider .bdt-slide-effect-left .bdt-slide-text, .bdt-slider .bdt-slide-effect-left .bdt-slide-link-wrapper {
    transform: translateX(-50px)
}

.bdt-slider .bdt-slide-effect-left.swiper-slide-active .bdt-slide-title, .bdt-slider .bdt-slide-effect-left.swiper-slide-active .bdt-slide-text, .bdt-slider .bdt-slide-effect-left.swiper-slide-active .bdt-slide-link-wrapper {
    transform: translateX(0)
}

.bdt-slider .bdt-slide-effect-bottom .bdt-slide-title, .bdt-slider .bdt-slide-effect-bottom .bdt-slide-text, .bdt-slider .bdt-slide-effect-bottom .bdt-slide-link-wrapper {
    transform: translateY(50px)
}

.bdt-slider .bdt-slide-effect-bottom.swiper-slide-active .bdt-slide-title, .bdt-slider .bdt-slide-effect-bottom.swiper-slide-active .bdt-slide-text, .bdt-slider .bdt-slide-effect-bottom.swiper-slide-active .bdt-slide-link-wrapper {
    transform: translateY(0)
}

.bdt-slider.bdt-arrows-align-center .bdt-slide-desc, .bdt-slider.bdt-arrows-dots-align-center .bdt-slide-desc {
    width: auto
}

.bdt-animation-kenburns-yes .swiper-slide-active .bdt-slider-image-wrapper {
    animation-name: bdt-scale-kenburns;
    animation-duration: 15s
}

.bdt-ep-scroll-to-section-icon svg {
    width: 1em;
    height: 1em
}

@keyframes totopscroller {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-20px)
    }
}

.bdt-ep-scroll-to-section {
    margin-bottom: 50px;
    z-index: 2
}

    .bdt-ep-scroll-to-section a {
        animation: totopscroller 1.5s linear infinite alternate;
        padding: 12px 8px;
        background: #fff0 none repeat scroll 100% 0;
        border: 2px solid #fff;
        border-radius: 5000px;
        color: #eee;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        overflow: hidden;
        transition: all .3s ease 0s
    }

        .bdt-ep-scroll-to-section a:hover {
            background: #fff;
            color: #282828;
            border: 2px solid #fff
        }

.bdt-slideshow .bdt-slideshow-button {
    margin: 1.5em 0 0;
    color: #fff
}

    .bdt-slideshow .bdt-slideshow-button svg {
        width: 1em;
        height: 1em;
        fill: #fff
    }

.bdt-slideshow .bdt-slideshow-content-wrapper {
    max-width: 800px
}

    .bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-title {
        font-size: 1.2rem;
        color: #fff;
        margin: 0;
        padding: 0
    }

    .bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-pre-title, .bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-post-title {
        font-size: .75rem;
        font-weight: 400;
        color: #f5f5f5;
        margin: 0;
        padding: 0
    }

    .bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-text {
        font-size: .65rem;
        line-height: 1.4;
        color: #f5f5f5;
        margin: .8em 0 0;
        display: inline-block
    }

    .bdt-slideshow .bdt-slideshow-content-wrapper div {
        line-height: 1
    }

.bdt-slideshow .bdt-slidenav svg {
    width: 22px;
    height: auto
}

.bdt-slideshow .bdt-dotnav li a {
    background-color: rgb(0 0 0 / .5)
}

.bdt-slideshow .bdt-dotnav li.bdt-active a {
    background-color: #1e87f0
}

.bdt-slideshow .bdt-thumbnav li a {
    transition: all .25s ease-in-out;
    position: relative
}

    .bdt-slideshow .bdt-thumbnav li a::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgb(255 255 255 / .4);
        transition: background-color .1s ease-in-out
    }

    .bdt-slideshow .bdt-thumbnav li a:hover::after {
        background-color: #fff0
    }

.bdt-slideshow .bdt-thumbnav li.bdt-active a::after {
    background-color: #fff0
}

.bdt-slideshow .bdt-ep-scroll-to-section a svg {
    width: 1em;
    height: 1em
}

.elementor-widget-bdt-slideshow .bdt-slideshow .bdt-slideshow-items .bdt-slideshow-item img {
    height: 100%;
    width: 100% !important
}

@keyframes totopscroller {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-20px)
    }
}

.bdt-ep-scroll-to-section {
    margin-bottom: 50px;
    z-index: 2
}

    .bdt-ep-scroll-to-section a {
        animation: totopscroller 1.5s linear infinite alternate;
        padding: 12px 8px;
        background: #fff0 none repeat scroll 100% 0;
        border: 2px solid #fff;
        border-radius: 5000px;
        color: #eee;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        overflow: hidden;
        transition: all .3s ease 0s
    }

        .bdt-ep-scroll-to-section a:hover {
            background: #fff;
            color: #282828;
            border: 2px solid #fff
        }

.bdt-slideshow .bdt-thumbnav-wrapper .bdt-thumbnav li:nth-child(1) {
    padding-top: 0;
    padding-right: 0
}

.bdt-slideshow .bdt-thumbnav-wrapper.bdt-position-center-left, .bdt-slideshow .bdt-thumbnav-wrapper.bdt-position-center-right {
    height: calc(100% - (15px * 2));
    display: flex;
    align-items: center
}

    .bdt-slideshow .bdt-thumbnav-wrapper.bdt-position-center-left .bdt-thumbnav-scroller, .bdt-slideshow .bdt-thumbnav-wrapper.bdt-position-center-right .bdt-thumbnav-scroller {
        transform: translate(0) !important
    }

    .bdt-slideshow .bdt-thumbnav-wrapper.bdt-position-center-left .bdt-thumbnav-scroller, .bdt-slideshow .bdt-thumbnav-wrapper.bdt-position-center-right .bdt-thumbnav-scroller {
        width: auto;
        height: 100%
    }

@media screen and (min-width:768px) {
    .bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-title {
        font-size: 2.2rem
    }

    .bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-pre-title, .bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-post-title {
        font-size: 1.2rem
    }

    .bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-text {
        font-size: 1rem;
        line-height: 1.6
    }
}

@media screen and (min-width:1024px) {
    .bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-title {
        font-size: 2.625rem;
        line-height: 1.2
    }

    .bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-pre-title, .bdt-slideshow .bdt-slideshow-content-wrapper .bdt-slideshow-post-title {
        font-size: 1.4rem
    }
}

.elementor-widget-bdt-slinky-vertical-menu {
    overflow: hidden
}

.bdt-slinky-vertical-menu {
    overflow: hidden;
    transform: translateZ(0)
}

    .bdt-slinky-vertical-menu > ul {
        left: 0;
        position: relative;
        transform: translateZ(0);
        padding: 0
    }

    .bdt-slinky-vertical-menu ul, .bdt-slinky-vertical-menu li {
        list-style: none;
        margin: 0 !important;
        padding: 0
    }

    .bdt-slinky-vertical-menu ul {
        width: 100%;
        padding: 0
    }

    .bdt-slinky-vertical-menu a {
        align-items: center;
        display: flex;
        padding: 0
    }

        .bdt-slinky-vertical-menu a span {
            flex: 1;
            line-height: 1.4
        }

        .bdt-slinky-vertical-menu a svg {
            width: 1em;
            height: 1em
        }

    .bdt-slinky-vertical-menu li ul {
        display: none;
        left: 100%;
        position: absolute;
        top: 0;
        padding: 0
    }

    .bdt-slinky-vertical-menu .header .title {
        flex: 1;
        line-height: 1.4;
        margin: 0;
        order: 1
    }

.slinky-theme-default .title {
    color: #333;
    padding: 1em
}

.slinky-theme-default li {
    line-height: 1
}

.slinky-theme-default a {
    color: #333;
    padding: 1em;
    transition: all .3s ease
}

.slinky-theme-default .next::after, .slinky-theme-default .back::before {
    content: '\2192';
    transition: 200ms;
    line-height: 1.4
}

.slinky-theme-default .next::after {
    margin-left: 1em
}

.slinky-theme-default .back::before {
    transform: scaleX(-1)
}

.slinky-theme-default .next:hover::after, .slinky-theme-default .back:hover::before {
    opacity: .75
}

.slinky-theme-default .next:active::after, .slinky-theme-default .back:active::before {
    opacity: 1
}

.slinky-theme-default .next::after, .slinky-theme-default .back::before {
    content: '\2192';
    transition: 200ms;
    line-height: 1.4
}

html[dir="ltr"] .slinky-theme-default .next::after {
    margin-left: 1em
}

html[dir="ltr"] .slinky-theme-default .back::before {
    transform: scaleX(-1)
}

html[dir="rtl"] .slinky-theme-default .next::after {
    content: '\2190';
    margin-right: 1em
}

html[dir="rtl"] .slinky-theme-default .back::before {
    content: '\2192'
}

html[dir="ltr"] .bdt-slinky-vertical-menu li ul {
    left: 100%
}

html[dir="rtl"] .bdt-slinky-vertical-menu li ul {
    right: -200%;
    transform: translateX(-100%)
}

.bdt-slinky-vertical-menu li ul.show {
    display: block;
    transform: translateX(0);
    opacity: 1
}

.bdt-scrollnav .bdt-navbar-nav > li > a svg {
    width: 1em;
    height: 1em
}

.bdt-scrollnav .bdt-navbar-nav > li > a span {
    display: flex
}

.bdt-scrollnav .bdt-button-icon-align-left {
    order: -1
}

.bdt-navbar-nav > li > a {
    transition: .1s ease-in-out;
    transition-property: color,background-color;
    position: relative
}

.bdt-navbar-style-1 .bdt-navbar-nav > li > a:before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff0;
    transition: .1s cubic-bezier(0,.75,.43,1);
    transition-property: background-color,opacity,transform;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 15px;
    opacity: 1;
    transform: scale3d(0,1,1)
}

.bdt-navbar-style-1 .bdt-navbar-nav > li.bdt-active > a:before {
    transform: scale3d(1,1,1);
    opacity: 1;
    background-color: #1e87f0
}

.bdt-navbar-style-1 .bdt-navbar-nav > li:hover > a:before {
    transform: scale3d(1,1,1);
    opacity: 1;
    background-color: #1e87f0
}

.bdt-navbar-style-2 .bdt-navbar-nav > li > a:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff0;
    transition: .1s cubic-bezier(0,.75,.43,1);
    transition-property: background-color,opacity,transform;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 15px;
    opacity: 1;
    transform: scale3d(0,1,1)
}

.bdt-navbar-style-2 .bdt-navbar-nav > li.bdt-active > a:after {
    transform: scale3d(1,1,1);
    opacity: 1;
    background-color: #1e87f0
}

.bdt-navbar-style-2 .bdt-navbar-nav > li:hover > a:after {
    transform: scale3d(1,1,1);
    opacity: 1;
    background-color: #1e87f0
}

.bdt-navbar-style-3 .bdt-navbar-nav > li > a:after {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    background-color: #fff0;
    transition: .25s cubic-bezier(0,.75,.43,1);
    transition-property: background-color,opacity,transform;
    right: 0;
    left: 0;
    margin: 0 10px;
    opacity: 1;
    transform: scale3d(0,1,1);
    z-index: -1;
    transform-origin: right
}

.bdt-navbar-style-3 .bdt-navbar-nav > li.bdt-active > a:after {
    transform: scale3d(1,1,1);
    opacity: 1
}

.bdt-navbar-style-3 .bdt-navbar-nav > li:hover > a:after {
    transform: scale3d(1,1,1);
    opacity: 1;
    background-color: #1e87f0
}

.bdt-navbar-style-4 .bdt-navbar-nav > li > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 10px;
    height: 2px;
    background-color: currentColor;
    transform-origin: bottom left;
    transform: scaleX(0);
    transition: transform .5s ease
}

.bdt-navbar-style-4 .bdt-navbar-nav > li.bdt-active > a:before {
    transform-origin: bottom right;
    transform: scaleX(1)
}

.bdt-navbar-style-4 .bdt-navbar-nav > li:hover > a:before {
    transform-origin: bottom right;
    transform: scaleX(1);
    background-color: #1e87f0
}

@media (max-width:959px) {
    .bdt-scrollnav .bdt-navbar-nav {
        flex-wrap: wrap
    }

        .bdt-scrollnav .bdt-navbar-nav > li > a {
            height: 40px
        }
}

@media (max-width:639px) {
    .bdt-scrollnav .bdt-navbar-nav {
        flex-wrap: wrap
    }

        .bdt-scrollnav .bdt-navbar-nav > li > a {
            height: 30px
        }
}

.elementor-widget-bdt-search .bdt-search-default {
    width: 100%
}

.elementor-widget-bdt-search .bdt-search {
    display: inline-block
}

    .elementor-widget-bdt-search .bdt-search .bdt-position-relative {
        overflow: hidden
    }

    .elementor-widget-bdt-search .bdt-search .bdt-search-input {
        border: 0 solid #fff0;
        height: 44px;
        width: 100%
    }

    .elementor-widget-bdt-search .bdt-search.bdt-search-loading:after {
        position: absolute;
        left: 12px;
        content: "";
        width: 20px;
        height: 20px;
        margin: 0;
        background-color: #999;
        border-radius: 100%;
        -webkit-animation: searchanimation 1s infinite ease-in-out;
        animation: searchanimation 1s infinite ease-in-out
    }

@-webkit-keyframes searchanimation {
    0% {
        top: 50%;
        -webkit-transform: translateY(-50%) scale(0)
    }

    100% {
        top: 50%;
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 0
    }
}

@keyframes searchanimation {
    0% {
        top: 50%;
        transform: translateY(-50%) scale(0);
        -webkit-transform: translateY(-50%) scale(0)
    }

    100% {
        top: 50%;
        transform: translateY(-50%) scale(1);
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 0
    }
}

.elementor-widget-bdt-search .bdt-search-result {
    box-shadow: 0 1px 1px rgb(0 0 0 / .1);
    background: #fff;
    position: absolute;
    z-index: 99;
    width: 100%
}

    .elementor-widget-bdt-search .bdt-search-result .bdt-search-result-inner {
        padding: 25px
    }

    .elementor-widget-bdt-search .bdt-search-result .bdt-search-result-header {
        position: relative;
        font-size: 16px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 20px
    }

        .elementor-widget-bdt-search .bdt-search-result .bdt-search-result-header .bdt-search-result-close-btn {
            position: absolute;
            left: 0;
            top: -6px;
            background: #eee;
            border-radius: 50%;
            color: #888;
            font-size: 18px;
            cursor: pointer;
            padding: 5px
        }

            .elementor-widget-bdt-search .bdt-search-result .bdt-search-result-header .bdt-search-result-close-btn:hover {
                background: #e5e5e5;
                color: #777
            }

    .elementor-widget-bdt-search .bdt-search-result .bdt-search-more {
        display: block;
        border-top: 1px solid #ddd;
        padding-top: 10px;
        margin-top: 20px;
        color: #666;
        font-weight: 700;
        font-size: 14px
    }

        .elementor-widget-bdt-search .bdt-search-result .bdt-search-more:hover {
            color: #000
        }

    .elementor-widget-bdt-search .bdt-search-result .bdt-list {
        padding: 0
    }

        .elementor-widget-bdt-search .bdt-search-result .bdt-list .bdt-search-item a {
            transition: all .3s ease
        }

            .elementor-widget-bdt-search .bdt-search-result .bdt-list .bdt-search-item a .bdt-search-title {
                font-size: 14px;
                color: #333;
                font-weight: 600;
                padding-bottom: 8px;
                transition: color .3s ease
            }

            .elementor-widget-bdt-search .bdt-search-result .bdt-list .bdt-search-item a .bdt-search-text {
                color: #777;
                font-size: 13px;
                transition: color .3s ease
            }

            .elementor-widget-bdt-search .bdt-search-result .bdt-list .bdt-search-item a:hover .bdt-search-title {
                color: #000
            }

            .elementor-widget-bdt-search .bdt-search-result .bdt-list .bdt-search-item a:hover .bdt-search-text {
                color: #333
            }

        .elementor-widget-bdt-search .bdt-search-result .bdt-list .bdt-search-item + .bdt-search-item {
            margin-bottom: 10px
        }

.bdt-search-toggle {
    display: inline-flex
}

    .bdt-search-toggle i, .bdt-search-toggle svg {
        width: 1em;
        height: 1em
    }

.bdt-search .bdt-search-button {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #798184;
    padding: 6px 10px;
    left: 5px;
    border: 0;
    border-radius: 2px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    text-transform: uppercase;
    cursor: pointer
}

    .bdt-search .bdt-search-button i, .bdt-search .bdt-search-button svg {
        margin-right: 3px
    }

    .bdt-search .bdt-search-button svg {
        width: 1em;
        height: 1em;
        fill: #fff
    }

.bdt-search-results-wrap {
    background: #fff;
    padding: 30px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .08);
    width: 100%;
    position: relative;
    border: 1px solid #e6eeef;
    margin-top: 30px
}

    .bdt-search-results-wrap::before {
        content: "";
        width: 12px;
        height: 12px;
        background: #fff;
        position: absolute;
        top: -6px;
        transform: rotate(-45deg);
        border-right: 1px solid #e6eeef;
        border-top: 1px solid #e6eeef
    }

.bdt-search-results-head-title {
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6eeef
}

.bdt-search-results-cart {
    margin-bottom: 30px
}

    .bdt-search-results-cart:nth-last-child(1) {
        margin-bottom: 0
    }

.bdt-search-results-grid {
    margin-bottom: 30px
}

    .bdt-search-results-grid:nth-last-child(1) {
        margin-bottom: 0
    }

.bdt-search-results-head-title a {
    text-decoration: none;
    color: #2b2d42;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.bdt-search-results-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    background: #fff
}

    .bdt-search-results-item:nth-last-child(1) {
        margin-bottom: 0
    }

.bdt-doc-section {
    width: 50%;
    display: flex;
    flex-direction: column
}

    .bdt-doc-section a {
        text-decoration: none;
        text-transform: capitalize;
        font-size: 14px;
        padding: 10px 0 10px 20px;
        line-height: 24px;
        font-weight: 400;
        color: #898d99;
        text-align: left
    }

.bdt-doc-article {
    width: 50%;
    position: relative;
    border-right: 1px solid #e6eeef;
    display: flex;
    flex-direction: column
}

    .bdt-doc-article a {
        text-decoration: none;
        font-size: 12px;
        text-transform: capitalize;
        color: #8d99ae;
        padding: 10px 20px;
        transition: all .3s ease
    }

        .bdt-doc-article a:hover {
            background: rgb(143 187 237 / .1)
        }

@media (min-width:768px) {
    .bdt-doc-section a {
        font-size: 16px
    }

    .bdt-doc-article a {
        font-size: 15px
    }
}

.bdt-scroll-button .bdt-scroll-button-align-icon-right {
    float: left
}

.bdt-scroll-button .bdt-scroll-button-align-icon-left {
    float: right
}

.bdt-scroll-button .bdt-scroll-button-content-wrapper svg, .bdt-scroll-button .bdt-scroll-button-icon svg {
    width: 1em;
    height: 1em;
    fill: #fff
}

.bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button, .bdt-scroll-button-wrapper.bdt-multi-shadow .bdt-scroll-button, .bdt-scroll-button-wrapper.bdt-shadow-pulse .bdt-scroll-button {
    font-size: 16px;
    padding: 30px;
    border-radius: 60px;
    line-height: 1
}

    .bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button i, .bdt-scroll-button-wrapper.bdt-multi-shadow .bdt-scroll-button i, .bdt-scroll-button-wrapper.bdt-shadow-pulse .bdt-scroll-button i, .bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button svg, .bdt-scroll-button-wrapper.bdt-multi-shadow .bdt-scroll-button svg, .bdt-scroll-button-wrapper.bdt-shadow-pulse .bdt-scroll-button svg {
        transition: all .3s ease-in-out
    }

    .bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button:hover i, .bdt-scroll-button-wrapper.bdt-multi-shadow .bdt-scroll-button:hover i, .bdt-scroll-button-wrapper.bdt-shadow-pulse .bdt-scroll-button:hover i, .bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button:hover svg, .bdt-scroll-button-wrapper.bdt-multi-shadow .bdt-scroll-button:hover svg, .bdt-scroll-button-wrapper.bdt-shadow-pulse .bdt-scroll-button:hover svg {
        transform: scale(1.2)
    }

.bdt-scroll-button-wrapper.bdt-shadow-pulse .bdt-scroll-button {
    animation: shadow-pulse 2s infinite;
    --box-shadow-color: rgba(129,138,145,0.1)
}

.bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button {
    position: relative
}

    .bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button:before, .bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button:after {
        content: '';
        display: block;
        position: absolute;
        border: 1px solid #818a91;
        right: -20px;
        left: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50%;
        animation: line-bounce 1.5s linear infinite;
        opacity: 0;
        backface-visibility: hidden
    }

    .bdt-scroll-button-wrapper.bdt-line-bounce .bdt-scroll-button:after {
        animation-delay: .5s
    }

.bdt-scroll-button-wrapper.bdt-multi-shadow .bdt-scroll-button {
    animation: multi-shadow 2s infinite;
    --box-shadow-color: rgba(129,138,145,0.1)
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 var(--box-shadow-color)
    }

    70% {
        box-shadow: 0 0 0 40px #fff0
    }

    100% {
        box-shadow: 0 0 0 0 #fff0
    }
}

@keyframes line-bounce {
    0% {
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes multi-shadow {
    0% {
        box-shadow: 0 0 0 10px var(--box-shadow-color),0 0 0 20px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color)
    }

    50% {
        box-shadow: 0 0 0 15px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color),0 0 0 45px var(--box-shadow-color)
    }

    100% {
        box-shadow: 0 0 0 10px var(--box-shadow-color),0 0 0 20px var(--box-shadow-color),0 0 0 30px var(--box-shadow-color)
    }
}

.bdt-scroll-image-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

    .bdt-scroll-image-container .bdt-scroll-image-holder {
        display: block;
        position: relative;
        width: 100%
    }

        .bdt-scroll-image-container .bdt-scroll-image-holder .bdt-link-icon {
            transition: all .25s ease-out;
            display: flex;
            color: #666;
            position: relative
        }

        .bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image {
            display: block;
            position: relative;
            padding: 0;
            margin: 0;
            height: 100%;
            width: 100%;
            background-repeat: no-repeat;
            overflow: hidden;
            transition: background-position 2s cubic-bezier(.1,.54,.43,.94);
            background-size: cover
        }

            .bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image.bdt-scroll-image-bottom-top {
                background-position: top
            }

                .bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image.bdt-scroll-image-bottom-top:hover {
                    background-position: center bottom !important
                }

            .bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image.bdt-scroll-image-top-bottom {
                background-position: bottom
            }

                .bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image.bdt-scroll-image-top-bottom:hover {
                    background-position: center top !important
                }

            .bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image.bdt-scroll-image-left-right {
                background-position: left;
                min-width: 320px
            }

                .bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image.bdt-scroll-image-left-right:hover {
                    background-position: center right !important
                }

            .bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image.bdt-scroll-image-right-left {
                background-position: right;
                min-width: 320px
            }

                .bdt-scroll-image-container .bdt-scroll-image-holder .bdt-scroll-image.bdt-scroll-image-right-left:hover {
                    background-position: center left !important
                }

    .bdt-scroll-image-container .bdt-device-slider {
        position: relative
    }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-safari {
            padding: 4.3% 0% 0% 0%
        }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-chrome {
            padding: 5.5% 0% 0% 0%
        }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-chrome-dark {
            padding: 5.5% 0% 0% 0%
        }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-firefox {
            padding: 5.3% 0% 0% 0%
        }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-edge {
            padding: 5.3% 0% 0% 0%
        }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-edge-dark {
            padding: 5.3% 0% 0% 0%
        }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-desktop {
            padding: 3.9% 4% 23.5% 4%
        }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-macbookpro {
            padding: 2.6% 9.5% 15.2% 9.5%
        }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-macbookair {
            padding: 3.6% 14% 10% 14.5%
        }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-tablet {
            padding: 11% 9.5% 11% 9.5%
        }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-mobile {
            padding: 26% 5.3% 4% 5.3%
        }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-mobile-dark {
            padding: 26% 5.3% 4% 5.3%
        }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-galaxy {
            padding: 10.5% 2% 10.5% 2%
        }

            .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-galaxy .bdt-slideshow-items {
                border-radius: 15px
            }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-iphonex {
            padding: 3% 3.5% 3% 3.5%
        }

            .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-iphonex .bdt-slideshow-items {
                border-radius: 15px
            }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-custom .bdt-device-slider-device {
            border-style: solid
        }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-custom .phone-lens {
            height: 18px;
            z-index: 1;
            width: 18px;
            transform: translateX(50%)
        }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-custom .phone-notch svg {
            position: absolute;
            right: 50%;
            transform: translateX(50%);
            z-index: 1
        }

            .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-custom .phone-notch svg .bdt-ds-color-1 {
                fill: #343434
            }

            .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-custom .phone-notch svg .bdt-ds-color-2 {
                fill: #272727
            }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-custom .phone-notch .large-notch {
            width: 50%
        }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-custom .phone-notch .drop-notch {
            width: 17%
        }

        .bdt-scroll-image-container .bdt-device-slider.bdt-device-slider-custom .phone-notch .small-notch {
            width: 30%
        }

    .bdt-scroll-image-container .bdt-device-slider-desktop .bdt-scroll-image, .bdt-scroll-image-container .bdt-device-slider-safari .bdt-scroll-image, .bdt-scroll-image-container .bdt-device-slider-chrome .bdt-scroll-image, .bdt-scroll-image-container .bdt-device-slider-macbookpro .bdt-scroll-image, .bdt-scroll-image-container .bdt-device-slider-tablet .bdt-scroll-image {
        border: 0
    }

    .bdt-scroll-image-container .bdt-device-slider-device {
        pointer-events: initial;
        overflow: hidden
    }

        .bdt-scroll-image-container .bdt-device-slider-device .bdt-scroll-image {
            min-height: auto
        }

        .bdt-scroll-image-container .bdt-device-slider-device img {
            top: 0;
            right: 0;
            position: absolute;
            max-width: 100%;
            width: 100%
        }

.elementor-widget-bdt-scroll-image.bdt-link-icon-on-hover-yes .bdt-scroll-image-holder .bdt-scroll-image-lightbox-item {
    opacity: 0;
    transition: opacity 350ms cubic-bezier(.24,.85,.58,1)
}

.elementor-widget-bdt-scroll-image.bdt-link-icon-on-hover-yes .bdt-scroll-image-holder:hover .bdt-scroll-image-lightbox-item {
    opacity: 1
}

.bdt-scroll-image-badge {
    -webkit-transform: translate(var(--ep-badge-h-offset,0),var(--ep-badge-v-offset,0)) rotate(var(--ep-badge-rotate,0));
    transform: translate(var(--ep-badge-h-offset,0),var(--ep-badge-v-offset,0)) rotate(var(--ep-badge-rotate,0))
}

.bdt-ds-right-button-1--yes .bdt-device-slider-custom:after, .bdt-ds-right-button-2--yes .bdt-device-slider-custom:after, .bdt-ds-right-button-1--yes .bdt-device-slider-custom:before, .bdt-ds-right-button-2--yes .bdt-device-slider-custom:before {
    content: '';
    position: absolute;
    right: 100%;
    width: 5px;
    background: #343434;
    border-radius: 10px 0 0 10px
}

.bdt-ds-right-button-1--yes .bdt-device-slider-custom:after {
    top: 16%;
    height: 6%
}

.bdt-ds-right-button-2--yes .bdt-device-slider-custom:before {
    top: 25%;
    height: 10%
}

.bdt-ds-left-button-1--yes .bdt-scroll-image-container:before {
    content: '';
    position: absolute;
    left: 100%;
    width: 5px;
    top: 12%;
    height: 5%;
    background: #343434;
    border-radius: 0 10px 10px 0
}

.bdt-ds-left-button-2--yes .bdt-device-slider-custom .bdt-device-slider-device:after, .bdt-ds-left-button-3--yes .bdt-device-slider-custom .bdt-device-slider-device:after, .bdt-ds-left-button-2--yes .bdt-device-slider-custom .bdt-device-slider-device:before, .bdt-ds-left-button-3--yes .bdt-device-slider-custom .bdt-device-slider-device:before {
    content: '';
    position: absolute;
    left: 100%;
    width: 5px;
    background: #343434;
    border-radius: 0 10px 10px 0
}

.bdt-ds-left-button-2--yes .bdt-device-slider-custom .bdt-device-slider-device:after {
    top: 20%;
    height: 8%
}

.bdt-ds-left-button-3--yes .bdt-device-slider-custom .bdt-device-slider-device:before {
    top: 30%;
    height: 8%
}

.elementor-widget-bdt-stacker .bdt-ep-stacker {
    min-height: 1px
}

    .elementor-widget-bdt-stacker .bdt-ep-stacker .elementor-top-section, .elementor-widget-bdt-stacker .bdt-ep-stacker .e-con {
        position: relative;
        overflow: hidden
    }

    .elementor-widget-bdt-stacker .bdt-ep-stacker .elementor-element {
        transition-duration: unset
    }

.bdt-ep-static-carousel-item {
    position: relative;
    background: #fcfdff;
    transition-duration: .3s;
    transition-property: background,border-color,box-shadow
}

.bdt-ep-static-carousel-content {
    padding: 30px;
    position: relative;
    z-index: 1
}

.bdt-ep-static-carousel-title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #0d0925;
    margin-bottom: 6px;
    margin-top: 0
}

.bdt-ep-static-carousel-sub-title {
    font-size: 14px;
    color: #6d7882;
    padding-bottom: 10px;
    margin: 0;
    font-weight: 300;
    letter-spacing: .5px
}

.bdt-ep-static-carousel-text {
    font-size: 15px;
    color: #6d7882;
    padding-bottom: 10px
}

    .bdt-ep-static-carousel-text p {
        margin: 0
    }

.bdt-ep-static-carousel-readmore {
    display: inline-block !important;
    font-size: 14px;
    color: #3b3f42;
    font-weight: 600
}

    .bdt-ep-static-carousel-readmore svg {
        width: 1em;
        height: 1em;
        fill: #3b3f42
    }

.bdt-ep-static-carousel-image {
    position: relative
}

.bdt-ep-static-carousel-item-link, .bdt-ep-static-carousel-title-link, .bdt-ep-static-carousel-image-link {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0
}

.bdt-item-match-height--yes .bdt-static-carousel .swiper-slide {
    height: initial
}

.bdt-ep-static-grid-tab-item {
    display: grid;
    grid-gap: 25px;
    align-items: center
}

.bdt-ep-static-grid-tab-desc, .bdt-ep-static-grid-tab-image {
    width: 100%
}

.bdt-ep-static-grid-tab-title {
    color: #6d7882;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px
}

.bdt-ep-static-grid-tab-main-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #556068;
    letter-spacing: 1px
}

.bdt-ep-static-grid-tab-excerpt {
    font-size: 16px;
    color: #6d7882;
    margin-bottom: 20px
}

    .bdt-ep-static-grid-tab-excerpt p {
        margin: 0
    }

.bdt-ep-static-grid-tab-readmore {
    display: inline-block !important;
    color: #556068;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px
}

    .bdt-ep-static-grid-tab-readmore svg {
        width: 1em;
        height: 1em;
        fill: #556068
    }

.bdt-static-grid-tab .gridtab > dd {
    padding: 25px
}

.bdt-sgt-content-reverse--yes .bdt-ep-static-grid-tab-item {
    flex-direction: row-reverse
}

.gridtab, .gridtab > dt, .gridtab > dd {
    position: relative
}

.gridtab {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
    margin: 0
}

    .gridtab > dt {
        border-style: solid
    }

        .gridtab > dt.is-active {
            color: #FFF
        }

    .gridtab > dd {
        z-index: 1;
        display: none;
        flex-basis: 100%;
        border-style: solid
    }

        .gridtab > dd > .gridtab__controls {
            position: absolute;
            left: 10px;
            top: 10px;
            display: flex
        }

            .gridtab > dd > .gridtab__controls > .gridtab__close {
                order: 1;
                margin-right: 5px
            }

                .gridtab > dd > .gridtab__controls > .gridtab__close:before, .gridtab > dd > .gridtab__controls > .gridtab__close:after {
                    top: 50%;
                    right: 50%;
                    transform: translate(50%,-50%) rotate(-45deg)
                }

                .gridtab > dd > .gridtab__controls > .gridtab__close:after {
                    transform: translate(50%,-50%) rotate(45deg)
                }

            .gridtab > dd > .gridtab__controls > .gridtab__arrow, .gridtab > dd > .gridtab__controls > .gridtab__close {
                display: block;
                width: 30px;
                height: 30px;
                overflow: hidden;
                background: #6d7882;
                text-indent: -999px;
                position: relative;
                border-radius: 50px;
                transition: all 300ms ease-out
            }

                .gridtab > dd > .gridtab__controls > .gridtab__arrow:hover, .gridtab > dd > .gridtab__controls > .gridtab__close:hover {
                    background: #2a3438
                }

                .gridtab > dd > .gridtab__controls > .gridtab__close:hover {
                    transform: rotate(-90deg)
                }

                .gridtab > dd > .gridtab__controls > .gridtab__arrow:before, .gridtab > dd > .gridtab__controls > .gridtab__arrow:after, .gridtab > dd > .gridtab__controls > .gridtab__close:before, .gridtab > dd > .gridtab__controls > .gridtab__close:after {
                    position: absolute;
                    width: 2px;
                    height: 10px;
                    content: '';
                    display: block;
                    background: #FFF
                }

                .gridtab > dd > .gridtab__controls > .gridtab__arrow:before, .gridtab > dd > .gridtab__controls > .gridtab__arrow:after {
                    top: 50%;
                    right: 50%;
                    transform: rotate(-45deg);
                    transform-origin: left;
                    margin: -6px -3px 0 0;
                    height: 8px
                }

                .gridtab > dd > .gridtab__controls > .gridtab__arrow:after {
                    margin-top: -3px;
                    transform: rotate(45deg)
                }

                .gridtab > dd > .gridtab__controls > .gridtab__arrow.is-disabled {
                    opacity: .25
                }

            .gridtab > dd > .gridtab__controls > .gridtab__next {
                transform: scale(-1);
                transform-origin: center
            }

    .gridtab > dt {
        background: #f2f9ff;
        transition: background 1s
    }

        .gridtab > dt:after {
            content: '';
            position: absolute;
            right: 0;
            left: 0
        }

        .gridtab > dt.is-disabled {
            pointer-events: none
        }

        .gridtab > dt.is-active {
            z-index: 2
        }

        .gridtab > dt > img {
            max-width: 100%;
            float: right;
            height: auto
        }

    .gridtab[dir="rtl"] > dd > .gridtab__controls {
        left: auto;
        right: 5px
    }

        .gridtab[dir="rtl"] > dd > .gridtab__controls > .gridtab__next {
            transform: none
        }

        .gridtab[dir="rtl"] > dd > .gridtab__controls > .gridtab__prev {
            transform: scale(-1)
        }

        .gridtab[dir="rtl"] > dd > .gridtab__controls > .gridtab__close {
            margin-left: 5px;
            margin-right: 0
        }

@media (min-width:768px) {
    .bdt-ep-static-grid-tab-item {
        display: flex
    }
}

.bdt-single-post .bdt-single-post-item .bdt-single-post-excerpt {
    margin-top: 20px;
    color: #e5e5e5
}

    .bdt-single-post .bdt-single-post-item .bdt-single-post-excerpt p {
        margin: 0
    }

.bdt-single-post .bdt-single-post-item .bdt-single-post-link {
    color: #444
}

    .bdt-single-post .bdt-single-post-item .bdt-single-post-link:hover {
        color: #000
    }

.bdt-single-post .bdt-single-post-item .bdt-single-post-desc .bdt-single-post-meta {
    margin-bottom: 10px;
    margin-top: 0;
    color: #999
}

    .bdt-single-post .bdt-single-post-item .bdt-single-post-desc .bdt-single-post-meta * {
        font-size: 13px;
        font-weight: 400
    }

.bdt-single-post .bdt-single-post-item .bdt-single-post-desc a {
    color: inherit;
    text-decoration: none
}

.bdt-single-post .bdt-single-post-item .bdt-single-post-thumbnail img {
    width: 100%
}

.bdt-single-post .bdt-single-post-tag-wrap span {
    padding: 4px 8px;
    color: #fff;
    border-radius: 3px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px
}

    .bdt-single-post .bdt-single-post-tag-wrap span + span {
        margin-right: 5px
    }

.bdt-single-post .bdt-single-post-item .bdt-single-post-title {
    color: #fff
}

.bdt-single-post .bdt-single-post-item .bdt-single-post-link:hover .bdt-single-post-title {
    opacity: .7
}

.bdt-single-post .bdt-single-post-item .bdt-overlay-primary {
    transition: all .25s ease-in-out;
    opacity: .5
}

.bdt-single-post .bdt-single-post-item:hover .bdt-overlay-primary {
    opacity: 1
}

.elementor-widget-bdt-single-post {
    overflow: hidden
}

.elementor-widget-bdt-advanced-icon-box.bdt-link-icon-on-hover-yes .bdt-scroll-image .bdt-single-post-link {
    opacity: 0;
    transition: opacity 350ms cubic-bezier(.24,.85,.58,1)
}

.elementor-widget-bdt-advanced-icon-box.bdt-link-icon-on-hover-yes .bdt-scroll-image:hover .bdt-advanced-icon-box-readmore {
    opacity: 1
}

@media screen and (max-width:767px) {
    .bdt-single-post .bdt-single-post-title {
        font-size: 1.3rem;
        line-height: 1
    }
}

.bdt-ss-btn {
    cursor: pointer
}

.elementor-widget-share-buttons .bdt-ep-grid {
    overflow: hidden
}

.bdt-ss-btns-style-boxed .bdt-social-share-text, .bdt-ss-btns-style-minimal .bdt-social-share-text, .bdt-ss-btns-style-gradient .bdt-social-share-text {
    padding-right: .9em
}

.bdt-ss-btns-style-flat .bdt-social-share, .bdt-ss-btns-style-flat .bdt-social-share:hover, .bdt-ss-btns-style-gradient .bdt-social-share, .bdt-ss-btns-style-gradient .bdt-social-share:hover {
    color: #fff
}

.bdt-ss-btns-style-minimal.bdt-ss-btns-shape-rounded .bdt-ss-icon {
    border-radius: .5em
}

.bdt-ss-btns-style-minimal.bdt-ss-btns-shape-circle .bdt-ss-icon {
    border-radius: 99.9em
}

.bdt-ss-btns-style-minimal .bdt-social-share-text {
    color: #222
}

.bdt-ss-btns-view-text .bdt-social-share-text {
    padding-right: 1.3em
}

.bdt-ss-btns-view-text .bdt-ss-icon, .bdt-ss-btns-view-text .bdt-social-share-text, .bdt-ss-btns-view-icon .bdt-ss-icon, .bdt-ss-btns-view-icon .bdt-social-share-text {
    flex-grow: 1;
    justify-content: center
}

.bdt-ss-btns-shape-rounded .bdt-ss-btn {
    border-radius: .5em
}

.bdt-ss-btns-shape-circle .bdt-ss-btn {
    border-radius: 99.9em
}

.bdt-ss-btn {
    overflow: hidden;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition-duration: .2s;
    transition-property: filter,background-color,border-color;
    height: 4.2em;
    cursor: pointer
}

.bdt-ss-icon, .bdt-social-share-text {
    transition-property: color,background-color;
    transition-duration: .2s
}

.bdt-ss-icon {
    display: flex;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    width: 4.2em;
    position: relative
}

    .bdt-ss-icon i {
        font-size: 1.5em
    }

.bdt-social-share-text {
    font-size: 1.3em;
    padding-left: 1.3em;
    align-self: stretch;
    flex-grow: 1;
    align-items: center;
    display: flex;
    font-weight: 100
}

.bdt-social-share-title {
    font-weight: 700;
    flex-shrink: 0
}

    .bdt-social-share-title + .bdt-social-share-counter {
        margin-right: .5em;
        flex-shrink: 0
    }

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-vkontakte, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-vkontakte {
    background-color: #45668e
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-facebook, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-facebook {
    background-color: #3b5998
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-odnoklassniki, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-odnoklassniki {
    background-color: #F4731C
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-moimir, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-moimir {
    background-color: #168DE2
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-googleplus, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-googleplus {
    background-color: #dd4b39
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-linkedin, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-linkedin {
    background-color: #0077b5
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-twitter, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-twitter {
    background-color: #1DA1F2
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-livejournal, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-livejournal {
    background-color: #00B0EA
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-tumblr, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-tumblr {
    background-color: #35465c
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-blogger, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-blogger {
    background-color: #F06A35
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-pinterest, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-pinterest {
    background-color: #bd081c
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-digg, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-digg {
    background-color: #005be2
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-evernote, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-evernote {
    background-color: #2DBE60
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-reddit, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-reddit {
    background-color: #ff4500
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-delicious, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-delicious {
    background-color: #39f
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-mix, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-mix {
    background-color: #fd8235
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-pocket, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-pocket {
    background-color: #EF3F56
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-surfingbird, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-surfingbird {
    background-color: #25B1F6
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-liveinternet, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-liveinternet {
    background-color: #5382C4
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-buffer, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-buffer {
    background-color: #1B1B1B
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-link, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-link {
    background-color: #1B1B1B
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-instapaper, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-instapaper {
    background-color: #000
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-xing, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-xing {
    background-color: #026466
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-wordpress, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-wordpress {
    background-color: #21759b
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-baidu, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-baidu {
    background-color: #2319DC
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-renren, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-renren {
    background-color: #237EC5
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-weibo, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-weibo {
    background-color: #E6162D
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-skype, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-skype {
    background-color: #00AFF0
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-telegram, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-telegram {
    background-color: #2CA5E0
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-viber, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-viber {
    background-color: #834995
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-whatsapp, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-whatsapp {
    background-color: #25d366
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-line, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-line {
    background-color: #00B900
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-wechat, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-wechat {
    background-color: #2DC100
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-meneame, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-meneame {
    background-color: #F86100
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-flat .bdt-ss-flipboard, .bdt-ss-btns-color-original.bdt-ss-btns-style-gradient .bdt-ss-flipboard {
    background-color: #F52827
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-vkontakte, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-vkontakte {
    color: #45668e
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-facebook, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-facebook {
    color: #3b5998
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-odnoklassniki, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-odnoklassniki {
    color: #F4731C
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-moimir, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-moimir {
    color: #168DE2
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-googleplus, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-googleplus {
    color: #dd4b39
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-linkedin, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-linkedin {
    color: #0077b5
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-twitter, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-twitter {
    color: #1DA1F2
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-livejournal, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-livejournal {
    color: #00B0EA
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-tumblr, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-tumblr {
    color: #35465c
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-blogger, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-blogger {
    color: #F06A35
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-pinterest, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-pinterest {
    color: #bd081c
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-digg, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-digg {
    color: #005be2
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-evernote, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-evernote {
    color: #2DBE60
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-reddit, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-reddit {
    color: #ff4500
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-delicious, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-delicious {
    color: #39f
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-mix, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-mix {
    color: #fd8235
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-pocket, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-pocket {
    color: #EF3F56
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-surfingbird, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-surfingbird {
    color: #25B1F6
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-liveinternet, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-liveinternet {
    color: #5382C4
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-buffer, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-buffer {
    color: #1B1B1B
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-link, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-link {
    color: #1B1B1B
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-instapaper, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-instapaper {
    color: #000
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-xing, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-xing {
    color: #026466
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-wordpress, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-wordpress {
    color: #21759b
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-baidu, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-baidu {
    color: #2319DC
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-renren, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-renren {
    color: #237EC5
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-weibo, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-weibo {
    color: #E6162D
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-skype, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-skype {
    color: #00AFF0
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-telegram, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-telegram {
    color: #2CA5E0
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-viber, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-viber {
    color: #834995
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-whatsapp, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-whatsapp {
    color: #25d366
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-line, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-line {
    color: #00B900
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-wechat, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-wechat {
    color: #2DC100
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-meneame, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-meneame {
    color: #F86100
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-framed .bdt-ss-flipboard, .bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-flipboard {
    color: #F52827
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-vkontakte .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-vkontakte .bdt-ss-icon {
    background-color: #45668e
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-facebook .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-facebook .bdt-ss-icon {
    background-color: #3b5998
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-odnoklassniki .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-odnoklassniki .bdt-ss-icon {
    background-color: #F4731C
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-moimir .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-moimir .bdt-ss-icon {
    background-color: #168DE2;
    color: #FFAF32
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-googleplus .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-googleplus .bdt-ss-icon {
    background-color: #dd4b39
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-linkedin .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-linkedin .bdt-ss-icon {
    background-color: #0077b5
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-twitter .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-twitter .bdt-ss-icon {
    background-color: #1DA1F2
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-livejournal .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-livejournal .bdt-ss-icon {
    background-color: #00B0EA
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-tumblr .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-tumblr .bdt-ss-icon {
    background-color: #35465c
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-blogger .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-blogger .bdt-ss-icon {
    background-color: #F06A35
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-pinterest .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-pinterest .bdt-ss-icon {
    background-color: #bd081c
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-digg .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-digg .bdt-ss-icon {
    background-color: #005be2
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-evernote .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-evernote .bdt-ss-icon {
    background-color: #2DBE60
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-reddit .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-reddit .bdt-ss-icon {
    background-color: #ff4500
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-delicious .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-delicious .bdt-ss-icon {
    background-color: #39f
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-mix .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-mix .bdt-ss-icon {
    background-color: #fd8235
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-pocket .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-pocket .bdt-ss-icon {
    background-color: #EF3F56
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-surfingbird .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-surfingbird .bdt-ss-icon {
    background-color: #25B1F6
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-liveinternet .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-liveinternet .bdt-ss-icon {
    background-color: #5382C4
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-buffer .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-buffer .bdt-ss-icon {
    background-color: #1B1B1B
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-link .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-link .bdt-ss-icon {
    background-color: #1B1B1B
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-instapaper .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-instapaper .bdt-ss-icon {
    background-color: #000
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-xing .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-xing .bdt-ss-icon {
    background-color: #026466
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-wordpress .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-wordpress .bdt-ss-icon {
    background-color: #21759b
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-baidu .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-baidu .bdt-ss-icon {
    background-color: #2319DC
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-renren .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-renren .bdt-ss-icon {
    background-color: #237EC5
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-weibo .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-weibo .bdt-ss-icon {
    background-color: #E6162D
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-skype .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-skype .bdt-ss-icon {
    background-color: #00AFF0
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-telegram .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-telegram .bdt-ss-icon {
    background-color: #2CA5E0
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-viber .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-viber .bdt-ss-icon {
    background-color: #834995
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-whatsapp .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-whatsapp .bdt-ss-icon {
    background-color: #25d366
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-line .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-line .bdt-ss-icon {
    background-color: #00B900
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-wechat .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-wechat .bdt-ss-icon {
    background-color: #2DC100
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-meneame .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-meneame .bdt-ss-icon {
    background-color: #F86100
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-flipboard .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-flipboard .bdt-ss-icon {
    background-color: #F52827
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-btn .bdt-ss-icon, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-btn .bdt-ss-icon {
    color: #fff
}

.bdt-ss-btns-color-original.bdt-ss-btns-style-boxed .bdt-ss-moimir .bdt-ss-icon .fa-moimir:before, .bdt-ss-btns-color-original.bdt-ss-btns-style-minimal .bdt-ss-moimir .bdt-ss-icon .fa-moimir:before {
    color: #FFAF32
}

.bdt-ss-btns-style-framed .bdt-ss-btn, .bdt-ss-btns-style-boxed .bdt-ss-btn {
    border-style: solid
}

.bdt-ss-btns-style-gradient .bdt-social-share-text {
    background: linear-gradient(-135deg,rgb(0 0 0 / .12) 0%,#fff0 100%)
}

.bdt-ss-btns-style-gradient.bdt-ss-btns-view-icon .bdt-ss-icon {
    background-image: linear-gradient(to left,rgb(0 0 0 / .12),transparent)
}

.bdt-ss-btns-color-original .bdt-ss-btn:hover {
    filter: saturate(1.2) brightness(1.1)
}

.bdt-ss-btns-color-custom.bdt-ss-btns-style-flat .bdt-ss-btn, .bdt-ss-btns-color-custom.bdt-ss-btns-style-gradient .bdt-ss-btn {
    background-color: #666
}

.bdt-ss-btns-color-custom.bdt-ss-btns-style-framed .bdt-ss-btn, .bdt-ss-btns-color-custom.bdt-ss-btns-style-minimal .bdt-ss-btn, .bdt-ss-btns-color-custom.bdt-ss-btns-style-boxed .bdt-ss-btn {
    color: #666;
    border-color: #666
}

    .bdt-ss-btns-color-custom.bdt-ss-btns-style-boxed .bdt-ss-btn .bdt-ss-icon, .bdt-ss-btns-color-custom.bdt-ss-btns-style-minimal .bdt-ss-btn .bdt-ss-icon {
        background-color: #666
    }

.bdt-ss-btns-color-custom.bdt-ss-btns-style-boxed .bdt-ss-icon, .bdt-ss-btns-color-custom.bdt-ss-btns-style-minimal .bdt-ss-icon {
    color: #fff
}

.bdt-social-proof .bdt-social-proof-item {
    padding: 20px 30px;
    position: relative;
    border-top: 8px solid;
    transition: all .3s ease
}

    .bdt-social-proof .bdt-social-proof-item.bdt-social-proof-google {
        border-color: #4285f4;
        box-shadow: 0 5px 10px -5px rgb(66 133 244 / .35)
    }

        .bdt-social-proof .bdt-social-proof-item.bdt-social-proof-google:hover {
            box-shadow: 0 0 1px 0 rgb(66 133 244 / .6)
        }

        .bdt-social-proof .bdt-social-proof-item.bdt-social-proof-google .bdt-social-icon {
            color: #4285f4
        }

    .bdt-social-proof .bdt-social-proof-item.bdt-social-proof-facebook {
        border-color: #3c5b9b;
        box-shadow: 0 5px 10px -5px rgb(60 91 155 / .3)
    }

        .bdt-social-proof .bdt-social-proof-item.bdt-social-proof-facebook:hover {
            box-shadow: 0 0 1px 0 rgb(60 91 155 / .6)
        }

        .bdt-social-proof .bdt-social-proof-item.bdt-social-proof-facebook .bdt-social-icon {
            color: #3c5b9b
        }

    .bdt-social-proof .bdt-social-proof-item.bdt-social-proof-yelp {
        border-color: #d80027;
        box-shadow: 0 5px 10px -5px rgb(216 0 39 / .2)
    }

        .bdt-social-proof .bdt-social-proof-item.bdt-social-proof-yelp:hover {
            box-shadow: 0 0 1px 0 rgb(216 0 39 / .4)
        }

        .bdt-social-proof .bdt-social-proof-item.bdt-social-proof-yelp .bdt-social-icon {
            color: #d80027
        }

    .bdt-social-proof .bdt-social-proof-item.bdt-social-proof-g2 {
        border-color: #ff492c;
        box-shadow: 0 5px 10px -5px rgb(255 73 44 / .3)
    }

        .bdt-social-proof .bdt-social-proof-item.bdt-social-proof-g2:hover {
            box-shadow: 0 0 1px 0 rgb(255 73 44 / .5)
        }

        .bdt-social-proof .bdt-social-proof-item.bdt-social-proof-g2 .bdt-social-icon {
            color: #ff492c
        }

.bdt-social-proof .bdt-social-proof-title {
    margin: 0;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #464c56;
    transition: all .3s ease
}

.bdt-social-proof .bdt-social-icon {
    margin-left: 20px;
    transition: all .3s ease
}

    .bdt-social-proof .bdt-social-icon i {
        font-size: 48px
    }

.bdt-social-proof .bdt-social-proof-rating {
    display: inline-block
}

    .bdt-social-proof .bdt-social-proof-rating .bdt-rating-item {
        display: inline-flex
    }

.bdt-social-proof .bdt-social-proof-reviews {
    color: #999;
    font-size: 15px;
    transition: all .3s ease
}

.bdt-social-proof .bdt-social-proof-ratting-wrapper {
    padding-bottom: 6px
}

    .bdt-social-proof .bdt-social-proof-ratting-wrapper .bdt-rating-number {
        font-size: 17px;
        font-weight: 500;
        margin-left: 8px;
        line-height: 1;
        color: #525c71;
        transition: all .3s ease
    }

.bdt-step-flow {
    position: relative
}

    .bdt-step-flow .bdt-direction-svg {
        position: absolute;
        left: 0;
        top: 52px;
        -webkit-transform: rotate(var(--ep-step-flow-direction-rotate,0));
        transform: rotate(var(--ep-step-flow-direction-rotate,0))
    }

        .bdt-step-flow .bdt-direction-svg svg {
            width: 100px
        }

            .bdt-step-flow .bdt-direction-svg svg * {
                fill: none
            }

    .bdt-step-flow .bdt-icon-wrapper {
        display: inline-block;
        line-height: 1;
        transition: all 350ms cubic-bezier(.24,.85,.58,1);
        color: #818a91;
        font-size: 48px;
        width: 48px;
        height: auto;
        text-align: center;
        overflow: hidden;
        position: relative;
        box-sizing: content-box;
        padding: 40px;
        border-radius: 50%;
        box-shadow: 0 2px 6px -2px #c7c7c7
    }

        .bdt-step-flow .bdt-icon-wrapper:hover {
            color: #818a91
        }

        .bdt-step-flow .bdt-icon-wrapper i, .bdt-step-flow .bdt-icon-wrapper img {
            position: relative;
            display: block;
            transition: transform 350ms cubic-bezier(.24,.85,.58,1);
            z-index: 1
        }

            .bdt-step-flow .bdt-icon-wrapper i:before, .bdt-step-flow .bdt-icon-wrapper img:before {
                position: absolute;
                right: 50%;
                transform: translateX(50%)
            }

        .bdt-step-flow .bdt-icon-wrapper i, .bdt-step-flow .bdt-icon-wrapper svg {
            width: 1em;
            height: 1em
        }

    .bdt-step-flow .bdt-step-flow-readmore {
        display: inline-block
    }

        .bdt-step-flow .bdt-step-flow-readmore svg {
            width: 1em;
            height: 1em
        }

    .bdt-step-flow .bdt-title-separator-wrapper {
        overflow: hidden;
        margin-bottom: 24px;
        line-height: 1
    }

        .bdt-step-flow .bdt-title-separator-wrapper > * {
            height: auto
        }

        .bdt-step-flow .bdt-title-separator-wrapper > svg [stroke*='#'] {
            stroke: currentcolor
        }

        .bdt-step-flow .bdt-title-separator-wrapper img {
            display: none
        }

        .bdt-step-flow .bdt-title-separator-wrapper svg * {
            stroke: #798184;
            fill: #fff0
        }

        .bdt-step-flow .bdt-title-separator-wrapper svg.ep_round {
            stroke-linecap: round
        }

        .bdt-step-flow .bdt-title-separator-wrapper svg.ep_square {
            stroke-linecap: square
        }

        .bdt-step-flow .bdt-title-separator-wrapper svg.ep_butt {
            stroke-linecap: butt
        }

    .bdt-step-flow .bdt-title-separator {
        border-top: 4px solid #ddd;
        display: inline-block;
        width: 100px
    }

.bdt-direction-animation--yes .bdt-step-flow .bdt-direction-svg {
    transition: left .5s cubic-bezier(.25,.1,.03,.46)
}

.bdt-direction-animation--yes .bdt-step-flow:hover .bdt-direction-svg {
    left: -20px
}

.bdt-infinite-animation--yes .bdt-step-flow .bdt-direction-svg {
    animation-name: animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite
}

@keyframes animation {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

.elementor-widget-bdt-step-flow .bdt-step-flow-badge {
    -webkit-transform: translate(var(--ep-step-flow-badge-h-offset,50),var(--ep-step-flow-badge-v-offset,50)) rotate(var(--ep-step-flow-badge-rotate,0));
    transform: translate(var(--ep-step-flow-badge-h-offset,50),var(--ep-step-flow-badge-v-offset,50)) rotate(var(--ep-step-flow-badge-rotate,0))
}

    .elementor-widget-bdt-step-flow .bdt-step-flow-badge .bdt-badge {
        padding: 12px 12px 14px 12px;
        font-weight: 600;
        background: #fff;
        color: #818a91 !important;
        box-shadow: 0 1px 3px -1px #818a91;
        transition: all .3s ease
    }

        .elementor-widget-bdt-step-flow .bdt-step-flow-badge .bdt-badge:hover {
            color: #000
        }

.elementor-widget-bdt-step-flow .bdt-step-flow-icon {
    -webkit-transform: translate(var(--ep-step-flow-icon-h-offset,0),var(--ep-step-flow-icon-v-offset,0));
    transform: translate(var(--ep-step-flow-icon-h-offset,0),var(--ep-step-flow-icon-v-offset,0))
}

.rtl .bdt-direction-svg svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.elementor-widget-bdt-step-flow.bdt-icon-effect-none .bdt-step-flow .bdt-icon-wrapper:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    top: 0;
    right: 0
}

.elementor-widget-bdt-step-flow.bdt-icon-effect-none .bdt-step-flow:hover .bdt-icon-wrapper:after {
    opacity: 1
}

.elementor-widget-bdt-step-flow.bdt-icon-effect-a .bdt-step-flow .bdt-icon-wrapper:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    top: 0;
    right: 0;
    border-radius: 200px
}

.elementor-widget-bdt-step-flow.bdt-icon-effect-a .bdt-step-flow:hover .bdt-icon-wrapper {
    background-color: #fff0
}

    .elementor-widget-bdt-step-flow.bdt-icon-effect-a .bdt-step-flow:hover .bdt-icon-wrapper:after {
        opacity: 1;
        transform: scale(1.5)
    }

.elementor-widget-bdt-step-flow.bdt-icon-effect-g .bdt-step-flow .bdt-icon-wrapper:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 0;
    height: 103%;
    top: 50%;
    right: 50%;
    z-index: -1;
    opacity: 0;
    transform: translateX(50%) translateY(-50%)
}

.elementor-widget-bdt-step-flow.bdt-icon-effect-g .bdt-step-flow:hover .bdt-icon-wrapper {
    background-color: #fff0
}

    .elementor-widget-bdt-step-flow.bdt-icon-effect-g .bdt-step-flow:hover .bdt-icon-wrapper:after {
        width: 90%;
        opacity: 1
    }

.elementor-widget-bdt-step-flow.bdt-icon-effect-b .bdt-step-flow .bdt-icon-wrapper {
    overflow: hidden
}

    .elementor-widget-bdt-step-flow.bdt-icon-effect-b .bdt-step-flow .bdt-icon-wrapper:after {
        content: '';
        position: absolute;
        transition: all .3s ease-out;
        width: 100%;
        height: 0;
        top: 50%;
        right: 50%;
        opacity: 0;
        z-index: -1;
        transform: translateX(50%) translateY(-50%) rotate(-45deg)
    }

.elementor-widget-bdt-step-flow.bdt-icon-effect-b .bdt-step-flow:hover .bdt-icon-wrapper {
    background-color: #fff0
}

    .elementor-widget-bdt-step-flow.bdt-icon-effect-b .bdt-step-flow:hover .bdt-icon-wrapper:after {
        height: 260%;
        opacity: 1
    }

.elementor-widget-bdt-step-flow.bdt-icon-effect-c .bdt-step-flow .bdt-icon-wrapper:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 101%;
    height: 0;
    top: 50%;
    right: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(50%) translateY(-50%)
}

.elementor-widget-bdt-step-flow.bdt-icon-effect-c .bdt-step-flow:hover .bdt-icon-wrapper {
    background-color: #fff0
}

    .elementor-widget-bdt-step-flow.bdt-icon-effect-c .bdt-step-flow:hover .bdt-icon-wrapper:after {
        height: 75%;
        opacity: 1
    }

.elementor-widget-bdt-step-flow.bdt-icon-effect-d .bdt-step-flow .bdt-icon-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
    transform: rotate3d(0,0,1,45deg) translate3d(0,-3em,0);
    transform-origin: 100% 100%;
    transition: transform .3s,opacity .3s,background-color .3s
}

.elementor-widget-bdt-step-flow.bdt-icon-effect-d .bdt-step-flow:hover .bdt-icon-wrapper {
    background-color: #fff0
}

    .elementor-widget-bdt-step-flow.bdt-icon-effect-d .bdt-step-flow:hover .bdt-icon-wrapper:after {
        opacity: 1;
        transform: rotate3d(0,0,1,0deg);
        transition-timing-function: cubic-bezier(.2,1,.3,1)
    }

.elementor-widget-bdt-step-flow.bdt-icon-effect-e .bdt-step-flow .bdt-icon-wrapper:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
    height: 0;
    top: 0;
    right: 0;
    z-index: -1
}

.elementor-widget-bdt-step-flow.bdt-icon-effect-e .bdt-step-flow:hover .bdt-icon-wrapper {
    background-color: #fff0
}

    .elementor-widget-bdt-step-flow.bdt-icon-effect-e .bdt-step-flow:hover .bdt-icon-wrapper:after {
        height: 100%
    }

.elementor-widget-bdt-step-flow.bdt-icon-effect-f .bdt-step-flow .bdt-icon-wrapper:after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all .3s ease-out;
    background: #666;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0
}

.elementor-widget-bdt-step-flow.bdt-icon-effect-f .bdt-step-flow:hover .bdt-icon-wrapper {
    background-color: #fff0
}

    .elementor-widget-bdt-step-flow.bdt-icon-effect-f .bdt-step-flow:hover .bdt-icon-wrapper:after {
        width: 100%
    }

.elementor-widget-bdt-step-flow.bdt-readmore-on-hover-yes .bdt-step-flow .bdt-step-flow-readmore {
    margin-top: 26px;
    position: absolute;
    -webkit-transform: translate(var(--ep-step-flow-readmore-h-offset,-50%),var(--ep-step-flow-readmore-v-offset,0));
    transform: translate(var(--ep-step-flow-readmore-h-offset,-50%),var(--ep-step-flow-readmore-v-offset,0));
    opacity: 0;
    transition: opacity 350ms cubic-bezier(.24,.85,.58,1)
}

.elementor-widget-bdt-step-flow.bdt-readmore-on-hover-yes .bdt-step-flow:hover .bdt-step-flow-readmore {
    opacity: 1
}

.elementor-widget-bdt-step-flow .bdt-step-flow {
    text-align: center
}

.elementor-widget-bdt-step-flow .bdt-step-flow-title {
    font-weight: 700;
    font-size: 1.25rem
}

    .elementor-widget-bdt-step-flow .bdt-step-flow-title a {
        color: inherit
    }

.elementor-widget-bdt-step-flow .bdt-step-flow-description {
    margin-bottom: 20px
}

.elementor-widget-bdt-step-flow .bdt-step-flow-sub-title {
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 20px;
    transition: all .25s ease
}

.elementor-widget-bdt-step-flow .bdt-icon-heading {
    margin-bottom: 20px
}

    .elementor-widget-bdt-step-flow .bdt-icon-heading .bdt-step-flow-title, .elementor-widget-bdt-step-flow .bdt-icon-heading .bdt-step-flow-sub-title {
        margin-bottom: 0;
        margin-top: 0
    }

.elementor-widget-bdt-step-flow.bdt-global-link-yes .bdt-step-flow:hover {
    cursor: pointer
}

.elementor-widget-bdt-step-flow.bdt-title-link-yes .bdt-step-flow-title:hover {
    cursor: pointer
}

.elementor-widget-bdt-step-flow .bdt-step-flow {
    text-align: center
}

.elementor-widget-bdt-step-flow .bdt-step-flow-title {
    font-weight: 700;
    font-size: 1.25rem
}

    .elementor-widget-bdt-step-flow .bdt-step-flow-title a {
        color: inherit
    }

.elementor-widget-bdt-step-flow .bdt-step-flow-description {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .elementor-widget-bdt-step-flow.elementor-position-left .bdt-step-flow {
        display: flex;
        text-align: right;
        flex-direction: row
    }

    .elementor-widget-bdt-step-flow.elementor-position-left .bdt-step-flow-icon {
        flex: 0 0 auto
    }

    .elementor-widget-bdt-step-flow.elementor-position-right .bdt-step-flow {
        display: flex;
        text-align: left;
        flex-direction: row-reverse
    }

    .elementor-widget-bdt-step-flow.elementor-position-right .bdt-step-flow-icon {
        flex: 0 0 auto
    }

    .elementor-widget-bdt-step-flow.elementor-position-top .bdt-step-flow-img {
        margin: auto
    }

    .elementor-widget-bdt-step-flow.elementor-position-top .bdt-step-flow-icon {
        display: inline-block
    }

    .elementor-widget-bdt-step-flow.elementor-vertical-align-top .bdt-step-flow {
        align-items: flex-start
    }

    .elementor-widget-bdt-step-flow.elementor-vertical-align-middle .bdt-step-flow {
        align-items: center
    }

    .elementor-widget-bdt-step-flow.elementor-vertical-align-bottom .bdt-step-flow {
        align-items: flex-end
    }

    .elementor-widget-bdt-step-flow .bdt-indicator-svg {
        position: absolute;
        right: 100%;
        top: 0;
        width: 150px;
        height: auto;
        transform-origin: center center;
        transform: translateX(0);
        z-index: 10
    }

        .elementor-widget-bdt-step-flow .bdt-indicator-svg svg {
            height: auto;
            width: 100%
        }
}

@media (max-width:767px) {
    .elementor-widget-bdt-step-flow .bdt-step-flow-icon {
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 15px
    }

    .elementor-widget-bdt-step-flow.bdt-icon-type-image .bdt-icon-wrapper {
        width: auto
    }
}

.ep-sub-menu {
    --transition: cubic-bezier(.215,.61,.355,1)
}

    .ep-sub-menu .ep-sub-menu-wrap .ep-heading {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #4f5a6e;
        text-transform: uppercase
    }

    .ep-sub-menu .ep-sub-menu-wrap .ep-sub-menu-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 25px
    }

    .ep-sub-menu .ep-sub-menu-wrap .ep-item {
        position: relative;
        text-decoration: none
    }

        .ep-sub-menu .ep-sub-menu-wrap .ep-item:hover .ep-sub-title {
            color: #2a2d37
        }

        .ep-sub-menu .ep-sub-menu-wrap .ep-item:hover .ep-hover-icon {
            opacity: 1;
            transform: translateX(0)
        }

    .ep-sub-menu .ep-sub-menu-wrap .ep-icon svg {
        width: 18px;
        height: 18px;
        line-height: 18px;
        max-width: none
    }

    .ep-sub-menu .ep-sub-menu-wrap .ep-sub-title {
        font-size: 12px;
        margin: 5px 0 0;
        color: #6d7283;
        transition: color .3s var(--transition)
    }

    .ep-sub-menu .ep-sub-menu-wrap .ep-title {
        display: inline-flex;
        align-items: center;
        grid-column-gap: 10px;
        font-size: 14px;
        color: #575a66;
        font-weight: 500;
        position: relative
    }

    .ep-sub-menu .ep-sub-menu-wrap .ep-badge {
        background: #3f37c9;
        color: #fff;
        font-size: 7px;
        line-height: 1;
        padding: 3px 5px;
        border-radius: 2px;
        text-transform: capitalize;
        position: absolute;
        left: 0;
        transform: translateX(calc(-1*(100% + (var(--ep-submenu-badge-h-offset, 10px)))))
    }

    .ep-sub-menu .ep-sub-menu-wrap .ep-hover-icon {
        font-size: 22px;
        color: #777;
        opacity: 0;
        transform: translateX(10px);
        transition: transform .4s var(--transition),opacity .4s var(--transition);
        align-self: center
    }

    .ep-sub-menu .ep-sub-menu-wrap .ep-advance-menu .ep-item {
        display: inline-flex;
        grid-gap: 12px;
        line-height: 1;
        align-items: flex-start
    }

    .ep-sub-menu .ep-sub-menu-wrap .ep-advance-menu .ep-icon-inner {
        color: rgb(12 19 255 / .451);
        background: rgb(12 19 255 / .059);
        padding: 10px;
        border-radius: 3px;
        transition: background .3s var(--transition);
        line-height: 1;
        display: inline-block
    }

    .ep-sub-menu .ep-sub-menu-wrap .ep-menu-style-1 .ep-item, .ep-sub-menu .ep-sub-menu-wrap .ep-menu-style-4 .ep-item {
        flex-direction: row
    }

    .ep-sub-menu .ep-sub-menu-wrap .ep-menu-style-1 .ep-hover-icon, .ep-sub-menu .ep-sub-menu-wrap .ep-menu-style-4 .ep-hover-icon {
        left: 0
    }

    .ep-sub-menu .ep-sub-menu-wrap .ep-menu-style-2 .ep-item {
        flex-direction: row-reverse;
        text-align: left
    }

        .ep-sub-menu .ep-sub-menu-wrap .ep-menu-style-2 .ep-item:hover .ep-hover-icon {
            transform: translateX(0) translateY(-50%) rotate(-180deg)
        }

    .ep-sub-menu .ep-sub-menu-wrap .ep-menu-style-2 .ep-title {
        flex-direction: row-reverse
    }

    .ep-sub-menu .ep-sub-menu-wrap .ep-menu-style-2 .ep-hover-icon {
        right: 0;
        transform: translateX(-10px) translateY(-50%) rotate(-180deg)
    }

    .ep-sub-menu .ep-sub-menu-wrap .ep-menu-style-2 .ep-badge {
        left: auto;
        right: 0;
        transform: translateX(calc(-1*(-100% + (var(--ep-submenu-badge-h-offset, -10px)))))
    }

    .ep-sub-menu .ep-sub-menu-wrap .ep-menu-style-3 .ep-item {
        flex-direction: column;
        align-items: flex-start
    }

    .ep-sub-menu .ep-sub-menu-wrap .ep-menu-style-3 .ep-hover-icon {
        left: 0
    }

    .ep-sub-menu .ep-sub-menu-wrap .ep-menu-style-4 .ep-item {
        align-items: flex-start;
        padding: 20px;
        border-radius: 6px;
        background-color: #fff;
        transition: all .2s
    }

        .ep-sub-menu .ep-sub-menu-wrap .ep-menu-style-4 .ep-item:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 30px 0 rgb(123 136 168 / .2)
        }

@media (min-width:768px) {
    .ep-sub-menu-wrap .ep-sub-menu-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

.bdt-tabs-container {
    text-align: center
}

    .bdt-tabs-container .bdt-tab {
        padding: 5px;
        border-radius: 50px;
        display: inline-block;
        background-color: #f5f5f5
    }

        .bdt-tabs-container .bdt-tab .bdt-tabs-item {
            padding-right: 0;
            display: inline-block;
            float: right
        }

            .bdt-tabs-container .bdt-tab .bdt-tabs-item a {
                border-radius: 50px;
                overflow: hidden;
                position: relative
            }

                .bdt-tabs-container .bdt-tab .bdt-tabs-item a .bdt-tab-text-wrapper {
                    position: relative
                }

                    .bdt-tabs-container .bdt-tab .bdt-tabs-item a .bdt-tab-text-wrapper svg {
                        width: 1em;
                        height: 1em
                    }

                .bdt-tabs-container .bdt-tab .bdt-tabs-item a:before {
                    height: 100%;
                    top: 0;
                    z-index: 0;
                    content: '';
                    width: 0;
                    position: absolute;
                    left: 0;
                    transition: all 300ms ease-out;
                    background-color: #1e87f0
                }

            .bdt-tabs-container .bdt-tab .bdt-tabs-item:last-child a:before {
                right: 0;
                left: auto
            }

            .bdt-tabs-container .bdt-tab .bdt-tabs-item .bdt-badge.bdt-a-badge, .bdt-tabs-container .bdt-tab .bdt-tabs-item .bdt-badge.bdt-b-badge {
                position: absolute;
                font-size: 10px;
                text-transform: uppercase;
                padding: 0 25px;
                bottom: 60px;
                right: 50%;
                transform: translateX(50%)
            }

                .bdt-tabs-container .bdt-tab .bdt-tabs-item .bdt-badge.bdt-a-badge:after, .bdt-tabs-container .bdt-tab .bdt-tabs-item .bdt-badge.bdt-b-badge:after {
                    position: absolute;
                    content: "";
                    width: 8px;
                    height: 8px;
                    background: #1e87f0;
                    border-radius: 2px;
                    bottom: -3px;
                    right: 50%;
                    transform: translateX(50%) rotate(-45deg)
                }

        .bdt-tabs-container .bdt-tab > .bdt-active > a {
            color: #fff
        }

            .bdt-tabs-container .bdt-tab > .bdt-active > a:before {
                width: 100%
            }

            .bdt-tabs-container .bdt-tab > .bdt-active > a svg {
                fill: #fff
            }

.bdt-svg-blob {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    position: relative
}

    .bdt-svg-blob svg path {
        width: 500px;
        height: 500px;
        overflow: inherit
    }

    .bdt-svg-blob .svg-blob-image {
        width: 100%;
        height: 100%
    }

.google-visualization-tooltip {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px;
    height: auto !important;
    text-align: center
}

    .google-visualization-tooltip ul, .google-visualization-tooltip li {
        margin: 0 !important;
        padding: 0
    }

    .google-visualization-tooltip span {
        line-height: 1;
        text-transform: uppercase
    }

.bdt-tabs .bdt-tabs-item-title {
    outline: none;
    background: #f3f3f3;
    transition: all 300ms cubic-bezier(0,.49,.27,.99);
    position: relative
}

    .bdt-tabs .bdt-tabs-item-title .bdt-tab-text-wrapper {
        display: inline-flex
    }

.bdt-tabs .bdt-tab-title-icon-wrapper svg {
    width: 1em;
    height: 1em
}

.bdt-tabs .bdt-switcher-item-content p {
    margin: 0
}

    .bdt-tabs .bdt-switcher-item-content p + p {
        margin: 10px 0 0
    }

.bdt-tabs .bdt-tab .bdt-tabs-item {
    flex: unset !important
}

    .bdt-tabs .bdt-tab .bdt-tabs-item a:after {
        content: '';
        width: 0;
        height: 3px;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all 300ms ease-out
    }

.bdt-tabs .bdt-tab .bdt-active a:after {
    width: 100%;
    background: #1e87f0
}

.bdt-tabs .bdt-tab.bdt-tab-bottom .bdt-tabs-item a:after {
    top: 0;
    bottom: auto
}

.bdt-tabs .bdt-tab.bdt-tab-left .bdt-tabs-item a:after, .bdt-tabs .bdt-tab.bdt-tab-right .bdt-tabs-item a:after {
    width: 3px;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto
}

.bdt-tabs .bdt-tab.bdt-tab-left .bdt-active a:after, .bdt-tabs .bdt-tab.bdt-tab-right .bdt-active a:after {
    height: 100%
}

.bdt-tabs .bdt-tab.bdt-tab-right .bdt-tabs-item a:after {
    right: 0;
    left: auto
}

.bdt-tabs .bdt-tabs-item.bdt-has-no-title span[class*="bdt-button-icon-align-"] {
    margin: 0 !important
}

.bdt-tabs a.bdt-tabs-item-title:hover {
    text-decoration: none !important
}

@media (max-width:767px) {
    .bdt-tabs.fullwidth-on-mobile .bdt-tab-wrapper {
        width: 100% !important
    }

    .bdt-tabs.fullwidth-on-mobile .bdt-switcher-wrapper {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .bdt-tabs.fullwidth-on-mobile .bdt-tabs-item {
        width: 100%;
        flex: auto
    }
}

.elementor-widget-bdt-table .bdt-table table {
    width: 100%;
    margin: 0 0 1.5em 0;
    border-collapse: collapse;
    font-size: 1em
}

.elementor-widget-bdt-table .bdt-table th {
    font-size: 1em;
    font-weight: 700;
    padding: 1em 1em 1em 2em
}

.elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting:before, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting:after, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_asc:before, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_asc:after, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_desc:before, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_desc:after, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_asc_disabled:before, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_asc_disabled:after, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_desc_disabled:before, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_desc_disabled:after {
    bottom: auto;
    top: 50%;
    transform: translateY(-55%)
}

.elementor-widget-bdt-table .bdt-table table.dataTable thead th {
    padding: 10px 18px 10px 30px;
    color: #fff;
    background-color: #1e87f0;
    vertical-align: middle
}

.elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_asc, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_desc, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting {
    background-image: none
}

.elementor-widget-bdt-table .bdt-table .bdt-pagination > * {
    padding-right: 10px
}

.elementor-widget-bdt-table .bdt-table .dataTables_wrapper .row:first-child {
    flex-direction: row-reverse
}

.elementor-widget-bdt-table .bdt-table .dataTables_wrapper .row:nth-last-child(1) {
    align-items: center
}

.elementor-widget-bdt-table .bdt-table .dataTables_wrapper .dataTables_filter {
    float: right
}

.elementor-widget-bdt-table .bdt-table .dataTables_wrapper .dataTables_info, .elementor-widget-bdt-table .bdt-table .dataTables_wrapper .bdt-pagination {
    padding: 0;
    margin: 0;
    font-size: clamp(.625rem, 1.2vw, .875rem)
}

.elementor-widget-bdt-table .bdt-table .dataTables_wrapper .bdt-pagination {
    padding-right: 3px
}

.elementor-widget-bdt-table .bdt-table.bdt-table-default-responsive table th {
    min-width: 100px
}

.elementor-widget-bdt-table .bdt-static-table .bdt-static-body-row-cell, .elementor-widget-bdt-table .bdt-static-table .bdt-static-column-cell {
    vertical-align: middle
}

.elementor-widget-bdt-table .bdt-static-table .bdt-static-body-row-cell-wrap, .elementor-widget-bdt-table .bdt-static-table .bdt-static-column-cell-wrap {
    display: inline-flex;
    align-items: center
}

.elementor-widget-bdt-table .bdt-static-table .bdt-static-body-row-cell-icon, .elementor-widget-bdt-table .bdt-static-table .bdt-static-column-cell-icon {
    margin-right: 10px
}

    .elementor-widget-bdt-table .bdt-static-table .bdt-static-body-row-cell-icon img, .elementor-widget-bdt-table .bdt-static-table .bdt-static-column-cell-icon img {
        width: 40px;
        object-fit: cover
    }

.elementor-widget-bdt-table.vertical-border-remove-yes th, .elementor-widget-bdt-table.vertical-border-remove-yes td {
    border-right: none !important;
    border-left: none !important
}

.elementor-widget-bdt-table.vertical-border-remove-yes table {
    border-right: none !important;
    border-left: none !important
}

.bdt-header-hidden-yes .bdt-google-sheet-table thead, .bdt-header-hidden-yes .bdt-static-table thead, .bdt-header-hidden-yes .bdt-table thead {
    display: none
}

.bdt-hide-entries-on-mobile-yes .dataTables_length {
    display: none
}

@media (max-width:767px) {
    .bdt-table .dataTables_wrapper .dataTables_length {
        text-align: right
    }

    .bdt-table .dataTables_wrapper .row .bdt-width-1-2 {
        width: 100%
    }

    .bdt-table .dataTables_wrapper .dataTables_info {
        white-space: normal;
        text-align: right
    }
}

@media (min-width:768px) {
    .elementor-widget-bdt-table .bdt-table .dataTables_wrapper .row:first-child {
        flex-direction: row
    }

    .elementor-widget-bdt-table .bdt-table .dataTables_wrapper .dataTables_filter {
        float: left
    }

    .elementor-widget-bdt-table .bdt-table .dataTables_wrapper .dataTables_length {
        display: flex
    }

    .elementor-widget-bdt-table .bdt-table.bdt-table-default-responsive table th {
        min-width: 100px
    }
}

@media only screen and (max-width:40em) {
    .bdt-table.bdt-table-default-responsive table {
        display: flex;
        position: relative;
        width: 100%;
        height: auto
    }

        .bdt-table.bdt-table-default-responsive table tbody {
            display: flex;
            width: auto;
            position: relative;
            overflow-x: auto;
            white-space: nowrap
        }

            .bdt-table.bdt-table-default-responsive table tbody tr {
                display: flex;
                flex-direction: column
            }

        .bdt-table.bdt-table-default-responsive table th {
            display: block;
            padding: .5em 1em !important;
            border-bottom: none;
            border-left: none;
            border-right: none
        }

            .bdt-table.bdt-table-default-responsive table th:first-child {
                border-top: none
            }

        .bdt-table.bdt-table-default-responsive table td {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: .5em 1em !important;
            min-height: 1.25em;
            border-bottom: none;
            border-left: none;
            height: 100%
        }

            .bdt-table.bdt-table-default-responsive table td:first-child {
                border-top: none
            }
}

.elementor-widget-bdt-table-of-content .bdt-drop {
    margin-top: 0
}

.elementor-widget-bdt-table-of-content .bdt-toggle-button-wrapper {
    z-index: 1030;
    -webkit-transform: translate(var(--ep-btn-h-offset,0),var(--ep-btn-v-offset,0)) rotate(var(--ep-btn-rotate,0));
    transform: translate(var(--ep-btn-h-offset,0),var(--ep-btn-v-offset,0)) rotate(var(--ep-btn-rotate,0))
}

    .elementor-widget-bdt-table-of-content .bdt-toggle-button-wrapper a.bdt-toggle-button {
        background: #14abf4;
        color: #fff
    }

        .elementor-widget-bdt-table-of-content .bdt-toggle-button-wrapper a.bdt-toggle-button svg {
            width: 1em;
            height: 1em;
            fill: #fff
        }

.elementor-widget-bdt-table-of-content .bdt-card-secondary {
    -webkit-transform: translate(var(--ep-fixed-index-h-offset,0),var(--ep-fixed-index-v-offset,0));
    transform: translate(var(--ep-fixed-index-h-offset,0),var(--ep-fixed-index-v-offset,0))
}

.bdt-ofc-table-of-content .bdt-offcanvas-bar .bdt-offcanvas-close {
    color: #fff
}

.bdt-table-of-content .nav {
    list-style-type: none
}

    .bdt-table-of-content .nav li a {
        display: inline-block;
        font-weight: 700;
        border-bottom: 1px solid rgb(255 255 255 / .1)
    }

    .bdt-table-of-content .nav > .nav li a {
        font-weight: 400
    }

    .bdt-table-of-content .nav > .nav > .nav li a {
        font-size: 14px
    }

.bdt-table-of-content .bdt-card .nav li.bdt-active > a {
    color: #fff;
    border-bottom-color: rgb(255 255 255 / .4)
}

.table-of-content-layout-fixed {
    position: relative !important
}

.table-of-content-layout-dropdown {
    position: fixed
}

.bdt-table-of-content-header h4 {
    color: inherit;
    margin: 0 0 15px
}

.table-of-content-layout-offcanvas .elementor-button-content-wrapper {
    display: block
}

@media (min-width:960px) {
    .table-of-content-layout-fixed {
        position: fixed !important;
        width: 320px;
        z-index: 99
    }
}

.bdt-tags-cloud.skin-default .bdt-tags-list {
    list-style: none;
    margin: 0;
    padding: 0
}

    .bdt-tags-cloud.skin-default .bdt-tags-list li {
        display: inline
    }

        .bdt-tags-cloud.skin-default .bdt-tags-list li a {
            display: inline-block;
            padding: 10px 15px;
            text-shadow: -1px .01px rgb(0 0 0 / .15);
            border-radius: 5px;
            font-size: 12px;
            text-decoration: none;
            color: #fff;
            transition: .2s;
            outline: 0;
            margin: 0 0 10px 5px;
            text-decoration: none
        }

            .bdt-tags-cloud.skin-default .bdt-tags-list li a:hover {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                transition: .3s;
                -webkit-transition: .3s;
                -moz-transition: .3s;
                opacity: 1;
                -webkit-opacity: 1;
                -moz-opacity: 1
            }

.bdt-tags-cloud.skin-tag-animated {
    text-align: center
}

.bdt-tags-cloud.skin-typography .bdt-wordcloud {
    padding: 25px 10px;
    page-break-after: always;
    page-break-inside: avoid;
    width: 100%;
    min-height: 500px
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-container {
    padding-right: 50px;
    padding-bottom: 50px
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-thumbnail {
    overflow: hidden
}

    .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-thumbnail img {
        width: 100%;
        object-fit: cover
    }

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper {
    position: relative;
    padding-right: 50px
}

    .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-item-main-container {
        padding-right: 50px
    }

    .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-item-main {
        position: relative
    }

    .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-line {
        position: absolute;
        top: 0;
        height: 100%
    }

        .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-line span {
            height: 100%;
            position: absolute;
            background-color: #1e87f0;
            transform: translateX(50%);
            transform-origin: center;
            display: block
        }

    .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-icon {
        position: absolute;
        top: 20px;
        transform: translate(50%,-50%);
        right: 51px
    }

        .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-icon span {
            position: absolute;
            text-align: center;
            border: 4px solid #1e87f0;
            transform: translate(50%,-50%);
            border-radius: 130px;
            height: 48px;
            width: 48px
        }

            .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-icon span i, .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item-main-wrapper .bdt-timeline-icon span svg {
                position: absolute;
                top: 50%;
                transform: translate(50%,-50%)
            }

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-meta {
    margin-bottom: 0
}

    .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-meta li {
        display: inline-flex
    }

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-title, .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-excerpt, .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-excerpt p {
    margin: 0;
    padding: 0
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-readmore {
    margin: 0
}

    .bdt-timeline.bdt-timeline-skin-default .bdt-timeline-readmore svg {
        width: 1em;
        height: 1em
    }

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-arrow {
    position: absolute;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    z-index: 0;
    top: 15px;
    right: -8px
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item:nth-last-child(-n+1) .bdt-timeline-item-main-container {
    padding-bottom: 0
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-item:nth-last-child(-n+1) .bdt-timeline-line {
    display: none
}

.bdt-timeline-right .bdt-timeline-item {
    margin-right: auto
}

    .bdt-timeline-right .bdt-timeline-item .bdt-timeline-item-main-wrapper {
        padding-right: 0
    }

    .bdt-timeline-right .bdt-timeline-item.left-part .bdt-timeline-item-main-container, .bdt-timeline-right .bdt-timeline-item.right-part .bdt-timeline-item-main-container {
        padding-left: 50px;
        padding-right: 0
    }

    .bdt-timeline-right .bdt-timeline-item.left-part .bdt-timeline-arrow, .bdt-timeline-right .bdt-timeline-item.right-part .bdt-timeline-arrow {
        left: -8px;
        right: auto
    }

    .bdt-timeline-right .bdt-timeline-item.left-part .bdt-timeline-line, .bdt-timeline-right .bdt-timeline-item.right-part .bdt-timeline-line {
        left: 0
    }

    .bdt-timeline-right .bdt-timeline-item.left-part .bdt-timeline-icon, .bdt-timeline-right .bdt-timeline-item.right-part .bdt-timeline-icon {
        left: 0;
        right: auto
    }

.bdt-timeline-right .bdt-timeline-date {
    padding: 10px 50px
}

.bdt-timeline-icon svg {
    width: 1em;
    height: 1em
}

@media (max-width:959px) {
    .bdt-timeline-right .bdt-timeline-item .bdt-timeline-item-main-wrapper {
        padding-left: 55px
    }

    .bdt-timeline-right .bdt-timeline-item.left-part .bdt-timeline-line, .bdt-timeline-right .bdt-timeline-item.right-part .bdt-timeline-line {
        left: 55px
    }

    .bdt-timeline-right .bdt-timeline-item.left-part .bdt-timeline-icon, .bdt-timeline-right .bdt-timeline-item.right-part .bdt-timeline-icon {
        left: 55px;
        right: auto
    }
}

@media (min-width:960px) {
    .bdt-timeline-center .bdt-timeline-item .bdt-timeline-item-main-wrapper {
        padding-right: 0
    }

    .bdt-timeline-center .bdt-timeline-item.left-part .bdt-timeline-item-main-container {
        padding-left: 50px;
        padding-right: 0
    }

    .bdt-timeline-center .bdt-timeline-item.left-part .bdt-timeline-arrow {
        left: -8px;
        right: auto
    }

    .bdt-timeline-center .bdt-timeline-item.left-part .bdt-timeline-line {
        left: 0
    }

    .bdt-timeline-center .bdt-timeline-item.left-part .bdt-timeline-icon {
        left: 0;
        right: auto
    }

    .bdt-timeline-center .bdt-timeline-item.right-part .bdt-timeline-item-main-container {
        padding-right: 50px;
        padding-left: 0
    }

    .bdt-timeline-center .bdt-timeline-item.right-part .bdt-timeline-icon {
        right: 0
    }

    .bdt-timeline-center .bdt-timeline-date {
        padding: 10px 50px
    }

    .bdt-timeline-center .bdt-timeline-item:nth-child(-n+2) .bdt-timeline-item-main-container {
        padding-top: 0
    }

    .bdt-timeline-center .bdt-timeline-item:nth-child(-n+2) .bdt-timeline-icon {
        top: 22px
    }

    .bdt-timeline-center .bdt-timeline-item:nth-last-child(-n+2) .bdt-timeline-item-main-container {
        padding-bottom: 0
    }
}

.bdt-timeline.bdt-timeline-skin-default figcaption {
    margin-bottom: 0
}

.bdt-timeline-skin-olivier {
    box-sizing: border-box;
    position: relative
}

    .bdt-timeline-skin-olivier.bdt-timeline:not(.bdt-timeline--horizontal):before {
        background-color: #ddd;
        bottom: 0;
        content: '';
        right: 50%;
        margin-right: -2px;
        position: absolute;
        top: 0;
        width: 4px;
        z-index: 1
    }

    .bdt-timeline-skin-olivier .bdt-timeline-thumbnail {
        overflow: hidden
    }

        .bdt-timeline-skin-olivier .bdt-timeline-thumbnail img {
            width: 100%;
            object-fit: cover
        }

    .bdt-timeline-skin-olivier .bdt-timeline-wrapper {
        overflow: hidden;
        position: relative;
        z-index: 2
    }

    .bdt-timeline-skin-olivier .bdt-timeline-item {
        font-size: 16px;
        font-size: 1rem;
        padding: .625rem 0 .625rem 2.5rem;
        position: relative;
        width: 50%;
        z-index: 2
    }

        .bdt-timeline-skin-olivier .bdt-timeline-item:after {
            background-color: #fff;
            border: 4px solid #ddd;
            border-radius: 50%;
            content: '';
            height: 20px;
            position: absolute;
            left: -10px;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            width: 20px;
            z-index: 1
        }

        .bdt-timeline-skin-olivier .bdt-timeline-item.animated {
            animation-duration: 1s;
            animation-fill-mode: both;
            opacity: 0
        }

        .bdt-timeline-skin-olivier .bdt-timeline-item.fadeIn {
            animation-name: fadeIn
        }

    .bdt-timeline-skin-olivier .bdt-timeline-meta li {
        display: inline-flex
    }

    .bdt-timeline-skin-olivier .bdt-timeline-item--left {
        right: 0
    }

    .bdt-timeline-skin-olivier .bdt-timeline-item--right {
        right: 50%;
        padding: .625rem 2.5rem .625rem 0
    }

        .bdt-timeline-skin-olivier .bdt-timeline-item--right:after {
            right: -10px
        }

        .bdt-timeline-skin-olivier .bdt-timeline-item--right .bdt-timeline-content:before {
            border-bottom: 10px solid #fff0;
            border-left: 12px solid #fff0;
            border-right: none;
            border-top: 10px solid #fff0;
            right: -12px
        }

        .bdt-timeline-skin-olivier .bdt-timeline-item--right .bdt-timeline-content:after {
            border-bottom: 9px solid #fff0;
            border-left: 11px solid #f3f3f3;
            border-right: none;
            border-top: 9px solid #fff0;
            right: -10px
        }

    .bdt-timeline-skin-olivier .bdt-timeline-content {
        position: relative
    }

        .bdt-timeline-skin-olivier .bdt-timeline-content:after, .bdt-timeline-skin-olivier .bdt-timeline-content:before {
            content: '';
            height: 0;
            position: absolute;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            width: 0
        }

        .bdt-timeline-skin-olivier .bdt-timeline-content:before {
            border-bottom: 10px solid #fff0;
            border-right: 12px solid #fff0;
            border-top: 10px solid #fff0;
            left: -12px;
            z-index: 1
        }

        .bdt-timeline-skin-olivier .bdt-timeline-content:after {
            border-bottom: 9px solid #fff0;
            border-right: 11px solid #f3f3f3;
            border-top: 9px solid #fff0;
            left: -10px;
            z-index: 2
        }

    .bdt-timeline-skin-olivier .bdt-timeline-nav-button {
        background-color: #fff;
        border: 2px solid #ddd;
        border-radius: 50px;
        box-sizing: border-box;
        box-shadow: none;
        cursor: pointer;
        display: block;
        height: 40px;
        outline: 0;
        position: absolute;
        text-indent: -9999px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        width: 40px;
        z-index: 10
    }

        .bdt-timeline-skin-olivier .bdt-timeline-nav-button:disabled {
            pointer-events: none
        }

        .bdt-timeline-skin-olivier .bdt-timeline-nav-button:before {
            display: block;
            width: 10px;
            height: 10px;
            border-top: 1px solid #999;
            border-right: 1px solid #999;
            position: absolute;
            content: '';
            right: 50%;
            top: 50%;
            -ms-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%)
        }

    .bdt-timeline-skin-olivier .bdt-timeline-nav-button--prev {
        right: 0
    }

        .bdt-timeline-skin-olivier .bdt-timeline-nav-button--prev:before {
            transform: translateX(25%) translateY(-50%) rotate(45deg)
        }

    .bdt-timeline-skin-olivier .bdt-timeline-nav-button--next {
        left: 0
    }

        .bdt-timeline-skin-olivier .bdt-timeline-nav-button--next:before {
            transform: translateX(75%) translateY(-50%) rotate(-135deg)
        }

.bdt-timeline--horizontal {
    font-size: 0;
    padding: 0 3.125rem;
    overflow: hidden;
    white-space: nowrap
}

    .bdt-timeline--horizontal .bdt-timeline-divider {
        background-color: #ddd;
        display: block;
        height: 4px;
        right: 40px;
        position: absolute;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 40px;
        z-index: 1
    }

    .bdt-timeline--horizontal .bdt-timeline-items {
        -o-transition: all .8s;
        transition: all .8s;
        will-change: transform
    }

    .bdt-timeline--horizontal .bdt-timeline-item {
        display: inline-block;
        right: 0;
        padding: 0 0 2.5rem;
        position: relative;
        -o-transition: none;
        transition: none;
        vertical-align: top;
        white-space: normal
    }

        .bdt-timeline--horizontal .bdt-timeline-item:after {
            right: 50%;
            left: auto;
            -ms-transform: translate(50%,-50%);
            transform: translate(50%,-50%);
            top: 100%
        }

        .bdt-timeline--horizontal .bdt-timeline-item .bdt-timeline-item-inner {
            display: table;
            height: 100%;
            width: 100%
        }

        .bdt-timeline--horizontal .bdt-timeline-item .bdt-timeline-content-wrapper {
            display: table-cell;
            margin: 0;
            padding: 0;
            vertical-align: bottom
        }

        .bdt-timeline--horizontal .bdt-timeline-item .bdt-timeline-content:before {
            border-right: 12px solid #fff0;
            border-left: 12px solid #fff0;
            border-top: 12px solid #fff0;
            right: 50%;
            left: auto;
            -ms-transform: translateX(50%);
            transform: translateX(50%);
            top: 100%
        }

        .bdt-timeline--horizontal .bdt-timeline-item .bdt-timeline-content:after {
            border-right: 10px solid #fff0;
            border-left: 10px solid #fff0;
            border-top: 10px solid #f3f3f3;
            right: 50%;
            left: auto;
            -ms-transform: translateX(50%);
            transform: translateX(50%);
            top: 100%
        }

    .bdt-timeline--horizontal .bdt-timeline-item--bottom {
        padding: 2.5rem 0 0
    }

        .bdt-timeline--horizontal .bdt-timeline-item--bottom:after {
            top: 0
        }

        .bdt-timeline--horizontal .bdt-timeline-item--bottom .bdt-timeline-content-wrapper {
            vertical-align: top
        }

        .bdt-timeline--horizontal .bdt-timeline-item--bottom .bdt-timeline-content:before {
            border-bottom: 12px solid #fff0;
            border-right: 12px solid #fff0;
            border-left: 12px solid #fff0;
            border-top: none;
            bottom: 100%;
            top: auto
        }

        .bdt-timeline--horizontal .bdt-timeline-item--bottom .bdt-timeline-content:after {
            border-bottom: 10px solid #f3f3f3;
            border-right: 10px solid #fff0;
            border-left: 10px solid #fff0;
            border-top: none;
            bottom: 100%;
            top: auto
        }

.bdt-timeline--mobile {
    padding: 0
}

    .bdt-timeline--mobile:before {
        right: 10px !important;
        margin: 0 !important
    }

    .bdt-timeline--mobile .bdt-timeline-item {
        right: 0;
        padding-right: 40px;
        padding-left: 0;
        width: 100%
    }

        .bdt-timeline--mobile .bdt-timeline-item:after {
            right: 2px;
            margin: 0
        }

        .bdt-timeline--mobile .bdt-timeline-item .bdt-timeline-content:before {
            right: -12px;
            border-bottom: 12px solid transparent !important;
            border-left: 12px solid #fff0;
            border-right: none;
            border-top: 12px solid #fff0
        }

        .bdt-timeline--mobile .bdt-timeline-item .bdt-timeline-content:after {
            right: -10px;
            border-bottom: 10px solid #fff0;
            border-left: 10px solid #f3f3f3;
            border-right: none;
            border-top: 10px solid #fff0
        }

@keyframes fadeIn {
    0% {
        opacity: 0;
        top: 70px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes liftUp {
    0% {
        top: 0
    }

    100% {
        top: -15px
    }
}

.bdt-time-zone .bdt-time-zone-timer .bdt-time-zone-dt .bdt-time-zone-time {
    font-family: "Yeon Sung",Sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #585555;
    line-height: normal
}

.bdt-time-zone .bdt-time-zone-date {
    font-size: 50px;
    font-weight: 700;
    color: #585555;
    line-height: normal
}

.bdt-time-zone .bdt-time-zone-country {
    font-size: 45px;
    font-weight: 700;
    color: #585555;
    line-height: normal
}

.bdt-time-zone.bdt-time-zone-top .bdt-time-zone-dt {
    display: flex;
    flex-direction: column
}

.bdt-time-zone.bdt-time-zone-bottom .bdt-time-zone-dt {
    display: flex;
    flex-direction: column-reverse
}

.bdt-time-zone-style-analog_1 {
    --clock-color: #08AEEC
}

    .bdt-time-zone-style-analog_1 .bdt-clock-circle {
        width: 180px;
        height: 180px;
        position: relative;
        border: 8px solid #fff0;
        border-radius: 50%;
        display: inline-block;
        background: linear-gradient(var(--ep-circle-bg-color,#fff),var(--ep-circle-bg-second-color,#fff)) padding-box,linear-gradient(to left,var(--ep-circle-border-color,#08aeec),var(--ep-circle-border-second-color,#42cdff)) border-box
    }

    .bdt-time-zone-style-analog_1 .bdt-clock-hour, .bdt-time-zone-style-analog_1 .bdt-clock-minute, .bdt-time-zone-style-analog_1 .bdt-clock-second, .bdt-time-zone-style-analog_1 .bdt-clock-face:after {
        position: absolute;
        top: 50%;
        right: 50%;
        background: var(--clock-color);
        z-index: 1
    }

    .bdt-time-zone-style-analog_1 .bdt-clock-hour {
        margin: -4px -25% -4px 0;
        padding: 4px 25% 4px 0;
        transform-origin: 0% 50%;
        border-radius: 0 4px 4px 0
    }

    .bdt-time-zone-style-analog_1 .bdt-clock-minute {
        margin: -40% -3px 0;
        padding: 40% 3px 0;
        transform-origin: 50% 100%;
        border-radius: 3px 3px 0 0
    }

    .bdt-time-zone-style-analog_1 .bdt-clock-second {
        margin: -40% 0 0 -1px;
        padding: 40% 1px 0;
        transform-origin: 50% 100%
    }

    .bdt-time-zone-style-analog_1 .bdt-clock-face:after {
        content: "";
        width: 12px;
        height: 12px;
        margin: -6px -6px 0 0;
        border-radius: 6px;
        display: block
    }

    .bdt-time-zone-style-analog_1 .bdt-clock-am-pm {
        position: absolute;
        top: 70%;
        right: 50%;
        transform: translateX(50%);
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        color: #99dbff
    }

    .bdt-time-zone-style-analog_1 .bdt-clock-time-graduations-y:after, .bdt-time-zone-style-analog_1 .bdt-clock-time-graduations-y:before {
        content: '';
        position: absolute;
        background: #99dbff;
        right: 50%;
        transform: translateX(50%)
    }

    .bdt-time-zone-style-analog_1 .bdt-clock-time-graduations-y:before {
        top: 5px
    }

    .bdt-time-zone-style-analog_1 .bdt-clock-time-graduations-y:after {
        bottom: 5px
    }

    .bdt-time-zone-style-analog_1 .bdt-clock-time-graduations-x:after, .bdt-time-zone-style-analog_1 .bdt-clock-time-graduations-x:before {
        content: '';
        position: absolute;
        background: #99dbff;
        top: 50%;
        transform: translateY(-50%)
    }

    .bdt-time-zone-style-analog_1 .bdt-clock-time-graduations-x:before {
        right: 5px
    }

    .bdt-time-zone-style-analog_1 .bdt-clock-time-graduations-x:after {
        left: 5px
    }

    .bdt-time-zone-style-analog_1.bdt-time-zone-top .bdt-clock-wrap {
        flex-direction: column-reverse
    }

    .bdt-time-zone-style-analog_1.bdt-time-zone-bottom .bdt-clock-wrap {
        flex-direction: column
    }

.bdt-total-count .bdt-total-count-icon-wrapper {
    display: inline-block;
    line-height: 1;
    transition: all 350ms cubic-bezier(.24,.85,.58,1);
    color: #818a91;
    font-size: 48px;
    width: 48px;
    height: auto;
    text-align: center;
    position: relative;
    box-sizing: content-box
}

    .bdt-total-count .bdt-total-count-icon-wrapper:hover {
        color: #818a91
    }

    .bdt-total-count .bdt-total-count-icon-wrapper i, .bdt-total-count .bdt-total-count-icon-wrapper img {
        position: relative;
        display: block;
        transition: transform 350ms cubic-bezier(.24,.85,.58,1);
        z-index: 1
    }

        .bdt-total-count .bdt-total-count-icon-wrapper i:before, .bdt-total-count .bdt-total-count-icon-wrapper img:before {
            position: absolute;
            right: 50%;
            transform: translateX(50%)
        }

    .bdt-total-count .bdt-total-count-icon-wrapper i, .bdt-total-count .bdt-total-count-icon-wrapper svg {
        width: 1em;
        height: 1em
    }

    .bdt-total-count .bdt-total-count-icon-wrapper svg {
        fill: #818a91
    }

.bdt-total-count .bdt-number-separator-wrapper {
    margin-bottom: 24px;
    line-height: 1
}

    .bdt-total-count .bdt-number-separator-wrapper > * {
        height: auto
    }

    .bdt-total-count .bdt-number-separator-wrapper > svg [stroke*='#'] {
        stroke: currentcolor
    }

.bdt-total-count .bdt-number-separator {
    border-top: 4px solid #ddd;
    display: inline-block;
    width: 100px
}

.elementor-widget-bdt-total-count.bdt-icon-effect-none .bdt-total-count .bdt-total-count-icon-wrapper:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    top: 0;
    right: 0
}

.elementor-widget-bdt-total-count.bdt-icon-effect-none .bdt-total-count:hover .bdt-total-count-icon-wrapper:after {
    opacity: 1
}

.elementor-widget-bdt-total-count.bdt-icon-effect-a .bdt-total-count .bdt-total-count-icon-wrapper:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    top: 0;
    right: 0;
    border-radius: 200px
}

.elementor-widget-bdt-total-count.bdt-icon-effect-a .bdt-total-count:hover .bdt-total-count-icon-wrapper {
    background-color: #fff0
}

    .elementor-widget-bdt-total-count.bdt-icon-effect-a .bdt-total-count:hover .bdt-total-count-icon-wrapper:after {
        opacity: 1;
        transform: scale(1.5)
    }

.elementor-widget-bdt-total-count.bdt-icon-effect-g .bdt-total-count .bdt-total-count-icon-wrapper:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 0;
    height: 103%;
    top: 50%;
    right: 50%;
    z-index: -1;
    opacity: 0;
    transform: translateX(50%) translateY(-50%)
}

.elementor-widget-bdt-total-count.bdt-icon-effect-g .bdt-total-count:hover .bdt-total-count-icon-wrapper {
    background-color: #fff0
}

    .elementor-widget-bdt-total-count.bdt-icon-effect-g .bdt-total-count:hover .bdt-total-count-icon-wrapper:after {
        width: 90%;
        opacity: 1
    }

.elementor-widget-bdt-total-count.bdt-icon-effect-b .bdt-total-count .bdt-total-count-icon-wrapper {
    overflow: hidden
}

    .elementor-widget-bdt-total-count.bdt-icon-effect-b .bdt-total-count .bdt-total-count-icon-wrapper:after {
        content: '';
        position: absolute;
        transition: all .3s ease-out;
        width: 100%;
        height: 0;
        top: 50%;
        right: 50%;
        opacity: 0;
        z-index: -1;
        transform: translateX(50%) translateY(-50%) rotate(-45deg)
    }

.elementor-widget-bdt-total-count.bdt-icon-effect-b .bdt-total-count:hover .bdt-total-count-icon-wrapper {
    background-color: #fff0
}

    .elementor-widget-bdt-total-count.bdt-icon-effect-b .bdt-total-count:hover .bdt-total-count-icon-wrapper:after {
        height: 260%;
        opacity: 1
    }

.elementor-widget-bdt-total-count.bdt-icon-effect-c .bdt-total-count .bdt-total-count-icon-wrapper:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 101%;
    height: 0;
    top: 50%;
    right: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(50%) translateY(-50%)
}

.elementor-widget-bdt-total-count.bdt-icon-effect-c .bdt-total-count:hover .bdt-total-count-icon-wrapper {
    background-color: #fff0
}

    .elementor-widget-bdt-total-count.bdt-icon-effect-c .bdt-total-count:hover .bdt-total-count-icon-wrapper:after {
        height: 75%;
        opacity: 1
    }

.elementor-widget-bdt-total-count.bdt-icon-effect-d .bdt-total-count .bdt-total-count-icon-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
    transform: rotate3d(0,0,1,45deg) translate3d(0,-3em,0);
    transform-origin: 100% 100%;
    transition: transform .3s,opacity .3s,background-color .3s
}

.elementor-widget-bdt-total-count.bdt-icon-effect-d .bdt-total-count:hover .bdt-total-count-icon-wrapper {
    background-color: #fff0
}

    .elementor-widget-bdt-total-count.bdt-icon-effect-d .bdt-total-count:hover .bdt-total-count-icon-wrapper:after {
        opacity: 1;
        transform: rotate3d(0,0,1,0deg);
        transition-timing-function: cubic-bezier(.2,1,.3,1)
    }

.elementor-widget-bdt-total-count.bdt-icon-effect-e .bdt-total-count .bdt-total-count-icon-wrapper:after {
    content: '';
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
    height: 0;
    top: 0;
    right: 0;
    z-index: -1
}

.elementor-widget-bdt-total-count.bdt-icon-effect-e .bdt-total-count:hover .bdt-total-count-icon-wrapper {
    background-color: #fff0
}

    .elementor-widget-bdt-total-count.bdt-icon-effect-e .bdt-total-count:hover .bdt-total-count-icon-wrapper:after {
        height: 100%
    }

.elementor-widget-bdt-total-count.bdt-icon-effect-f .bdt-total-count .bdt-total-count-icon-wrapper:after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all .3s ease-out;
    background: #666;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0
}

.elementor-widget-bdt-total-count.bdt-icon-effect-f .bdt-total-count:hover .bdt-total-count-icon-wrapper {
    background-color: #fff0
}

    .elementor-widget-bdt-total-count.bdt-icon-effect-f .bdt-total-count:hover .bdt-total-count-icon-wrapper:after {
        width: 100%
    }

.elementor-widget-bdt-total-count .bdt-total-count {
    text-align: center
}

.elementor-widget-bdt-total-count .bdt-total-count-number {
    font-weight: 700;
    font-size: 48px;
    color: #4d535f
}

    .elementor-widget-bdt-total-count .bdt-total-count-number a {
        color: inherit
    }

.elementor-widget-bdt-total-count .bdt-total-count-content-text {
    margin-top: 0;
    margin-bottom: 0;
    color: #999ea7;
    font-weight: 400
}

.elementor-widget-bdt-total-count h1:not(.site-title):before, .elementor-widget-bdt-total-count h2:before {
    content: '';
    display: none
}

.elementor-widget-bdt-total-count .bdt-icon-heading {
    margin-bottom: 20px
}

    .elementor-widget-bdt-total-count .bdt-icon-heading .bdt-total-count-number {
        margin-bottom: 0;
        margin-top: 0
    }

.elementor-widget-bdt-total-count.bdt-global-link-yes .bdt-total-count:hover {
    cursor: pointer
}

.elementor-widget-bdt-total-count .bdt-total-count {
    text-align: center
}

.elementor-widget-bdt-total-count .bdt-total-count-number {
    font-weight: 700;
    font-size: 48px
}

    .elementor-widget-bdt-total-count .bdt-total-count-number a {
        color: inherit
    }

.elementor-widget-bdt-total-count .bdt-total-count-content-text {
    margin-bottom: 0
}

@media (min-width:768px) {
    .elementor-widget-bdt-total-count.elementor-position-left .bdt-total-count {
        display: flex;
        text-align: right;
        flex-direction: row
    }

    .elementor-widget-bdt-total-count.elementor-position-left .bdt-total-count-icon {
        flex: 0 0 auto
    }

    .elementor-widget-bdt-total-count.elementor-position-right .bdt-total-count {
        display: flex;
        text-align: left;
        flex-direction: row-reverse
    }

    .elementor-widget-bdt-total-count.elementor-position-right .bdt-total-count-icon {
        flex: 0 0 auto
    }

    .elementor-widget-bdt-total-count.elementor-position-top .bdt-total-count-img {
        margin: auto
    }

    .elementor-widget-bdt-total-count.elementor-position-top .bdt-total-count-icon {
        display: inline-block
    }

    .elementor-widget-bdt-total-count.elementor-vertical-align-top .bdt-total-count {
        align-items: flex-start
    }

    .elementor-widget-bdt-total-count.elementor-vertical-align-middle .bdt-total-count {
        align-items: center
    }

    .elementor-widget-bdt-total-count.elementor-vertical-align-bottom .bdt-total-count {
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .elementor-widget-bdt-total-count .bdt-total-count-icon {
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 15px
    }

    .elementor-widget-bdt-total-count.bdt-icon-type-image .bdt-total-count-icon-wrapper {
        width: auto
    }
}

.elementor-widget-bdt-trailer-box {
    overflow: hidden;
    position: relative
}

    .elementor-widget-bdt-trailer-box .bdt-trailer-box-button {
        transition-delay: 100ms;
        display: inline-block
    }

        .elementor-widget-bdt-trailer-box .bdt-trailer-box-button .bdt-trailer-box-button-icon-left {
            float: right
        }

        .elementor-widget-bdt-trailer-box .bdt-trailer-box-button .bdt-trailer-box-button-icon-right {
            float: left
        }

        .elementor-widget-bdt-trailer-box .bdt-trailer-box-button svg {
            width: 1em;
            height: 1em
        }

.bdt-trailer-box img {
    width: 100%
}

.bdt-trailer-box .bdt-trailer-box-desc {
    padding: 20px
}

.bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-title {
    margin-bottom: 10px;
    margin-top: 0;
    transition: all .3s ease;
    display: inline-block;
    -webkit-transform: translate(var(--ep-trailer-box-title-x-offset,0),var(--ep-trailer-box-title-y-offset,0)) rotate(var(--ep-trailer-box-title-rotate,0));
    transform: translate(var(--ep-trailer-box-title-x-offset,0),var(--ep-trailer-box-title-y-offset,0)) rotate(var(--ep-trailer-box-title-rotate,0))
}

.bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-pre-title, .bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-title, .bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-text, .bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-button {
    text-decoration: none;
    color: inherit
}

.bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-pre-title {
    display: inline-block;
    font-size: 14px;
    color: #999;
    z-index: 0;
    top: -20px;
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    transition: all .3s ease-out;
    -webkit-transform: translate(var(--ep-trailer-box-pre-title-x-offset,0),var(--ep-trailer-box-pre-title-y-offset,0)) rotate(var(--ep-trailer-box-pre-title-rotate,0));
    transform: translate(var(--ep-trailer-box-pre-title-x-offset,0),var(--ep-trailer-box-pre-title-y-offset,0)) rotate(var(--ep-trailer-box-pre-title-rotate,0))
}

.bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-text {
    transition-delay: 50ms;
    margin-top: 10px;
    transition: all .3s ease;
    -webkit-transform: translate(var(--ep-trailer-box-text-x-offset,0),var(--ep-trailer-box-text-y-offset,0)) rotate(var(--ep-trailer-box-text-rotate,0));
    transform: translate(var(--ep-trailer-box-text-x-offset,0),var(--ep-trailer-box-text-y-offset,0)) rotate(var(--ep-trailer-box-text-rotate,0))
}

.bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-button {
    transition-delay: 100ms;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transform: translate(var(--ep-trailer-box-button-x-offset,0),var(--ep-trailer-box-button-y-offset,0)) rotate(var(--ep-trailer-box-button-rotate,0));
    transform: translate(var(--ep-trailer-box-button-x-offset,0),var(--ep-trailer-box-button-y-offset,0)) rotate(var(--ep-trailer-box-button-rotate,0))
}

    .bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-button .bdt-trailer-box-button-icon-left {
        float: right
    }

    .bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-button .bdt-trailer-box-button-icon-right {
        float: left
    }

    .bdt-trailer-box .bdt-trailer-box-desc-inner .bdt-trailer-box-button svg {
        width: 1em;
        height: 1em
    }

.bdt-trailer-box:hover .bdt-trailer-box-desc-inner .bdt-trailer-box-pre-title {
    -webkit-transform: translate(var(--ep-trailer-box-pre-title-hover-x-offset,0),var(--ep-trailer-box-pre-title-hover-y-offset,0)) rotate(var(--ep-trailer-box-pre-title-hover-rotate,0));
    transform: translate(var(--ep-trailer-box-pre-title-hover-x-offset,0),var(--ep-trailer-box-pre-title-hover-y-offset,0)) rotate(var(--ep-trailer-box-pre-title-hover-rotate,0))
}

.bdt-trailer-box:hover .bdt-trailer-box-desc-inner .bdt-trailer-box-title {
    -webkit-transform: translate(var(--ep-trailer-box-title-hover-x-offset,0),var(--ep-trailer-box-title-hover-y-offset,0)) rotate(var(--ep-trailer-box-title-hover-rotate,0));
    transform: translate(var(--ep-trailer-box-title-hover-x-offset,0),var(--ep-trailer-box-title-hover-y-offset,0)) rotate(var(--ep-trailer-box-title-hover-rotate,0))
}

.bdt-trailer-box:hover .bdt-trailer-box-desc-inner .bdt-trailer-box-text {
    -webkit-transform: translate(var(--ep-trailer-box-text-hover-x-offset,0),var(--ep-trailer-box-text-hover-y-offset,0)) rotate(var(--ep-trailer-box-text-hover-rotate,0));
    transform: translate(var(--ep-trailer-box-text-hover-x-offset,0),var(--ep-trailer-box-text-hover-y-offset,0)) rotate(var(--ep-trailer-box-text-hover-rotate,0))
}

.bdt-trailer-box:hover .bdt-trailer-box-desc-inner .bdt-trailer-box-button {
    -webkit-transform: translate(var(--ep-trailer-box-button-hover-x-offset,0),var(--ep-trailer-box-button-hover-y-offset,0)) rotate(var(--ep-trailer-box-button-hover-rotate,0));
    transform: translate(var(--ep-trailer-box-button-hover-x-offset,0),var(--ep-trailer-box-button-hover-y-offset,0)) rotate(var(--ep-trailer-box-button-hover-rotate,0))
}

[class*='bdt-item-transition-'] {
    overflow: hidden;
    transition: .25s cubic-bezier(.13,.51,.58,1) !important;
    transition-property: transform !important
}

    [class*='bdt-item-transition-'].bdt-item-transition-content .bdt-trailer-box-desc-inner {
        transition: all .25s cubic-bezier(.13,.51,.58,1);
        transform: translateY(10px)
    }

    [class*='bdt-item-transition-'].bdt-item-transition-content:hover .bdt-trailer-box-desc-inner {
        transform: translateY(0)
    }

    [class*='bdt-item-transition-'].bdt-item-transition-scale-up {
        transform: scale3d(1,1,1)
    }

        [class*='bdt-item-transition-'].bdt-item-transition-scale-up:hover {
            transform: scale3d(1.1,1.1,1)
        }

    [class*='bdt-item-transition-'].bdt-item-transition-scale-down {
        transform: scale3d(1.1,1.1,1)
    }

        [class*='bdt-item-transition-'].bdt-item-transition-scale-down:hover {
            transform: scale3d(1,1,1)
        }

.bdt-thumb-gallery img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.bdt-thumb-gallery .bdt-thumbnav-vertical > * > a {
    display: block
}

.bdt-thumb-gallery .bdt-thumb-gallery-thumbnav a {
    height: 80px;
    width: 120px
}

.bdt-thumb-gallery .bdt-thumb-gallery-title {
    color: #fff
}

.bdt-thumb-gallery .bdt-thumb-gallery-text {
    margin: 0;
    color: rgb(255 255 255 / .7)
}

    .bdt-thumb-gallery .bdt-thumb-gallery-text p:last-child {
        margin-bottom: 0
    }

    .bdt-thumb-gallery .bdt-thumb-gallery-text + .bdt-thumb-gallery-button-wrapper {
        margin: 20px 0 0 0
    }

.bdt-thumb-gallery .bdt-thumb-gallery-button {
    color: rgb(255 255 255 / .7);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px
}

    .bdt-thumb-gallery .bdt-thumb-gallery-button:hover {
        color: #fff
    }

        .bdt-thumb-gallery .bdt-thumb-gallery-button:hover svg {
            fill: #fff
        }

    .bdt-thumb-gallery .bdt-thumb-gallery-button svg {
        width: 1em;
        height: 1em;
        fill: rgb(255 255 255 / .7)
    }

.bdt-thumb-gallery .bdt-thumb-gallery-thumbnav a {
    transition: all .25s ease-in-out
}

    .bdt-thumb-gallery .bdt-thumb-gallery-thumbnav a:hover {
        overflow: hidden
    }

.bdt-thumb-gallery .bdt-thumb-gallery-content {
    background-color: rgb(25 25 25 / .5);
    padding: 35px;
    max-width: 600px;
    border-radius: 3px
}

.bdt-thumb-gallery .bdt-thumb-gallery-navigation-wrapper.bdt-position-center {
    width: 100%
}

    .bdt-thumb-gallery .bdt-thumb-gallery-navigation-wrapper.bdt-position-center .bdt-slidenav {
        position: absolute;
        transform: translateY(-50%)
    }

.bdt-thumb-gallery .bdt-thumbnav {
    margin: 0;
    grid-gap: 15px;
    justify-content: center;
    align-items: center
}

    .bdt-thumb-gallery .bdt-thumbnav li {
        padding-top: 0;
        padding-right: 0;
        display: flex
    }

        .bdt-thumb-gallery .bdt-thumbnav li a {
            transition: all .25s ease-in-out;
            position: relative
        }

            .bdt-thumb-gallery .bdt-thumbnav li a::after {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                background: rgb(255 255 255 / .4);
                transition: background-color .1s ease-in-out
            }

            .bdt-thumb-gallery .bdt-thumbnav li a:hover::after {
                background-color: #fff0
            }

        .bdt-thumb-gallery .bdt-thumbnav li.bdt-active a::after {
            background-color: #fff0
        }

@media screen and (max-width:767px) {
    .bdt-thumb-gallery .bdt-thumbnav-wrapper {
        position: relative !important;
        transform: translate(0) !important;
        right: auto !important;
        left: auto !important
    }

    .bdt-thumb-gallery .bdt-thumbnav-vertical > * {
        padding-right: 15px !important
    }

    .bdt-thumb-gallery .bdt-thumb-gallery-text {
        display: none
    }
}

.bdt-show-hide-container .bdt-show-hide {
    margin: 0;
    padding: 0
}

    .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-content {
        display: none;
        margin: 0;
        padding: 0
    }

    .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item .bdt-show-hide-title {
        display: flex;
        font-size: 1rem;
        transition: all 300ms cubic-bezier(0,.49,.27,.99);
        position: relative;
        justify-content: center
    }

        .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item .bdt-show-hide-title:before {
            content: '';
            position: absolute;
            height: 100px;
            width: 100%;
            right: 0;
            bottom: 100%;
            z-index: 1;
            background: linear-gradient(to bottom,#fff0 0%,#fff 100%);
            transition: all 1000ms cubic-bezier(0,.49,.27,.99);
            pointer-events: none
        }

        .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item .bdt-show-hide-title .bdt-show-hide-btn {
            padding: 15px 0;
            transition: all .3s ease
        }

    .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item .bdt-toggle-close, .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item .bdt-toggle-open {
        display: none;
        z-index: 2;
        position: relative
    }

    .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item.bdt-open .bdt-toggle-close {
        display: inline-block
    }

    .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item.bdt-open .bdt-show-hide-icon-closed {
        display: none
    }

    .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item.bdt-open .bdt-show-hide-icon-opened {
        display: block
    }

    .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item.bdt-open .bdt-show-hide-title:before {
        height: 15px !important;
        transition: all 1s linear
    }

    .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item:not(.bdt-open) .bdt-toggle-open {
        display: inline-block
    }

    .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item .bdt-show-hide-icon-closed {
        display: block
    }

    .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item .bdt-show-hide-icon-opened {
        display: none
    }

    .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-item.bdt-open .bdt-show-hide-content {
        display: block
    }

    .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-icon {
        display: inline-block;
        margin-right: 10px;
        position: relative;
        z-index: 2
    }

        .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-icon.left-position {
            margin-left: 10px
        }

        .bdt-show-hide-container .bdt-show-hide .bdt-show-hide-icon svg {
            width: 1em;
            height: 1em;
            fill: #1e87f0
        }

.bdt-show-hide-container .bdt-show-hide-title {
    display: block
}

.bdt-show-hide-container .bdt-show-hide-content {
    display: none
}

.bdt-fold-toggle {
    overflow: hidden;
    transition: all 1s linear
}

.bdt-twitter-carousel .bdt-carousel-item {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / .08)
}

    .bdt-twitter-carousel .bdt-carousel-item .bdt-twitter-text {
        font-size: 18px;
        font-weight: 300
    }

        .bdt-twitter-carousel .bdt-carousel-item .bdt-twitter-text a {
            opacity: .8
        }

            .bdt-twitter-carousel .bdt-carousel-item .bdt-twitter-text a:hover {
                opacity: 1
            }

    .bdt-twitter-carousel .bdt-carousel-item .bdt-twitter-thumb .bdt-twitter-thumb-wrapper {
        display: inline-block
    }

    .bdt-twitter-carousel .bdt-carousel-item .bdt-twitter-thumb img {
        width: 20px;
        height: auto
    }

    .bdt-twitter-carousel .bdt-carousel-item .bdt-twitter-meta-wrapper {
        position: relative;
        height: 35px
    }

        .bdt-twitter-carousel .bdt-carousel-item .bdt-twitter-meta-wrapper .bdt-twitter-time-link {
            display: block;
            color: #b3b9bd;
            font-size: 12px;
            position: absolute;
            left: 0;
            bottom: 0;
            text-transform: uppercase
        }

        .bdt-twitter-carousel .bdt-carousel-item .bdt-twitter-meta-wrapper .bdt-twitter-meta-button {
            position: absolute;
            right: 0;
            bottom: 0
        }

            .bdt-twitter-carousel .bdt-carousel-item .bdt-twitter-meta-wrapper .bdt-twitter-meta-button a {
                color: #b3b9bd
            }

                .bdt-twitter-carousel .bdt-carousel-item .bdt-twitter-meta-wrapper .bdt-twitter-meta-button a:hover {
                    color: #838d94
                }

                .bdt-twitter-carousel .bdt-carousel-item .bdt-twitter-meta-wrapper .bdt-twitter-meta-button a + a {
                    margin-right: 5px
                }

.bdt-twitter-grid .bdt-grid-item {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / .08)
}

    .bdt-twitter-grid .bdt-grid-item .bdt-twitter-text {
        font-size: 18px;
        font-weight: 300;
        transition: color .3s ease
    }

        .bdt-twitter-grid .bdt-grid-item .bdt-twitter-text a {
            opacity: .8;
            transition: all .3s ease
        }

            .bdt-twitter-grid .bdt-grid-item .bdt-twitter-text a:hover {
                opacity: 1
            }

    .bdt-twitter-grid .bdt-grid-item .bdt-twitter-thumb .bdt-twitter-thumb-wrapper {
        display: inline-block
    }

    .bdt-twitter-grid .bdt-grid-item .bdt-twitter-thumb img {
        width: 20px;
        height: auto
    }

    .bdt-twitter-grid .bdt-grid-item .bdt-twitter-meta-wrapper {
        position: relative;
        height: 35px
    }

        .bdt-twitter-grid .bdt-grid-item .bdt-twitter-meta-wrapper .bdt-twitter-time-link {
            display: block;
            color: #b3b9bd;
            font-size: 12px;
            position: absolute;
            left: 0;
            bottom: 0;
            text-transform: uppercase
        }

        .bdt-twitter-grid .bdt-grid-item .bdt-twitter-meta-wrapper .bdt-twitter-meta-button {
            position: absolute;
            right: 0;
            bottom: 0
        }

            .bdt-twitter-grid .bdt-grid-item .bdt-twitter-meta-wrapper .bdt-twitter-meta-button a {
                color: #b3b9bd
            }

                .bdt-twitter-grid .bdt-grid-item .bdt-twitter-meta-wrapper .bdt-twitter-meta-button a:hover {
                    color: #838d94
                }

                .bdt-twitter-grid .bdt-grid-item .bdt-twitter-meta-wrapper .bdt-twitter-meta-button a + a {
                    margin-right: 5px
                }

                .bdt-twitter-grid .bdt-grid-item .bdt-twitter-meta-wrapper .bdt-twitter-meta-button a svg {
                    width: .9em;
                    height: .9em
                }

.bdt-twitter-slider .swiper-carousel {
    padding: 0;
    margin: 0
}

.bdt-twitter-slider .swiper-fade .bdt-card-body {
    background-color: #fff
}

.bdt-twitter-slider .bdt-carousel-item {
    box-shadow: none
}

.bdt-twitter-slider .bdt-twitter-text {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 300
}

.bdt-twitter-slider .bdt-twitter-time-link {
    display: block;
    font-size: 1.2em;
    opacity: .8
}

.bdt-twitter-slider .bdt-twitter-thumb {
    margin-bottom: 20px
}

    .bdt-twitter-slider .bdt-twitter-thumb .bdt-twitter-thumb-wrapper {
        display: inline-block
    }

        .bdt-twitter-slider .bdt-twitter-thumb .bdt-twitter-thumb-wrapper img {
            width: 48px;
            height: auto
        }

.elementor-widget-bdt-threesixty-product-viewer .bdt-icon {
    transition: all .25s ease-out
}

    .elementor-widget-bdt-threesixty-product-viewer .bdt-icon i {
        font-size: 24px
    }

.elementor-widget-bdt-threesixty-product-viewer.bdt-tspv-fb-icon-on-hover-yes .bdt-icon {
    opacity: 0;
    transition: opacity 350ms cubic-bezier(.24,.85,.58,1)
}

.elementor-widget-bdt-threesixty-product-viewer.bdt-tspv-fb-icon-on-hover-yes:hover .bdt-icon {
    opacity: 1
}

.bdt-user-login .elementor-field-type-submit .elementor-button {
    padding: 12px 20px;
    line-height: 1
}

.bdt-user-login .bdt-user-logged-out a.bdt-button {
    color: #fff !important
}

.bdt-user-login .bdt-logout-button {
    transition: all .3s ease
}

.bdt-user-login .bdt-button-dropdown-icon {
    display: inline-flex;
    align-items: center
}

    .bdt-user-login .bdt-button-dropdown-icon svg {
        width: 1em;
        height: 1em
    }

.bdt-user-login-skin-dropdown .bdt-dropdown {
    padding: 30px;
    background: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0 / .1);
    border-radius: 3px;
    width: 100%
}

.bdt-user-login-skin-dropdown .bdt-user-card-small {
    background-color: rgb(0 0 0 / .05);
    padding: 20px;
    margin-right: -30px;
    margin-left: -30px;
    margin-top: -30px;
    margin-bottom: 20px
}

    .bdt-user-login-skin-dropdown .bdt-user-card-small .avatar {
        border-radius: 4px
    }

    .bdt-user-login-skin-dropdown .bdt-user-card-small .bdt-card-title {
        font-size: 1rem;
        line-height: 1;
        font-weight: 700;
        margin-bottom: 3px
    }

    .bdt-user-login-skin-dropdown .bdt-user-card-small p {
        font-size: 13px
    }

.bdt-user-login-skin-dropdown .bdt-ul-custom-nav-icon {
    margin-left: 10px
}

.bdt-user-login-skin-dropdown .bdt-dropdown-nav li a {
    font-size: 14px;
    font-weight: 400
}

.bdt-user-login-skin-dropdown .bdt-dropdown-nav .bdt-ul-logout-menu {
    font-weight: 700
}

.bdt-user-login-skin-dropdown .bdt-dropdown-nav .bdt-nav-divider {
    margin: 10px 0;
    border-top: 1px solid rgb(185 185 185 / .15)
}

.bdt-user-login-skin-dropdown .bdt-user-login-button-avatar img {
    border-radius: 50%;
    width: 16px
}

.bdt-field-group {
    margin-bottom: 10px
}

.bdt-form-stacked .bdt-field-group.bdt-margin-remove-bottom {
    line-height: 1
}

.bdt-form-stacked .bdt-field-group .bdt-checkbox {
    margin-left: 3px
}

.bdt-user-login-password a {
    position: relative;
    display: inline-block;
    font-size: 14px
}

    .bdt-user-login-password a:not(:last-child) {
        margin-left: 22px
    }

        .bdt-user-login-password a:not(:last-child):after {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            top: 50%;
            left: -15px;
            background-color: rgb(100 100 100 / .39);
            border-radius: 8px;
            margin-top: -2px;
            opacity: .3
        }

.bdt-user-login-modal .bdt-modal-header {
    background: #fff0;
    border-radius: inherit;
    border-bottom: 1px solid rgb(153 153 153 / .19)
}

    .bdt-user-login-modal .bdt-modal-header .bdt-icon {
        transform: translateY(-3px);
        margin-left: 5px
    }

.bdt-user-login-modal .bdt-modal-close-default {
    top: 18px;
    left: 20px
}

.bdt-user-login-modal .elementor-field-type-submit .elementor-button {
    padding: 12px 20px
}

.bdt-user-login-modal .bdt-padding-50 {
    padding-left: 40px
}

.bdt-user-login-modal .bdt-social-login {
    padding-right: 0
}

.bdt-user-login-modal .bdt-recaptcha-text {
    position: absolute;
    margin-top: 20px;
    color: rgb(255 255 255 / .7);
    font-size: 12px;
    width: 100%
}

    .bdt-user-login-modal .bdt-recaptcha-text a {
        color: #fff
    }

.bdt-user-login-modal .grecaptcha-badge {
    visibility: hidden
}

.bdt-social-wrapper {
    height: 100%
}

.bdt-separator:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #eee;
    top: 0;
    right: 0
}

.bdt-separator:after {
    content: 'OR';
    position: absolute;
    height: 36px;
    width: 36px;
    top: -18px;
    right: 50%;
    font-weight: 600;
    font-size: 10px;
    color: #999;
    border: 2px solid #eee;
    background: #fff;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(50%);
    outline: none;
    animation: shadow-pulse 2s infinite
}

.bdt-social-login {
    padding-right: 0;
    padding-top: 40px;
    width: 100%
}

    .bdt-social-login .bdt-google a, .bdt-social-login .bdt-facebook a {
        color: #fff;
        padding: 8px 30px;
        display: block;
        border-radius: 3px;
        position: relative;
        text-decoration: none;
        transition: all .3s ease
    }

        .bdt-social-login .bdt-google a i, .bdt-social-login .bdt-facebook a i {
            background: #fff;
            margin-right: -28px;
            border-radius: 2px;
            margin-left: 16px;
            transition: all .3s ease
        }

    .bdt-social-login .bdt-facebook a {
        background: #4267B2;
        border: 2px solid #4267B2
    }

        .bdt-social-login .bdt-facebook a i {
            padding: 10px 13px;
            color: #4267b2
        }

        .bdt-social-login .bdt-facebook a:hover {
            color: #4267b2;
            background: #fff
        }

            .bdt-social-login .bdt-facebook a:hover i {
                color: #fff;
                background: #4267B2
            }

    .bdt-social-login .bdt-google a {
        background: #4081ED;
        border: 2px solid #4081ED
    }

        .bdt-social-login .bdt-google a i {
            padding: 10px 10.4px;
            color: #4081ED
        }

        .bdt-social-login .bdt-google a:hover {
            color: #4081ED;
            background: #fff
        }

            .bdt-social-login .bdt-google a:hover i {
                color: #fff;
                background: #4081ED
            }

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(0 0 0 / .1)
    }

    100% {
        box-shadow: 0 0 0 35px #fff0
    }
}

.bdt-padding-50 {
    padding-left: 0;
    padding-bottom: 40px
}

.bdt-padding-bottom-40 {
    padding-bottom: 40px
}

.bdt-margin-bottom-30 {
    margin-bottom: 20px
}

.bdt-margin-bottom-20 {
    margin-bottom: 20px
}

.bdt-user-login-skin-dropdown .bdt-width-1-2\@s {
    width: 100% !important
}

.bdt-user-login-skin-dropdown .bdt-social-login {
    padding-right: 0;
    padding-top: 40px
}

.bdt-user-login-skin-dropdown .bdt-padding-50 {
    padding-left: 0;
    padding-bottom: 40px
}

.bdt-user-login-skin-dropdown .bdt-separator:before {
    width: 100%;
    height: 1px
}

.bdt-user-login-skin-dropdown .bdt-separator:after {
    top: -18px;
    right: 50%;
    transform: translateX(50%)
}

.bdt-user-login-skin-dropdown .bdt-margin-bottom-30 {
    margin-bottom: 20px
}

@media (min-width:640px) {
    .bdt-social-login {
        padding-right: 50px;
        padding-top: 0
    }

    .bdt-padding-50 {
        padding-left: 50px;
        padding-bottom: 0
    }

    .bdt-margin-bottom-30 {
        margin-bottom: 30px
    }

    .bdt-separator:before {
        width: 1px;
        height: 100%
    }

    .bdt-separator:after {
        right: -18px;
        top: 50%;
        transform: translateY(-50%)
    }

    .bdt-user-login-modal .bdt-social-login {
        padding-right: 40px
    }

    .bdt-user-login-skin-dropdown .bdt-width-1-2\@s {
        width: 100%
    }
}

.bdt-user-register .elementor-field-type-submit .elementor-button {
    padding: 12px 30px;
    line-height: 1
}

.bdt-user-register .bdt-progress, .bdt-user-register-modal .bdt-progress {
    height: 6px;
    border-radius: 3px;
    overflow: hidden
}

.bdt-user-register .bdt-progress-bar, .bdt-user-register-modal .bdt-progress-bar {
    height: 100%;
    transition: width .8s ease
}

.bdt-user-register-skin-dropdown .bdt-dropdown {
    padding: 30px;
    background: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0 / .1);
    border-radius: 3px;
    max-width: 300px
}

.bdt-field-group {
    margin-bottom: 10px
}

.bdt-form-stacked .bdt-field-group.bdt-margin-remove-bottom {
    line-height: 1
}

.bdt-form-stacked .bdt-field-group .bdt-checkbox {
    margin-left: 3px
}

.bdt-user-register-password a {
    position: relative;
    display: inline-block
}

    .bdt-user-register-password a:not(:last-child) {
        margin-left: 22px
    }

        .bdt-user-register-password a:not(:last-child):after {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            top: 50%;
            left: -15px;
            background-color: rgb(100 100 100 / .39);
            border-radius: 8px;
            margin-top: -2px;
            opacity: .3
        }

.bdt-modal-default .bdt-modal-dialog {
    width: 460px
}

.bdt-modal-default .bdt-recaptcha-text {
    position: absolute;
    margin-top: 20px;
    color: rgb(255 255 255 / .7);
    font-size: 12px;
    width: 100%
}

    .bdt-modal-default .bdt-recaptcha-text a {
        color: #fff
    }

.bdt-modal-default .grecaptcha-badge {
    visibility: hidden
}

.bdt-user-register-modal .bdt-modal-header {
    background: #fff0;
    border-radius: inherit;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 1px solid rgb(153 153 153 / .19)
}

    .bdt-user-register-modal .bdt-modal-header .bdt-icon {
        transform: translateY(-3px);
        margin-left: 5px
    }

    .bdt-user-register-modal .bdt-modal-header .bdt-modal-title {
        margin: 0
    }

.bdt-user-register-modal .bdt-modal-close-default {
    top: 18px;
    left: 20px
}

    .bdt-user-register-modal .bdt-modal-close-default svg {
        width: 1em;
        height: 1em
    }

.bdt-user-register-modal .elementor-field-type-submit .elementor-button {
    padding: 12px 20px
}

.bdt-register-additional-message {
    font-size: 12px;
    color: #999
}

.elementor-widget-bdt-user-register .bdt-alert-close {
    top: auto
}

.bdt-vertical-menu .sidebar-nav {
    width: 100%
}

    .bdt-vertical-menu .sidebar-nav ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .bdt-vertical-menu .sidebar-nav ul li {
            margin: 0
        }

    .bdt-vertical-menu .sidebar-nav .metismenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #1e87f0
    }

        .bdt-vertical-menu .sidebar-nav .metismenu > li > ul {
            background-color: #1e87f0
        }

        .bdt-vertical-menu .sidebar-nav .metismenu > li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            position: relative
        }

            .bdt-vertical-menu .sidebar-nav .metismenu > li:nth-child(1) > a {
                margin-top: 0 !important
            }

        .bdt-vertical-menu .sidebar-nav .metismenu a {
            position: relative;
            display: block;
            padding: 15px 15px 15px 40px;
            color: #fff;
            outline-width: 0;
            transition: all .3s ease-out
        }

            .bdt-vertical-menu .sidebar-nav .metismenu a .bdt-menu-icon svg {
                width: 1em;
                height: 1em;
                fill: #fff
            }

            .bdt-vertical-menu .sidebar-nav .metismenu a:hover, .bdt-vertical-menu .sidebar-nav .metismenu a:active {
                color: #f8f9fa;
                text-decoration: none;
                background-color: #0f6ecd
            }

.bdt-submenu-type-outer .metismenu > li > ul:not(.mm-collapse) {
    display: none
}

.bdt-submenu-type-inner .metismenu > li > ul:not(.mm-collapse) {
    height: 0
}

@media (min-width:960px) {
    .sidebar-nav .metismenu li {
        position: relative
    }

    .bdt-submenu-type-outer .sidebar-nav .metismenu > li > ul {
        position: absolute;
        right: 100%;
        top: 0;
        min-width: var(--ep-vertical-submenu-width,200px);
        z-index: 1001
    }

    .bdt-submenu-type-outer .metismenu > li > ul > li.bdt-menu-item {
        float: right
    }

    .bdt-submenu-type-outer .sidebar-nav .metismenu > li:hover > ul {
        height: auto !important
    }

        .bdt-submenu-type-outer .sidebar-nav .metismenu > li:hover > ul, .bdt-submenu-type-outer .sidebar-nav .metismenu > li:hover > ul.collapse {
            display: block
        }

    .bdt-submenu-type-outer .sidebar-nav .metismenu > li:hover > a.has-arrow:after {
        transform: rotate(-135deg) translate(0,-50%)
    }

    .bdt-submenu-type-outer.bdt-submenu-column-1 .metismenu > li > ul > li.bdt-menu-item {
        width: 100%
    }

    .bdt-submenu-type-outer.bdt-submenu-column-2 .metismenu > li > ul > li.bdt-menu-item {
        width: 50%
    }

    .bdt-submenu-type-outer.bdt-submenu-column-3 .metismenu > li > ul > li.bdt-menu-item {
        width: 33.33%
    }

    .bdt-submenu-type-outer.bdt-submenu-column-4 .metismenu > li > ul > li.bdt-menu-item {
        width: 25%
    }
}

.metismenu .arrow {
    float: left;
    line-height: 1.42857
}

*[dir="rtl"] .metismenu .arrow {
    float: right
}

.metismenu .glyphicon.arrow:before {
    content: "\e079"
}

.metismenu .mm-active > a > .glyphicon.arrow:before {
    content: "\e114"
}

.metismenu .fa.arrow:before {
    content: "\f104"
}

.metismenu .mm-active > a > .fa.arrow:before {
    content: "\f107"
}

.metismenu .ion.arrow:before {
    content: "\f3d2"
}

.metismenu .mm-active > a > .ion.arrow:before {
    content: "\f3d0"
}

.metismenu .plus-times {
    float: left
}

*[dir="rtl"] .metismenu .plus-times {
    float: right
}

.metismenu .fa.plus-times:before {
    content: "\f067"
}

.metismenu .mm-active > a > .fa.plus-times {
    transform: rotate(-45deg)
}

.metismenu .plus-minus {
    float: left
}

*[dir="rtl"] .metismenu .plus-minus {
    float: right
}

.metismenu .fa.plus-minus:before {
    content: "\f067"
}

.metismenu .mm-active > a > .fa.plus-minus:before {
    content: "\f068"
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height,visibility
}

.metismenu .has-arrow {
    position: relative
}

    .metismenu .has-arrow::after {
        position: absolute;
        content: '';
        width: .5em;
        height: .5em;
        border-width: 1px 1px 0 0;
        border-style: solid;
        border-color: currentColor;
        border-color: initial;
        left: 1em;
        transform: rotate(45deg) translate(0,-50%);
        transform-origin: top;
        top: 50%;
        transition: all .3s ease-out
    }

*[dir="rtl"] .metismenu .has-arrow::after {
    left: auto;
    right: 1em;
    transform: rotate(-135deg) translate(0,-50%)
}

.metismenu .mm-active > .has-arrow::after, .metismenu .has-arrow[aria-expanded="true"]::after {
    transform: rotate(135deg) translate(0,-50%)
}

*[dir="rtl"] .metismenu .mm-active > .has-arrow::after, *[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
    transform: rotate(-225deg) translate(0,-50%)
}

.bdt-video-gallery .bdt-vg-video-title {
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-shadow: 0 2px 4px rgb(0 0 0 / .3);
    display: inline-block;
    font-size: 32px
}

.bdt-show-arrows-always-yes .bdt-video-gallery .rvs-nav-prev, .bdt-show-arrows-always-yes .bdt-video-gallery .rvs-nav-next {
    opacity: 1 !important
}

.bdt-hide-close-btn-yes.elementor-widget-bdt-video-gallery .rvs-container .rvs-close {
    display: none
}

.rvs-container, .rvs-empty, .rvs-item-container, .rvs-item-stage, .rvs-item, .rvs-nav-container, .rvs-nav-stage, .rvs-nav-item, .rvs-nav-prev, .rvs-nav-next, .rvs-item-content, .rvs-item-text {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.rvs-container {
    display: block;
    width: auto;
    height: 335px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-left: 100px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif
}

.rvs-item-container, .rvs-nav-container {
    display: block;
    height: 100%;
    overflow: hidden
}

.rvs-empty {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: inherit
}

.rvs-item-container {
    height: 100%;
    background-color: inherit
}

.rvs-item-stage {
    height: 100%;
    max-height: 100%;
    position: relative;
    -moz-transform: translateX(0);
    transform: translateX(0);
    background-color: inherit
}

.rvs-item {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    background: no-repeat center center;
    background-size: cover;
    background-color: inherit;
    direction: rtl
}

.rvs-item-content, .rvs-item-text {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
    -moz-transform: translateY(-30px);
    transform: translateY(-30px)
}

    .rvs-item-content.rvs-bottom-left, .rvs-item-content.rvs-bottom-right, .rvs-item-content.rvs-bottom-center, .rvs-item-text.rvs-bottom-left, .rvs-item-text.rvs-bottom-right, .rvs-item-text.rvs-bottom-center {
        top: auto;
        bottom: 0;
        -moz-transform: translateY(30px);
        transform: translateY(30px)
    }

    .rvs-item-content.rvs-top-left, .rvs-item-content.rvs-bottom-left, .rvs-item-text.rvs-top-left, .rvs-item-text.rvs-bottom-left {
        text-align: right
    }

    .rvs-item-content.rvs-top-right, .rvs-item-content.rvs-bottom-right, .rvs-item-text.rvs-top-right, .rvs-item-text.rvs-bottom-right {
        text-align: left
    }

    .rvs-item-content.rvs-top-center, .rvs-item-content.rvs-bottom-center, .rvs-item-text.rvs-top-center, .rvs-item-text.rvs-bottom-center {
        text-align: center
    }

.rvs-active .rvs-item-content, .rvs-active .rvs-item-text {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.rvs-item-text {
    font-size: 14px;
    padding: 12px
}

    .rvs-item-text .bdt-vg-video-desc {
        display: table;
        font-size: 80%;
        text-align: inherit
    }

.rvs-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit
}

    .rvs-player > video {
        background-color: #000
    }

.rvs-container a.rvs-close, .rvs-container a.rvs-play-video {
    position: absolute;
    display: inline-block;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    outline: none;
    opacity: 0;
    box-shadow: none
}

    .rvs-container a.rvs-close:active, .rvs-container a.rvs-close:focus, .rvs-container a.rvs-close:hover, .rvs-container a.rvs-play-video:active, .rvs-container a.rvs-play-video:focus, .rvs-container a.rvs-play-video:hover {
        text-decoration: none;
        outline: none;
        border: none;
        box-shadow: none
    }

.rvs-container a.rvs-close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 28px;
    font-weight: 700;
    z-index: 2
}

.rvs-container a.rvs-play-video {
    top: 50%;
    right: 50%;
    width: 75px;
    height: 75px;
    font-size: 32px;
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%)
}

.rvs-container .rvs-player:hover a.rvs-close, .rvs-container .rvs-active a.rvs-play-video {
    opacity: 1
}

.rvs-container.rvs-show-play-on-hover .rvs-active a.rvs-play-video {
    opacity: 0
}

.rvs-container.rvs-show-play-on-hover .rvs-active:hover a.rvs-play-video {
    opacity: 1
}

.rvs-container .rvs-video-active a.rvs-play-video {
    display: none
}

.rvs-player-error {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: inherit
}

.rvs-error-icon {
    display: inline-block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-radius: 50%;
    background-color: #CA3030;
    border-width: 12px;
    width: 140px;
    height: 140px;
    font-size: 180px
}

.rvs-nav-container {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0
}

    .rvs-nav-container a.rvs-nav-prev, .rvs-nav-container a.rvs-nav-next {
        display: block;
        position: absolute;
        right: 0;
        width: 100%;
        padding: 6px 8px;
        font-size: 16px;
        font-weight: 700;
        opacity: 0;
        outline: none;
        text-decoration: none;
        cursor: pointer;
        z-index: 2
    }

        .rvs-nav-container a.rvs-nav-prev:hover, .rvs-nav-container a.rvs-nav-next:hover {
            color: inherit;
            text-decoration: none
        }

    .rvs-nav-container:hover a.rvs-nav-prev, .rvs-nav-container:hover a.rvs-nav-next {
        opacity: .5
    }

    .rvs-nav-container a.rvs-nav-prev:hover, .rvs-nav-container a.rvs-nav-next:hover {
        opacity: 1
    }

    .rvs-nav-container a.rvs-nav-prev {
        top: 0;
        border-bottom: solid 1px #fff0
    }

    .rvs-nav-container a.rvs-nav-next {
        bottom: 0;
        border-top: solid 1px #fff0
    }

    .rvs-nav-container a.rvs-nav-stage {
        -ms-transform: translateX(0) translateY(-1px);
        transform: translateX(0) translateY(-1px);
        width: 100%;
        z-index: 1
    }

    .rvs-nav-container a.rvs-nav-item {
        display: block;
        position: relative;
        width: 100%;
        height: 56px;
        padding: 4px 6px;
        border-top: solid 1px #fff0;
        cursor: pointer;
        overflow: hidden;
        outline: none;
        text-decoration: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        direction: rtl
    }

        .rvs-nav-container a.rvs-nav-item:hover {
            color: inherit;
            text-decoration: none;
            outline: none
        }

        .rvs-nav-container a.rvs-nav-item:before {
            display: table;
            content: ' '
        }

        .rvs-nav-container a.rvs-nav-item:first-child {
            border-top-color: #fff0;
            border-top-width: 2px
        }

    .rvs-nav-container span.rvs-nav-item-thumb {
        float: right;
        margin-right: -8px;
        margin-left: 8px;
        width: 75px;
        height: 60px;
        background: no-repeat center center;
        background-size: cover
    }

.bdt-video-gallery-title-yes.bdt-video-gallery-desc-yes .rvs-nav-container span.rvs-nav-item-thumb {
    display: none
}

.rvs-nav-container .rvs-nav-item-title {
    display: block;
    max-height: 30px;
    line-height: 15px;
    font-size: 12px;
    margin: 9px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    clear: none
}

.rvs-nav-container .rvs-nav-item-credits {
    display: block;
    max-height: 15px;
    line-height: 15px;
    font-size: 11px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    clear: none
}

.rvs-thumb-play .rvs-nav-container span.rvs-nav-item-thumb:before {
    padding: 6px 7px 8px 7px;
    border-radius: 4px;
    display: inline-block;
    width: 28px;
    height: 28px
}

.rvs-thumb-play .rvs-nav-container .rvs-video-active span.rvs-nav-item-thumb:before {
    padding: 1px 8px 7px;
    font-size: 20px
}

.rvs-large-thumbs .rvs-nav-container span.rvs-nav-item-thumb {
    height: 60px;
    width: 98px
}

.rvs-hide-credits .rvs-nav-container .rvs-nav-item-credits {
    display: none
}

.rvs-hide-credits .rvs-nav-container .rvs-nav-item-title {
    white-space: normal
}

.rvs-animate .rvs-item-stage, .rvs-animate .rvs-nav-stage {
    transition: transform .6s cubic-bezier(.445,.05,.55,.95)
}

.rvs-animate .rvs-nav-item {
    transition: background-color .6s cubic-bezier(.445,.05,.55,.95),border-color .6s cubic-bezier(.445,.05,.55,.95)
}

.rvs-animate .rvs-close, .rvs-animate .rvs-play-video {
    transition: background-color .15s cubic-bezier(.445,.05,.55,.95),color .15s cubic-bezier(.445,.05,.55,.95),opacity .15s cubic-bezier(.445,.05,.55,.95),border-color .15s cubic-bezier(.445,.05,.55,.95)
}

.rvs-animate .rvs-item-content, .rvs-animate .rvs-item-text {
    transition: opacity .6s cubic-bezier(.445,.05,.55,.95),transform .6s cubic-bezier(.445,.05,.55,.95)
}

.rvs-animate .rvs-nav-prev, .rvs-animate .rvs-nav-next {
    transition: opacity .5s cubic-bezier(.445,.05,.55,.95);
    transition-delay: .5s
}

    .rvs-animate .rvs-nav-prev:hover, .rvs-animate .rvs-nav-next:hover {
        transition-delay: 0s
    }

.rvs-animate .rvs-nav-item h4, .rvs-animate .rvs-nav-item .rvs-nav-item-credits {
    transition: color .5s cubic-bezier(.445,.05,.55,.95)
}

.rvs-animate .rvs-nav-item span {
    transition: background-color .5s cubic-bezier(.445,.05,.55,.95)
}

.rvs-container.rvs-xs.rvs-sm {
    padding-left: 150px
}

.rvs-xs.rvs-sm .rvs-item-text {
    font-size: 16px;
    padding: 14px
}

.rvs-xs.rvs-sm .rvs-nav-container {
    width: 150px
}

.rvs-container.rvs-xs.rvs-sm.rvs-md {
    height: 467px;
    padding-left: 220px
}

.rvs-xs.rvs-sm.rvs-md .rvs-item-text {
    font-size: 18px;
    padding: 16px
}

.rvs-xs.rvs-sm.rvs-md .rvs-nav-container {
    width: 220px
}

    .rvs-xs.rvs-sm.rvs-md .rvs-nav-container a.rvs-nav-item {
        height: 78px;
        padding: 9px 16px
    }

    .rvs-xs.rvs-sm.rvs-md .rvs-nav-container .rvs-nav-item-title {
        margin: 10px 0 6px 0;
        max-height: 40px;
        line-height: 20px;
        font-size: 16px;
        font-weight: 600
    }

    .rvs-xs.rvs-sm.rvs-md .rvs-nav-container .rvs-nav-item-credits {
        font-size: 13px
    }

    .rvs-xs.rvs-sm.rvs-md .rvs-nav-container span.rvs-nav-item-thumb {
        display: block
    }

.rvs-xs.rvs-sm.rvs-md .rvs-error-icon {
    border-width: 18px;
    width: 200px;
    height: 200px;
    font-size: 250px
}

.rvs-container.rvs-xs.rvs-sm.rvs-md.rvs-lg {
    height: 545px;
    padding-left: 320px
}

.rvs-xs.rvs-sm.rvs-md.rvs-lg .rvs-item-text {
    font-size: 20px;
    padding: 20px
}

.rvs-xs.rvs-sm.rvs-md.rvs-lg .rvs-nav-container {
    width: 320px
}

.rvs-container.rvs-horizontal {
    padding-left: 0;
    padding-bottom: 56px
}

.rvs-horizontal .rvs-item-container, .rvs-horizontal .rvs-nav-container {
    width: 100%
}

.rvs-horizontal .rvs-nav-container {
    height: 56px;
    top: auto;
    bottom: 0
}

    .rvs-horizontal .rvs-nav-container a.rvs-nav-prev, .rvs-horizontal .rvs-nav-container a.rvs-nav-next {
        right: auto;
        top: 0;
        width: auto;
        height: 56px;
        line-height: 56px;
        border-top: none;
        border-bottom: none
    }

    .rvs-horizontal .rvs-nav-container a.rvs-nav-prev {
        top: auto;
        right: 0;
        border-left-style: solid;
        border-left-width: 1px
    }

    .rvs-horizontal .rvs-nav-container a.rvs-nav-next {
        bottom: auto;
        left: 0;
        border-right-style: solid;
        border-right-width: 1px
    }

    .rvs-horizontal .rvs-nav-container .rvs-nav-stage {
        height: 100%
    }

    .rvs-horizontal .rvs-nav-container a.rvs-nav-item {
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100%;
        border-top: none;
        border-right-style: solid;
        border-right-width: 1px
    }

        .rvs-horizontal .rvs-nav-container a.rvs-nav-item:first-child {
            border-right-color: #fff0;
            border-right-width: 2px
        }

.rvs-large-thumbs.rvs-horizontal .rvs-nav-container span.rvs-nav-item-thumb {
    width: 60px;
    height: 60px
}

.rvs-container.rvs-horizontal.rvs-xs.rvs-sm {
    padding-left: 0;
    height: 420px
}

.rvs-horizontal.rvs-xs.rvs-sm .rvs-nav-container {
    width: 100%
}

.rvs-container.rvs-horizontal.rvs-xs.rvs-sm.rvs-md {
    padding-left: 0;
    padding-bottom: 78px;
    height: 520px
}

.rvs-horizontal.rvs-xs.rvs-sm.rvs-md .rvs-nav-container a.rvs-nav-prev, .rvs-horizontal.rvs-xs.rvs-sm.rvs-md .rvs-nav-container a.rvs-nav-next {
    height: 100%;
    line-height: 78px
}

.rvs-horizontal.rvs-xs.rvs-sm.rvs-md .rvs-nav-container {
    width: 100%;
    height: 78px
}

    .rvs-horizontal.rvs-xs.rvs-sm.rvs-md .rvs-nav-container a.rvs-nav-item {
        height: 100%
    }

.rvs-container.rvs-horizontal.rvs-xs.rvs-sm.rvs-md.rvs-lg {
    height: 546px;
    padding-left: 0
}

.rvs-horizontal.rvs-xs.rvs-sm.rvs-md.rvs-lg .rvs-nav-container {
    width: 100%
}

.rvs-close, .rvs-play-video, .rvs-error-icon, .rvs-nav-prev, .rvs-nav-next, .rvs-thumb-play .rvs-nav-item-thumb {
    font-family: "Andale Mono",Arial,"Courier New",sans-serif;
    line-height: 1;
    text-align: center
}

    .rvs-close:before, .rvs-play-video:before, .rvs-error-icon:before, .rvs-horizontal .rvs-nav-prev:before, .rvs-horizontal .rvs-nav-next:before, .rvs-thumb-play .rvs-nav-item-thumb:before {
        display: inline-block;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.rvs-horizontal .rvs-nav-prev, .rvs-horizontal .rvs-nav-next {
    width: auto;
    height: 78px
}

.rvs-close:before, .rvs-error-icon:before {
    content: '\00D7'
}

.rvs-play-video:before, .rvs-thumb-play .rvs-nav-item-thumb:before {
    content: '\25ba'
}

.rvs-thumb-play .rvs-video-active .rvs-nav-item-thumb:before {
    content: '\25A0'
}

.rvs-nav-prev:before {
    content: '\25b2'
}

.rvs-nav-next:before {
    content: '\25bc'
}

.rvs-horizontal .rvs-nav-prev:before {
    content: '\25c0'
}

.rvs-horizontal .rvs-nav-next:before {
    content: '\25b6'
}

.rvs-container.rvs-flat-circle-play a.rvs-play-video {
    border-radius: 50%
}

    .rvs-container.rvs-flat-circle-play a.rvs-play-video:before {
        padding-right: 4px
    }

.rvs-container.rvs-plain-arrow-play .rvs-item a.rvs-play-video, .rvs-container.rvs-plain-arrow-play .rvs-item a.rvs-play-video:active, .rvs-container.rvs-plain-arrow-play .rvs-item a.rvs-play-video:hover, .rvs-container.rvs-plain-arrow-play .rvs-item a.rvs-play-video:focus {
    background-color: #fff0;
    font-size: 50px
}

.rvs-container.rvs-youtube-play a.rvs-play-video {
    border-radius: 50% 50% 50% 50% / 15% 15% 15% 15%;
    font-size: 24px;
    height: 42px
}

.rvs-container.rvs-bordered-circle-play .rvs-item a.rvs-play-video, .rvs-container.rvs-bordered-circle-play .rvs-item a.rvs-play-video:active, .rvs-container.rvs-bordered-circle-play .rvs-item a.rvs-play-video:hover, .rvs-container.rvs-bordered-circle-play .rvs-item a.rvs-play-video:focus {
    background-color: #fff0;
    border-radius: 50%;
    border-width: 4px;
    border-style: solid
}

.rvs-container.rvs-bordered-circle-play a.rvs-play-video:before {
    padding-right: 4px
}

.rvs-container, .rvs-item-text, .rvs-container a.rvs-close, .rvs-container a.rvs-close:active, .rvs-container a.rvs-close:focus, .rvs-container a.rvs-close:hover, .rvs-container a.rvs-play-video, .rvs-container a.rvs-play-video:active, .rvs-container a.rvs-play-video:focus, .rvs-container a.rvs-play-video:hover, .rvs-container a.rvs-nav-prev, .rvs-container a.rvs-nav-prev:active, .rvs-container a.rvs-nav-prev:focus, .rvs-container a.rvs-nav-prev:hover, .rvs-container a.rvs-nav-next, .rvs-container a.rvs-nav-next:active, .rvs-container a.rvs-nav-next:focus, .rvs-container a.rvs-nav-next:hover, .rvs-nav-item-title, .rvs-thumb-play .rvs-nav-item-thumb:before, .rvs-thumb-play .rvs-nav-item-thumb:hover:before {
    color: #FFF
}

    .rvs-container a.rvs-play-video, .rvs-container a.rvs-play-video:active, .rvs-container a.rvs-play-video:focus, .rvs-container a.rvs-play-video:hover {
        border-color: #FFF
    }

    .rvs-container .rvs-nav-item-title {
        color: #fff
    }

    .rvs-container .rvs-nav-item-credits {
        color: #fff;
        opacity: .8
    }

.rvs-item-text {
    text-shadow: -1px 1px 0 rgb(0 0 0 / .2)
}

.rvs-container a.rvs-play-video, .rvs-nav-container span.rvs-nav-item-thumb, .rvs-thumb-play .rvs-nav-container span.rvs-nav-item-thumb:before {
    background-color: #1e87f0
}

.rvs-container a.rvs-close {
    background-color: #000
}

.rvs-container, .rvs-container a.rvs-nav-prev, .rvs-container a.rvs-nav-next {
    background-color: #151515
}

    .rvs-container a.rvs-nav-item:active, .rvs-container a.rvs-nav-item:focus, .rvs-container a.rvs-nav-item:hover, .rvs-container a.rvs-nav-prev:active, .rvs-container a.rvs-nav-prev:focus, .rvs-container a.rvs-nav-prev:hover, .rvs-container a.rvs-nav-next:active, .rvs-container a.rvs-nav-next:focus, .rvs-container a.rvs-nav-next:hover {
        background-color: #000
    }

    .rvs-nav-container, .rvs-container a.rvs-nav-item, .rvs-container a.rvs-nav-item:active, .rvs-container a.rvs-nav-item:focus, .rvs-container a.rvs-nav-item:hover, .rvs-container a.rvs-nav-prev, .rvs-container a.rvs-nav-prev:active, .rvs-container a.rvs-nav-prev:focus, .rvs-container a.rvs-nav-prev:hover, .rvs-container a.rvs-nav-next, .rvs-container a.rvs-nav-next:active, .rvs-container a.rvs-nav-next:focus, .rvs-container a.rvs-nav-next:hover {
        border-color: #2E2E2E
    }

        .rvs-container a.rvs-nav-item:first-child {
            border-color: #151515
        }

            .rvs-container a.rvs-nav-item:first-child:focus, .rvs-container a.rvs-nav-item:first-child:hover {
                border-color: #000
            }

        .rvs-container a.rvs-play-video:active, .rvs-container a.rvs-play-video:focus, .rvs-container a.rvs-play-video:hover, .rvs-container a.rvs-nav-item.rvs-active, .rvs-container a.rvs-nav-item.rvs-active:active, .rvs-container a.rvs-nav-item.rvs-active:focus, .rvs-container a.rvs-nav-item.rvs-active:hover, .rvs-container.rvs-thumb-play .rvs-nav-container span.rvs-nav-item-thumb:hover:before, .rvs-container.rvs-thumb-play .rvs-nav-container .rvs-video-active span.rvs-nav-item-thumb:before {
            background-color: #0f6ecd
        }

            .rvs-container a.rvs-play-video:active, .rvs-container a.rvs-play-video:focus, .rvs-container a.rvs-play-video:hover, .rvs-container a.rvs-nav-item.rvs-active, .rvs-container a.rvs-nav-item.rvs-active:active, .rvs-container a.rvs-nav-item.rvs-active:focus, .rvs-container a.rvs-nav-item.rvs-active:hover, .rvs-container a.rvs-nav-item.rvs-active:first-child, .rvs-container a.rvs-nav-item.rvs-active:first-child:active, .rvs-container a.rvs-nav-item.rvs-active:first-child:focus, .rvs-container a.rvs-nav-item.rvs-active:first-child:hover {
                border-color: #0f6ecd
            }

    .rvs-container .rvs-active .rvs-nav-item-title, .rvs-container .rvs-active .rvs-nav-item-credits {
        color: #FFF
    }

.rtl .elementor-widget-bdt-video-gallery {
    direction: ltr
}

.rtl .rvs-container.rvs-flat-circle-play a.rvs-play-video:before {
    padding-right: 0;
    padding-left: 4px
}

.elementor-widget-bdt-video-player .elementor-widget-container {
    display: inline-block;
    width: 100%
}

    .elementor-widget-bdt-video-player .elementor-widget-container .jp-video {
        background-color: #f4f7f9;
        position: relative;
        transition: width .2s cubic-bezier(.26,.76,.58,1),height .2s cubic-bezier(.26,.76,.58,1),transform .38s cubic-bezier(.26,.76,.58,1)
    }

        .elementor-widget-bdt-video-player .elementor-widget-container .jp-video .jp-player-title {
            visibility: hidden;
            position: absolute;
            background-color: #f4f7f9;
            width: 100%;
            height: 100%;
            top: 0;
            right: 0
        }

            .elementor-widget-bdt-video-player .elementor-widget-container .jp-video .jp-player-title > div {
                width: 100%;
                padding-right: 10px;
                padding-left: 10px
            }

        .elementor-widget-bdt-video-player .elementor-widget-container .jp-video.jp-is-sticky {
            position: fixed;
            top: 15px;
            right: auto;
            max-width: 280px;
            width: 280px;
            z-index: 100;
            box-shadow: 0 4px 20px 0 rgb(0 0 0 / .15)
        }

            .elementor-widget-bdt-video-player .elementor-widget-container .jp-video.jp-is-sticky .bdt-jp-mute, .elementor-widget-bdt-video-player .elementor-widget-container .jp-video.jp-is-sticky .bdt-jp-volume-bar, .elementor-widget-bdt-video-player .elementor-widget-container .jp-video.jp-is-sticky .bdt-jp-duration {
                display: none
            }

        .elementor-widget-bdt-video-player .elementor-widget-container .jp-video.jp-state-playing:not(.jp-is-sticky) .jp-player-title {
            visibility: visible;
            opacity: 1;
            transition: all 350ms ease-out
        }

    .elementor-widget-bdt-video-player .elementor-widget-container:hover .jp-video.jp-state-playing .jp-player-title {
        visibility: hidden;
        opacity: 0
    }

    .elementor-widget-bdt-video-player .elementor-widget-container .jp-interface {
        position: relative
    }

@media screen and (min-width:1120px) {
    .elementor-widget-bdt-video-player .elementor-widget-container .jp-video.jp-is-sticky {
        transform: translateX(80%)
    }
}

@media screen and (min-width:1300px) {
    .elementor-widget-bdt-video-player .elementor-widget-container .jp-video.jp-is-sticky {
        transform: translateX(115%)
    }
}

@media screen and (max-width:480px) {
    .elementor-widget-bdt-video-player .elementor-widget-container .jp-video .jp-interface {
        padding-left: 15px
    }

    .elementor-widget-bdt-video-player .elementor-widget-container .jp-video.jp-is-sticky {
        top: auto;
        bottom: 0;
        max-width: 240px;
        max-height: 175px;
        transform: translateY(-15px)
    }
}

.jp-video *:focus, .jp-video-stream *:focus {
    outline: none
}

.jp-video button::-moz-focus-inner, .jp-video-stream button::-moz-focus-inner {
    border: 0
}

.jp-video, .jp-video-stream {
    font-size: 16px;
    font-family: Verdana,Arial,sans-serif;
    line-height: 1.6;
    color: #666;
    overflow: hidden
}

    .jp-video video, .jp-video img {
        vertical-align: bottom
    }

    .jp-video .jp-controls a {
        display: block;
        float: right;
        overflow: hidden;
        cursor: pointer;
        display: inline-block;
        color: #262929
    }

    .jp-video .jp-play, .jp-video .jp-pause, .jp-video .jp-mute, .jp-video .jp-unmute, .jp-video .jp-full-screen, .jp-video .jp-video-play-icon {
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        vertical-align: middle;
        border-radius: 5px
    }

        .jp-video .jp-play svg, .jp-video .jp-pause svg, .jp-video .jp-mute svg, .jp-video .jp-unmute svg, .jp-video .jp-full-screen svg, .jp-video .jp-video-play-icon svg {
            width: 16px;
            height: auto;
            vertical-align: text-bottom
        }

    .jp-video .jp-video-play-icon {
        background: rgb(255 255 255 / .9);
        border-radius: 50%;
        display: inline-block;
        height: 65px;
        width: 65px;
        line-height: 65px
    }

        .jp-video .jp-video-play-icon svg {
            transform: translateX(-1px) translateY(-2px)
        }

        .jp-video .jp-video-play-icon:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            right: 0;
            top: 0;
            border-radius: 50%;
            transition: opacity 0s ease,transform 0s ease,border 0s ease;
            border: 2px solid rgb(255 255 255 / .38);
            opacity: 1;
            visibility: hidden
        }

        .jp-video .jp-video-play-icon:hover::after {
            visibility: visible;
            opacity: 0;
            transform: scale(1.3);
            transition-duration: .5s
        }

    .jp-video .jp-progress {
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        width: 100%
    }

    .jp-video .jp-seek-bar {
        width: 0;
        cursor: pointer;
        position: relative;
        height: 7px;
        background: #464849;
        border-radius: 1px;
        overflow: hidden;
        backface-visibility: hidden
    }

    .jp-video .jp-play-bar {
        width: 0;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%
    }

    .jp-video .jp-volume-bar {
        float: left;
        position: relative;
        width: 50px;
        height: 7px;
        cursor: pointer;
        background: #262929;
        border-radius: 1px
    }

    .jp-video .jp-volume-bar-value {
        width: 0;
        height: 100%;
        border-radius: 1px;
        transition: width 350ms ease-out
    }

    .jp-video .jp-play-bar, .jp-video .jp-volume-bar-value {
        background-size: 7px 7px;
        background-color: #238FF7;
        background-image: linear-gradient(45deg,rgb(255 255 255 / .3) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .3) 50%,rgb(255 255 255 / .3) 75%,transparent 75%,transparent)
    }

    .jp-video.jp-state-playing .jp-play-bar {
        animation: player-progress .75s linear infinite
    }

@keyframes player-progress {
    0% {
        background-position: 100%
    }

    100% {
        background-position: -7px
    }
}

.bdt-weather-layout-tiny .bdt-weather {
    display: inline-block
}

    .bdt-weather-layout-tiny .bdt-weather .bdt-weather-today-temp {
        font-weight: 700
    }

.bdt-weather-layout-forecast .bdt-wf-day {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.elementor-widget-bdt-weather:not(.bdt-weather-layout-tiny) .bdt-weather {
    background-color: #ff8777;
    padding: 25px
}

.elementor-widget-bdt-weather:not(.bdt-weather-layout-tiny) .bdt-weather {
    color: #fff;
    font-size: 16px
}

.elementor-widget-bdt-weather:not(.bdt-weather-layout-tiny) .bdt-weather-today-temp {
    font-size: 48px;
    font-weight: 700;
    line-height: 54px
}

.elementor-widget-bdt-weather:not(.bdt-weather-layout-tiny) .bdt-weather-today-name {
    font-size: 20px;
    font-weight: 300
}

.elementor-widget-bdt-weather:not(.bdt-weather-layout-tiny) .bdt-weather-today-desc {
    font-size: 20px;
    font-weight: 300
}

.elementor-widget-bdt-weather:not(.bdt-weather-layout-tiny) .bdt-weather-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3
}

    .elementor-widget-bdt-weather:not(.bdt-weather-layout-tiny) .bdt-weather-title span {
        display: block;
        font-size: 22px
    }

    .elementor-widget-bdt-weather:not(.bdt-weather-layout-tiny) .bdt-weather-title .bdt-weather-country-name {
        font-size: 16px;
        opacity: .8
    }

.elementor-widget-bdt-weather:not(.bdt-weather-layout-tiny) .bdt-weather-details {
    margin-top: 15px;
    border-top: 1px solid rgb(255 255 255 / .2);
    padding-top: 15px
}

    .elementor-widget-bdt-weather:not(.bdt-weather-layout-tiny) .bdt-weather-details [class*="bdtw-"] {
        width: 20px;
        display: inline-block
    }

.elementor-widget-bdt-weather:not(.bdt-weather-layout-tiny) .bdt-weather-today-icon {
    margin-bottom: 10px;
    font-size: 64px
}

    .elementor-widget-bdt-weather:not(.bdt-weather-layout-tiny) .bdt-weather-today-icon [class*="bdtw-"] {
        width: 64px;
        text-shadow: -4px 4px rgb(0 0 0 / .05)
    }

.elementor-widget-bdt-weather:not(.bdt-weather-layout-tiny) .bdt-wf-divider {
    margin-bottom: 0
}

    .elementor-widget-bdt-weather:not(.bdt-weather-layout-tiny) .bdt-wf-divider > li:nth-child(n+2) {
        border-width: 1px 0 0 0;
        border-color: rgb(255 255 255 / .32)
    }

@font-face {
    font-family: 'weather';
    src: url(../plugins/bdthemes-element-pack/assets/fonts/weather.ttf?u6catx) format('truetype'),url(../plugins/bdthemes-element-pack/assets/fonts/weather.woff?u6catx) format('woff'),url('../plugins/bdthemes-element-pack/assets/fonts/weather.svg?u6catx#weather') format('svg');
    font-weight: 400;
    font-style: normal
}

[class^="bdtw-"], [class*=" bdtw-"] {
    font-family: 'weather' !important;
    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
}

.bdtw-362d:before {
    content: "\e91a"
}

.bdtw-362n:before {
    content: "\e932"
}

.bdtw-371d:before {
    content: "\e938"
}

.bdtw-365d:before {
    content: "\e939"
}

.bdtw-377d:before {
    content: "\e93a"
}

.bdtw-377n:before {
    content: "\e90d"
}

.bdtw-371n:before {
    content: "\e911"
}

.bdtw-365n:before {
    content: "\e91b"
}

.bdtw-329n:before {
    content: "\e91c"
}

.bdtw-368n:before {
    content: "\e91c"
}

.bdtw-329d:before {
    content: "\e91d"
}

.bdtw-368d:before {
    content: "\e91d"
}

.bdtw-320d:before {
    content: "\e924"
}

.bdtw-320n:before {
    content: "\e924"
}

.bdtw-317d:before {
    content: "\e925"
}

.bdtw-317n:before {
    content: "\e925"
}

.bdtw-305n:before {
    content: "\e92a"
}

.bdtw-305d:before {
    content: "\e931"
}

.bdtw-293d:before {
    content: "\e936"
}

.bdtw-293n:before {
    content: "\e937"
}

.bdtw-338d:before {
    content: "\e913"
}

.bdtw-338n:before {
    content: "\e913"
}

.bdtw-283d:before {
    content: "\e926"
}

.bdtw-283n:before {
    content: "\e927"
}

.bdtw-302d:before {
    content: "\e928"
}

.bdtw-302n:before {
    content: "\e928"
}

.bdtw-308d:before {
    content: "\e929"
}

.bdtw-308n:before {
    content: "\e929"
}

.bdtw-311d:before {
    content: "\e92b"
}

.bdtw-311n:before {
    content: "\e92c"
}

.bdtw-314d:before {
    content: "\e92d"
}

.bdtw-314n:before {
    content: "\e92e"
}

.bdtw-359d:before {
    content: "\e92f"
}

.bdtw-359n:before {
    content: "\e930"
}

.bdtw-353d:before {
    content: "\e920"
}

.bdtw-353n:before {
    content: "\e921"
}

.bdtw-356n:before {
    content: "\e91e"
}

.bdtw-356d:before {
    content: "\e91f"
}

.bdtw-389d:before {
    content: "\e918"
}

.bdtw-389n:before {
    content: "\e919"
}

.bdtw-392n:before {
    content: "\e916"
}

.bdtw-392d:before {
    content: "\e917"
}

.bdtw-281d:before {
    content: "\e914"
}

.bdtw-281n:before {
    content: "\e915"
}

.bdtw-230n:before {
    content: "\e912"
}

.bdtw-227d:before {
    content: "\e90f"
}

.bdtw-227n:before {
    content: "\e90f"
}

.bdtw-230d:before {
    content: "\e90e"
}

.bdtw-326d:before {
    content: "\e90b"
}

.bdtw-332d:before {
    content: "\e922"
}

.bdtw-374d:before {
    content: "\e910"
}

.bdtw-326n:before {
    content: "\e90c"
}

.bdtw-332n:before {
    content: "\e923"
}

.bdtw-374n:before {
    content: "\e90a"
}

.bdtw-395n:before {
    content: "\e906"
}

.bdtw-395d:before {
    content: "\e907"
}

.bdtw-350d:before {
    content: "\e908"
}

.bdtw-350n:before {
    content: "\e909"
}

.bdtw-335d:before {
    content: "\e904"
}

.bdtw-335n:before {
    content: "\e905"
}

.bdtw-323d:before {
    content: "\e900"
}

.bdtw-185d:before {
    content: "\e901"
}

.bdtw-323n:before {
    content: "\e902"
}

.bdtw-185n:before {
    content: "\e903"
}

.bdtw-116d:before {
    content: "\f002"
}

.bdtw-260d:before {
    content: "\f003"
}

.bdtw-176d:before {
    content: "\f004"
}

.bdtw-200d:before {
    content: "\f005"
}

.bdtw-299d:before {
    content: "\f007"
}

.bdtw-263d:before {
    content: "\f009"
}

.bdtw-182d:before {
    content: "\f00a"
}

.bdtw-119d:before {
    content: "\f00c"
}

.bdtw-113d:before {
    content: "\f00d"
}

.bdtw-386d:before {
    content: "\f00e"
}

.bdtw-284d:before {
    content: "\f011"
}

.bdtw-284n:before {
    content: "\f011"
}

.bdtw-143d:before {
    content: "\f012"
}

.bdtw-143n:before {
    content: "\f012"
}

.bdtw-122d:before {
    content: "\f013"
}

.bdtw-122n:before {
    content: "\f013"
}

.bdtw-248d:before {
    content: "\f014"
}

.bdtw-248n:before {
    content: "\f014"
}

.bdtw-296d:before {
    content: "\f015"
}

.bdtw-296n:before {
    content: "\f015"
}

.bdtw-266d:before {
    content: "\f01a"
}

.bdtw-176n:before {
    content: "\f024"
}

.bdtw-200n:before {
    content: "\f025"
}

.bdtw-263n:before {
    content: "\f026"
}

.bdtw-266n:before {
    content: "\f029"
}

.bdtw-182n:before {
    content: "\f02a"
}

.bdtw-386n:before {
    content: "\f02c"
}

.bdtw-113n:before {
    content: "\f02e"
}

.bdtw-116n:before {
    content: "\f031"
}

.bdtw-299n:before {
    content: "\f035"
}

.bdtw-celsius:before {
    content: "\f03c"
}

.bdtw-pressure:before {
    content: "\f040"
}

.bdtw-degree:before {
    content: "\f042"
}

.bdtw-fahrenheit:before {
    content: "\f045"
}

.bdtw-260n:before {
    content: "\f04a"
}

.bdtw-humidity:before {
    content: "\f04e"
}

.bdtw-wind:before {
    content: "\f050"
}

.bdtw-sunrise:before {
    content: "\f051"
}

.bdtw-sunset:before {
    content: "\f052"
}

.bdtw-min-tempareture:before {
    content: "\f053"
}

.bdtw-max-tempareture:before {
    content: "\f055"
}

.bdtw-south:before {
    content: "\f059"
}

.bdtw-south-east:before {
    content: "\f05a"
}

.bdtw-north-east:before {
    content: "\f05b"
}

.bdtw-east:before {
    content: "\f05c"
}

.bdtw-south-west:before {
    content: "\f05d"
}

.bdtw-north-west:before {
    content: "\f05e"
}

.bdtw-west:before {
    content: "\f060"
}

.bdtw-north:before {
    content: "\f061"
}

.bdtw-179d:before {
    content: "\f065"
}

.bdtw-179n:before {
    content: "\f067"
}

.bdt-ep-webhook-form-form .bdt-button {
    line-height: unset
}

.bdt-ep-webhook-form-form button.bdt-button-primary {
    background-color: #1e87f0;
    color: #fff;
    border: 0;
    padding: 8px 30px
}

.bdt-ep-webhook-form-form button.bdt-button-small {
    padding: 6px 15px;
    font-size: .875rem
}

.bdt-ep-webhook-form-form button.bdt-button-large {
    padding: 12px 40px;
    font-size: 1.25rem
}

.bdt-ep-webhook-form-form button.bdt-button-full-width {
    width: 100%;
    padding: 10px
}

.bdt-ep-webhook-form-form textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #f8f8f8;
    color: #666;
    border-radius: 3px
}

    .bdt-ep-webhook-form-form textarea:focus {
        outline: none;
        background-color: #ebebeb;
        color: #666
    }

.bdt-ep-webhook-form-form .bdt-radio-inline-yes {
    flex-wrap: inherit
}

.bdt-ep-webhook-form-form .bdt-select:not([multiple]):not([size]) {
    height: auto
}

.element-pack-agbg-yes .bdt-animated-gradient-background {
    pointer-events: none;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0
}

.bdt-cursor-effects-yes {
    --cursor-ball-color: red;
    --cursor-ball-size: 10px;
    --cursor-circle-color: red;
    --cursor-circle-size: 40px;
    --cursor-text-label: "bdthemes"
}

    .bdt-cursor-effects-yes .bdt-cursor-effects {
        position: fixed;
        z-index: 999999
    }

        .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-init.ep-cursor-ball.cotton-active {
            position: fixed;
            top: 0;
            right: 0;
            z-index: 999;
            pointer-events: none;
            transform: translate(20px,-20px)
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-init.ep-cursor-circle.cotton-active {
            position: fixed;
            top: 0;
            right: 0;
            pointer-events: none;
            transform: translate(40px,-40px)
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-1 .cotton-init.ep-cursor-ball.cotton-active {
            width: var(--cursor-ball-size);
            height: var(--cursor-ball-size);
            background-color: var(--cursor-ball-color);
            border-radius: 50%
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-1 .cotton-init.ep-cursor-circle.cotton-active {
            background-color: #fff0;
            border: 1px solid var(--cursor-circle-color);
            width: var(--cursor-circle-size);
            height: var(--cursor-circle-size);
            border-radius: 50%
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init {
            position: relative
        }

            .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active {
                border-radius: 50%;
                background-size: cover;
                background-position: center
            }

                .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active::before, .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 50%;
                    transform: translateX(50%);
                    width: var(--cursor-ball-size);
                    height: 2px;
                    background: var(--cursor-ball-color)
                }

                .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active:after {
                    transform: translateX(50%) rotate(-90deg)
                }

            .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-circle.cotton-active {
                background-color: #fff0;
                border: 1px solid var(--cursor-circle-color);
                width: var(--cursor-circle-size);
                height: var(--cursor-circle-size);
                border-radius: 50%
            }

        .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-3 .cotton-init.ep-cursor-circle.cotton-active {
            background-color: var(--cursor-ball-color);
            width: var(--cursor-ball-size);
            height: var(--cursor-ball-size);
            border-radius: 50%
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-5 .cotton-init.ep-cursor-ball.cotton-active {
            width: 450px;
            height: 450px;
            background-color: var(--cursor-ball-color);
            border-radius: 50%
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-active .bdt-cursor-image {
            width: 50px;
            height: 50px;
            object-fit: cover
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-active .bdt-cursor-text, .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-active .bdt-cursor-icons, .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-active .bdt-cursor-image {
            display: block
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects .bdt-cursor-text, .bdt-cursor-effects-yes .bdt-cursor-effects .bdt-cursor-icons, .bdt-cursor-effects-yes .bdt-cursor-effects .bdt-cursor-image {
            display: none
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects .bdt-cursor-icons {
            color: var(--cursor-ball-color)
        }

.bdt-cursor-effects-yes {
    --cursor-ball-color: red;
    --cursor-ball-size: 10px;
    --cursor-circle-color: red;
    --cursor-circle-size: 40px;
    --cursor-text-label: "bdthemes"
}

    .bdt-cursor-effects-yes .bdt-cursor-effects {
        position: fixed;
        z-index: 999999
    }

        .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-init.ep-cursor-ball.cotton-active {
            position: fixed;
            top: 0;
            right: 0;
            z-index: 999;
            pointer-events: none;
            transform: translate(20px,-20px)
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-init.ep-cursor-circle.cotton-active {
            position: fixed;
            top: 0;
            right: 0;
            pointer-events: none;
            transform: translate(40px,-40px)
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-1 .cotton-init.ep-cursor-ball.cotton-active {
            width: var(--cursor-ball-size);
            height: var(--cursor-ball-size);
            background-color: var(--cursor-ball-color);
            border-radius: 50%
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-1 .cotton-init.ep-cursor-circle.cotton-active {
            background-color: #fff0;
            border: 1px solid var(--cursor-circle-color);
            width: var(--cursor-circle-size);
            height: var(--cursor-circle-size);
            border-radius: 50%
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init {
            position: relative
        }

            .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active {
                border-radius: 50%;
                background-size: cover;
                background-position: center
            }

                .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active::before, .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 50%;
                    transform: translateX(50%);
                    width: var(--cursor-ball-size);
                    height: 2px;
                    background: var(--cursor-ball-color)
                }

                .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active:after {
                    transform: translateX(50%) rotate(-90deg)
                }

            .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-circle.cotton-active {
                background-color: #fff0;
                border: 1px solid var(--cursor-circle-color);
                width: var(--cursor-circle-size);
                height: var(--cursor-circle-size);
                border-radius: 50%
            }

        .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-3 .cotton-init.ep-cursor-circle.cotton-active {
            background-color: var(--cursor-ball-color);
            width: var(--cursor-ball-size);
            height: var(--cursor-ball-size);
            border-radius: 50%
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-5 .cotton-init.ep-cursor-ball.cotton-active {
            width: 450px;
            height: 450px;
            background-color: var(--cursor-ball-color);
            border-radius: 50%
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-active .bdt-cursor-image {
            width: 50px;
            height: 50px;
            object-fit: cover
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-active .bdt-cursor-text, .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-active .bdt-cursor-icons, .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-active .bdt-cursor-image {
            display: block
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects .bdt-cursor-text, .bdt-cursor-effects-yes .bdt-cursor-effects .bdt-cursor-icons, .bdt-cursor-effects-yes .bdt-cursor-effects .bdt-cursor-image {
            display: none
        }

        .bdt-cursor-effects-yes .bdt-cursor-effects .bdt-cursor-icons {
            color: var(--cursor-ball-color)
        }

.rtl .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-init.ep-cursor-ball.cotton-active {
    left: 0;
    right: auto
}

.rtl .bdt-cursor-effects-yes .bdt-cursor-effects .cotton-init.ep-cursor-circle.cotton-active {
    left: 0;
    right: auto
}

.rtl .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active::before, .rtl .bdt-cursor-effects-yes .bdt-cursor-effects.ep-cursor-style-2 .cotton-init.ep-cursor-ball.cotton-active::after {
    left: 50%;
    right: auto
}

.bdt-image-hover-effect-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all .5s ease
}

.bdt-image-hover-effect-wrap:hover img {
    transform: scale(1.1)
}

.bdt-image-hover-effect-wrap {
    overflow: hidden;
    position: relative
}

    .bdt-image-hover-effect-wrap::before, .bdt-image-hover-effect-wrap::after {
        position: absolute;
        content: "";
        transition: all .5s ease
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-1::before, .bdt-image-hover-effect-wrap.bdt-image-hover-effect-1::after {
        z-index: 3
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-1::before {
        top: 50%;
        right: 0;
        left: 0;
        bottom: 50%
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-1::after {
        top: 0;
        right: 50%;
        left: 50%;
        bottom: 0
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-1:hover:before {
        top: 0;
        bottom: 0
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-1:hover:after {
        right: 0;
        left: 0
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-2::after {
        right: 50%;
        opacity: 1;
        padding-top: 100%;
        top: 50%;
        transform: translate(50%,-50%) rotate(-45deg) scale(0);
        width: 100%
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-2:hover::after {
        opacity: 0;
        transform: translate(50%,-50%) rotate(-45deg) scale(1)
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-3::before, .bdt-image-hover-effect-wrap.bdt-image-hover-effect-3::after {
        bottom: 20px;
        right: 20px;
        opacity: 0;
        left: 20px;
        top: 20px;
        z-index: 1;
        background: unset !important
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-3::before {
        transform: scaleX(0);
        border-bottom: 2px solid;
        border-top: 2px solid
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-3::after {
        transform: scaleY(0);
        border-right: 2px solid;
        border-left: 2px solid
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-3:hover::before, .bdt-image-hover-effect-wrap.bdt-image-hover-effect-3:hover::after {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1)
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-4::before {
        top: 0;
        right: 50%;
        width: 120%;
        height: 100px;
        transition: all .6s linear;
        z-index: 1;
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translateY(-150%);
        backface-visibility: hidden;
        pointer-events: none
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-4:hover::before {
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translateY(200%);
        right: -100%;
        top: 100%
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-5::after {
        top: 30px;
        left: 50px;
        bottom: 30px;
        right: 50px;
        border-left: 2px solid;
        border-right: 2px solid;
        transform: scale(1,0);
        transform-origin: 0% 0;
        opacity: 0;
        z-index: 1
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-5::before {
        top: 50px;
        left: 30px;
        bottom: 50px;
        right: 30px;
        border-top: 2px solid;
        border-bottom: 2px solid;
        opacity: 0;
        transform: scale(0,1);
        transform-origin: 100% 0;
        z-index: 1
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-5::after, .bdt-image-hover-effect-wrap.bdt-image-hover-effect-5::before {
        background: unset !important
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-5:hover::after, .bdt-image-hover-effect-wrap.bdt-image-hover-effect-5:hover::before {
        opacity: 1;
        transform: scale(1)
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-6::after {
        top: 30px;
        left: 30px;
        bottom: 30px;
        right: 30px;
        border: 1px solid;
        opacity: 0;
        transform: scale(0);
        background: unset !important
    }

    .bdt-image-hover-effect-wrap.bdt-image-hover-effect-6:hover::after {
        opacity: 1;
        transform: scale(1)
    }

.parallax-scene {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    overflow: hidden
}

.bdt-scene-item {
    position: absolute;
    width: 102%;
    height: 104%;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0;
    padding: 0;
    top: -1%;
    right: -2%;
    background-size: auto
}

.bdt-reveal-effects-yes .block-revealer__element {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
    z-index: 999
}

.has-ripple {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.ripple {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #fff;
    opacity: 1
}

.ripple-animate {
    -webkit-animation: ripple;
    -o-animation: ripple;
    animation: ripple
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2)
    }
}

.elementor-section.bdt-tile-scroll-yes {
    overflow: hidden
}

.bdt-tile-scroll {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0
}

.bdt-tile-scroll__wrap {
    width: 150%;
    --bdt-tile-scrollwrap-height: var(--bdt-tile-scroll-height);
    height: var(--bdt-tile-scrollwrap-height);
    position: absolute;
    right: 50%;
    transform: translate3d(50%,0,0)
}

.bdt-tile-scroll__line {
    display: flex
}

.bdt-tile-scroll__line-img {
    flex: none;
    width: calc(var(--bdt-tile-scroll-item-width, 16.6666%) - var(--bdt-tile-scroll-margin, 2vw) * 2);
    height: calc(var(--bdt-tile-scrollwrap-height) / 3 - (3 * var(--bdt-tile-scroll-margin, 2vw) / 2));
    margin: var(--bdt-tile-scroll-margin,2vw);
    background-size: cover;
    background-position: 50% 50%
}

.bdt-tile-scroll--horizontal .bdt-tile-scroll__wrap {
    --bdt-tile-scrollwrap-height: calc(var(--bdt-tile-scroll-height) * 1.8);
    transform: translate3d(50%,-50%,0) rotate(var(--bdt-tile-scroll-rotate))
}

.bdt-tile-scroll--horizontal .bdt-tile-scroll__line-img {
    width: calc(var(--bdt-tile-scroll-item-width, 16.6666%) - var(--bdt-tile-scroll-margin, 1vw) * 2);
    height: calc(var(--bdt-tile-scrollwrap-height) / 5 - (4 * var(--bdt-tile-scroll-margin, 1vw) / 2))
}

.bdt-tile-scroll--vertical .bdt-tile-scroll__wrap {
    width: 100%;
    display: flex;
    --bdt-tile-scrollwrap-height: calc(var(--tiles-height, 140vh) * 1.4);
    transform: translate3d(0,-50%,0);
    right: 0;
    top: 50%
}

.bdt-tile-scroll--vertical .bdt-tile-scroll__line {
    width: 25%;
    padding: 0 calc(var(--bdt-tile-scroll-margin, 2rem) / 2);
    display: block
}

.bdt-tile-scroll--vertical .bdt-tile-scroll__line-img {
    width: 100%;
    height: calc(var(--bdt-tile-scroll-height, 52vw) / 1.95);
    margin: var(--bdt-tile-scroll-margin,2rem) 0
}

.bdt-custom-rc-yes .bdt-gravity-forms .gform_wrapper .gfield_checkbox input[type=checkbox], .bdt-custom-rc-yes .bdt-gravity-forms .gform_wrapper .gfield_radio input[type=radio] {
    height: 16px;
    width: 16px !important;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #ccc;
    transition: .2s ease-in-out;
    transition-property: background-color,border
}

    .bdt-custom-rc-yes .bdt-gravity-forms .gform_wrapper .gfield_radio input[type=radio]:checked, .bdt-custom-rc-yes .bdt-gravity-forms .gform_wrapper .gfield_checkbox input[type=checkbox]:checked, .bdt-custom-rc-yes .bdt-gravity-forms .gform_wrapper .gfield_checkbox input[type=checkbox]:indeterminate {
        background-color: #1e87f0;
        border-color: #fff0
    }

.bdt-custom-rc-yes .bdt-gravity-forms .gform_wrapper .gfield_radio input[type=radio] {
    border-radius: 50%
}

.bdt-custom-rc-yes .bdt-gravity-forms .gform_wrapper .gfield_checkbox input[type=checkbox]:checked:focus, .bdt-custom-rc-yes .bdt-gravity-forms .gform_wrapper .gfield_checkbox input[type=checkbox]:checked:focus, .bdt-custom-rc-yes .bdt-gravity-forms .gform_wrapper .gfield_checkbox input[type=checkbox]:indeterminate:focus {
    background-color: #0e6dcd
}

.bdt-gravity-form-button-full-width .bdt-gravity-forms .gform_footer input[type="submit"] {
    width: 100%
}

.bdt-gravity-forms .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .bdt-gravity-forms .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .bdt-gravity-forms .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label, .bdt-gravity-forms .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label, .bdt-gravity-forms .gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label, .bdt-gravity-forms .gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label {
    display: none
}

.bdt-wc-products .bdt-wc-product-title a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.bdt-wc-products.bdt-wc-products-skin-default .bdt-wc-product-image img {
    width: 100%
}

.bdt-wc-products.bdt-wc-products-skin-default .bdt-wc-product-inner {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
    overflow: hidden
}

    .bdt-wc-products.bdt-wc-products-skin-default .bdt-wc-product-inner:hover .bdt-quick-view a {
        transform: translateX(0);
        opacity: 1
    }

    .bdt-wc-products.bdt-wc-products-skin-default .bdt-wc-product-inner:hover .bdt-wc-add-to-cart {
        opacity: 1;
        bottom: 10px
    }

.bdt-wc-products .bdt-wc-product-inner .bdt-quick-view a {
    position: absolute;
    top: 15px;
    left: 15px;
    transform: translateX(-50px);
    opacity: 0
}

.bdt-wc-products .bdt-wc-product-inner .bdt-wc-add-to-cart {
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 100%;
    transform: translateX(50%);
    transition: all .3s ease;
    opacity: 0
}

.bdt-wc-products .bdt-quick-view a {
    padding: 10px 9px;
    background: #1e87f0;
    border-radius: 2px;
    display: inline-flex;
    transition: all .3s ease
}

    .bdt-wc-products .bdt-quick-view a:hover {
        background: #000
    }

    .bdt-wc-products .bdt-quick-view a i {
        font-size: 16px;
        color: #fff;
        display: flex;
        transition: all .3s ease
    }

.bdt-wc-products .bdt-wc-add-to-cart a {
    font-size: clamp(.625rem, 1.5vw, .75rem);
    margin: 0;
    line-height: 1;
    letter-spacing: .05em;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: clamp(.75rem, 1.5vw, 1rem);
    font-weight: 700;
    right: auto;
    color: #fff;
    background-color: #1e87f0;
    border: 0;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all .3s cubic-bezier(.19,1,.22,1);
    transition: all .3s cubic-bezier(.19,1,.22,1)
}

    .bdt-wc-products .bdt-wc-add-to-cart a:hover {
        background-color: #000;
        transform: translateY(-1px);
        box-shadow: 0 1px 1px rgb(0 0 0 / .05),0 2px 2px rgb(0 0 0 / .05),0 4px 4px rgb(0 0 0 / .05),0 8px 8px rgb(0 0 0 / .05),0 16px 16px rgb(0 0 0 / .05)
    }

.bdt-wc-products .bdt-wc-add-to-cart .button.added {
    display: none;
    transition: all 3s ease-in-out
}

.bdt-wc-products .bdt-wc-add-to-cart .button.loading::after {
    content: '';
    width: 18px;
    height: 18px;
    border: 2px dotted #fff;
    border-radius: 50%;
    margin-right: -15px;
    display: inline-block;
    position: relative;
    position: absolute;
    top: 31%;
    text-align: center;
    animation: rotation 2s linear infinite
}

.bdt-wc-products .bdt-wc-add-to-cart .button.loading i {
    transition: all .3s ease-in-out;
    transform: translate(-70px);
    opacity: .02
}

.bdt-wc-products .bdt-wc-add-to-cart .added_to_cart {
    transition: all 3s ease
}

    .bdt-wc-products .bdt-wc-add-to-cart .added_to_cart::after {
        content: '\2713';
        margin-right: 5px;
        font-size: 16px
    }

    .bdt-wc-products .bdt-wc-add-to-cart .added_to_cart i {
        display: none
    }

    .bdt-wc-products .bdt-wc-add-to-cart .button a, .bdt-wc-products .bdt-wc-add-to-cart .added_to_cart a {
        color: #fff
    }

    .bdt-wc-products .bdt-wc-add-to-cart .button .button-icon:before, .bdt-wc-products .bdt-wc-add-to-cart .added_to_cart .button-icon:before {
        margin: -5px;
        transition: all .3s ease;
        opacity: 0;
        visibility: hidden
    }

    .bdt-wc-products .bdt-wc-add-to-cart .button:hover .button-icon:before, .bdt-wc-products .bdt-wc-add-to-cart .added_to_cart:hover .button-icon:before {
        margin-right: 10px;
        opacity: 1;
        visibility: visible
    }

.bdt-wc-products .added_to_cart {
    text-transform: uppercase
}

.bdt-wc-products .bdt-wc-product {
    position: relative;
    text-align: center
}

    .bdt-wc-products .bdt-wc-product .bdt-wc-product-desc {
        padding: 25px
    }

    .bdt-wc-products .bdt-wc-product .bdt-wc-product-title {
        padding: 0 0 .5em;
        margin: 0;
        font-size: 1em
    }

    .bdt-wc-products .bdt-wc-product .bdt-text-small {
        font-size: .775rem
    }

    .bdt-wc-products .bdt-wc-product .bdt-wc-product-price {
        display: block;
        line-height: 20px;
        font-weight: 700
    }

        .bdt-wc-products .bdt-wc-product .bdt-wc-product-price p {
            margin: 0
        }

        .bdt-wc-products .bdt-wc-product .bdt-wc-product-price ins {
            background: none;
            text-decoration: none;
            font-size: 14px
        }

            .bdt-wc-products .bdt-wc-product .bdt-wc-product-price ins .amount {
                color: #1e87f0
            }

        .bdt-wc-products .bdt-wc-product .bdt-wc-product-price del {
            font-weight: 600;
            opacity: .3;
            font-size: 14px
        }

        .bdt-wc-products .bdt-wc-product .bdt-wc-product-price .amount {
            color: #1e87f0;
            font-size: 14px
        }

    .bdt-wc-products .bdt-wc-product .bdt-badge {
        font-size: 11px;
        padding: 5px 10px;
        font-weight: 700;
        right: 0;
        height: auto;
        z-index: 1
    }

        .bdt-wc-products .bdt-wc-product .bdt-badge .bdt-onsale {
            line-height: 1
        }

.bdt-wc-products .bdt-wc-rating .star-rating {
    line-height: 1;
    margin-top: 10px;
    float: none;
    margin-left: 0
}

.bdt-wc-products.bdt-wc-products-skin-table .bdt-pagination > * {
    padding-right: 10px
}

.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting:before, .bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting:after, .bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_asc:before, .bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_asc:after, .bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_desc:before, .bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_desc:after, .bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_asc_disabled:before, .bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_asc_disabled:after, .bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_desc_disabled:before, .bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_desc_disabled:after {
    bottom: auto;
    top: 50%;
    transform: translateY(-55%)
}

.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead th {
    padding: 10px 18px 10px 30px;
    color: #fff;
    background-color: #1e87f0;
    vertical-align: middle
}

.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_asc, .bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_desc, .bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting {
    background-image: none
}

.bdt-wc-products.bdt-wc-products-skin-table .paginate_button {
    text-decoration: none
}

    .bdt-wc-products.bdt-wc-products-skin-table .paginate_button:focus {
        outline: none
    }

    .bdt-wc-products.bdt-wc-products-skin-table .paginate_button span:focus {
        outline: none
    }

.bdt-wc-products.bdt-wc-products-skin-table .bdt-wc-product {
    text-align: right
}

.bdt-wc-products.bdt-wc-products-skin-table table {
    width: 100%
}

    .bdt-wc-products.bdt-wc-products-skin-table table thead th {
        font-size: 14px
    }

    .bdt-wc-products.bdt-wc-products-skin-table table th, .bdt-wc-products.bdt-wc-products-skin-table table td {
        box-sizing: content-box
    }

    .bdt-wc-products.bdt-wc-products-skin-table table img {
        width: 80px
    }

    .bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-product-excerpt {
        max-width: 500px;
        font-size: clamp(.625rem, 1.5vw, .875rem)
    }

    .bdt-wc-products.bdt-wc-products-skin-table table .bdt-ep-align {
        text-align: center
    }

    .bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-product-price {
        margin-bottom: 0
    }

        .bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-product-price p {
            margin-bottom: 0
        }

    .bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-product-title {
        padding: 0;
        font-size: clamp(.875rem, 1.5vw, 1rem);
        font-weight: 500
    }

    .bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-product-categories, .bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-product-tags {
        color: #1e87f0
    }

        .bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-product-categories a, .bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-product-tags a {
            font-size: 14px;
            color: #1e87f0
        }

    .bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-quantity .quantity input {
        width: 45px;
        padding: 8px 6px;
        border: 1px solid rgb(202 202 202 / .47843137);
        border-radius: 2px;
        text-align: center
    }

.bdt-wc-products.bdt-wc-products-skin-table .dataTables_wrapper td.bdt-title, .bdt-wc-products.bdt-wc-products-skin-table .dataTables_wrapper th.bdt-title {
    min-width: 100px
}

.bdt-wc-products.bdt-wc-products-skin-table .dataTables_wrapper .dt-merge-grid {
    overflow: auto
}

.bdt-wc-products.bdt-wc-products-skin-table .dataTables_wrapper .dataTables_filter {
    float: right
}

.bdt-wc-products.bdt-wc-products-skin-table .dataTables_wrapper .row:first-child {
    flex-direction: row-reverse
}

[class*="elementor-widget-bdt-wc-"] .bdt-wc-add-to-cart a.added {
    display: none
}

[class*="elementor-widget-bdt-wc-"] .bdt-wc-add-to-cart a.loading:after {
    content: "\eb23";
    font-family: "element-pack";
    -webkit-animation: spin .5s linear infinite;
    animation: spin 1.2s linear infinite;
    margin-right: 10px;
    display: inline-block
}

[class*="elementor-widget-bdt-wc-"] .bdt-wc-rating {
    display: inline-block
}

    [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating {
        float: left;
        overflow: hidden;
        position: relative;
        height: 1em;
        line-height: 1;
        font-size: 12px;
        width: 6.3em;
        font-family: 'star';
        letter-spacing: 1px
    }

        [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating:before {
            font-family: star;
            content: "\73\73\73\73\73";
            color: #e7e7e7;
            float: right;
            top: 0;
            right: 0;
            position: absolute;
            letter-spacing: 3px
        }

        [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating span {
            top: 0;
            right: 0;
            position: absolute;
            overflow: hidden;
            float: right;
            padding-top: 20px;
            color: #FC0
        }

            [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating span:before {
                content: "\53\53\53\53\53";
                top: 0;
                position: absolute;
                right: 0;
                letter-spacing: 3px
            }

    [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating:empty {
        display: none
    }

.bdt-product-quick-view .product {
    position: relative
}

    .bdt-product-quick-view .product .price {
        font-size: 24px;
        font-weight: 700;
        color: #90b7de
    }

    .bdt-product-quick-view .product del {
        opacity: .5
    }

    .bdt-product-quick-view .product ins {
        background: #fff0
    }

.bdt-product-quick-view .onsale {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 80px;
    background: #1e87f0;
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.bdt-product-quick-view .cart {
    margin-bottom: 2em
}

    .bdt-product-quick-view .cart .quantity {
        display: inline-flex
    }

        .bdt-product-quick-view .cart .quantity .qty {
            padding: 15px;
            width: 5.631em;
            text-align: center;
            border: 1px solid rgb(144 144 144 / .18);
            border-radius: 3px
        }

    .bdt-product-quick-view .cart .button {
        padding: 15px 25px;
        background-color: #1e87f0;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        cursor: pointer;
        font-weight: 700;
        border-radius: 3px;
        border: 0
    }

        .bdt-product-quick-view .cart .button:hover {
            background-color: #0f6ecd
        }

.bdt-product-quick-view .product_meta {
    display: inline-grid
}

    .bdt-product-quick-view .product_meta > span.sku_wrapper {
        margin: 0
    }

    .bdt-product-quick-view .product_meta > span {
        color: #666;
        font-weight: 500;
        margin-top: 10px
    }

        .bdt-product-quick-view .product_meta > span span {
            color: #818a91;
            font-weight: 400
        }

    .bdt-product-quick-view .product_meta a {
        color: #818a91;
        display: inline-block;
        text-decoration: none;
        font-weight: 400;
        font-size: 13px;
        text-transform: capitalize;
        border-radius: 3px;
        line-height: 1;
        transition: all .3s ease
    }

        .bdt-product-quick-view .product_meta a:hover {
            color: #666;
            text-decoration: underline
        }

.bdt-product-quick-view .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 14px;
    line-height: 1;
    font-size: .9em;
    width: 5.4em;
    font-family: star
}

    .bdt-product-quick-view .star-rating:before {
        content: "\73\73\73\73\73";
        color: #d3ced2;
        float: right;
        top: 0;
        right: 0;
        position: absolute
    }

    .bdt-product-quick-view .star-rating span {
        overflow: hidden;
        float: right;
        top: 0;
        right: 0;
        position: absolute;
        padding-top: 1.5em
    }

        .bdt-product-quick-view .star-rating span:before {
            content: "\53\53\53\53\53";
            top: 0;
            position: absolute;
            right: 0
        }

.bdt-product-quick-view .woocommerce-product-rating {
    line-height: 2;
    display: block
}

    .bdt-product-quick-view .woocommerce-product-rating::after, .bdt-product-quick-view .woocommerce-product-rating::before {
        content: ' ';
        display: table
    }

    .bdt-product-quick-view .woocommerce-product-rating::after {
        clear: both
    }

    .bdt-product-quick-view .woocommerce-product-rating .star-rating {
        margin: 11px 0 0 4px;
        float: right
    }

.bdt-product-quick-view .star-rating {
    display: block;
    float: none
}

.bdt-product-quick-view .bdt-close svg {
    width: 24px
}

.bdt-product-quick-view .variations {
    margin-bottom: 30px
}

    .bdt-product-quick-view .variations td > select {
        padding: 10px;
        border-color: rgb(144 144 144 / .18);
        outline: none;
        margin: 0 10px
    }

@media only screen and (max-width:767px) {
    .bdt-thumb-hide-on-mobile-yes .bdt-wc-products.bdt-wc-products-skin-table .bdt-thumb {
        display: none
    }

    .bdt-title-hide-on-mobile-yes .bdt-wc-products.bdt-wc-products-skin-table .bdt-title {
        display: none
    }

    .bdt-categories-hide-on-mobile-yes .bdt-wc-products.bdt-wc-products-skin-table .bdt-categories {
        display: none
    }

    .bdt-excerpt-hide-on-mobile-yes .bdt-wc-products.bdt-wc-products-skin-table .bdt-excerpt {
        display: none
    }

    .bdt-title-hide-on-mobile-yes .bdt-wc-products.bdt-wc-products-skin-table .bdt-title {
        display: none
    }

    .bdt-tags-hide-on-mobile-yes .bdt-wc-products.bdt-wc-products-skin-table .bdt-tags {
        display: none
    }

    .bdt-rating-hide-on-mobile-yes .bdt-wc-products.bdt-wc-products-skin-table .bdt-rating {
        display: none
    }

    .bdt-cart-hide-on-mobile-yes .bdt-wc-products.bdt-wc-products-skin-table .bdt-cart {
        display: none
    }
}

@media (min-width:768px) {
    .bdt-wc-products.bdt-wc-products-skin-table .dataTables_wrapper td.bdt-title, .bdt-wc-products.bdt-wc-products-skin-table .dataTables_wrapper th.bdt-title {
        min-width: auto
    }

    .bdt-wc-products.bdt-wc-products-skin-table .dataTables_wrapper .dataTables_filter {
        float: left
    }

    .bdt-wc-products.bdt-wc-products-skin-table .dataTables_wrapper .row:first-child {
        flex-direction: row
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.elementor-widget-bdt-wc-products .bdt-loadmore-container {
    margin-top: 40px
}

[class*="elementor-widget-bdt-wc-"] .bdt-wc-add-to-cart svg {
    width: 1em;
    height: 1em
}

[class*="elementor-widget-bdt-wc-"] .bdt-wc-add-to-cart a.added {
    display: none
}

[class*="elementor-widget-bdt-wc-"] .bdt-wc-add-to-cart a.loading:after {
    content: "\eb23";
    font-family: "element-pack";
    -webkit-animation: spin .5s linear infinite;
    animation: spin 1.2s linear infinite;
    margin-right: 10px;
    display: inline-block
}

[class*="elementor-widget-bdt-wc-"] .bdt-wc-rating {
    display: inline-block
}

    [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating {
        float: left;
        overflow: hidden;
        position: relative;
        height: 1em;
        line-height: 1;
        font-size: 12px;
        width: 6.3em;
        font-family: 'star';
        letter-spacing: 1px
    }

        [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating:before {
            font-family: star;
            content: "\73\73\73\73\73";
            color: #e7e7e7;
            float: right;
            top: 0;
            right: 0;
            position: absolute;
            letter-spacing: 3px
        }

        [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating span {
            top: 0;
            right: 0;
            position: absolute;
            overflow: hidden;
            float: right;
            padding-top: 20px;
            color: #FC0
        }

            [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating span:before {
                content: "\53\53\53\53\53";
                top: 0;
                position: absolute;
                right: 0;
                letter-spacing: 3px
            }

    [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating:empty {
        display: none
    }

.elementor-widget-bdt-wc-add-to-cart .cart .quantity {
    width: 5%;
    margin-left: 2px;
    display: inline-block
}

    .elementor-widget-bdt-wc-add-to-cart .cart .quantity input[type=number] {
        font-size: 20px;
        padding: 8px 5px;
        width: 100%;
        border-radius: 3px;
        border: 1px solid #ddd;
        outline: none
    }

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.elementor-widget-bdt-wc-elements .woocommerce .woocommerce-cart-form .product-remove {
    text-align: center !important
}

.elementor-widget-bdt-wc-elements .woocommerce .woocommerce-cart-form a.remove {
    display: inline-block;
    font-size: 18px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: 400;
    color: #bbb !important;
    background: #fff0;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: content-box
}

    .elementor-widget-bdt-wc-elements .woocommerce .woocommerce-cart-form a.remove:hover {
        background-color: #fff0;
        color: #333 !important
    }

.elementor-widget-bdt-wc-elements .woocommerce .woocommerce-cart-form .product-name a {
    color: #1e87f0
}

    .elementor-widget-bdt-wc-elements .woocommerce .woocommerce-cart-form .product-name a:hover {
        color: #0f6ecd
    }

.elementor-widget-bdt-wc-elements .woocommerce table.cart img {
    width: 48px
}

.elementor-widget-bdt-wc-elements .woocommerce-product-gallery {
    opacity: 1 !important
}

.elementor-widget-bdt-wc-elements input {
    line-height: 1 !important
}

.elementor-widget-bdt-wc-elements button {
    line-height: 1.2
}

.elementor-widget-bdt-wc-elements form.cart * {
    text-align: right
}

.elementor-widget-bdt-wc-elements table.variations tbody tr:hover > td, .elementor-widget-bdt-wc-elements table.variations tbody tr:hover > th {
    background-color: #fff0
}

.elementor-widget-bdt-wc-elements table.variations tbody > tr:nth-child(odd) > td, .elementor-widget-bdt-wc-elements table.variations tbody > tr:nth-child(odd) > th {
    background-color: #fff0
}

.elementor-widget-bdt-wc-elements table.variations td, .elementor-widget-bdt-wc-elements table.variations th {
    padding: 0
}

.elementor-widget-bdt-wc-elements .woocommerce .products ul::after, .elementor-widget-bdt-wc-elements .woocommerce .products ul::before, .elementor-widget-bdt-wc-elements .woocommerce ul.products::after, .elementor-widget-bdt-wc-elements .woocommerce ul.products::before {
    content: " ";
    display: none
}

.elementor-widget-bdt-wc-elements .woocommerce ul.products {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(1,1fr);
    gap: 20px
}

    .elementor-widget-bdt-wc-elements .woocommerce ul.products li {
        border: 1px solid #eee;
        padding: 30px !important;
        display: inline-block;
        border-radius: 5px;
        margin: 0 !important;
        width: auto !important
    }

.elementor-widget-bdt-wc-elements .product_meta {
    display: flex;
    flex-direction: column
}

.elementor-widget-bdt-wc-elements .woocommerce .quantity .qty {
    width: 5.631em
}

.elementor-widget-bdt-wc-elements .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0
}

    .elementor-widget-bdt-wc-elements .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 0;
        margin: 0 0 0 15px;
        border: 0;
        background-color: #fff0
    }

        .elementor-widget-bdt-wc-elements .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .elementor-widget-bdt-wc-elements .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
            display: none
        }

        .elementor-widget-bdt-wc-elements .woocommerce div.product .woocommerce-tabs ul.tabs li a {
            padding: 15px 0
        }

            .elementor-widget-bdt-wc-elements .woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
                content: '';
                position: absolute;
                background: #3287f0;
                height: 2px;
                bottom: 0;
                right: 0;
                width: 0;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out
            }

        .elementor-widget-bdt-wc-elements .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
            width: 100%
        }

.elementor-widget-bdt-wc-elements .woocommerce table.shop_attributes {
    border: 1px solid #eee;
    text-align: right;
    border-collapse: collapse;
    border-spacing: 0
}

    .elementor-widget-bdt-wc-elements .woocommerce table.shop_attributes tr {
        border: 0;
        border-bottom: 1px solid #eee
    }

        .elementor-widget-bdt-wc-elements .woocommerce table.shop_attributes tr:last-child {
            border-bottom: 0
        }

    .elementor-widget-bdt-wc-elements .woocommerce table.shop_attributes th {
        border: 0;
        background-color: #f8f8f8;
        padding: 10px 15px
    }

    .elementor-widget-bdt-wc-elements .woocommerce table.shop_attributes td {
        border: 0;
        font-style: normal;
        background-color: transparent !important
    }

        .elementor-widget-bdt-wc-elements .woocommerce table.shop_attributes td p {
            padding: 10px 15px
        }

@media (min-width:768px) {
    .elementor-widget-bdt-wc-elements .woocommerce ul.products {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (min-width:1024px) {
    .elementor-widget-bdt-wc-elements .woocommerce ul.products {
        grid-template-columns: repeat(4,1fr)
    }
}

.elementor-widget .woocommerce .product-category a {
    display: block;
    transition: all 350ms cubic-bezier(.15,.83,.58,1)
}

.elementor-widget .woocommerce .product-category img {
    transition: all 350ms cubic-bezier(.15,.83,.58,1)
}

.elementor-widget .woocommerce-loop-category__title mark {
    background-color: #fff0;
    color: inherit
}

.elementor-widget .woocommerce .products ul, .elementor-widget .woocommerce ul.products {
    display: grid;
    margin: 0
}

    .elementor-widget .woocommerce .products ul:before, .elementor-widget .woocommerce ul.products:before {
        display: none
    }

    .elementor-widget .woocommerce .products ul li.product, .elementor-widget .woocommerce ul.products li.product {
        width: auto;
        margin: 0
    }

.bdt-wc-carousel .bdt-wc-carousel-image {
    overflow: hidden;
    position: relative
}

    .bdt-wc-carousel .bdt-wc-carousel-image img {
        object-fit: cover;
        width: 100%;
        vertical-align: bottom
    }

.bdt-wc-carousel .bdt-overlay-default {
    background: #fff
}

.bdt-wc-carousel .bdt-badge {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e87f0 !important;
    background-color: #fff0;
    border: 2px solid #1e87f0;
    padding: 12px;
    z-index: 1
}

.bdt-wc-carousel .bdt-wc-rating {
    margin-top: 7px
}

.bdt-wc-carousel .bdt-wc-carousel-item {
    -webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / .08);
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / .08)
}

    .bdt-wc-carousel .bdt-wc-carousel-item:hover .bdt-quick-view a {
        transform: translateX(0);
        opacity: 1
    }

    .bdt-wc-carousel .bdt-wc-carousel-item:hover .bdt-wc-add-to-cart {
        opacity: 1;
        bottom: 10px
    }

    .bdt-wc-carousel .bdt-wc-carousel-item .bdt-wc-carousel-desc {
        padding: 25px 35px
    }

    .bdt-wc-carousel .bdt-wc-carousel-item .bdt-wc-carousel-desc-inner {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .bdt-wc-carousel .bdt-wc-carousel-item .bdt-wc-add-to-cart.active {
        opacity: 1
    }

.bdt-wc-carousel .bdt-quick-view a {
    padding: 10px 9px;
    background: rgb(255 255 255 / .8);
    border: 2px solid #1e87f0;
    border-radius: 40px;
    display: inline-flex;
    position: absolute;
    top: 15px;
    left: 15px;
    transform: translateX(-50px);
    opacity: 0;
    transition: all .3s ease
}

    .bdt-wc-carousel .bdt-quick-view a:hover {
        background: #1e87f0
    }

        .bdt-wc-carousel .bdt-quick-view a:hover i {
            color: #fff
        }

    .bdt-wc-carousel .bdt-quick-view a i {
        font-size: 16px;
        color: #1e87f0;
        display: flex;
        transition: all .3s ease
    }

.bdt-wc-carousel .bdt-wc-add-to-cart {
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 80%;
    transform: translateX(50%);
    transition: all .3s ease;
    opacity: 0
}

    .bdt-wc-carousel .bdt-wc-add-to-cart a {
        background: rgb(255 255 255 / .8);
        border: 2px solid #1e87f0;
        border-radius: 80px;
        width: 100%;
        color: #1e87f0;
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        overflow: hidden;
        padding: 10px 15px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        vertical-align: middle
    }

        .bdt-wc-carousel .bdt-wc-add-to-cart a:hover {
            background: #1e87f0;
            color: #fff;
            border: 2px solid #1e87f0
        }

.bdt-wc-carousel .bdt-wc-carousel-title {
    font-weight: 700;
    font-size: 16px
}

    .bdt-wc-carousel .bdt-wc-carousel-title a {
        color: #333
    }

.bdt-wc-carousel .bdt-products-skin-price {
    font-weight: 700
}

    .bdt-wc-carousel .bdt-products-skin-price ins {
        background: none;
        text-decoration: none
    }

        .bdt-wc-carousel .bdt-products-skin-price ins .amount {
            color: #1e87f0
        }

    .bdt-wc-carousel .bdt-products-skin-price del {
        font-weight: 600;
        opacity: .3;
        font-size: 14px
    }

    .bdt-wc-carousel .bdt-products-skin-price p, .bdt-wc-carousel .bdt-products-skin-price span {
        margin: 0
    }

.bdt-wc-carousel .swiper-coverflow {
    padding-top: 15px
}

    .bdt-wc-carousel .swiper-coverflow .swiper-slide {
        transition-property: transform,border,background
    }

.bdt-wc-carousel .swiper-horizontal > .swiper-pagination-progress {
    top: auto;
    bottom: 0
}

[class*="elementor-widget-bdt-wc-"] .bdt-wc-add-to-cart a.added {
    display: none
}

[class*="elementor-widget-bdt-wc-"] .bdt-wc-add-to-cart a.loading:after {
    content: "\eb23";
    font-family: "element-pack";
    -webkit-animation: spin .5s linear infinite;
    animation: spin 1.2s linear infinite;
    margin-right: 10px;
    display: inline-block
}

[class*="elementor-widget-bdt-wc-"] .bdt-wc-rating {
    display: inline-block
}

    [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating {
        float: left;
        overflow: hidden;
        position: relative;
        height: 1em;
        line-height: 1;
        font-size: 12px;
        width: 6.3em;
        font-family: 'star';
        letter-spacing: 1px
    }

        [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating:before {
            font-family: star;
            content: "\73\73\73\73\73";
            color: #e7e7e7;
            float: right;
            top: 0;
            right: 0;
            position: absolute;
            letter-spacing: 3px
        }

        [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating span {
            top: 0;
            right: 0;
            position: absolute;
            overflow: hidden;
            float: right;
            padding-top: 20px;
            color: #FC0
        }

            [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating span:before {
                content: "\53\53\53\53\53";
                top: 0;
                position: absolute;
                right: 0;
                letter-spacing: 3px
            }

    [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating:empty {
        display: none
    }

.bdt-product-quick-view .product {
    position: relative
}

    .bdt-product-quick-view .product .price {
        font-size: 24px;
        font-weight: 700;
        color: #90b7de
    }

    .bdt-product-quick-view .product del {
        opacity: .5
    }

    .bdt-product-quick-view .product ins {
        background: #fff0
    }

.bdt-product-quick-view .onsale {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 80px;
    background: #1e87f0;
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.bdt-product-quick-view .cart {
    margin-bottom: 2em
}

    .bdt-product-quick-view .cart .quantity {
        display: inline-flex
    }

        .bdt-product-quick-view .cart .quantity .qty {
            padding: 15px;
            width: 5.631em;
            text-align: center;
            border: 1px solid rgb(144 144 144 / .18);
            border-radius: 3px
        }

    .bdt-product-quick-view .cart .button {
        padding: 15px 25px;
        background-color: #1e87f0;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        cursor: pointer;
        font-weight: 700;
        border-radius: 3px;
        border: 0
    }

        .bdt-product-quick-view .cart .button:hover {
            background-color: #0f6ecd
        }

.bdt-product-quick-view .product_meta {
    display: inline-grid
}

    .bdt-product-quick-view .product_meta > span.sku_wrapper {
        margin: 0
    }

    .bdt-product-quick-view .product_meta > span {
        color: #666;
        font-weight: 500;
        margin-top: 10px
    }

        .bdt-product-quick-view .product_meta > span span {
            color: #818a91;
            font-weight: 400
        }

    .bdt-product-quick-view .product_meta a {
        color: #818a91;
        display: inline-block;
        text-decoration: none;
        font-weight: 400;
        font-size: 13px;
        text-transform: capitalize;
        border-radius: 3px;
        line-height: 1;
        transition: all .3s ease
    }

        .bdt-product-quick-view .product_meta a:hover {
            color: #666;
            text-decoration: underline
        }

.bdt-product-quick-view .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 14px;
    line-height: 1;
    font-size: .9em;
    width: 5.4em;
    font-family: star
}

    .bdt-product-quick-view .star-rating:before {
        content: "\73\73\73\73\73";
        color: #d3ced2;
        float: right;
        top: 0;
        right: 0;
        position: absolute
    }

    .bdt-product-quick-view .star-rating span {
        overflow: hidden;
        float: right;
        top: 0;
        right: 0;
        position: absolute;
        padding-top: 1.5em
    }

        .bdt-product-quick-view .star-rating span:before {
            content: "\53\53\53\53\53";
            top: 0;
            position: absolute;
            right: 0
        }

.bdt-product-quick-view .woocommerce-product-rating {
    line-height: 2;
    display: block
}

    .bdt-product-quick-view .woocommerce-product-rating::after, .bdt-product-quick-view .woocommerce-product-rating::before {
        content: ' ';
        display: table
    }

    .bdt-product-quick-view .woocommerce-product-rating::after {
        clear: both
    }

    .bdt-product-quick-view .woocommerce-product-rating .star-rating {
        margin: 11px 0 0 4px;
        float: right
    }

.bdt-product-quick-view .star-rating {
    display: block;
    float: none
}

.bdt-product-quick-view .bdt-close svg {
    width: 24px
}

.bdt-product-quick-view .variations {
    margin-bottom: 30px
}

    .bdt-product-quick-view .variations td > select {
        padding: 10px;
        border-color: rgb(144 144 144 / .18);
        outline: none;
        margin: 0 10px
    }

.bdt-wc-slider .bdt-wc-slider-image {
    overflow: hidden;
    width: 100%;
    height: 100%
}

    .bdt-wc-slider .bdt-wc-slider-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: top
    }

.bdt-wc-slider .bdt-badge {
    font-size: 10px;
    font-weight: 700;
    color: #F85656 !important;
    padding: 13px 12px;
    background: #fff0;
    border: 2px solid #F85656;
    text-transform: uppercase
}

.bdt-wc-slider .bdt-wc-slider-price {
    font-weight: 700;
    font-size: 20px;
    color: #F85656
}

    .bdt-wc-slider .bdt-wc-slider-price ins {
        background: none
    }

    .bdt-wc-slider .bdt-wc-slider-price del {
        font-weight: 600;
        opacity: .3
    }

    .bdt-wc-slider .bdt-wc-slider-price p, .bdt-wc-slider .bdt-wc-slider-price span {
        margin-bottom: 0
    }

.bdt-wc-slider .bdt-slideshow-item-inner {
    background: #fff
}

.bdt-wc-slider .bdt-wc-slider-item {
    -webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / .08);
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / .08)
}

    .bdt-wc-slider .bdt-wc-slider-item .bdt-wc-slider-desc-inner {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

.bdt-wc-slider .bdt-wc-slider-readmore {
    color: #666;
    font-size: 12px;
    font-weight: 600;
    margin-right: 20px
}

    .bdt-wc-slider .bdt-wc-slider-readmore:hover {
        color: #F85656
    }

    .bdt-wc-slider .bdt-wc-slider-readmore svg {
        width: 1em;
        height: 1em;
        fill: #666
    }

.bdt-wc-slider .bdt-wc-add-to-cart a {
    background: #F85656;
    border: 2px solid #F85656;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    overflow: hidden;
    padding: 12px 20px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

    .bdt-wc-slider .bdt-wc-add-to-cart a:hover {
        background: #fff0 none repeat scroll 100% 0;
        color: #666;
        border: 2px solid #F85656
    }

.bdt-wc-slider .bdt-wc-add-to-cart.bdt-position-center {
    width: auto
}

.bdt-wc-slider .bdt-wc-slider-title {
    color: #333;
    font-weight: 700;
    font-size: 24px
}

.bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper {
    width: 100%
}

    .bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-wc-slider-text {
        display: inline-block;
        line-height: normal;
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 12px;
        max-width: 640px
    }

    .bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-wc-slider-title {
        line-height: normal;
        margin-bottom: 0;
        margin-top: 10px
    }

    .bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-wc-rating, .bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-wc-add-to-cart-readmore {
        margin-bottom: 0;
        margin-top: 10px
    }

    .bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .star-rating {
        float: none
    }

.bdt-wc-slider .bdt-navigation-prev, .bdt-wc-slider .bdt-navigation-next {
    padding: 0
}

.bdt-wc-slider .bdt-navigation-prev {
    margin-left: 5px
}

    .bdt-wc-slider .bdt-navigation-prev i, .bdt-wc-slider .bdt-navigation-next i {
        font-size: 16px;
        padding: 8px;
        color: #f85656;
        background-color: #fff0;
        border: 2px solid rgb(248 86 86 / .39);
        border-radius: 50px;
        transition: all .5s ease-in-out
    }

    .bdt-wc-slider .bdt-navigation-prev:hover i, .bdt-wc-slider .bdt-navigation-next:hover i {
        color: #fff;
        background-color: #f85656
    }

[class*="elementor-widget-bdt-wc-"] .bdt-wc-add-to-cart a.added {
    display: none
}

[class*="elementor-widget-bdt-wc-"] .bdt-wc-add-to-cart a.loading:after {
    content: "\eb23";
    font-family: "element-pack";
    -webkit-animation: spin .5s linear infinite;
    animation: spin 1.2s linear infinite;
    margin-right: 10px;
    display: inline-block
}

[class*="elementor-widget-bdt-wc-"] .bdt-wc-rating {
    display: inline-block
}

    [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating {
        float: left;
        overflow: hidden;
        position: relative;
        height: 1em;
        line-height: 1;
        font-size: 12px;
        width: 6.3em;
        font-family: 'star';
        letter-spacing: 1px
    }

        [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating:before {
            font-family: star;
            content: "\73\73\73\73\73";
            color: #e7e7e7;
            float: right;
            top: 0;
            right: 0;
            position: absolute;
            letter-spacing: 3px
        }

        [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating span {
            top: 0;
            right: 0;
            position: absolute;
            overflow: hidden;
            float: right;
            padding-top: 20px;
            color: #FC0
        }

            [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating span:before {
                content: "\53\53\53\53\53";
                top: 0;
                position: absolute;
                right: 0;
                letter-spacing: 3px
            }

    [class*="elementor-widget-bdt-wc-"] .bdt-wc-rating:empty {
        display: none
    }

@media only screen and (max-width:960px) {
    .bdt-wc-slider .bdt-slideshow-item-inner .bdt-mobile-order {
        order: -1
    }

    .bdt-wc-slider .bdt-slider-item-content {
        position: absolute;
        z-index: 1;
        bottom: 0;
        width: 100%;
        background: rgb(255 255 255 / .85)
    }
}

@media only screen and (min-width:768px) {
    .bdt-wc-slider .bdt-badge {
        font-size: 12px
    }

    .bdt-wc-slider .bdt-wc-slider-price {
        font-size: 26px
    }

    .bdt-wc-slider .bdt-wc-slider-readmore {
        font-size: 16px;
        margin-right: 25px
    }

    .bdt-wc-slider .bdt-wc-add-to-cart a {
        font-size: 13px;
        padding: 15px 30px
    }

    .bdt-wc-slider .bdt-wc-slider-title {
        font-size: 64px
    }

    .bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-wc-slider-text {
        margin-top: 20px;
        font-size: 16px
    }

    .bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-wc-slider-title {
        margin-top: 0
    }

    .bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-wc-rating, .bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-wc-add-to-cart-readmore {
        margin-top: 20px
    }
}

.elementor-widget-bdt-wc-mini-cart .wc-empty-mini-cart {
    text-align: center;
    padding: 15px;
    margin-top: 15px
}

    .elementor-widget-bdt-wc-mini-cart .wc-empty-mini-cart svg {
        width: 100px;
        fill: #e5e8ed
    }

    .elementor-widget-bdt-wc-mini-cart .wc-empty-mini-cart .wc-empty-message {
        color: #242424;
        font-weight: 600
    }

    .elementor-widget-bdt-wc-mini-cart .wc-empty-mini-cart a.bdt-button {
        padding: 3px 15px
    }

.elementor-widget-bdt-wc-mini-cart.wc-cart-icon--bag-light .bdt-mini-cart-button .bdt-cart-icon i:before {
    content: "\e986"
}

.elementor-widget-bdt-wc-mini-cart.wc-cart-icon--bag-medium .bdt-mini-cart-button .bdt-cart-icon i:before {
    content: "\e985"
}

.elementor-widget-bdt-wc-mini-cart.wc-cart-icon--bag-solid .bdt-mini-cart-button .bdt-cart-icon i:before {
    content: "\e984"
}

.elementor-widget-bdt-wc-mini-cart.wc-cart-icon--basket-light .bdt-mini-cart-button .bdt-cart-icon i:before {
    content: "\e983"
}

.elementor-widget-bdt-wc-mini-cart.wc-cart-icon--basket-medium .bdt-mini-cart-button .bdt-cart-icon i:before {
    content: "\e982"
}

.elementor-widget-bdt-wc-mini-cart.wc-cart-icon--basket-solid .bdt-mini-cart-button .bdt-cart-icon i:before {
    content: "\e981"
}

.elementor-widget-bdt-wc-mini-cart.wc-cart-icon--cart-light .bdt-mini-cart-button .bdt-cart-icon i:before {
    content: "\e989"
}

.elementor-widget-bdt-wc-mini-cart.wc-cart-icon--cart-medium .bdt-mini-cart-button .bdt-cart-icon i:before {
    content: "\e988"
}

.elementor-widget-bdt-wc-mini-cart.wc-cart-icon--cart-solid .bdt-mini-cart-button .bdt-cart-icon i:before {
    content: "\e987"
}

.elementor-widget-bdt-wc-mini-cart.wc-cart-price--yes .bdt-mini-cart-wrapper .bdt-cart-button-text .bdt-mini-cart-price-amount {
    display: inherit
}

.elementor-widget-bdt-wc-mini-cart.wc-cart-badge--yes .bdt-mini-cart-wrapper .bdt-mini-cart-button-icon .bdt-cart-badge {
    display: inherit
}

.elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-wrapper .bdt-mini-cart-button {
    display: inline-block;
    padding: 5px
}

.elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-wrapper .bdt-cart-button-text {
    font-size: 15px
}

    .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-wrapper .bdt-cart-button-text .bdt-mini-cart-price-amount {
        display: none
    }

        .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-wrapper .bdt-cart-button-text .bdt-mini-cart-price-amount .tax_label {
            display: none
        }

        .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-wrapper .bdt-cart-button-text .bdt-mini-cart-price-amount small {
            font-size: 80%
        }

        .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-wrapper .bdt-cart-button-text .bdt-mini-cart-price-amount * {
            color: #666
        }

.elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-wrapper .bdt-mini-cart-button-icon {
    position: relative
}

    .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-wrapper .bdt-mini-cart-button-icon .bdt-cart-icon {
        color: #666
    }

        .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-wrapper .bdt-mini-cart-button-icon .bdt-cart-icon i {
            font-size: 16px
        }

    .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-wrapper .bdt-mini-cart-button-icon .bdt-cart-badge {
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        line-height: 16px;
        top: -10px;
        left: -12px;
        border-radius: 30px;
        color: #fff;
        background-color: #1e87f0;
        text-align: center;
        font-size: 8px;
        padding: 0;
        margin: 0;
        display: none
    }

.elementor-widget-bdt-wc-mini-cart .bdt-offcanvas .bdt-widget-title {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee
}

.elementor-widget-bdt-wc-mini-cart .bdt-offcanvas .bdt-offcanvas-bar {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    display: flex;
    flex-direction: column
}

.elementor-widget-bdt-wc-mini-cart .bdt-offcanvas-close {
    background-color: #eee;
    border: none;
    cursor: pointer;
    color: #666;
    display: inline-flex
}

    .elementor-widget-bdt-wc-mini-cart .bdt-offcanvas-close:hover {
        color: red
    }

.elementor-widget-bdt-wc-mini-cart .widget_shopping_cart .widgettitle {
    display: none
}

.elementor-widget-bdt-wc-mini-cart .widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

    .elementor-widget-bdt-wc-mini-cart .widget_shopping_cart_content .amount {
        color: #1e87f0
    }

.elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-product-item {
    position: relative;
    padding: 10px 0 10px 15px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

    .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-product-item .bdt-mini-cart-product-thumbnail img {
        width: 64px
    }

    .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-product-item .bdt-mini-cart-product-price, .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-product-item .bdt-mini-cart-product-name a {
        font-size: 14px;
        color: #222;
        font-weight: 600;
        transition: color .25s ease
    }

        .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-product-item .bdt-mini-cart-product-price:hover, .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-product-item .bdt-mini-cart-product-name a:hover {
            color: #1e87f0
        }

    .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-product-item .bdt-mini-cart-product-remove a {
        display: flex;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translateY(-50%);
        background: #eee;
        padding: 5px;
        opacity: 0;
        transition: all .2s ease-out
    }

        .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-product-item .bdt-mini-cart-product-remove a svg {
            width: 12px
        }

            .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-product-item .bdt-mini-cart-product-remove a svg * {
                stroke: #666
            }

        .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-product-item .bdt-mini-cart-product-remove a:hover svg {
            width: 12px
        }

            .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-product-item .bdt-mini-cart-product-remove a:hover svg * {
                stroke: red
            }

    .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-product-item:hover .bdt-mini-cart-product-remove a {
        left: 0;
        opacity: 1
    }

.elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-subtotal {
    color: #333;
    font-size: 16px;
    margin: 20px 0 25px
}

    .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-subtotal small {
        font-size: 70%
    }

    .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-subtotal .amount {
        font-weight: 700
    }

.elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-footer-buttons a {
    display: block
}

    .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-footer-buttons a .bdt-button-text {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase
    }

.elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-view-cart {
    margin-bottom: 15px;
    background: #eee;
    border: 1px solid #fff0;
    transition: all .3s ease
}

    .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-view-cart:hover {
        background: #fff0;
        border-color: #ddd
    }

        .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-view-cart:hover .bdt-button-text {
            color: #222
        }

    .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-view-cart .bdt-button-text {
        color: #555;
        transition: color .3s ease
    }

.elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-checkout {
    background: #1e87f0;
    border: 1px solid #fff0;
    transition: all .3s ease
}

    .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-checkout:hover {
        background: #fff0;
        border-color: #1e87f0
    }

        .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-checkout:hover .bdt-button-text {
            color: #1e87f0
        }

    .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-checkout .bdt-button-text {
        color: #fff;
        transition: color .3s ease
    }

.elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-product-name dt, .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-product-name dd, .elementor-widget-bdt-wc-mini-cart .bdt-mini-cart-product-name p {
    margin-right: 0
}

@font-face {
    font-family: 'element-pack';
    src: url(../plugins/bdthemes-element-pack/assets/fonts/element-pack.woff2?bhinol) format('woff2'),url(../plugins/bdthemes-element-pack/assets/fonts/element-pack.ttf?bhinol) format('truetype'),url(../plugins/bdthemes-element-pack/assets/fonts/element-pack.woff?bhinol) format('woff'),url('../plugins/bdthemes-element-pack/assets/fonts/element-pack.svg?bhinol#element-pack') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^="ep-icon-"], [class*=" ep-icon-"] {
    font-family: 'element-pack' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ep-icon-g2:before {
    content: "\e90b"
}

.ep-icon-yelp:before {
    content: "\e978"
}

.ep-icon-facebook:before {
    content: "\e979"
}

.ep-icon-google:before {
    content: "\e97a"
}

.ep-icon-capterra:before {
    content: "\e97b"
}

.ep-icon-foursquare:before {
    content: "\e97c"
}

.ep-icon-glassdoor:before {
    content: "\e97d"
}

.ep-icon-tripadvisor:before {
    content: "\e97e"
}

.ep-icon-trustpilot:before {
    content: "\e97f"
}

.ep-icon-trustradius:before {
    content: "\e980"
}

.ep-icon-arrow-right-default:before {
    content: "\e96f"
}

.ep-icon-arrow-right-0:before {
    content: "\e96f"
}

.ep-icon-arrow-left-default:before {
    content: "\e970"
}

.ep-icon-arrow-left-0:before {
    content: "\e970"
}

.ep-icon-arrow-left:before {
    content: "\e94d"
}

.ep-icon-arrow-right:before {
    content: "\e94e"
}

.ep-icon-arrow-left-1:before {
    content: "\e917"
}

.ep-icon-arrow-right-1:before {
    content: "\e925"
}

.ep-icon-arrow-left-2:before {
    content: "\e918"
}

.ep-icon-arrow-right-2:before {
    content: "\e926"
}

.ep-icon-arrow-left-3:before {
    content: "\e919"
}

.ep-icon-arrow-right-3:before {
    content: "\e927"
}

.ep-icon-arrow-left-4:before {
    content: "\e91a"
}

.ep-icon-arrow-right-4:before {
    content: "\e928"
}

.ep-icon-arrow-left-5:before {
    content: "\e943"
}

.ep-icon-arrow-right-5:before {
    content: "\e944"
}

.ep-icon-arrow-left-6:before {
    content: "\e945"
}

.ep-icon-arrow-right-6:before {
    content: "\e946"
}

.ep-icon-arrow-left-7:before {
    content: "\e949"
}

.ep-icon-arrow-right-7:before {
    content: "\e94a"
}

.ep-icon-arrow-left-8:before {
    content: "\e91e"
}

.ep-icon-arrow-right-8:before {
    content: "\e92c"
}

.ep-icon-arrow-left-9:before {
    content: "\e91f"
}

.ep-icon-arrow-right-9:before {
    content: "\e92d"
}

.ep-icon-arrow-left-10:before {
    content: "\e920"
}

.ep-icon-arrow-right-10:before {
    content: "\e92e"
}

.ep-icon-arrow-left-11:before {
    content: "\e921"
}

.ep-icon-arrow-right-11:before {
    content: "\e92f"
}

.ep-icon-arrow-left-12:before {
    content: "\e94b"
}

.ep-icon-arrow-right-12:before {
    content: "\e94c"
}

.ep-icon-arrow-left-13:before {
    content: "\e922"
}

.ep-icon-arrow-right-13:before {
    content: "\e930"
}

.ep-icon-arrow-left-14:before {
    content: "\e91d"
}

.ep-icon-arrow-right-14:before {
    content: "\e92b"
}

.ep-icon-arrow-left-15:before {
    content: "\e923"
}

.ep-icon-arrow-right-15:before {
    content: "\e931"
}

.ep-icon-arrow-left-16:before {
    content: "\e924"
}

.ep-icon-arrow-right-16:before {
    content: "\e932"
}

.ep-icon-arrow-left-17:before {
    content: "\e91c"
}

.ep-icon-arrow-right-17:before {
    content: "\e92a"
}

.ep-icon-arrow-left-18:before {
    content: "\e91b"
}

.ep-icon-arrow-right-18:before {
    content: "\e929"
}

.ep-icon-arrow-up-1:before {
    content: "\e933"
}

.ep-icon-arrow-down-1:before {
    content: "\e910"
}

.ep-icon-arrow-up-2:before {
    content: "\e934"
}

.ep-icon-arrow-down-2:before {
    content: "\e911"
}

.ep-icon-arrow-up-3:before {
    content: "\e935"
}

.ep-icon-arrow-down-3:before {
    content: "\e912"
}

.ep-icon-arrow-up-4:before {
    content: "\e936"
}

.ep-icon-arrow-down-4:before {
    content: "\e913"
}

.ep-icon-arrow-up-5:before {
    content: "\e937"
}

.ep-icon-arrow-down-5:before {
    content: "\e915"
}

.ep-icon-arrow-up-7:before {
    content: "\e938"
}

.ep-icon-arrow-down-7:before {
    content: "\e916"
}

.ep-icon-arrow-up-8:before {
    content: "\e939"
}

.ep-icon-arrow-down-8:before {
    content: "\e947"
}

.ep-icon-arrow-left-circle-1:before {
    content: "\e93b"
}

.ep-icon-arrow-right-circle-1:before {
    content: "\e93f"
}

.ep-icon-arrow-left-circle-2:before {
    content: "\e93c"
}

.ep-icon-arrow-right-circle-2:before {
    content: "\e940"
}

.ep-icon-arrow-left-circle-3:before {
    content: "\e93d"
}

.ep-icon-arrow-right-circle-3:before {
    content: "\e941"
}

.ep-icon-arrow-left-circle-4:before {
    content: "\e93a"
}

.ep-icon-arrow-right-circle-4:before {
    content: "\e93e"
}

.ep-icon-arrow-left-square-1:before {
    content: "\e948"
}

.ep-icon-arrow-right-square-1:before {
    content: "\e942"
}

.ep-icon-cog:before {
    content: "\e991"
}

.ep-icon-gear:before {
    content: "\e991"
}

.ep-icon-preferences:before {
    content: "\e991"
}

.ep-icon-settings:before {
    content: "\e991"
}

.ep-icon-generate:before {
    content: "\e991"
}

.ep-icon-control:before {
    content: "\e991"
}

.ep-icon-options:before {
    content: "\e991"
}

.ep-icon-long-arrow-right:before {
    content: "\e98a"
}

.ep-icon-clock-o:before {
    content: "\e98b"
}

.ep-icon-ellipsis-h:before {
    content: "\e98c"
}

.ep-icon-user-circle-o:before {
    content: "\e98d"
}

.ep-icon-basket-solid:before {
    content: "\e981"
}

.ep-icon-basket-medium:before {
    content: "\e982"
}

.ep-icon-basket-light:before {
    content: "\e983"
}

.ep-icon-bag-solid:before {
    content: "\e984"
}

.ep-icon-bag-medium:before {
    content: "\e985"
}

.ep-icon-bag-light:before {
    content: "\e986"
}

.ep-icon-cart-solid:before {
    content: "\e987"
}

.ep-icon-cart-medium:before {
    content: "\e988"
}

.ep-icon-cart-light:before {
    content: "\e989"
}

.ep-icon-puzzle:before {
    content: "\e973"
}

.ep-icon-bar:before {
    content: "\e974"
}

.ep-icon-copy:before {
    content: "\e975"
}

.ep-icon-graduation:before {
    content: "\e976"
}

.ep-icon-clock:before {
    content: "\e977"
}

.ep-icon-envelope:before {
    content: "\e971"
}

.ep-icon-eye:before {
    content: "\e972"
}

.ep-icon-eye-blocked:before {
    content: "\e98f"
}

.ep-icon-gallery:before {
    content: "\e96e"
}

.ep-icon-element-pack:before {
    content: "\e902"
}

.ep-icon-aside:before {
    content: "\e914"
}

.ep-icon-post:before {
    content: "\e950"
}

.ep-icon-standard:before {
    content: "\e950"
}

.ep-icon-quote:before {
    content: "\e951"
}

.ep-icon-new-tab:before {
    content: "\e952"
}

.ep-icon-refresh:before {
    content: "\e953"
}

.ep-icon-play-circle:before {
    content: "\e954"
}

.ep-icon-play:before {
    content: "\e955"
}

.ep-icon-checkmark:before {
    content: "\e956"
}

.ep-icon-close:before {
    content: "\e957"
}

.ep-icon-close-2:before {
    content: "\e958"
}

.ep-icon-plus-3:before {
    content: "\e959"
}

.ep-icon-minus-3:before {
    content: "\e992"
}

.ep-icon-question:before {
    content: "\e95a"
}

.ep-icon-star-full:before {
    content: "\e95b"
}

.ep-icon-self:before {
    content: "\e95b"
}

.ep-icon-star-half:before {
    content: "\e95c"
}

.ep-icon-star-empty:before {
    content: "\e95d"
}

.ep-icon-earth:before {
    content: "\e95e"
}

.ep-icon-heart-empty:before {
    content: "\e95f"
}

.ep-icon-heart-full:before {
    content: "\e960"
}

.ep-icon-link:before {
    content: "\e961"
}

.ep-icon-menu:before {
    content: "\e962"
}

.ep-icon-lock:before {
    content: "\e963"
}

.ep-icon-bubble:before {
    content: "\e964"
}

.ep-icon-chat:before {
    content: "\e964"
}

.ep-icon-reply:before {
    content: "\e965"
}

.ep-icon-location:before {
    content: "\e966"
}

.ep-icon-cart:before {
    content: "\e967"
}

.ep-icon-file-play1:before {
    content: "\e968"
}

.ep-icon-file-video:before {
    content: "\e969"
}

.ep-icon-video:before {
    content: "\e969"
}

.ep-icon-file-play:before {
    content: "\e96a"
}

.ep-icon-play1:before {
    content: "\e96a"
}

.ep-icon-file-music:before {
    content: "\e96b"
}

.ep-icon-music:before {
    content: "\e96b"
}

.ep-icon-audio:before {
    content: "\e96b"
}

.ep-icon-file-picture:before {
    content: "\e96c"
}

.ep-icon-image:before {
    content: "\e96c"
}

.ep-icon-pencil:before {
    content: "\e96d"
}

.ep-icon-edit:before {
    content: "\e96d"
}

.ep-icon-hexagon-zigzag:before {
    content: "\e90f"
}

.ep-icon-bulge-rectangle:before {
    content: "\e90e"
}

.ep-icon-hexagon-radius2:before {
    content: "\e90d"
}

.ep-icon-hexagon:before {
    content: "\e90c"
}

.ep-icon-hexagon-radius:before {
    content: "\e604"
}

.ep-icon-plus-2:before {
    content: "\e908"
}

.ep-icon-x:before {
    content: "\e98e"
}

.ep-icon-twitter:before {
    content: "\e98e"
}

.ep-icon-meneame:before {
    content: "\e906"
}

.ep-icon-moimir:before {
    content: "\e900"
}

.ep-icon-instapaper:before {
    content: "\e903"
}

.ep-icon-surfingbird:before {
    content: "\e904"
}

.ep-icon-livejournal:before {
    content: "\e905"
}

.ep-icon-baidu:before {
    content: "\e907"
}

.ep-icon-line:before {
    content: "\e90a"
}

.ep-icon-linkedin:before {
    content: "\f0e1"
}

.ep-icon-github:before {
    content: "\f113"
}

.ep-icon-youtube:before {
    content: "\f167"
}

.ep-icon-xing:before {
    content: "\f168"
}

.ep-icon-instagram:before {
    content: "\f16d"
}

.ep-icon-tumblr:before {
    content: "\f173"
}

.ep-icon-apple:before {
    content: "\f179"
}

.ep-icon-android:before {
    content: "\f17b"
}

.ep-icon-dribbble:before {
    content: "\f17d"
}

.ep-icon-skype:before {
    content: "\f17e"
}

.ep-icon-vk:before {
    content: "\f189"
}

.ep-icon-weibo:before {
    content: "\f18a"
}

.ep-icon-renren:before {
    content: "\f18b"
}

.ep-icon-wordpress:before {
    content: "\f19a"
}

.ep-icon-delicious:before {
    content: "\f1a5"
}

.ep-icon-digg:before {
    content: "\f1a6"
}

.ep-icon-soundcloud:before {
    content: "\f1be"
}

.ep-icon-wechat:before {
    content: "\f1d7"
}

.ep-icon-pinterest:before {
    content: "\f231"
}

.ep-icon-whatsapp:before {
    content: "\f232"
}

.ep-icon-odnoklassniki:before {
    content: "\f263"
}

.ep-icon-pocket:before {
    content: "\f265"
}

.ep-icon-safari:before {
    content: "\f267"
}

.ep-icon-chrome:before {
    content: "\f268"
}

.ep-icon-firefox:before {
    content: "\f269"
}

.ep-icon-opera:before {
    content: "\f26a"
}

.ep-icon-ie:before {
    content: "\f26b"
}

.ep-icon-vimeo:before {
    content: "\f27d"
}

.ep-icon-reddit:before {
    content: "\f281"
}

.ep-icon-edge:before {
    content: "\f282"
}

.ep-icon-blogger:before {
    content: "\f37d"
}

.ep-icon-messenger:before {
    content: "\f39f"
}

.ep-icon-googleplay:before {
    content: "\f3ab"
}

.ep-icon-mix:before {
    content: "\f3cb"
}

.ep-icon-telegram:before {
    content: "\f3fe"
}

.ep-icon-uikit:before {
    content: "\f403"
}

.ep-icon-viber:before {
    content: "\f409"
}

.ep-icon-flipboard:before {
    content: "\f44d"
}

.ep-icon-buffer:before {
    content: "\f837"
}

.ep-icon-evernote:before {
    content: "\f839"
}

.ep-icon-plus-circle:before {
    content: "\e94f"
}

.ep-icon-circle-plus:before {
    content: "\e94f"
}

.ep-icon-plus:before {
    content: "\e909"
}

.ep-icon-search:before {
    content: "\e901"
}
