.elementor-208 .elementor-element.elementor-element-3dfcd803{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-208 .elementor-element.elementor-element-26fa9d6c{background-color:var( --e-global-color-8f51575 );padding:15px 15px 15px 15px;}.elementor-208 .elementor-element.elementor-element-26fa9d6c img{width:140px;}.elementor-208 .elementor-element.elementor-element-28084726 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-8f51575 );fill:var( --e-global-color-8f51575 );}#elementor-popup-modal-208 .dialog-widget-content{animation-duration:0.6s;background-color:var( --e-global-color-primary );box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-208{background-color:transparent;justify-content:flex-end;align-items:flex-start;pointer-events:all;background-image:linear-gradient(90deg, #1F246757 0%, #1F2467C7 100%);}#elementor-popup-modal-208 .dialog-message{width:400px;height:100vh;align-items:flex-start;}#elementor-popup-modal-208 .dialog-close-button{display:flex;}@media(max-width:767px){#elementor-popup-modal-208 .dialog-message{width:100vw;}}/* Start custom CSS *//*
Make Elementor Pop-up overlay fade-in and fade-out CSS
CSS Snippet by Worda Themes
*/
.elementor-popup-modal:not([style="display: none;"]) {
    transition: all .3s;
    opacity: 1!important;
}
div.elementor-popup-modal[style="display: none;"] {
    transition: all .3s;
    opacity: 0;
    display: flex!important;
    z-index: -5;
}
.elementor-popup-modal[style="display: none;"]>div {
    display:none
}
.elementor-popup-modal {
    -webkit-animation:wrd_fadein .5s cubic-bezier(.39,.575,.565,1.000);
    animation:wrd_fadein .5s cubic-bezier(.39,.575,.565,1.000)
}
@-webkit-keyframes wrd_fadein {
    0%{opacity:0} 
    100% {opacity:1}
}
@keyframes wrd_fadein{
    0% {opacity:0} 100% 
    {opacity:1}
}/* End custom CSS */