.section_banner{display:grid;width:100%;grid-template:1fr/1fr}.section_banner.section_banner--hero{min-height:100svh}.section_banner.section_banner--hero .banner_image_wrapper,.section_banner.section_banner--hero .banner_wrapper{height:100%}.section_banner.section_banner--hero .banner_image_wrapper{aspect-ratio:auto}.section_banner .banner_wrapper{grid-area:1/1;position:relative;display:grid;width:100%;grid-template-columns:1fr}.section_banner .banner_wrapper[href]{color:inherit;text-decoration:none;cursor:pointer}.section_banner .banner_wrapper[href]:not(:has(.banner_cta)) .banner_title:after{position:absolute;bottom:0;left:0;width:0;height:1px;content:"";transition:all 0.5s ease-in-out;opacity:0;background:currentColor}.section_banner .banner_wrapper[href]:not(:has(.banner_cta)):active .banner_title:after,.section_banner .banner_wrapper[href]:not(:has(.banner_cta)):focus .banner_title:after,.section_banner .banner_wrapper[href]:not(:has(.banner_cta)):hover .banner_title:after{width:100%;opacity:1}.section_banner .banner_image_wrapper{position:relative;overflow:hidden;width:100%;grid-area:1/1}.section_banner .banner_logo{grid-area:1/1;align-self:end;justify-self:stretch;display:flex;justify-content:center;pointer-events:none}.section_banner .banner_logo_wrapper{flex:none;width:100%;will-change:transform;transform-origin:50% 100%;backface-visibility:hidden}.section_banner .banner_logo_img{display:block;width:100%;height:auto}.section_banner .banner_image_wrapper:not(.ratio-d-adapt){aspect-ratio:var(--banner-ratio-desktop)}.section_banner .banner_picture{display:block;width:100%;height:100%}.section_banner .banner_image,.section_banner .banner_placeholder{display:block;width:100%;height:100%;object-fit:cover}.section_banner .banner_media--mobile{display:none}.section_banner .banner_image_wrapper--reveal .banner_image{clip-path:inset(var(--banner-reveal-inset,25%));will-change:clip-path}.section_banner .banner_inner{z-index:1;display:grid;grid-template:1fr/1fr;padding:24px;grid-area:1/1}.section_banner .banner_content{position:sticky;z-index:1;top:calc(var(--header-height, 60px) + 24px);color:var(--color-foreground);display:inline-flex;flex-direction:column;align-items:flex-start;justify-self:start;align-self:center;width:max-content;max-width:100%;padding:0;text-align:left;grid-area:1/1}.section_banner .banner_content.position-d-top-center,.section_banner .banner_content.position-d-top-left,.section_banner .banner_content.position-d-top-right{align-self:start}.section_banner .banner_content.position-d-middle-center,.section_banner .banner_content.position-d-middle-left,.section_banner .banner_content.position-d-middle-right{align-self:center}.section_banner .banner_content.position-d-bottom-center,.section_banner .banner_content.position-d-bottom-left,.section_banner .banner_content.position-d-bottom-right{align-self:end}.section_banner .banner_content.position-d-bottom-left,.section_banner .banner_content.position-d-middle-left,.section_banner .banner_content.position-d-top-left{align-items:flex-start;justify-self:start;text-align:left}.section_banner .banner_content.position-d-bottom-center,.section_banner .banner_content.position-d-middle-center,.section_banner .banner_content.position-d-top-center{align-items:center;justify-self:center;text-align:center}.section_banner .banner_content.position-d-bottom-right,.section_banner .banner_content.position-d-middle-right,.section_banner .banner_content.position-d-top-right{align-items:flex-end;justify-self:end;text-align:right}.section_banner .banner_content.color-light{--color-foreground:#fff;--color-background:#000}.section_banner .banner_content.color-dark{--color-foreground:#000;--color-background:#fff}.section_banner .banner_title{position:relative;padding:0 0 8px}.section_banner .banner_subtitle{margin:0 0 8px;font-size:12px;line-height:16px;letter-spacing:0.08em;text-transform:uppercase}.section_banner .banner_description{margin:12px 0 0;max-width:46ch}.section_banner .banner_description p{margin:0}.section_banner .banner_description p+p{margin-top:8px}.section_banner .banner_cta{margin-top:20px}.section_banner .banner_cta.btn_link .btn_label:after,.section_banner .banner_cta.btn_link .btn_label:before{background:currentColor}.section_banner .banner_cta .btn_icon svg path{fill:currentColor}.section_banner .banner_video_controls{z-index:2;display:flex;align-items:center;box-sizing:border-box;width:100%;padding:24px;gap:16px;align-self:end;grid-area:1/1;color:var(--color-foreground);pointer-events:none}.section_banner .banner_video_controls.color-light{--color-foreground:#fff;--color-background:#000}.section_banner .banner_video_controls.color-dark{--color-foreground:#000;--color-background:#fff}.section_banner .banner_video_btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;cursor:pointer;color:inherit;border:0;background:transparent;flex:none;pointer-events:auto}.section_banner .banner_video_icon{display:inline-flex}.section_banner .banner_video_icon svg{display:block}.section_banner .banner_video_controls[data-muted=false] .banner_video_icon--sound-off,.section_banner .banner_video_controls[data-muted=true] .banner_video_icon--sound-on,.section_banner .banner_video_controls[data-playing=false] .banner_video_icon--pause,.section_banner .banner_video_controls[data-playing=true] .banner_video_icon--play{display:none}.section_banner .banner_video_controls--fallback{display:none;width:auto;padding:0;place-self:center}.section_banner:has(.banner_image[data-autoplay-refused]) .banner_video_controls--fallback[data-playing=false]{display:flex}.section_banner .banner_video_btn--fallback{width:56px;height:56px;border-radius:50%;background:rgba(0,0,0,0.45)}.section_banner .banner_video_btn--fallback svg{width:auto;height:16px;transform:translateX(2px)}.section_banner .banner_video_track{position:relative;height:3px;cursor:pointer;flex:1;pointer-events:auto;touch-action:none}.section_banner .banner_video_track:before{position:absolute;inset:0;content:"";background:currentColor;opacity:0.35}.section_banner .banner_video_track:after{position:absolute;inset:-12px 0;content:""}.section_banner .banner_video_track:focus-visible{outline:1px solid currentColor;outline-offset:6px}.section_banner .banner_video_fill{position:absolute;top:0;bottom:0;left:0;width:var(--video-progress,0%);background:currentColor}.section_banner .banner_video_dragger{position:absolute;top:50%;left:var(--video-progress,0%);width:9px;height:9px;border-radius:50%;background:currentColor;transform:translate(-50%,-50%);transition:transform 150ms ease}.section_banner .banner_video_track.is-dragging .banner_video_dragger,.section_banner .banner_video_track:focus-visible .banner_video_dragger,.section_banner .banner_video_track:hover .banner_video_dragger{transform:translate(-50%,-50%) scale(1.3)}@media (prefers-reduced-motion:reduce){.section_banner .banner_image_wrapper--reveal .banner_image{clip-path:none}}@media screen and (max-width:750px){.section_banner .banner_image_wrapper:not(.ratio-m-adapt){aspect-ratio:var(--banner-ratio-mobile)}.section_banner .banner_inner{padding:16px}.section_banner .banner_image_wrapper.has-mobile-media .banner_media--desktop{display:none}.section_banner .banner_image_wrapper.has-mobile-media .banner_media--mobile{display:block}.section_banner .banner_image_wrapper--reveal[data-banner-reveal-desktop-only] .banner_image{clip-path:none}.section_banner .banner_content.position-m-top-center,.section_banner .banner_content.position-m-top-left,.section_banner .banner_content.position-m-top-right{align-self:start}.section_banner .banner_content.position-m-middle-center,.section_banner .banner_content.position-m-middle-left,.section_banner .banner_content.position-m-middle-right{align-self:center}.section_banner .banner_content.position-m-bottom-center,.section_banner .banner_content.position-m-bottom-left,.section_banner .banner_content.position-m-bottom-right{align-self:end}.section_banner .banner_content.position-m-bottom-left,.section_banner .banner_content.position-m-middle-left,.section_banner .banner_content.position-m-top-left{align-items:flex-start;justify-self:start;text-align:left}.section_banner .banner_content.position-m-bottom-center,.section_banner .banner_content.position-m-middle-center,.section_banner .banner_content.position-m-top-center{align-items:center;justify-self:center;text-align:center}.section_banner .banner_content.position-m-bottom-right,.section_banner .banner_content.position-m-middle-right,.section_banner .banner_content.position-m-top-right{align-items:flex-end;justify-self:end;text-align:right}.section_banner .banner_video_controls{padding:16px 10px;gap:12px}.section_banner .banner_video_controls--fallback{padding:0}.section_banner .banner_video_btn--fallback{width:48px;height:48px}.section_banner .banner_title{padding:0}.section_banner .banner_title:after{display:none}.section_banner .banner_cta{margin-top:14px}.section_banner.section_banner--hero .banner_inner{grid-template:1fr auto/1fr;row-gap:32px}.section_banner.section_banner--hero .banner_content{grid-area:1/1}.section_banner.section_banner--hero .banner_logo{grid-area:2/1}}