.elementor-4212 .elementor-element.elementor-element-36dde6c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--background-transition:0.3s;}.elementor-4212 .elementor-element.elementor-element-9c6d6a0{--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;--background-transition:0.3s;}.elementor-4212 .elementor-element.elementor-element-9c6d6a0.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4212 .elementor-element.elementor-element-6fbf7d0 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4212 .elementor-element.elementor-element-ababe5e{--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;--background-transition:0.3s;}@media(max-width:767px){.elementor-4212 .elementor-element.elementor-element-ababe5e{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-4212 .elementor-element.elementor-element-9c6d6a0{--width:66.6666%;}.elementor-4212 .elementor-element.elementor-element-ababe5e{--width:33.3333%;}}@media(max-width:1366px) and (min-width:768px){.elementor-4212 .elementor-element.elementor-element-9c6d6a0{--width:776.781px;}}/* Start custom CSS for container, class: .elementor-element-ababe5e */.showme {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    animation: showAnimation 0s ease-in 15s forwards;
    -webkit-animation: showAnimation 0s ease-in 15s forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes showAnimation {
    to {
        width: auto;
        height: auto;
        overflow: visible;
        visibility: visible;
    }
}

@-webkit-keyframes showAnimation {
    to {
        width: auto;
        height: auto;
        visibility: visible;
    }
}/* End custom CSS */
/* Start custom CSS */.horizontal-container {
  width: 300%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  max-width: none;
  background-color: #000000;
}
 
#page-container {
	overflow: hidden;
}
 
.horizontal-section {
  width: 100%;
  will-change: transform;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}/* End custom CSS */