.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-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 .bde-code-block{max-width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.breakdance .bde-heading{max-width:100%;margin:0}.breakdance .bde-rich-text{max-width:100%;color:var(--bde-text-color,var(--bde-body-text-color))}.breakdance .bde-rich-text>:last-child li:last-child>p{margin-bottom:0}.breakdance .bde-rich-text img.aligncenter{display:block;margin:auto}.breakdance .bde-rich-text img.alignleft{float:left}.breakdance .bde-rich-text img.alignright{float:right}.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-container-link{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:100%;text-decoration:none;transition-property:background-color,border-color,box-shadow,color;transition-timing-function:ease-in-out;transition-duration:var(--defaultTransition,300ms);position:relative;background-size:cover}.breakdance .bde-container-link h1,.bde-container-link h2,.bde-container-link h3,.bde-container-link h4,.bde-container-link h5,.bde-container-link h6{transition-property:color;transition-timing-function:ease-in-out;transition-duration:var(--defaultTransition,300ms)}.bde-mr-black{width:100%;max-width:100%;min-width:0}.bde-mr-black .cemrb-frame{position:relative;width:100%;overflow:hidden}.bde-mr-black .cemrb-frame iframe{display:block;width:100%;border:0}.bde-mr-black .cemrb-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.bde-mr-black .cemrb-button{cursor:pointer}.bde-mr-black .cemrb-placeholder{display:block;flex-basis:100%;margin:8px 0 0;padding:8px 12px;border:1px dashed #c8c8cc;border-radius:6px;font-size:12px;line-height:1.4;color:#6b6b70;background:#fafafa}.breakdance .bde-social-icons{max-width:100%;width:max-content;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:12px}.breakdance .bde-social-icons .bde-social-icons__icon-wrapper{display:flex;justify-content:center;align-items:center;background-color:var(--bde-brand-primary-color);border-radius:100%;padding:30px;transition-property:background-color,transform,opacity;transition-duration:var(--bde-transition-duration);transition-timing-function:ease}.breakdance .bde-social-icons .bde-social-icons__icon-wrapper svg{fill:#fff;width:20px;height:20px;transition-property:fill;transition-duration:var(--bde-transition-duration);transition-timing-function:ease}.breakdance .bde-social-icons .bde-social-icons__icon-facebook{background-color:#4267B2}.breakdance .bde-social-icons .bde-social-icons__icon-instagram{background-color:#E1306C}.breakdance .bde-social-icons .bde-social-icons__icon-twitter{background-color:#000}.breakdance .bde-social-icons .bde-social-icons__icon-youtube{background-color:red}.breakdance .bde-social-icons .bde-social-icons__icon-dribbble{background-color:#Ea4c89}.breakdance .bde-social-icons .bde-social-icons__icon-behance{background-color:#053eff}.breakdance .bde-social-icons .bde-social-icons__icon-github{background-color:#24292e}.breakdance .bde-social-icons .bde-social-icons__icon-linkedin{background-color:#0077b5}.breakdance .bde-social-icons .bde-social-icons__icon-vimeo{background-color:#19B7EA}.breakdance .bde-social-icons .bde-social-icons__icon-custom{background-color:var(--bde-brand-primary-color)}.breakdance .bde-instagram-feed .cesf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.breakdance .bde-instagram-feed .cesf-item{display:block;position:relative;aspect-ratio:var(--cesf-ar,1 / 1);overflow:hidden;border-radius:var(--cesf-radius,0px)}.breakdance .bde-instagram-feed .cesf-item img,.breakdance .bde-instagram-feed .cesf-item video{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.25s ease,filter 0.25s ease}.breakdance .bde-instagram-feed .cesf-caption{position:absolute;inset:auto 0 0 0;padding:18px 12px 10px;background:linear-gradient(transparent,rgba(0,0,0,0.65));color:#fff;font-size:13px;line-height:1.4;opacity:0;transition:opacity 0.25s ease;pointer-events:none}.breakdance .bde-instagram-feed .cesf-item:hover .cesf-caption{opacity:1}.breakdance .bde-instagram-feed .cesf-item:hover img{transform:scale(1.04)}.breakdance .bde-instagram-feed .cesf-item--tiktok{aspect-ratio:9 / 16;background:#000}.breakdance .bde-instagram-feed .cesf-item--tiktok iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.breakdance .bde-instagram-feed .cesf-grid--mosaic{grid-auto-flow:dense}.breakdance .bde-instagram-feed .cesf-grid--mosaic .cesf-item:nth-child(6n + 1){grid-column:span 2;grid-row:span 2;aspect-ratio:auto;height:100%}.breakdance .bde-instagram-feed .cesf-grid--masonry{display:block;columns:var(--cesf-cols,3);column-gap:var(--cesf-gap,10px)}.breakdance .bde-instagram-feed .cesf-grid--masonry .cesf-item{aspect-ratio:auto;margin-bottom:var(--cesf-gap,10px);break-inside:avoid}.breakdance .bde-instagram-feed .cesf-grid--masonry .cesf-item img{height:auto}.breakdance .bde-instagram-feed .cesf-grid--masonry .cesf-item--tiktok{aspect-ratio:9 / 16}.breakdance .bde-instagram-feed .cesf-item .cesf-video{position:absolute;inset:0;opacity:0;transition:opacity 0.25s ease;pointer-events:none}.breakdance .bde-instagram-feed .cesf-item.is-playing .cesf-video{opacity:1}.breakdance .bde-instagram-feed .cesf-embed{overflow:hidden;border-radius:var(--cesf-radius,0px);background:#fafafa}.breakdance .bde-instagram-feed .cesf-embed iframe{display:block;width:100%;min-height:480px;border:0}.breakdance .bde-instagram-feed .cesf-embed--tiktok{position:relative;aspect-ratio:9 / 17;background:#000}.breakdance .bde-instagram-feed .cesf-embed--tiktok iframe{position:absolute;inset:0;height:100%;min-height:0}.breakdance .bde-instagram-feed{max-width:100%;min-width:0}.breakdance .bde-instagram-feed .cesf-grid--ticker{display:flex;gap:0;width:100%;max-width:100%;overflow:hidden;cursor:grab;touch-action:pan-y}.breakdance .bde-instagram-feed .cesf-grid--ticker.is-dragging{cursor:grabbing}.breakdance .bde-instagram-feed .cesf-belt{display:flex;will-change:transform;animation:cesf-marquee var(--cesf-speed,40s) linear infinite;animation-direction:var(--cesf-direction,normal)}.breakdance .bde-instagram-feed .cesf-grid--ticker.is-js .cesf-belt{animation:none}.breakdance .bde-instagram-feed .cesf-grid--ticker.is-js .cesf-track{min-width:0}.breakdance .bde-instagram-feed .cesf-track{display:flex;flex-shrink:0;min-width:100%;gap:var(--cesf-gap,10px);padding-right:var(--cesf-gap,10px)}.breakdance .bde-instagram-feed .cesf-grid--ticker .cesf-item{width:var(--cesf-item-w,280px);flex-shrink:0}@keyframes cesf-marquee{to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.breakdance .bde-instagram-feed .cesf-belt{animation:none}}.breakdance .bde-instagram-feed .cesf-more-wrap{text-align:center;margin-top:16px}.breakdance .bde-instagram-feed .cesf-more{display:inline-block;padding:10px 22px;border:1px solid #d0d0d3;border-radius:4px;background:#fff;color:inherit;font-size:14px;cursor:pointer;transition:border-color 0.15s ease,background 0.15s ease}.breakdance .bde-instagram-feed .cesf-more:hover{border-color:#999;background:#f7f7f8}.breakdance .bde-instagram-feed .cesf-choose-btn{display:inline-block;margin:0 0 10px;padding:8px 16px;border:0;border-radius:6px;background:#0263ff;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.breakdance .bde-instagram-feed .cesf-choose-btn:hover{background:#014fd1}.breakdance .bde-instagram-feed .cesf-placeholder{padding:24px;background:#f4f4f5;border:1px dashed #d0d0d3;border-radius:4px;color:#555;font-size:14px;text-align:center}