.elementor-630 .elementor-element.elementor-element-3bcd558{--display:flex;--min-height:100vh;--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-630 .elementor-element.elementor-element-cab1613{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-3bcd558 */.bg-wrapper {
  width: 100%;
  height: 100vh;
  background: black;
  overflow: hidden;
  z-index: 999;
}

/* Fixed during intro */
.bg-wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/* Center logo */
#container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

#image {
  width: 400px;
}

/* WHITE WIPE LAYER */
.white-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: white;
  transition: height 4s ease;
  z-index: 1;
}

/* PAGE CONTENT */

.page-content {
    padding: 80px;
 /* margin-top: 100vh;
  padding: 80px;
  min-height: 200vh;*/
  background: white;
}/* End custom CSS */