.hero{margin:0;padding:0;position:relative;display:grid;grid-template-columns:[full-width-start] minmax(var(--bde-section-horizontal-padding),1fr) [content-start] min(100% - (var(--bde-section-horizontal-padding) * 2),var(--bde-section-width)) [content-end] minmax(var(--bde-section-horizontal-padding),1fr) [full-width-end]}.hero:before{position:relative;z-index:0;content:"";grid-area:full-width;background:linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 80%)}.hero:after{position:relative;z-index:1;content:"";grid-area:full-width;transform:translateY(1px);background:url(/wp-content/uploads/2025/08/header.svg) no-repeat bottom center;background-size:103% auto}.hero img{display:block;width:100%;height:auto;grid-area:full-width}@media screen and (max-width:782px){.hero img{min-height:300px;object-fit:cover}}.hero__title{position:absolute;bottom:0;left:0;grid-area:content;margin-bottom:5%}.hero__title h1{max-width:30ch}.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-text{max-width:100%;margin:0;color:var(--bde-text-color,var(--bde-body-text-color))}