.elementor-2401 .elementor-element.elementor-element-fb8066a{--display:flex;}#elementor-popup-modal-2401{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2401 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-2401 .dialog-close-button{display:flex;}#elementor-popup-modal-2401 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-cb55b12 */.spinner {
  width: 30px;
  height: 30px;
  border: 4px solid #ddd;
  border-top: 4px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto;
  margin-bottom: 15px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}/* End custom CSS */