.elementor-125999 .elementor-element.elementor-element-5d81df2b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-125999 .elementor-element.elementor-element-382461f0 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-125999 .elementor-element.elementor-element-3f822cdb > .elementor-widget-container{margin:-60px 0px 0px 0px;padding:0px 20px 0px 20px;}#elementor-popup-modal-125999{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-125999 .dialog-message{width:400px;height:auto;}#elementor-popup-modal-125999 .dialog-close-button{display:flex;background-color:var( --e-global-color-accent );font-size:22px;}#elementor-popup-modal-125999 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-3f822cdb */.loader-container {
    width: 100%;
}

.loader-bar {
    width: 100%;
    height: 8px;
    background: grey;
    overflow: hidden;
}

.loader-progress {
    width: 100%;
    height: 100%;
    background: #f7bf09;
    animation: loadingBar 5s linear forwards;
}

@keyframes loadingBar {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}/* End custom CSS */