.elementor-section-wrap > .elementor-section.custom-section-shapes-enabled {
	 position: relative;
}
 .elementor-section-wrap > .elementor-section.custom-section-shapes-enabled > .elementor-container {
	 position: unset;
}
 .elementor-section-wrap > .elementor-section.custom-section-shapes-enabled > .elementor-container > .elementor-row {
	 position: unset;
}
 .elementor-section-wrap > .elementor-section.custom-section-shapes-enabled > .elementor-container > .elementor-row > .elementor-column {
	 position: unset;
}
 .elementor-section-wrap > .elementor-section.custom-section-shapes-enabled > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap {
	 position: unset;
}
 .elementor-section-wrap > .elementor-section.custom-section-shapes-enabled > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap {
	 position: unset;
}
 .elementor-section-wrap > .elementor-section.custom-section-shapes-enabled > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap > .elementor-inner-section {
	 position: relative;
	 z-index: 10;
}
 .elementor-widget-section-shapes {
	 display: none;
	 z-index: 5;
	 backface-visibility: hidden;
}
 .elementor-section-wrap > .elementor-section.custom-section-shapes-enabled .elementor-widget-section-shapes {
	 display: block;
}
 .elementor-widget-section-shapes, .elementor-widget-section-shapes > .elementor-widget-container, .elementor-section-shapes-wrapper {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
}
 .section-shapes-item {
	 position: absolute;
}
 .elementor-edit-area-active .elementor-section.custom-section-shapes-enabled .elementor-inner-section {
	 margin-bottom: 15px;
}
 .section-shapes-item.animation-rotate {
	 animation-name: shape_rotate;
	 animation-duration: 10s;
	 animation-iteration-count: infinite;
	 animation-timing-function: linear;
}
 @keyframes shape_rotate {
	 from {
		 transform: rotate(0deg);
	}
	 to {
		 transform: rotate(360deg);
	}
}
 