#elementor-popup-modal-4776 .dialog-widget-content{animation-duration:1.2s;border-radius:25px 25px 25px 25px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-4776{background-color:#554149CC;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4776 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-4776 .dialog-close-button{display:flex;font-size:26px;}#elementor-popup-modal-4776 .dialog-close-button i{color:var( --e-global-color-secondary );}#elementor-popup-modal-4776 .dialog-close-button svg{fill:var( --e-global-color-secondary );}/* Start custom CSS */.snow-bg {
   position: relative;
}

.snow-bg:after {
   content: '';
   display: block;
   position: absolute;
   z-index: 2;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 50%;
   pointer-events: none;
   background-image: url('https://library.elementor.com/resources/christmas-snow-effect/s1.png'), url('https://library.elementor.com/resources/christmas-snow-effect/s2.png'), url('https://library.elementor.com/resources/christmas-snow-effect/s3.png');
    animation: snow 10s linear infinite;
}

@keyframes snow {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
 100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}/* End custom CSS */