.elementor-289 .elementor-element.elementor-element-81cd024{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-289 .elementor-element.elementor-element-81cd024:not(.elementor-motion-effects-element-type-background), .elementor-289 .elementor-element.elementor-element-81cd024 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1de4299 );}/* Start custom CSS for container, class: .elementor-element-81cd024 */#preloader {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-logo-wrapper {
  position: relative;
  width: 200px;
}

.preloader-logo-wrapper img {
  display: block;
  width: 100%;
  z-index: 2;
  position: relative;
}

.logo-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #000000; /* Fill color */
  z-index: 1;
  animation: fillUp 2s ease-in-out forwards;
}

@keyframes fillUp {
  from { height: 0%; }
  to { height: 100%; }
}/* End custom CSS */