.elementor-column-gap-no {
    --sd-el-column-gap: 0.001px
}

.elementor-column-gap-narrow {
    --sd-el-column-gap: 10px
}

.elementor-column-gap-default {
    --sd-el-column-gap: 20px
}

.elementor-column-gap-extended {
    --sd-el-column-gap: 30px
}

.elementor-column-gap-wide {
    --sd-el-column-gap: 40px
}

.elementor-column-gap-wider {
    --sd-el-column-gap: 60px
}

.elementor-section.sd-negative-gap > .elementor-container {
    margin-left: calc(var(--sd-el-column-gap) / 2 * -1);
    margin-right: calc(var(--sd-el-column-gap) / 2 * -1)
}

.elementor-section-boxed.sd-negative-gap .elementor-container {
    max-width: none
}

.e-con-boxed.sd-negative-gap {
    --container-max-width: none
}

[class*="sd-section-stretch"] {
    position: relative;
    min-width: calc(100vw - var(--sd-scroll-w) - var(--sd-sticky-nav-w));
    width: calc(100vw - var(--sd-scroll-w) - var(--sd-sticky-nav-w));
    left: calc(-50% - -50vw - var(--sd-scroll-w) / 2 - var(--sd-sticky-nav-w) / 2)
}

[class*="sd-section-stretch"].sd-negative-gap {
    --padding-inline-start: 15px;
    --padding-inline-end: 15px
}

[class*="sd-section-stretch"].sd-negative-gap:where(.elementor-section) {
    padding-inline: 15px
}

.elementor-section.sd-section-stretch > .elementor-container {
    max-width: calc(var(--sd-container-w) - 30px + var(--sd-el-column-gap, .0001px))
}

.e-con-boxed.sd-section-stretch {
    --container-max-width: min(calc(var(--sd-container-w) - 30px))
}

.e-con-boxed.sd-section-stretch-content {
    --container-max-width: none
}

.elementor-template-full-width .row > [data-elementor-type] {
    flex: 1 1 100%;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
    width: 100%
}

.sd-elementor-sticky-column {
    align-items: flex-start
}

.sd-elementor-sticky-column > .elementor-column-wrap {
    display: flex;
    align-items: flex-start;
    height: 100%
}

.sd-sticky-spacer {
    opacity: 0
}

.sd-divider .elementor-shape-fill {
    -webkit-transform: none;
    transform: none
}

.elementor-select-wrapper .select-caret-down-wrapper {
    display: none
}

.elementor-widget-text-editor {
    display: flex
}

.elementor-widget-text-editor .elementor-widget-container {
    width: 100%;
    columns: inherit;
    column-gap: inherit
}

.elementor-widget-text-editor.text-left {
    justify-content: flex-end
}

.elementor-widget-text-editor.text-center {
    justify-content: center
}

.elementor-widget-text-editor.text-right {
    justify-content: flex-start
}

.elementor-widget-text-editor .elementor-widget-container > *:last-child, .elementor-text-editor > *:last-child {
    margin-bottom: 0
}

.elementor-page .elementor-widget-sandbox_menu_anchor {
    margin-bottom: 0
}

.elementor-widget-image .sd-lazy-load {
    width: auto
}

.sd-accordion-theme-style .elementor-accordion-item {
    border-top-width: 2px;
    border-right-width: 0 !important;
    border-left-width: 0 !important
}

.elementor-tab-content > *:last-child {
    margin-bottom: 0
}

.elementor-element svg.sd-icon, .img-wrapper .e-font-icon-svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.sd-carousel-item.e-con {
    --padding-top: 0px;
    --padding-bottom: 0px
}

.sd-carousel-item.e-con.e-flex {
    flex: 0 0 calc(100% / var(--sd-col))
}

:where(.e-con) .sd-width-100 {
    width: 100%
}

.sd-video-theme-style .elementor-custom-embed-image-overlay {
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0, 0, 0.44, 1.18)
}

.sd-video-theme-style .elementor-custom-embed-image-overlay:after, .sd-video-theme-style .elementor-custom-embed-image-overlay:before, .sd-video-theme-style .elementor-custom-embed-image-overlay .elementor-custom-embed-play i:before {
    content: "";
    position: absolute;
    inset: 0
}

.sd-video-theme-style .elementor-custom-embed-image-overlay:before {
    background: inherit;
    transition: inherit
}

.sd-video-theme-style .elementor-custom-embed-image-overlay:after {
    background-color: #000;
    transition: inherit;
    opacity: .15
}

.sd-video-theme-style .elementor-custom-embed-play {
    z-index: 1;
    transition: inherit
}

.sd-video-theme-style .elementor-custom-embed-play i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    font-family: unset;
    opacity: 1;
    transition: inherit
}

.sd-video-theme-style .elementor-custom-embed-play i:before {
    border: .04em solid currentColor;
    border-radius: 50%;
    opacity: .4;
    transition: inherit
}

.sd-video-theme-style .elementor-custom-embed-play i:after {
    margin-left: 5px;
    font-size: .3em;
    transition: inherit;
    content: "\f101";
    font-family: "sandbox-font"
}

.sd-video-theme-style:hover .elementor-custom-embed-image-overlay:before {
    transform: scale(1.09)
}

.sd-video-theme-style:hover .elementor-custom-embed-image-overlay:after {
    opacity: .3
}

.sd-video-theme-style:hover .elementor-custom-embed-play i:before {
    opacity: .6
}

.sd-video-theme-style:hover .elementor-custom-embed-play i:after {
    transform: scale(0.8)
}
