@-webkit-keyframes parallax{0%{top:0}100%{top:-30%}}@keyframes parallax{0%{top:0}100%{top:-30%}}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}:root{--teasers-carousel-button-background:#000;--teasers-carousel-button-icon-fill:#fff;--teasers-columns:1;--teasers-list-gap:20px}.teasers{container:teasers/inline-size}.teasers__list{display:grid;gap:var(--teasers-list-gap);grid-template-columns:repeat(var(--teasers-columns),1fr)}.teasers__item--highlight{margin:0 -20px}.teasers--carousel{margin:0 -20px;position:relative}.teasers--carousel:focus-within .teasers__button:not(.is-hidden),.teasers--carousel:hover .teasers__button:not(.is-hidden){-webkit-animation:fade-in .2s 0s forwards;animation:fade-in .2s 0s forwards;display:block}.teasers--carousel .teasers__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--teasers-list-gap);overflow-x:auto;padding:0 20px 40px;position:relative;scroll-behavior:smooth;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%}.teasers--carousel .teasers__list::-webkit-scrollbar{-webkit-appearance:none;height:0;width:0}.teasers--carousel .teasers__item{-webkit-box-flex:0;-ms-flex:0 0 calc(100% / var(--teasers-columns) - var(--teasers-list-gap) + var(--teasers-list-gap)/ var(--teasers-columns));flex:0 0 calc(100% / var(--teasers-columns) - var(--teasers-list-gap) + var(--teasers-list-gap)/ var(--teasers-columns));scroll-snap-align:center}.teasers--carousel .teasers__button{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);display:none;padding:1.25rem}.teasers--carousel .teasers__button span{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;width:1px}.teasers--carousel .teasers__button--prev{left:10px}.teasers--carousel .teasers__button--prev .icon{translate:-1px}.teasers--carousel .teasers__button--next{right:10px}.teasers--carousel .teasers__button--next .icon{translate:1px}.teasers--carousel .teasers__button.is-hidden{display:none}.teasers--carousel.is-scrollable{--teasers-carousel-first-last-margin:20px}.teasers--carousel.is-scrollable .teasers__list{padding:20px 0 40px}.teasers--carousel.is-scrollable .teasers__item{-webkit-box-flex:0;-ms-flex:0 0 calc((95% - var(--teasers-carousel-first-last-margin) * 2)/ var(--teasers-columns) - var(--teasers-list-gap) + var(--teasers-list-gap)/ var(--teasers-columns));flex:0 0 calc((95% - var(--teasers-carousel-first-last-margin) * 2)/ var(--teasers-columns) - var(--teasers-list-gap) + var(--teasers-list-gap)/ var(--teasers-columns))}.teasers--carousel.is-scrollable .teasers__item:first-child{margin-left:var(--teasers-carousel-first-last-margin)}.teasers--carousel.is-scrollable .teasers__item:last-child{margin-right:var(--teasers-carousel-first-last-margin)}.teasers--grid .teasers__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@container teasers (width >= 650px){.teasers__item--highlight{grid-column:1/-1}.teasers--carousel .teasers__list{--teasers-columns:2}.teasers--custom .teasers__list{--teasers-columns:2;--teasers-list-gap:1rem}}@container teasers (width >= 1000px){.teasers__list{--teasers-list-gap:40px;padding:0 20px}.teasers__item--highlight{margin:0 -40px}.teasers--carousel .teasers__list{--teasers-columns:3;--teasers-list-gap:20px}.teasers--component>*{--teasers-list-gap:30px 40px}}@container teasers (width >= 1400px){.teasers__list{padding:0 40px}.teasers__item--highlight{margin:0 -80px}}@media only screen and (min-width:768px){.teasers--left,.teasers--right{width:calc(50% + var(--teasers-list-gap))}.teasers--left{float:left}.teasers--right{float:right}}@media only screen and (min-width:1150px){.teasers--carousel .teasers__button--prev{left:-20px}.teasers--carousel .teasers__button--next{right:-20px}}