.breakdance .bde-section{position:relative;width:100%;background-position:center center;background-size:cover}.breakdance .bde-section .section-container{max-width:var(--bde-section-width);background-size:cover;position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin:0 auto;padding:var(--bde-section-vertical-padding) var(--bde-section-horizontal-padding)}.breakdance .bde-section .section-shape-divider-wrapper{position:absolute;overflow:hidden;top:0;left:0;bottom:0;right:0;pointer-events:none}.breakdance .bde-section .section-shape-divider-wrapper .section-shape-divider svg{position:absolute;color:#000;width:100%;height:320px;left:0;right:0;top:0}.breakdance .bde-columns{max-width:100%;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--bde-column-gap)}.breakdance .bde-column{display:flex;flex-direction:column;justify-content:flex-start;text-align:left;align-items:flex-start;width:calc(var(--column-width) - var(--bde-column-gap) * ((var(--columnCount) - 1) / var(--columnCount)));position:relative;background-size:cover}.breakdance .bde-div{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:100%;position:relative;background-size:cover}.breakdance .bde-text{max-width:100%;margin:0;color:var(--bde-text-color,var(--bde-body-text-color))}.breakdance .px_shapes{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.breakdance .px_shapes .px_module_inner{position:absolute;top:0;left:0;width:100%;height:100%}.breakdance .px_shapes .px_shapes_wrapper{position:absolute;display:flex;justify-content:center;align-items:center;width:150px;height:150px}.breakdance .px_shapes .px_shapes_wrapper::before{content:"";position:absolute;width:100%;height:100%;background:#6faeb3}.breakdance .px_shapes .px_shapes_wrapper.Circle::before{border-radius:50%}.breakdance .px_shapes .px_shapes_wrapper.Rectangle::before{height:70%;top:15%}.breakdance .px_shapes .px_shapes_wrapper.Triangle::before{clip-path:polygon(50% 0%,0% 100%,100% 100%)}.breakdance .px_shapes .px_shapes_wrapper.Oval::before{height:70%;top:15%;border-radius:50%}.breakdance .px_shapes .px_shapes_wrapper.Trapezoid::before{clip-path:polygon(20% 0%,80% 0%,100% 100%,0% 100%)}.breakdance .px_shapes .px_shapes_wrapper.Parallelogram::before{clip-path:polygon(20% 0%,100% 0%,80% 100%,0% 100%)}.breakdance .px_shapes .px_shapes_wrapper.Diamond::before{width:70%;height:70%;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg)}.breakdance .px_shapes .px_shapes_wrapper.Hexagone::before{clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%)}.breakdance .px_shapes .px_shapes_wrapper.Blob1::before{border-radius:60% 40% 30% 70% / 60% 30% 70% 40%}.breakdance .px_shapes .px_shapes_wrapper.Blob2::before{border-radius:30% 70% 70% 30% / 30% 30% 70% 70%}.breakdance .px_shapes .px_shapes_wrapper.Blob3::before{border-radius:50% 50% 30% 70% / 40% 60% 40% 60%}.breakdance .px_shapes .px_shapes_wrapper.Blob4::before{border-radius:70% 30% 50% 50% / 60% 40% 60% 40%}.breakdance .px_shapes .px_shapes_wrapper.Blob5::before{border-radius:40% 60% 60% 40% / 50% 50% 50% 50%}.breakdance .px_shapes .px_shapes_wrapper.Blob6::before{border-radius:80% 20% 30% 70% / 50% 60% 40% 50%}.breakdance .px_shapes .px_shapes_wrapper.Blob7::before{border-radius:60% 40% 70% 30% / 40% 60% 30% 70%}.breakdance .px_shapes .px_shapes_wrapper.Blob8::before{border-radius:50% 50% 60% 40% / 30% 70% 50% 50%}.px_shape_animation .px_shapes_wrapper::before{animation:floatY 4s ease-in-out infinite}@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}