.elementor-991 .elementor-element.elementor-element-307018c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-991{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-991 .dialog-message{width:75vw;height:auto;}#elementor-popup-modal-991 .dialog-close-button{display:flex;}#elementor-popup-modal-991 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){#elementor-popup-modal-991 .dialog-message{width:100vw;}}@media(max-width:767px){#elementor-popup-modal-991 .dialog-message{width:100vw;}}/* Start custom CSS for html, class: .elementor-element-755a205 */.spinner {
    position: fixed; /* Fullscreen and in center */
    z-index: 9999; /* Over all content */
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.8);
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#myIframe {
    visibility: hidden;
    width: 100%;
    height: 100%;
    border: none;
}/* End custom CSS */