.elementor-58939 .elementor-element.elementor-element-8701304 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:8px;}#elementor-popup-modal-58939 .dialog-widget-content{animation-duration:0s;border-radius:16px 16px 16px 16px;box-shadow:2px 8px 23px 3px rgba(0, 0, 0, 0.153);margin:0px 30px 30px 0px;}#elementor-popup-modal-58939 .dialog-message{width:326px;height:auto;padding:24px 24px 24px 24px;}#elementor-popup-modal-58939{justify-content:flex-end;align-items:flex-end;}#elementor-popup-modal-58939 .dialog-close-button{display:flex;font-size:20px;}#elementor-popup-modal-58939 .dialog-close-button i{color:#8D8D8D;}#elementor-popup-modal-58939 .dialog-close-button svg{fill:#8D8D8D;}@media(max-width:1180px){#elementor-popup-modal-58939 .dialog-message{width:295px;}#elementor-popup-modal-58939 .dialog-widget-content{margin:0px 25px 25px 0px;}}@media(max-width:767px){#elementor-popup-modal-58939 .dialog-message{width:288px;}#elementor-popup-modal-58939{justify-content:flex-end;align-items:flex-end;}#elementor-popup-modal-58939 .dialog-widget-content{margin:0px 15px 15px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-f4a806c */.activeimage {
    width:120px !important;
}/* End custom CSS */
/* Start custom CSS */@keyframes actPopupEntrance {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.actpopup.actpopup-animate-in {
  animation: actPopupEntrance 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}/* End custom CSS */