.elementor-2756 .elementor-element.elementor-element-2e01cdd7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2756 .elementor-element.elementor-element-2df65ee5{--swiper-slides-to-display:4;--swiper-offset-size:160px;--swiper-slides-gap:10px;--arrow-prev-left-align:0%;--arrow-prev-translate-x:0px;--arrow-prev-left-position:calc(50% - 2.5rem);--arrow-prev-top-align:100%;--arrow-prev-translate-y:-100%;--arrow-prev-top-position:3rem;--arrow-next-right-align:0%;--arrow-next-translate-x:0%;--arrow-next-right-position:calc(50% - 2.5rem);--arrow-next-top-align:100%;--arrow-next-translate-y:-100%;--arrow-next-top-position:3rem;--arrow-size:1rem;--arrow-normal-color:var( --e-global-color-primary );}.elementor-2756 .elementor-element.elementor-element-2df65ee5 :is(.elementor-swiper-button-prev, .elementor-swiper-button-next) {background-color:var( --e-global-color-a0d65ef );border-radius:999px 999px 999px 999px;padding:0.5rem 0.5rem 0.5rem 0.5rem;}.elementor-2756 .elementor-element.elementor-element-2df65ee5 .swiper-slide > .elementor-element{height:100%;}@media(max-width:1024px){.elementor-2756 .elementor-element.elementor-element-2df65ee5{--swiper-slides-to-display:2;}}@media(max-width:767px){.elementor-2756 .elementor-element.elementor-element-2e01cdd7{--margin-top:0rem;--margin-bottom:2rem;--margin-left:0rem;--margin-right:0rem;}.elementor-2756 .elementor-element.elementor-element-2df65ee5{--swiper-slides-to-display:1;}}/* Start custom CSS */.subtract {
    width: 10rem;
    min-height: 20rem;
    background-color: #fff;
    border-radius: 10rem 0rem 0rem 0rem;
    background-color: #ffffff;
    
    &.subtract-high {
        min-height: 40rem
    }
    &.subtract-medium {
        min-height: 30rem
    }
}

.subtract-container {
    mix-blend-mode: multiply;
}



@media (max-width: 1024px) {
.subtract {
    width: 10rem;
    min-height: 20rem;
    background-color: #fff;
    border-radius: 10rem 0rem 0rem 0rem;
    background-color: #ffffff;
    
    &.subtract-high {
        min-height: 24rem
    }
    &.subtract-medium {
        min-height: 16rem
    }
}
}

@media (max-width: 768px) {
.subtract {
    width: 4rem;
}
}

.subtract::before {
    content: '';
    transform-origin: 50% 50%;
    box-shadow: 0px 0px 64px 80px #ffffff;
    width: 1rem;
    height: 3rem;
    top: 50%;
    left: 50%;
    animation: box-shadow-rotate 4000ms infinite linear;
    background-color: #ffffff00;
}

@keyframes box-shadow-rotate {
    from {
        transform: rotate(0deg) translate(-50%, -50%)
    }
    
    to {
        transform: rotate(360deg) translate(-50%, -50%)
    }
}/* End custom CSS */