.elementor-390 .elementor-element.elementor-element-3d37db1{--display:flex;--gap:2em 2em;--row-gap:2em;--column-gap:2em;--padding-top:3em;--padding-bottom:4em;--padding-left:2em;--padding-right:2em;}.elementor-390 .elementor-element.elementor-element-c0e76c0{text-align:center;}.elementor-390 .elementor-element.elementor-element-c0e76c0 .elementor-heading-title{font-size:3em;font-weight:300;text-transform:lowercase;color:#FFFFFF;}.elementor-390 .elementor-element.elementor-element-f979700{margin:0em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;}.elementor-390 .elementor-element.elementor-element-f979700 img{width:100%;height:500px;object-fit:cover;object-position:center center;}#elementor-popup-modal-390 .dialog-widget-content{animation-duration:1.2s;background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, #D13521 100%);box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-390{background-color:#FFFFFF00;justify-content:center;align-items:flex-end;pointer-events:all;}#elementor-popup-modal-390 .dialog-message{width:876px;height:auto;}#elementor-popup-modal-390 .dialog-close-button{display:flex;}@media(max-width:767px){#elementor-popup-modal-390 .dialog-message{width:100vw;}}/* Start custom CSS *//* when the popup is fading in we also want to fade in the backdrop*/
#elementor-popup-modal-390:has(> .fadeInUp){
    animation: fadeIntoBackdrop 1s 1 forwards;
}

/* when the animation fades out we want to fade out the backdrop*/
#elementor-popup-modal-390:has(> .reverse){
        animation: fadeIntoBackdrop 1s 1 forwards reverse;
}
/* when the entrance animation is done, this should be in the finished state */
#elementor-popup-modal-390:not(:has(> .reverse,> .fadeInUp)){
    backdrop-filter: saturate(2.1) blur(3px) ;
    background: rgba(255,255,255, 0.85);

}

@keyframes fadeIntoBackdrop{
    from{
            backdrop-filter: saturate(1) blur(0px) ;

        background: transparent;
    }
    to{
            backdrop-filter: saturate(2.1) blur(3px) ;

        background: rgba(255,255,255, 0.85);
    }
}/* End custom CSS */