}
@media(min-width:1224px) {
	.ds_c-section-banner__media-box--s,
	.ds_c-top-banner__media-box--s {
		height: 0px
	}
}
.ds_c-accordion__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #0d0d0d;
	margin: 0 0 12px
}
.ds_c-accordion__text {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #0d0d0d;
	margin: 0 0 24px
}
.ds_c-accordion__link {
	font-size: 18px;
	line-height: 28px
}
.ds_c-checkbox {
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 8px
}
.ds_c-checkbox *,
.ds_c-checkbox *::after,
.ds_c-checkbox *::before {
	box-sizing: inherit
}
.ds_c-checkbox--reverse .ds_c-checkbox__label {
	padding-left: 0;
	padding-right: 30px
}
.ds_c-checkbox--reverse .ds_c-checkbox__checkmark {
	left: auto;
	right: 0
}
.ds_c-checkbox--disabled {
	opacity: .7;
	pointer-events: none
}
.ds_c-checkbox__label {
	position: relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 0
}
.ds_c-checkbox__label-text {
	font-size: 16px;
	margin-bottom: 0
}
.ds_c-checkbox__input {
	position: absolute;
	cursor: pointer;
	opacity: 0;
	height: 0;
	width: 0
}
.ds_c-checkbox__input:checked {
	height: 24px;
	width: 24px;
	background-color: #0078a1
}
.ds_c-checkbox__input:checked~.ds_c-checkbox__checkmark svg path {
	d: path("M6 4H26C27.1046 4 28 4.89543 28 6V26C28 27.1046 27.1046 28 26 28H6C4.89543 28 4 27.1046 4 26V6C4 4.89543 4.89543 4 6 4ZM9 16.29L14 21.25L23 12.33L21.41 10.75L14 18.1L10.59 14.75L9 16.29Z");
	fill: #0078a1
}
.ds_c-checkbox__checkmark {
	position: absolute;
	top: -1px;
	left: 0;
	height: 24px;
	width: 24px
}
.ds_c-checkbox__checkmark svg path {
	d: path("M6 4H26C27.1046 4 28 4.89543 28 6V26C28 27.1046 27.1046 28 26 28H6C4.89543 28 4 27.1046 4 26V6C4 4.89543 4.89543 4 6 4ZM6 6V26H26V6H6Z");
	fill: #373d41
}
.ds_c-filter {
	max-width: 270px;
	width: 100%;
	text-align: left;
	box-sizing: border-box
}
.ds_c-filter *,
.ds_c-filter *::after,
.ds_c-filter *::before {
	box-sizing: inherit
}
.ds_c-filter__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px
}
.ds_c-filter__open {
	max-width: 630px;
	color: #0078a1;
	padding-bottom: 14px;
	padding-left: 16px
}
.ds_c-filter__label {
	font-weight: 900;
	font-size: 23px;
	line-height: 34px;
	color: #0078a1;
	margin: 0
}
.ds_c-filter__btn-reset {
	text-transform: none;
	color: #0078a1;
	background: transparent;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	cursor: pointer
}
.ds_c-filter-category {
	border-top: 1px solid #e6e6e6
}
.ds_c-filter-category:last-child {
	border-bottom: 1px solid #e6e6e6
}
.ds_c-filter-category__header {
	position: relative;
	padding: 10px 46px 10px 0;
	cursor: pointer
}
.ds_c-filter-category__body {
	max-height: 0;
	overflow: hidden;
	transition: max-height .6s ease-in-out
}
.ds_c-filter-category__body--open {
	max-height: 2000px;
	transition: max-height .6s ease-in-out
}
.ds_c-filter-category__title {
	display: inline-block;
	width: 80%;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #0d0d0d;
	margin: 0
}
.ds_c-filter-category__toggler {
	float: right
}
.ds_c-filter-category__toggler-icon {
	position: absolute;
	top: 50%;
	right: 16px;
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	fill: #373d41;
	margin-top: -13px;
	pointer-events: none
}
.ds_c-filter-category__filter-item {
	display: block
}
.ds_c-filter-category__filter-item:first-child {
	margin-top: 10px
}
.ds_c-filter-category__filter-item:last-child {
	margin-bottom: 10px
}
.ds_c-filter-category__filter-item:not(:last-child) {
	margin-bottom: 2px
}
.ds-aem_c-sticky {
	position: fixed;
	bottom: 40px;
	left: 50%;
	z-index: 9;
	width: 90%;
	color: #0d0d0d;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
	transform: translate(-50%, 0);
	transition: transform .3s cubic-bezier(1, 0, 1, 1);
	box-sizing: border-box
}
.ds-aem_c-sticky--wide {
	max-width: 1280px;
	margin: 0 auto
}
.ds-aem_c-sticky--fullwidth {
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-right: 40px;
	transform: translate(0, 0)
}
html[dir=rtl] .ds-aem_c-sticky--fullwidth,
body[dir=rtl] .ds-aem_c-sticky--fullwidth {
	padding-right: 0;
	padding-left: 40px
}
@media(max-width:767px) {
	.ds-aem_c-sticky--fullwidth {
		padding-right: 0
	}
	
	html[dir=rtl] .ds-aem_c-sticky--fullwidth,
	body[dir=rtl] .ds-aem_c-sticky--fullwidth {
		padding-left: 0
	}
}
.ds-aem_c-sticky--primary {
	/*color: #fff;*/
	/*background: #0078a1*/
	color: #333;
	background: #fff;
}
.ds-aem_c-sticky--secondary {
	background: #ffcd00
}
.ds-aem_c-sticky--tertiary {
	background: #eff9fd
}
.ds-aem_c-sticky--hidden {
	transform: translate(-50%, 600px)
}
.ds-aem_c-sticky--fullwidth.ds-aem_c-sticky--hidden {
	transform: translate(0, 600px)
}
.ds-aem_c-sticky--visible {
	transform: translate(-50%, 0);
	transition: transform .3s cubic-bezier(0, 0, 0, 1)
}
.ds-aem_c-sticky--fullwidth.ds-aem_c-sticky--visible {
	transform: translate(0, 0)
}
.ds-aem_c-sticky *,
.ds-aem_c-sticky *::after,
.ds-aem_c-sticky *::before {
	box-sizing: inherit
}
.ds-aem_c-sticky .cmp-teaser {
	display: flex;
	align-items: center;
	max-width: 1440px;
	min-height: 96px;
	padding: 24px 24px 24px 32px;
	margin: 0 auto;
	overflow: hidden
}
html[dir=rtl] .ds-aem_c-sticky .cmp-teaser,
body[dir=rtl] .ds-aem_c-sticky .cmp-teaser {
	padding: 24px 32px 24px 24px
}
@media(max-width:1223px) {
	.ds-aem_c-sticky .cmp-teaser {
		align-items: flex-start
	}
}
@media(max-width:959px) {
	.ds-aem_c-sticky .cmp-teaser {
		padding: 30px 12px 20px 16px
	}
	
	html[dir=rtl] .ds-aem_c-sticky .cmp-teaser,
	body[dir=rtl] .ds-aem_c-sticky .cmp-teaser {
		padding: 30px 16px 20px 12px
	}
}
@media(max-width:767px) {
	.ds-aem_c-sticky .cmp-teaser {
		display: block;
		padding: 16px 16px 12px
	}
	
	html[dir=rtl] .ds-aem_c-sticky .cmp-teaser,
	body[dir=rtl] .ds-aem_c-sticky .cmp-teaser {
		padding: 16px 16px 12px
	}
}
.ds-aem_c-sticky .cmp-teaser__content {
	display: flex;
	flex-grow: 1;
	align-items: center
}
@media(max-width:1223px) {
	.ds-aem_c-sticky .cmp-teaser__content {
		flex-wrap: wrap
	}
}
@media(max-width:767px) {
	.ds-aem_c-sticky .cmp-teaser__content {
		display: block
	}
}
.ds-aem_c-sticky .cmp-teaser__title {
	display: none
}
.ds-aem_c-sticky .cmp-teaser__description {
	flex-grow: 1;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif
}
@media(max-width:1223px) {
	.ds-aem_c-sticky .cmp-teaser__description {
		margin-bottom: 20px
	}
}
@media(max-width:959px) {
	.ds-aem_c-sticky .cmp-teaser__description {
		font-size: 20px;
		line-height: 26px
	}
}
@media(max-width:767px) {
	.ds-aem_c-sticky .cmp-teaser__description {
		position: relative;
		display: block;
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 44px;
		padding-left: 36px;
		margin-bottom: 0;
		cursor: pointer
	}
	
	html[dir=rtl] .ds-aem_c-sticky .cmp-teaser__description,
	body[dir=rtl] .ds-aem_c-sticky .cmp-teaser__description {
		padding-right: 36px;
		padding-left: 0
	}
}
.ds-aem_c-sticky .cmp-teaser__description::after {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 24px;
	height: 24px;
	
	background-size: cover;
	margin-left: -12px;
	transition: transform .3s ease
}
@media(max-width:767px) {
	.ds-aem_c-sticky .cmp-teaser__description::after {
		display: block
	}
}
html[dir=rtl] .ds-aem_c-sticky .cmp-teaser__description::after,
body[dir=rtl] .ds-aem_c-sticky .cmp-teaser__description::after {
	transform: scaleX(-1)
}

@media(max-width:767px) {
	.ds-aem_c-sticky--opened .cmp-teaser__description::after {
		transform: rotate(180deg)
	}
	
	html[dir=rtl] .ds-aem_c-sticky--opened .cmp-teaser__description::after,
	body[dir=rtl] .ds-aem_c-sticky--opened .cmp-teaser__description::after {
		transform: rotate(180deg)
	}
}
.ds-aem_c-sticky .cmp-teaser__description p {
	margin: 0
}
.ds-aem_c-sticky .cmp-teaser__action-container {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	flex-wrap: nowrap;
	padding-left: 24px;
	margin-left: auto
}
html[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-container,
body[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-container {
	padding-right: 24px;
	padding-left: 0;
	margin-right: auto;
	margin-left: 0
}
@media(max-width:1223px) {
	.ds-aem_c-sticky .cmp-teaser__action-container {
		flex-wrap: wrap;
		flex-shrink: 1;
		padding-left: 0;
		margin-left: 0
	}
	
	html[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-container,
	body[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-container {
		padding-right: 0;
		margin-right: 0
	}
}
@media(max-width:767px) {
	.ds-aem_c-sticky .cmp-teaser__action-container {
		display: grid;
		max-height: 0;
		justify-content: center;
		transition: max-height .3s ease
	}
}
@media(max-width:767px) {
	.ds-aem_c-sticky--opened .cmp-teaser__action-container {
		max-height: 240px
	}
}
.ds-aem_c-sticky .cmp-teaser__action-link {
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: transparent;
	margin: 0 24px 0 0
}
html[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link,
body[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link {
	margin: 0 0 0 24px
}
@media(max-width:959px) {
	.ds-aem_c-sticky .cmp-teaser__action-link {
		margin-bottom: 8px
	}
	
	html[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link,
	body[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link {
		margin-bottom: 8px
	}
}
@media(max-width:767px) {
	.ds-aem_c-sticky .cmp-teaser__action-link {
		justify-self: center;
		margin-top: 8px;
		margin-right: 0;
		margin-bottom: 0
	}
	
	html[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link,
	body[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link {
		margin-top: 8px;
		margin-left: 0;
		margin-bottom: 0
	}
}
.ds-aem_c-sticky .cmp-teaser__action-link:focus-visible {
	outline: 1px solid;
	outline-offset: 4px
}
.ds-aem_c-sticky--primary .cmp-teaser__action-link:focus-visible {
	outline-color: #fff
}
.ds-aem_c-sticky--secondary .cmp-teaser__action-link:focus-visible {
	outline-color: #0d0d0d
}
.ds-aem_c-sticky--tertiary .cmp-teaser__action-link:focus-visible {
	outline-color: #0078a1
}
@media(max-width:767px) {
	.ds-aem_c-sticky .cmp-teaser__action-link:first-child {
		margin-top: 16px
	}
	
	html[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link:first-child,
	body[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link:first-child {
		margin-top: 16px
	}
}
.ds-aem_c-sticky .cmp-teaser__action-link:last-child {
	margin-right: 0
}
html[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link:last-child,
body[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link:last-child {
	margin-left: 0
}
.ds-aem_c-sticky .cmp-teaser__action-link.primary {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 13px 16px;
	border: 1px solid;
	border-radius: 3px;
	cursor: pointer;
	transition: all .4s ease;
	transition-property: color, background, border-color
}
.ds-aem_c-sticky--primary .cmp-teaser__action-link.primary {
	color: #0078a1;
	background: #fff;
	border-color: #fff
}
.ds-aem_c-sticky--primary .cmp-teaser__action-link.primary:hover {
	text-decoration: none;
	color: #fff;
	background: #0078a1;
	border-color: #006081
}
.ds-aem_c-sticky--secondary .cmp-teaser__action-link.primary {
	color: #0d0d0d;
	border-color: #0d0d0d
}
.ds-aem_c-sticky--secondary .cmp-teaser__action-link.primary:hover {
	text-decoration: none;
	color: #0d0d0d;
	background: rgba(13, 13, 13, 0.1);
	border-color: #0d0d0d
}
.ds-aem_c-sticky--tertiary .cmp-teaser__action-link.primary {
	color: #fff;
	background: #0078a1;
	border-color: #0078a1
}
.ds-aem_c-sticky--tertiary .cmp-teaser__action-link.primary:hover {
	text-decoration: none;
	color: #fff;
	background: #006081;
	border-color: #006081
}
.ds-aem_c-sticky .cmp-teaser__action-link.secondary,
.ds-aem_c-sticky .cmp-teaser__action-link.tertiary {
	position: relative;
	display: flex;
	align-items: center;
	padding: 14px 0 14px 20px
}
html[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link.secondary,
body[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link.secondary,
html[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link.tertiary,
body[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link.tertiary {
	padding: 14px 20px 14px 0
}
.ds-aem_c-sticky .cmp-teaser__action-link.secondary:hover,
.ds-aem_c-sticky .cmp-teaser__action-link.tertiary:hover {
	text-decoration: underline
}
.ds-aem_c-sticky .cmp-teaser__action-link.secondary::after,
.ds-aem_c-sticky .cmp-teaser__action-link.tertiary::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 21px;
	width: 7px;
	height: 7px;
	border: solid;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg)
}
html[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link.secondary::after,
body[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link.secondary::after,
html[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link.tertiary::after,
body[dir=rtl] .ds-aem_c-sticky .cmp-teaser__action-link.tertiary::after {
	right: 3px;
	left: auto;
	transform: rotate(-135deg)
}
.ds-aem_c-sticky--primary .cmp-teaser__action-link.secondary,
.ds-aem_c-sticky--primary .cmp-teaser__action-link.tertiary {
	color: #fff
}
.ds-aem_c-sticky--primary .cmp-teaser__action-link.secondary::after,
.ds-aem_c-sticky--primary .cmp-teaser__action-link.tertiary::after {
	border-color: #fff
}
.ds-aem_c-sticky--secondary .cmp-teaser__action-link.secondary,
.ds-aem_c-sticky--secondary .cmp-teaser__action-link.tertiary {
	color: #0d0d0d
}
.ds-aem_c-sticky--secondary .cmp-teaser__action-link.secondary::after,
.ds-aem_c-sticky--secondary .cmp-teaser__action-link.tertiary::after {
	border-color: #0d0d0d
}
.ds-aem_c-sticky--tertiary .cmp-teaser__action-link.secondary,
.ds-aem_c-sticky--tertiary .cmp-teaser__action-link.tertiary {
	color: #0078a1
}
.ds-aem_c-sticky--tertiary .cmp-teaser__action-link.secondary::after,
.ds-aem_c-sticky--tertiary .cmp-teaser__action-link.tertiary::after {
	border-color: #0078a1
}
.ds-aem_c-sticky .cmp-teaser__image {
	flex-shrink: 0;
	order: -1;
	width: 24px;
	height: 24px;
	margin-right: 38px;
	fill: #0d0d0d
}
html[dir=rtl] .ds-aem_c-sticky .cmp-teaser__image,
body[dir=rtl] .ds-aem_c-sticky .cmp-teaser__image {
	margin-right: 0;
	margin-left: 38px
}
@media(max-width:959px) {
	.ds-aem_c-sticky .cmp-teaser__image {
		margin-right: 20px
	}
	
	html[dir=rtl] .ds-aem_c-sticky .cmp-teaser__image,
	body[dir=rtl] .ds-aem_c-sticky .cmp-teaser__image {
		margin-right: 0;
		margin-left: 20px
	}
}
@media(max-width:767px) {
	.ds-aem_c-sticky .cmp-teaser__image {
		position: absolute;
		top: 16px;
		left: 12px;
		margin: 0
	}
	
	html[dir=rtl] .ds-aem_c-sticky .cmp-teaser__image,
	body[dir=rtl] .ds-aem_c-sticky .cmp-teaser__image {
		right: 12px;
		left: auto;
		margin: 0
	}
}
.ds-aem_c-sticky .cmp-image__image {
	width: 100%;
	height: auto
}
html[dir=rtl] .ds-aem_c-sticky .cmp-image__image,
body[dir=rtl] .ds-aem_c-sticky .cmp-image__image {
	transform: scaleX(-1)
}
.ds-aem_c-sticky__close {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 10px;
	right: 8px;
	transform: rotate(45deg);
	cursor: pointer
}
html[dir=rtl] .ds-aem_c-sticky__close,
body[dir=rtl] .ds-aem_c-sticky__close {
	right: auto;
	left: 8px
}
.ds-aem_c-sticky__close::before,
.ds-aem_c-sticky__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #0d0d0d;
	transform: translate(-50%, -50%)
}
.ds-aem_c-sticky__close::before {
	width: 13px;
	height: 1px
}
.ds-aem_c-sticky__close::after {
	width: 1px;
	height: 13px
}
@media(max-width:767px) {
	.ds-aem_c-sticky__close {
		top: -16px !important;
		right: 8px !important
	}
	
	html[dir=rtl] .ds-aem_c-sticky__close,
	body[dir=rtl] .ds-aem_c-sticky__close {
		right: auto !important;
		left: 8px !important
	}
}
.ds-aem_c-sticky--fullwidth .ds-aem_c-sticky__close {
	top: 8px;
	right: 8px
}
html[dir=rtl] .ds-aem_c-sticky--fullwidth .ds-aem_c-sticky__close,
body[dir=rtl] .ds-aem_c-sticky--fullwidth .ds-aem_c-sticky__close {
	right: auto;
	left: 8px
}
.ds-aem_c-logo {
	width: 92px;
	height: 44px;
	box-sizing: border-box
}
@media(min-width:960px) {
	.ds-aem_c-logo {
		width: 134px;
		height: 64px
	}
}
.ds-aem_c-logo *,
.ds-aem_c-logo *::after,
.ds-aem_c-logo *::before {
	box-sizing: inherit
}
.ds-aem_c-logo .cmp-image {
	display: block;
	width: 100%;
	height: 100%
}
.ds-aem_c-logo .cmp-image__link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-color: transparent
}
.ds-aem_c-logo .cmp-image__link:focus-visible {
	outline: 1px solid #0078a1;
	outline-offset: 4px
}
.ds-aem_c-logo .cmp-image__image {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.ds-aem_c-featured-item {
	box-sizing: border-box
}
.ds-aem_c-featured-item *,
.ds-aem_c-featured-item *::after,
.ds-aem_c-featured-item *::before {
	box-sizing: inherit
}
.ds-aem_c-featured-item .cmp-teaser {
	display: block
}
.ds-aem_c-featured-item .cmp-teaser__link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #0d0d0d;
	background: #fff;
	padding: 9px 12px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	cursor: pointer
}
