.sa-el-elementor-grid {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.sa-el-elementor-grid .sa-el-grid-item {
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    position: relative;
}

.sa-el-elementor-grid .sa-el-grid-item-wrap {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (min-width: 1025px) {
    /* For Desktop: */
    .elementor-element.elementor-grid-1 {
        position: relative;
    }
    .elementor-element.elementor-grid-1 .sa-el-grid-item-wrap {
        width: 100%;
        float: left;
    }
    .elementor-element.elementor-grid-2 {
        position: relative;
    }
    .elementor-element.elementor-grid-2 .sa-el-grid-item-wrap {
        width: 50%;
        float: left;
    }
    .elementor-element.elementor-grid-2 .sa-el-grid-item-wrap:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-2 .sa-el-grid-item-wrap:nth-of-type(2n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-3 {
        position: relative;
    }
    .elementor-element.elementor-grid-3 .sa-el-grid-item-wrap {
        width: 33.3333%;
        float: left;
    }
    .elementor-element.elementor-grid-3 .sa-el-grid-item-wrap:nth-of-type(3n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-3 .sa-el-grid-item-wrap:nth-of-type(3n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-4 {
        position: relative;
    }
    .elementor-element.elementor-grid-4 .sa-el-grid-item-wrap {
        width: 25%;
        float: left;
    }
    .elementor-element.elementor-grid-4 .sa-el-grid-item-wrap:nth-of-type(4n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-4 .sa-el-grid-item-wrap:nth-of-type(4n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-5 {
        position: relative;
    }
    .elementor-element.elementor-grid-5 .sa-el-grid-item-wrap {
        width: 20%;
        float: left;
    }
    .elementor-element.elementor-grid-5 .sa-el-grid-item-wrap:nth-of-type(5n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-5 .sa-el-grid-item-wrap:nth-of-type(5n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-6 {
        position: relative;
    }
    .elementor-element.elementor-grid-6 .sa-el-grid-item-wrap {
        width: 16.6667%;
        float: left;
    }
    .elementor-element.elementor-grid-6 .sa-el-grid-item-wrap:nth-of-type(6n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-6 .sa-el-grid-item-wrap:nth-of-type(6n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 766px) {
    /* For tablets: */
    .elementor-element.elementor-grid-tablet-1 {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-1 .sa-el-grid-item-wrap {
        width: 100%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-2 {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-2 .sa-el-grid-item-wrap {
        width: 50%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-2 .sa-el-grid-item-wrap:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-tablet-2 .sa-el-grid-item-wrap:nth-of-type(2n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-tablet-3 {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-3 .sa-el-grid-item-wrap {
        width: 33.3333%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-3 .sa-el-grid-item-wrap:nth-of-type(3n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-tablet-3 .sa-el-grid-item-wrap:nth-of-type(3n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-tablet-4 {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-4 .sa-el-grid-item-wrap {
        width: 25%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-4 .sa-el-grid-item-wrap:nth-of-type(4n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-tablet-4 .sa-el-grid-item-wrap:nth-of-type(4n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-tablet-5 {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-5 .sa-el-grid-item-wrap {
        width: 20%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-5 .sa-el-grid-item-wrap:nth-of-type(5n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-tablet-5 .sa-el-grid-item-wrap:nth-of-type(5n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-tablet-6 {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-6 .sa-el-grid-item-wrap {
        width: 16.6667%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-6 .sa-el-grid-item-wrap:nth-of-type(6n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-tablet-6 .sa-el-grid-item-wrap:nth-of-type(6n+1) {
        clear: left;
    }
}

.sa-el-showcase-preview-wrap {
    position: relative;
}

.sa-el-showcase-preview-item {
    position: relative;
}

.sa-el-showcase-preview-item img {
    display: inline-block;
}

.sa-el-showcase {
    display: flex;
    align-items: flex-start;
}

.sa-el-showcase-preview-wrap {
    flex: 1 1 auto;
    width: 70%;
}

.sa-el-showcase-navigation {
    flex: 1 1 auto;
    width: 30%;
}

.sa-el-showcase-navigation .sa-el-showcase-navigation-item-wrap {
    -webkit-transition: none;
    transition: none;
}

.sa-el-showcase-navigation-icon-wrap {
    line-height: 1;
}

.sa-el-showcase-navigation-icon img {
    display: inline-block;
}

.sa-el-showcase-preview-align-right .sa-el-showcase {
    flex-direction: row-reverse;
}

.sa-el-showcase-preview-align-top .sa-el-showcase {
    flex-direction: column;
}

.sa-el-showcase-preview-align-top .sa-el-showcase-preview-wrap,
.sa-el-showcase-preview-align-top .sa-el-showcase-navigation {
    flex: 1 1 auto;
    width: 100%;
}

.sa-el-showcase-preview-content,
.sa-el-showcase-preview-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sa-el-showcase-preview-content {
    color: #fff;
    display: flex;
    flex-direction: column;
}

.sa-el-showcase-navigation-item-wrap {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    width: 100%;
}

.sa-el-video-container {
    background-color: #000;
    cursor: pointer;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.sa-el-video-player>img,
.sa-el-video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.sa-el-video-player>img {
    border: none;
    bottom: 0;
    cursor: pointer;
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    right: 0;
    margin: 0;
    -webkit-transition: .25s all;
    transition: .25s all;
}

.sa-el-video-player iframe {
    height: 100%;
    z-index: 1;
}

.sa-el-video-play-icon {
    cursor: pointer;
    font-size: 80px;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    -webkit-transition: .25s all;
    transition: .25s all;
}

.sa-el-slider-arrow {
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-size: 22px;
    line-height: 22px;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    z-index: 1;
}

.sa-el-arrow-next {
    right: 20px;
}

.sa-el-arrow-prev {
    left: 20px;
}

.sa-el-showcase-dots-inside .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.sa-el-showcase-preview .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.sa-el-showcase-preview .slick-dots li {
    background: #ccc;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    vertical-align: middle;
}

.sa-el-showcase-preview .slick-dots li.slick-active {
    background: #000;
}

.sa-el-showcase-preview .slick-dots li button {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    outline: none;
}