@charset "UTF-8";.teaser-cards{--_gap: clamp(1.25rem, .732rem + 2.2099vw, 2.5rem);--_edge-gap: calc(var(--padding-outer, 1rem) + var(--inner-padding, 0px));display:grid;gap:var(--_gap);grid-template-columns:[start-full start-small-title start-small-grid] 1fr [end-small-grid end-small-title end-full]}@media (min-width: 1024px){.teaser-cards[data-columns="2"] .teaser-cards__header{flex-direction:column;justify-content:start;align-items:start}}@media (min-width: 1024px){.teaser-cards[data-columns="2"]{grid-template-columns:[start-full start-small-title] 1fr [end-small-title start-small-grid] 1fr 1fr [end-small-grid] 0 [end-full]}}@media (min-width: 1024px){.teaser-cards[data-columns="3"]{grid-template-columns:[start-full start-small-title start-small-grid] 1fr 1fr 1fr [end-small-grid end-small-title end-full]}}.teaser-cards .teaser-cards__header{display:flex;flex-direction:column;grid-column:start-small-title/end-small-title;gap:var(--_gap)}@media (min-width: 1024px){.teaser-cards .teaser-cards__header{flex-direction:row;justify-content:space-between;align-items:center}}.teaser-cards .teaser-cards__header .teaser-cards__header__top{display:flex;justify-content:space-between;align-items:flex-end;gap:1.25rem;height:fit-content}.teaser-cards .teaser-cards__header .teaser-cards__header__top:has(.teaser-cards__intro-link){flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.75rem}.teaser-cards .teaser-cards__header .teaser-cards__header__top:has(.teaser-cards__intro-link) .teaser-cards__header-right{width:100%;margin-left:0;justify-content:space-between;align-items:center}.teaser-cards .teaser-cards__header .teaser-cards__header-right{display:flex;align-items:center;gap:.5rem;margin-left:auto;min-width:4.375rem}.teaser-cards .teaser-cards__header .teaser-cards__intro-link{text-transform:uppercase;letter-spacing:.08em;font-size:var(--fs-50);line-height:var(--lh-200);font-weight:var(--fw-400);color:var(--clr-brand-800);white-space:nowrap}.teaser-cards .teaser-cards__header .teaser-cards__intro-link a:before{bottom:-.1rem}.teaser-cards .teaser-cards__header .teaser-cards__quicklinks{display:flex;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;overflow-y:clip;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}.teaser-cards .teaser-cards__header .teaser-cards__quicklinks::-webkit-scrollbar{display:none}.teaser-cards .teaser-cards__header .teaser-cards__quicklinks.is-dragging{cursor:grabbing;scroll-behavior:auto;-webkit-user-select:none;user-select:none}.teaser-cards .teaser-cards__header .teaser-cards__quicklinks.is-dragging .button{pointer-events:none}.teaser-cards .teaser-cards__header .teaser-cards__quicklinks .button{--_btn-text: var(--clr-brand-800);--_btn-text-hover: var(--clr-brand-800);--_btn-border-hover: var(--clr-brand-800);font-size:var(--fs-200);font-weight:var(--fw-600);padding:.875rem 1.5rem}.teaser-cards .teaser-cards__header .teaser-cards__quicklinks .button .button__label{line-height:var(--lh-300)}.teaser-cards .teaser-cards__header .teaser--cards__controls{display:none;align-items:center;gap:.375rem;line-height:0}.teaser-cards .teaser-cards__header .teaser--cards__controls .button{--_btn-text: var(--clr-brand-800);--_btn-border: var(--clr-brand-800);--_btn-bg-hover: var(--clr-brand-800);--_btn-border-hover: var(--clr-brand-800);width:2rem;height:2rem}.teaser-cards .teaser-cards__header .teaser--cards__controls .button svg.icon{width:.75rem;height:.75rem;min-width:.75rem}.teaser-cards .teaser-cards__header .teaser-cards__title{font-family:var(--ff-accent),sans-serif}.teaser-cards{display:flex;flex-direction:column;gap:var(--_gap)}.teaser-cards .teaser-cards__header .teaser--cards__controls{display:flex}.teaser-cards .teaser-cards__content{grid-column:start-small-grid/end-small-grid}.teaser-cards .teaser-cards__slider{position:relative;--_card-width: min(342px, 90%)}.teaser-cards .teaser-cards__slider .swiper-slide{width:var(--_card-width);height:auto}@media (max-width: 399px){.teaser-cards .teaser-cards__slider{margin-inline:calc(-1 * var(--_edge-gap));padding-inline-start:var(--_edge-gap)}}@media (min-width: 768px){.teaser-cards .teaser-cards__slider{--_card-width: 358px}.teaser-cards .teaser-cards__slider .swiper-slide{width:var(--_card-width)}}.teaser-cards .teaser-cards__slider .teaser-cards__fade{position:absolute;top:0;right:0;bottom:0;width:min(var(--_card-width),100% - var(--_card-width));background:linear-gradient(270deg,#fff,#fff0);pointer-events:none;z-index:2;opacity:1;transition:opacity .3s ease}.teaser-cards .teaser-cards__slider .teaser-cards__fade.is-hidden{opacity:0}@media (max-width: 399px){.teaser-cards .teaser-cards__slider .teaser-cards__fade{display:none}}@media (min-width: 1024px){.teaser-cards .teaser-cards__fade{display:none}.teaser-cards{display:grid;gap:var(--_gap) 0;grid-template-columns:[start-full start-small-title start-small-grid] 1fr 1fr [end-small-grid end-small-title end-full]}.teaser-cards .teaser-cards__header .teaser--cards__controls{display:none}.teaser-cards .teaser-cards__content,.teaser-cards .teaser-cards__content .teaser-cards__slider{display:grid;grid-template-columns:subgrid;grid-column:start-small-grid/end-small-grid}.teaser-cards .teaser-cards__content .teaser-cards__slider .swiper-wrapper{display:grid;grid-template-columns:subgrid;grid-column:start-small-grid/end-small-grid;gap:var(--_gap)}.teaser-cards .teaser-cards__content .teaser-cards__slider .swiper-wrapper .swiper-slide{width:100%!important;margin:0!important}}.teaser-cards[data-mobile-layout=grid] .teaser-cards__header .teaser--cards__controls{display:none}@media (max-width: 1023.98px){.teaser-cards[data-mobile-layout=grid] .teaser-cards__slider{margin-inline:0;padding-inline-start:0}.teaser-cards[data-mobile-layout=grid] .teaser-cards__slider .teaser-cards__fade{display:none}.teaser-cards[data-mobile-layout=grid] .teaser-cards__slider .swiper-wrapper{display:grid;grid-template-columns:1fr;gap:var(--_gap)}.teaser-cards[data-mobile-layout=grid] .teaser-cards__slider .swiper-wrapper .swiper-slide{width:100%!important;margin:0!important}}@media (min-width: 768px) and (max-width: 1023.98px){.teaser-cards[data-mobile-layout=grid] .teaser-cards__slider .swiper-wrapper{grid-template-columns:repeat(2,1fr)}}.teaser-cards[data-variant=content]{gap:var(--_gap);grid-template-columns:none}.teaser-cards[data-variant=content] .teaser-cards__header{grid-column:1/-1;flex-direction:column;align-items:flex-start}@media (min-width: 768px){.teaser-cards[data-variant=content] .teaser-cards__header{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.teaser-cards[data-variant=content] .teaser-cards__header .teaser-cards__header__top{width:100%;gap:.75rem}.teaser-cards[data-variant=content] .teaser-cards__header .teaser-cards__header-right{margin-left:0}.teaser-cards[data-variant=content] .teaser-cards__content{grid-column:1/-1}@media (min-width: 1024px){.teaser-cards[data-variant=content] .teaser-cards__content .teaser-cards__slider .swiper-wrapper{display:grid;gap:var(--_gap);grid-template-columns:1fr 1fr}}
