.usp-banner{--section-background-color: var(--bg-color-white);--section-text-color: var(--body-text-color);--section-border-color: var(--border-color);width:100%;display:flex;padding:var(--spacing-x-small) var(--spacing-normal);position:relative;align-items:center;border-bottom:1px solid var(--section-border-color);background-color:var(--section-background-color);color:var(--section-text-color)}.usp-banner--primary{--section-background-color: var(--primary-color);--section-text-color: var(--body-text-color-white);--section-border-color: var(--section-background-color)}.usp-banner--secondary{--section-background-color: var(--secondary-color);--section-text-color: var(--body-text-color-white);--section-border-color: var(--section-background-color)}.usp-banner--light{--section-background-color: var(--light-color);--section-text-color: var(--body-text-color)}.usp-banner--dark{--section-background-color: var(--dark-color);--section-text-color: var(--body-text-color-white);--section-border-color: var(--section-background-color)}.usp-banner--white{--section-background-color: var(--white-color);--section-text-color: var(--body-text-color)}.usp-banner--black{--section-background-color: var(--black-color);--section-text-color: var(--body-text-color-white);--section-border-color: var(--section-background-color)}.usp-banner .swiper{width:100%}.usp-banner .swiper-button-prev,.usp-banner .swiper-button-next{position:relative;width:1rem;height:1rem;top:0;right:0;bottom:0;left:0;margin:0;flex-shrink:0}.usp-banner .swiper-button-prev:after,.usp-banner .swiper-button-next:after{content:none}.usp-banner .swiper-button-prev:focus,.usp-banner .swiper-button-prev:hover,.usp-banner .swiper-button-next:focus,.usp-banner .swiper-button-next:hover{color:var(--section-text-color)}.usp-banner_block{display:flex;align-items:center;justify-content:center}.usp-banner_block_wrapper{display:flex;align-items:center;justify-content:center;position:relative;width:-moz-fit-content;width:fit-content;min-width:0}.usp-banner_block_icon{display:flex;margin-right:var(--spacing-x-small)}.usp-banner_block_text{font-size:var(--font-size-small);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:22.4px}.usp-banner_block_text:has(+.usp-banner_block_link:hover){text-decoration:underline;text-underline-offset:.15rem}.usp-banner_block_link{display:flex}.usp-banner_block_link:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (min-width: 769px){.usp-banner{padding:var(--spacing-x-small) var(--spacing-x-large)}.usp-banner .swiper-wrapper{-moz-column-gap:var(--spacing-x-large);column-gap:var(--spacing-x-large);justify-content:center}.usp-banner .swiper-button-prev,.usp-banner .swiper-button-next{display:none}.usp-banner_block{min-width:0;flex:1 1 auto;max-width:-moz-fit-content;max-width:fit-content}}
