.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}.al-header{position:sticky;top:0;z-index:50;display:block;width:100%;background:rgba(245,242,234,0.85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(12,11,10,0.10);font-family:'Hanken Grotesk',-apple-system,system-ui,sans-serif}.al-header .al-header__inner{max-width:1200px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-sizing:border-box}.al-header .al-header__brand{display:flex;align-items:center;gap:14px;text-decoration:none}.al-header .al-header__mark{display:grid;grid-template-columns:repeat(3,1fr);gap:0;width:46px;height:46px;background:#EF3B2D;border-radius:4px;align-content:center;justify-items:center;padding:5px;font-family:'Martian Mono',monospace;font-weight:800;font-size:13px;line-height:1;box-sizing:border-box}.al-header .al-header__mark .c-ink{color:#1A1714}.al-header .al-header__mark .c-inkalt{color:#0C0B0A}.al-header .al-header__mark .c-yellow{color:#F2C740}.al-header .al-header__mark .c-blue{color:#3B6BF0}.al-header .al-header__word{text-align:left;font-family:'Martian Mono',monospace;font-weight:700;font-size:12px;letter-spacing:0.16em;line-height:1.3;color:#1A1714}.al-header .al-header__word2{color:#7E756A;font-weight:500}.al-header .al-header__nav{display:flex;align-items:center;gap:2px;flex-wrap:wrap;justify-content:flex-end}.al-header .al-header__navlink{position:relative;padding:8px 11px;font-family:'Martian Mono',monospace;font-size:11px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#5C5345;text-decoration:none;transition:color 0.15s ease}.al-header .al-header__navlink:hover{color:#1A1714}.al-header .al-header__navlink.is-active{color:#1A1714}.al-header .al-header__navlink.is-active::after{content:"";position:absolute;left:11px;right:11px;bottom:2px;height:2px;background:#EF3B2D}.al-header .al-header__sep{width:1px;height:16px;background:rgba(12,11,10,0.18);margin:0 4px 0 8px}.al-header .al-header__social{padding:8px 9px;font-family:'Martian Mono',monospace;font-size:11px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:#5C5345;text-decoration:none;transition:color 0.15s ease}.al-header .al-header__social:hover{color:#EF3B2D}@media (max-width:720px){.al-header .al-header__inner{flex-wrap:wrap;gap:12px}.al-header .al-header__nav{justify-content:flex-start}}@keyframes al-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.al-ticker{display:block;width:100%;overflow:hidden;background:#EBE5D9;border-top:1px solid rgba(12,11,10,0.10);border-bottom:1px solid rgba(12,11,10,0.10);padding:18px 0}.al-ticker .al-ticker__track{display:flex;width:max-content;animation:al-marquee 34s linear infinite}.al-ticker .al-ticker__group{display:flex}.al-ticker .al-ticker__word{padding:0 26px;font-family:'Martian Mono',monospace;font-weight:600;font-size:15px;letter-spacing:0.14em;text-transform:uppercase;color:#5C5345}.al-ticker .al-ticker__dot{font-family:'Martian Mono',monospace;font-weight:600;font-size:15px;color:#EF3B2D}