.banner{position:relative;width:100%}.banner__media,.banner__media-wrapper{position:relative;width:100%;overflow:hidden}.banner__media--small{height:50vh}.banner__media--medium{height:70vh}.banner__media--large{height:85vh}.banner__media--full{height:calc(100vh - var(--header-height-estimate,70px) - var(--announcement-height-estimate,0px))}.banner__media--adapt{height:auto;aspect-ratio:var(--media-aspect-ratio,16/9)}@media screen and (max-width:749px){.banner__media--mobile-small{height:40vh;min-height:300px}.banner__media--mobile-medium{height:60vh;min-height:400px}.banner__media--mobile-large{height:80vh;min-height:500px}.banner__media--mobile-full{height:100vh;min-height:600px}.banner__media--mobile-adapt{height:auto;aspect-ratio:var(--mobile-media-aspect-ratio,4/5)}}.banner__media--desktop{display:none}.banner__media--mobile{display:block}@media screen and (min-width:750px){.banner__media--desktop{display:block}.banner__media--mobile{display:none}}.banner__image,.banner__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.banner__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-background-secondary)}.banner__placeholder svg{width:100%;height:100%;max-width:600px;opacity:.3}.banner__placeholder:has(svg.placeholder-svg){background:0 0}.banner__placeholder svg.placeholder-svg{max-width:none;opacity:1;object-fit:cover}.banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.banner__content{z-index:2;width:100%}.banner__content>*+*{margin-top:1.5rem}.banner--hero .banner__media-wrapper{position:relative}.banner--hero .banner__content{padding:2rem}@media screen and (min-width:750px){.banner--hero .banner__content{padding:3rem}.banner__grid--desktop-reverse{direction:rtl}.banner__grid--desktop-reverse>*{direction:ltr}}.banner--split .banner__grid{display:grid;align-items:stretch}.banner--split .banner__media-item,.banner--split .banner__text-item{position:relative}.banner--split .banner__text-item{display:flex;align-items:stretch}.banner--split .banner__content--top{align-items:flex-start}.banner--split .banner__content--middle{align-items:center}.banner--split .banner__content--bottom{align-items:flex-end}.banner--split .banner__content{display:flex;flex-direction:column;justify-content:center;padding:3rem 2rem;height:100%}@media screen and (max-width:749px){.banner__grid--mobile-reverse{display:flex;flex-direction:column-reverse}}.banner--stacked .banner__stacked{display:flex;flex-direction:column}.banner--stacked .banner__content{padding:2rem 0;max-width:800px;margin:0 auto;width:100%}@media screen and (min-width:750px){.banner--stacked .banner__content{padding:3rem 0}}.banner--slideshow .banner__slide,.banner--slideshow .banner__slideshow{position:relative;width:100%;height:100%}.banner--slideshow .banner__slide .banner__media{position:relative}.banner--slideshow .banner__slide .banner__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:800px;padding:2rem;z-index:2}@media screen and (max-width:749px){.banner--split .banner__grid{grid-template-columns:1fr!important;gap:0!important}.banner--split .banner__content{padding:2rem 1.5rem}}@media (prefers-reduced-motion:no-preference){.banner__content>*{animation:.6s ease-out forwards fadeInUp;opacity:0}.banner__content>:first-child{animation-delay:.1s}.banner__content>:nth-child(2){animation-delay:.2s}.banner__content>:nth-child(3){animation-delay:.3s}.banner__content>:nth-child(4){animation-delay:.4s}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}