.ecs-media-video-audio-control{bottom:20px;position:absolute}[dir=ltr] .ecs-media-video-audio-control{left:20px}[dir=rtl] .ecs-media-video-audio-control{right:20px}.ecs-media-video-audio-control__icon{fill:inherit}.ecs-media-video-controls{bottom:0;height:100%;position:absolute;width:100%}[dir=ltr] .ecs-media-video-controls{left:0}[dir=rtl] .ecs-media-video-controls{right:0}.ecs-media-video{height:auto;position:relative;width:auto}.ecs-media-video--mode-horizontal{width:100%}.ecs-media-video--mode-vertical{height:100%}.ecs-media-video__video{width:100%}.ecs-media-vector-layer{height:auto;position:absolute;top:0;width:100%}[dir=ltr] .ecs-media-vector-layer{left:0}[dir=rtl] .ecs-media-vector-layer{right:0}.ecs-media-vector-layer--dark{filter:invert(1)}.ecs-media-picture{height:auto;position:relative;width:auto}.ecs-media-picture--fit-horizontal{width:100%}.ecs-media-picture--fit-vertical{height:100%}.ecs-media-picture__image{width:100%}.ecs-media-image{height:auto;position:relative;width:auto}.ecs-media-image--fit-horizontal{width:100%}.ecs-media-image--fit-vertical{height:100%}.ecs-media-image__image{display:block;height:100%;width:100%}.ecs-media-image__image--dark{filter:invert(1)}.ecs-media-image__image--hidden{visibility:hidden}.ecs-media-3d{display:block;height:100%;min-height:0;min-width:0;overflow:hidden;position:relative;width:100%}.ecs-media-3d__poster{height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-in-out;width:100%}[dir=ltr] .ecs-media-3d__poster{left:0}[dir=rtl] .ecs-media-3d__poster{right:0}.ecs-media-3d__poster--hidden{opacity:0}.ecs-media-3d__viewer{display:block;min-height:0;min-width:0;position:relative}.ecs-media-3d__viewer,.ecs-media-3d__viewer>*{height:100%;width:100%}

@font-face {
	font-display: swap;
	font-family: 'Helvetica Now Text';
	font-stretch: normal;
	font-style: normal;
	font-weight: 300;
	src:
		url(../static/media/helveticanowtext_normal_normal_300.ac45821f.woff2) format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Helvetica Now Text';
	font-stretch: normal;
	font-style: italic;
	font-weight: 300;
	src:
		url(../static/media/helveticanowtext_italic_normal_300.0a09d045.woff2) format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Helvetica Now Text';
	font-stretch: condensed;
	font-style: normal;
	font-weight: 300;
	src:
		url(../static/media/helveticanowtext_normal_condensed_300.602eb597.woff2) format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Helvetica Now Text';
	font-stretch: normal;
	font-style: italic;
	font-weight: 300;
	src:
		url(../static/media/helveticanowtext_italic_condensed_300.d18585c7.woff2) format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Helvetica Now Text';
	font-stretch: normal;
	font-style: normal;
	font-weight: 400;
	src:
		url(../static/media/helveticanowtext_normal_normal_400.ff8d68de.woff2) format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Helvetica Now Text';
	font-stretch: normal;
	font-style: italic;
	font-weight: 400;
	src:
		url(../static/media/helveticanowtext_italic_normal_400.83ec3132.woff2) format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Helvetica Now Text';
	font-stretch: condensed;
	font-style: normal;
	font-weight: 400;
	src:
		url(../static/media/helveticanowtext_normal_condensed_400.c163dd6a.woff2) format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Helvetica Now Text';
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
	src:
		url(../static/media/helveticanowtext_normal_normal_500.7903c548.woff2) format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Helvetica Now Text';
	font-stretch: condensed;
	font-style: normal;
	font-weight: 500;
	src:
		url(../static/media/helveticanowtext_normal_condensed_500.e062f594.woff2) format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Helvetica Now Text';
	font-stretch: normal;
	font-style: normal;
	font-weight: 700;
	src:
		url(../static/media/helveticanowtext_normal_normal_700.2bd77b8f.woff2) format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Helvetica Now Text';
	font-stretch: condensed;
	font-style: normal;
	font-weight: 700;
	src:
		url(../static/media/helveticanowtext_normal_condensed_700.c7a15564.woff2) format('woff2');
}
.items-grid {
	--items-grid-columns: 2;
	--items-grid-gap-row: var(--spacing-05);
	--items-grid-gap-column: var(--spacing-05);

	display: grid;
	grid-template-columns: repeat(var(--items-grid-columns), minmax(0, 1fr));
	gap: var(--items-grid-gap-row) var(--items-grid-gap-column);
	overflow-x: hidden;
}

.items-grid--large-content {
	--items-grid-columns: 1;
}

@media screen and (min-width: 48rem) {
	.items-grid {
		--items-grid-columns: 3;
		--items-grid-gap-row: var(--spacing-11);
		--items-grid-gap-column: 5.5rem;
	}

	.items-grid--centered {
		--items-grid-container-padding: 0px;
		--items-grid-item-width: calc((100% - (var(--items-grid-columns) - 1) * var(--items-grid-gap-column)) / var(--items-grid-columns));

		grid-auto-rows: max-content;
		align-content: center;
		min-height: calc(100vh - var(--items-grid-container-padding) * 2);
	}

	/* 3 columns - center if less than 3 items */
	.items-grid--centered:not(:has(> :nth-child(3))) {
		grid-template-columns: repeat(auto-fit, var(--items-grid-item-width));
		justify-content: center;
	}
}

@media screen and (min-width: 120rem) {
	.items-grid {
		--items-grid-gap-row: var(--spacing-10);
	}
}

@media screen and (min-width: 160rem) {
	.items-grid {
		--items-grid-columns: 4;
		--items-grid-gap-row: var(--spacing-13);
		--items-grid-gap-column: var(--spacing-15);
	}

	/* 4 columns - center if less than 4 items */
	.items-grid--centered:not(:has(> :nth-child(4))) {
		grid-template-columns: repeat(auto-fit, var(--items-grid-item-width));
		justify-content: center;
	}
}

.selectable-item {
	--selectable-item-size: 1.75rem;
	--selectable-item-icon-size: 1rem;

	position: relative;
	display: block;
	width: 100%;
}[dir] .selectable-item {
	cursor: pointer;
}

/* Selected state border for the image (first child of content) */
.selectable-item__content--selected > :first-child {
	position: relative;
}

.selectable-item__content--selected > :first-child::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
}

[dir] .selectable-item__content--selected > :first-child::after {
	box-shadow:
		inset 0 0 0 0.03125rem var(--color-content-high),
		inset 0 0 0 0.28125rem var(--color-content-inverse);
}

.selectable-item__checkbox {
	position: absolute;
	top: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--selectable-item-size);
	height: var(--selectable-item-size);
}

[dir=ltr] .selectable-item__checkbox {
	right: 0;
}

[dir=rtl] .selectable-item__checkbox {
	left: 0;
}

[dir] .selectable-item__checkbox-icon {
	background-color: var(--color-background-base);
}

@media screen and (min-width: 48rem) {
	.selectable-item__checkbox {
		--selectable-item-size: 3.5rem;
	}

	.selectable-item__checkbox-icon {
		width: var(--selectable-item-icon-size);
		height: var(--selectable-item-icon-size);
	}
}

