/*
Theme Name: FK
Author: cre8tive.ru
Author URI: https://cre8tive.ru
Version: 1.0
*/

h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}
.more-link {
	display: block;
}

.cmp-accordion__header {
	margin: 0;
}
.cmp-accordion__button {
	display: block;
	width: 100%;
	text-align: left;
}
.cmp-accordion__panel--hidden {
	display: none;
}
.cmp-accordion__panel--expanded {
	display: block;
}
.cmp-tabs__tablist {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
}
.cmp-tabs__tab {
	box-sizing: border-box;
	border-bottom: 1px solid transparent;
	padding: 0.5rem 1rem;
	cursor: pointer;
}
.cmp-tabs__tab--active {
	border-color: inherit;
}
.cmp-tabs__tabpanel {
	display: none;
}
.cmp-tabs__tabpanel--active {
	display: block;
}
.cmp-carousel__content {
	position: relative;
}
.cmp-carousel__item {
	display: none;
}
.cmp-carousel__item--active {
	display: block;
}
.cmp-carousel__action {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cmp-carousel__indicators {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.cmp-carousel__indicator {
	position: relative;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	margin: 0 7px;
	border-radius: 50%;
	font-size: 0;
	text-indent: -3000px;
	background-color: rgba(0, 0, 0, 0.5);
}
.cmp-carousel__indicator--active {
	background-color: rgba(0, 0, 0, 0.8);
}
.cmp-image__image {
	width: 100%;
}
.cmp-breadcrumb {
	display: inline-block;
	list-style: none;
	padding: 0;
}
.cmp-breadcrumb__item {
	display: inline-block;
	vertical-align: top;
}
.cmp-search {
	position: relative;
}
.cmp-search__field {
	position: relative;
	height: 2rem;
}
.cmp-search__input {
	padding-left: 2rem;
	padding-right: 2rem;
	height: 100%;
	width: 100%;
}
.cmp-search__icon {
	display: block;
	position: absolute;
	left: 0.5rem;
	top: 0.5rem;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik02NzIsMEM0MDYuOTAzLDAsMTkyLDIxNC45MDMsMTkyLDQ4MGMwLDk1LjcsMjguMDExLDE4NC44NTUsNzYuMjc1LDI1OS43MjVDMTgxLjY0Niw4MjYuMzU0LDQ4LjA3NSw5NTkuOTI1LDM2LDk3Mg0KCWMtMTgsMTgtMzYsMzYtMzYsNzJzMTgsNTQsMzYsNzJzMzYuMDEyLDM2LDcyLDM2czU0LTE4LDcyLTM2YzEyLjA3NS0xMi4wNzUsMTQ1LjY0Ni0xNDUuNjQ2LDIzMi4yNzUtMjMyLjI3NQ0KCUM0ODcuMTQ0LDkzMS45ODgsNTc2LjMsOTYwLDY3Miw5NjBjMjY1LjA5NywwLDQ4MC0yMTQuOTAzLDQ4MC00ODBDMTE1MiwyMTQuOTAzLDkzNy4wOTcsMCw2NzIsMHogTTY3Miw4MTYNCgljLTE4NS41NjgsMC0zMzYtMTUwLjQzMy0zMzYtMzM2YzAtMTg1LjU2OCwxNTAuNDMyLTMzNiwzMzYtMzM2YzE4NS41NjcsMCwzMzYsMTUwLjQzMiwzMzYsMzM2QzEwMDgsNjY1LjU2Nyw4NTcuNTY3LDgxNiw2NzIsODE2eiINCgkvPg0KPC9zdmc+DQo=");
	background-size: contain;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
}
.cmp-search__loading-indicator {
	display: none;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	border: 3px solid #ccc;
	border-top-color: #333;
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
	animation: cmp-search__loading-indicator-spin 2s linear infinite;
}
@keyframes cmp-search__loading-indicator-spin {
	0 {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.cmp-search__clear {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
.cmp-search__clear-icon {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF85XyIgZD0iTTgyLjYsOTM3LjJsMzYyLTM2Mkw4NCwyMTQuOGMtMTQuMS0xNC4xLTE0LjEtMzYuOSwwLTUxbDgxLjItODEuMmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsMzYwLjUsMzYwLjUNCglMOTM3LjIsODIuNmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsODEuMiw4MS4yYzE0LjEsMTQuMSwxNC4xLDM2LjksMCw1MUw3MDguOSw1NzUuM2wzNjAuNSwzNjAuNWMxNC4xLDE0LjEsMTQuMSwzNi45LDAsNTENCglsLTgxLjIsODEuMmMtMTQuMSwxNC4xLTM2LjksMTQuMS01MSwwTDU3Ni43LDcwNy41bC0zNjIsMzYyYy0xNC4xLDE0LjEtMzYuOSwxNC4xLTUxLDBsLTgxLjItODEuMg0KCUM2OC41LDk3NC4yLDY4LjUsOTUxLjMsODIuNiw5MzcuMnoiLz4NCjwvc3ZnPg0K");
	background-size: contain;
	width: 1rem;
	height: 1rem;
}
.cmp-search__results {
	display: none;
	overflow-y: auto;
	min-width: 100%;
	max-height: 10rem;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999999;
	border: 1px solid #ccc;
	background: #fff;
}
.cmp-search__item {
	display: block;
}
.cmp-search__item--is-focused {
	background-color: #ccc;
}
.cmp-form-text .cmp-form-text__validation-message {
	visibility: hidden;
}
.cmp-form-text :invalid + .cmp-form-text__validation-message {
	visibility: visible;
}
.cmp-pdfviewer__content {
	height: 500px;
}
.pdfviewer:not(.cq-Editable-dom) .cmp-pdfviewer__full-window-borderless {
	height: 100vh;
	position: fixed;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: 9999;
}
.pdfviewer.cq-Editable-dom .cmp-pdfviewer__full-window-borderless {
	height: 500px;
}
.aem-Grid {
	display: block;
	width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
	display: table;
	content: " ";
}
.aem-Grid::after {
	clear: both;
}
.aem-Grid-newComponent {
	clear: both;
	margin: 0;
}
.aem-GridColumn {
	box-sizing: border-box;
	clear: both;
}
.aem-GridShowHidden>.aem-Grid>.aem-GridColumn {
	display: block !important;
}
.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 50%;
}
.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 50%;
}
.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 33.33333333%;
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 66.66666667%;
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 25%;
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 50%;
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 75%;
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 25%;
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 50%;
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 75%;
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 20%;
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 40%;
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 60%;
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 80%;
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--5 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 20%;
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 40%;
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 60%;
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 80%;
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 16.66666667%;
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 33.33333333%;
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 50%;
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 66.66666667%;
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--5 {
	float: left;
	clear: none;
	width: 83.33333333%;
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--6 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 50%;
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 14.28571429%;
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 28.57142857%;
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 42.85714286%;
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 57.14285714%;
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--5 {
	float: left;
	clear: none;
	width: 71.42857143%;
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--6 {
	float: left;
	clear: none;
	width: 85.71428571%;
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--7 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 12.5%;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 25%;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 37.5%;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 50%;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--5 {
	float: left;
	clear: none;
	width: 62.5%;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--6 {
	float: left;
	clear: none;
	width: 75%;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--7 {
	float: left;
	clear: none;
	width: 87.5%;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--8 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 25%;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 50%;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left: 75%;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 11.11111111%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 22.22222222%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 33.33333333%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 44.44444444%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--5 {
	float: left;
	clear: none;
	width: 55.55555556%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--6 {
	float: left;
	clear: none;
	width: 66.66666667%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--7 {
	float: left;
	clear: none;
	width: 77.77777778%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--8 {
	float: left;
	clear: none;
	width: 88.88888889%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--9 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--9 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 10%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 20%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 30%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 40%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--5 {
	float: left;
	clear: none;
	width: 50%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--6 {
	float: left;
	clear: none;
	width: 60%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--7 {
	float: left;
	clear: none;
	width: 70%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--8 {
	float: left;
	clear: none;
	width: 80%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--9 {
	float: left;
	clear: none;
	width: 90%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--10 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 10%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 20%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 30%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 40%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left: 50%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left: 60%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left: 70%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left: 80%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--9 {
	margin-left: 90%;
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--10 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 9.09090909%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 18.18181818%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 27.27272727%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 36.36363636%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--5 {
	float: left;
	clear: none;
	width: 45.45454545%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--6 {
	float: left;
	clear: none;
	width: 54.54545455%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--7 {
	float: left;
	clear: none;
	width: 63.63636364%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--8 {
	float: left;
	clear: none;
	width: 72.72727273%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--9 {
	float: left;
	clear: none;
	width: 81.81818182%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--10 {
	float: left;
	clear: none;
	width: 90.90909091%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--11 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--9 {
	margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--10 {
	margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--11 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 8.33333333%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 16.66666667%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 25%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 33.33333333%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--5 {
	float: left;
	clear: none;
	width: 41.66666667%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--6 {
	float: left;
	clear: none;
	width: 50%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--7 {
	float: left;
	clear: none;
	width: 58.33333333%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--8 {
	float: left;
	clear: none;
	width: 66.66666667%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--9 {
	float: left;
	clear: none;
	width: 75%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--10 {
	float: left;
	clear: none;
	width: 83.33333333%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--11 {
	float: left;
	clear: none;
	width: 91.66666667%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--12 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 25%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left: 50%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--9 {
	margin-left: 75%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--10 {
	margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--11 {
	margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--12 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 50%;
}
.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 25%;
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 50%;
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 75%;
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 20%;
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 40%;
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 60%;
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 80%;
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--5 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 50%;
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--5 {
	float: left;
	clear: none;
	width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--6 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--5 {
	float: left;
	clear: none;
	width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--6 {
	float: left;
	clear: none;
	width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--7 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 12.5%;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 25%;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 37.5%;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 50%;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--5 {
	float: left;
	clear: none;
	width: 62.5%;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--6 {
	float: left;
	clear: none;
	width: 75%;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--7 {
	float: left;
	clear: none;
	width: 87.5%;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--8 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--5 {
	float: left;
	clear: none;
	width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--6 {
	float: left;
	clear: none;
	width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--7 {
	float: left;
	clear: none;
	width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--8 {
	float: left;
	clear: none;
	width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--9 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--9 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 10%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 20%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 30%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 40%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--5 {
	float: left;
	clear: none;
	width: 50%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--6 {
	float: left;
	clear: none;
	width: 60%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--7 {
	float: left;
	clear: none;
	width: 70%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--8 {
	float: left;
	clear: none;
	width: 80%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--9 {
	float: left;
	clear: none;
	width: 90%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--10 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--9 {
	margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--10 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--5 {
	float: left;
	clear: none;
	width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--6 {
	float: left;
	clear: none;
	width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--7 {
	float: left;
	clear: none;
	width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--8 {
	float: left;
	clear: none;
	width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--9 {
	float: left;
	clear: none;
	width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--10 {
	float: left;
	clear: none;
	width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--11 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--9 {
	margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--10 {
	margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--11 {
	margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--1 {
	float: left;
	clear: none;
	width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--2 {
	float: left;
	clear: none;
	width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--3 {
	float: left;
	clear: none;
	width: 25%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--4 {
	float: left;
	clear: none;
	width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--5 {
	float: left;
	clear: none;
	width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--6 {
	float: left;
	clear: none;
	width: 50%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--7 {
	float: left;
	clear: none;
	width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--8 {
	float: left;
	clear: none;
	width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--9 {
	float: left;
	clear: none;
	width: 75%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--10 {
	float: left;
	clear: none;
	width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--11 {
	float: left;
	clear: none;
	width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 {
	float: left;
	clear: none;
	width: 100%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left: 0;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--9 {
	margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--10 {
	margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--11 {
	margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--12 {
	margin-left: 100%;
}
.aem-Grid>.aem-GridColumn.aem-GridColumn--default--newline {
	display: block;
	clear: both !important;
}
.aem-Grid>.aem-GridColumn.aem-GridColumn--default--none {
	display: block;
	clear: none !important;
	float: left;
}
.aem-Grid>.aem-GridColumn.aem-GridColumn--default--hide {
	display: none;
}
@media (max-width: 768px) {
	.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 33.33333333%;
	}
	.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 66.66666667%;
	}
	.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 33.33333333%;
	}
	.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 66.66666667%;
	}
	.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 25%;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 75%;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 25%;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 75%;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 20%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 40%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 60%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 80%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--phone--5 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 20%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 40%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 60%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 80%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 16.66666667%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 33.33333333%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 66.66666667%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--5 {
		float: left;
		clear: none;
		width: 83.33333333%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--phone--6 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 16.66666667%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 33.33333333%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 66.66666667%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
		margin-left: 83.33333333%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 14.28571429%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 28.57142857%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 42.85714286%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 57.14285714%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--5 {
		float: left;
		clear: none;
		width: 71.42857143%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--6 {
		float: left;
		clear: none;
		width: 85.71428571%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--phone--7 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 14.28571429%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 28.57142857%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 42.85714286%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 57.14285714%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
		margin-left: 71.42857143%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
		margin-left: 85.71428571%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 12.5%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 25%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 37.5%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--5 {
		float: left;
		clear: none;
		width: 62.5%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--6 {
		float: left;
		clear: none;
		width: 75%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--7 {
		float: left;
		clear: none;
		width: 87.5%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--phone--8 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 12.5%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 25%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 37.5%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
		margin-left: 62.5%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
		margin-left: 75%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
		margin-left: 87.5%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 11.11111111%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 22.22222222%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 33.33333333%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 44.44444444%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--5 {
		float: left;
		clear: none;
		width: 55.55555556%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--6 {
		float: left;
		clear: none;
		width: 66.66666667%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--7 {
		float: left;
		clear: none;
		width: 77.77777778%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--8 {
		float: left;
		clear: none;
		width: 88.88888889%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--phone--9 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 11.11111111%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 22.22222222%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 33.33333333%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 44.44444444%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
		margin-left: 55.55555556%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
		margin-left: 66.66666667%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
		margin-left: 77.77777778%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
		margin-left: 88.88888889%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 10%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 20%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 30%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 40%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--5 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--6 {
		float: left;
		clear: none;
		width: 60%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--7 {
		float: left;
		clear: none;
		width: 70%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--8 {
		float: left;
		clear: none;
		width: 80%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--9 {
		float: left;
		clear: none;
		width: 90%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--phone--10 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 10%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 20%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 30%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 40%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
		margin-left: 60%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
		margin-left: 70%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
		margin-left: 80%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
		margin-left: 90%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 9.09090909%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 18.18181818%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 27.27272727%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 36.36363636%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--5 {
		float: left;
		clear: none;
		width: 45.45454545%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--6 {
		float: left;
		clear: none;
		width: 54.54545455%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--7 {
		float: left;
		clear: none;
		width: 63.63636364%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--8 {
		float: left;
		clear: none;
		width: 72.72727273%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--9 {
		float: left;
		clear: none;
		width: 81.81818182%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--10 {
		float: left;
		clear: none;
		width: 90.90909091%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--phone--11 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 9.09090909%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 18.18181818%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 27.27272727%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 36.36363636%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
		margin-left: 45.45454545%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
		margin-left: 54.54545455%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
		margin-left: 63.63636364%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
		margin-left: 72.72727273%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
		margin-left: 81.81818182%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
		margin-left: 90.90909091%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--phone--11 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 8.33333333%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 16.66666667%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 25%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 33.33333333%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--5 {
		float: left;
		clear: none;
		width: 41.66666667%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--6 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--7 {
		float: left;
		clear: none;
		width: 58.33333333%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--8 {
		float: left;
		clear: none;
		width: 66.66666667%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--9 {
		float: left;
		clear: none;
		width: 75%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--10 {
		float: left;
		clear: none;
		width: 83.33333333%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--11 {
		float: left;
		clear: none;
		width: 91.66666667%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--phone--12 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 8.33333333%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 16.66666667%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 25%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 33.33333333%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
		margin-left: 41.66666667%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
		margin-left: 58.33333333%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
		margin-left: 66.66666667%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
		margin-left: 75%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
		margin-left: 83.33333333%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--11 {
		margin-left: 91.66666667%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--phone--12 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--phone--1>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--phone--1>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--phone--1>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--phone--2>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 33.33333333%;
	}
	.aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 66.66666667%;
	}
	.aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 33.33333333%;
	}
	.aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 66.66666667%;
	}
	.aem-Grid.aem-Grid--phone--3>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 25%;
	}
	.aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 75%;
	}
	.aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 25%;
	}
	.aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 75%;
	}
	.aem-Grid.aem-Grid--phone--4>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 20%;
	}
	.aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 40%;
	}
	.aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 60%;
	}
	.aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 80%;
	}
	.aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--phone--5 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 20%;
	}
	.aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 40%;
	}
	.aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 60%;
	}
	.aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 80%;
	}
	.aem-Grid.aem-Grid--phone--5>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 16.66666667%;
	}
	.aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 33.33333333%;
	}
	.aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 66.66666667%;
	}
	.aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--5 {
		float: left;
		clear: none;
		width: 83.33333333%;
	}
	.aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--phone--6 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 16.66666667%;
	}
	.aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 33.33333333%;
	}
	.aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 66.66666667%;
	}
	.aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
		margin-left: 83.33333333%;
	}
	.aem-Grid.aem-Grid--phone--6>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 14.28571429%;
	}
	.aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 28.57142857%;
	}
	.aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 42.85714286%;
	}
	.aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 57.14285714%;
	}
	.aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--5 {
		float: left;
		clear: none;
		width: 71.42857143%;
	}
	.aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--6 {
		float: left;
		clear: none;
		width: 85.71428571%;
	}
	.aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--phone--7 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 14.28571429%;
	}
	.aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 28.57142857%;
	}
	.aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 42.85714286%;
	}
	.aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 57.14285714%;
	}
	.aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
		margin-left: 71.42857143%;
	}
	.aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
		margin-left: 85.71428571%;
	}
	.aem-Grid.aem-Grid--phone--7>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 12.5%;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 25%;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 37.5%;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--5 {
		float: left;
		clear: none;
		width: 62.5%;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--6 {
		float: left;
		clear: none;
		width: 75%;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--7 {
		float: left;
		clear: none;
		width: 87.5%;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--phone--8 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 12.5%;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 25%;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 37.5%;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
		margin-left: 62.5%;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
		margin-left: 75%;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
		margin-left: 87.5%;
	}
	.aem-Grid.aem-Grid--phone--8>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 11.11111111%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 22.22222222%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 33.33333333%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 44.44444444%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--5 {
		float: left;
		clear: none;
		width: 55.55555556%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--6 {
		float: left;
		clear: none;
		width: 66.66666667%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--7 {
		float: left;
		clear: none;
		width: 77.77777778%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--8 {
		float: left;
		clear: none;
		width: 88.88888889%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--phone--9 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 11.11111111%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 22.22222222%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 33.33333333%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 44.44444444%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
		margin-left: 55.55555556%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
		margin-left: 66.66666667%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
		margin-left: 77.77777778%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
		margin-left: 88.88888889%;
	}
	.aem-Grid.aem-Grid--phone--9>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 10%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 20%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 30%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 40%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--5 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--6 {
		float: left;
		clear: none;
		width: 60%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--7 {
		float: left;
		clear: none;
		width: 70%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--8 {
		float: left;
		clear: none;
		width: 80%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--9 {
		float: left;
		clear: none;
		width: 90%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--phone--10 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 10%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 20%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 30%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 40%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
		margin-left: 60%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
		margin-left: 70%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
		margin-left: 80%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
		margin-left: 90%;
	}
	.aem-Grid.aem-Grid--phone--10>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 9.09090909%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 18.18181818%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 27.27272727%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 36.36363636%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--5 {
		float: left;
		clear: none;
		width: 45.45454545%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--6 {
		float: left;
		clear: none;
		width: 54.54545455%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--7 {
		float: left;
		clear: none;
		width: 63.63636364%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--8 {
		float: left;
		clear: none;
		width: 72.72727273%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--9 {
		float: left;
		clear: none;
		width: 81.81818182%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--10 {
		float: left;
		clear: none;
		width: 90.90909091%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--phone--11 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 9.09090909%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 18.18181818%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 27.27272727%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 36.36363636%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
		margin-left: 45.45454545%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
		margin-left: 54.54545455%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
		margin-left: 63.63636364%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
		margin-left: 72.72727273%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
		margin-left: 81.81818182%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
		margin-left: 90.90909091%;
	}
	.aem-Grid.aem-Grid--phone--11>.aem-GridColumn.aem-GridColumn--offset--phone--11 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--1 {
		float: left;
		clear: none;
		width: 8.33333333%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--2 {
		float: left;
		clear: none;
		width: 16.66666667%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--3 {
		float: left;
		clear: none;
		width: 25%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--4 {
		float: left;
		clear: none;
		width: 33.33333333%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--5 {
		float: left;
		clear: none;
		width: 41.66666667%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--6 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--7 {
		float: left;
		clear: none;
		width: 58.33333333%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--8 {
		float: left;
		clear: none;
		width: 66.66666667%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--9 {
		float: left;
		clear: none;
		width: 75%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--10 {
		float: left;
		clear: none;
		width: 83.33333333%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--11 {
		float: left;
		clear: none;
		width: 91.66666667%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--12 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--1 {
		margin-left: 8.33333333%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--2 {
		margin-left: 16.66666667%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--3 {
		margin-left: 25%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--4 {
		margin-left: 33.33333333%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--5 {
		margin-left: 41.66666667%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--6 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--7 {
		margin-left: 58.33333333%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--8 {
		margin-left: 66.66666667%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--9 {
		margin-left: 75%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--10 {
		margin-left: 83.33333333%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--11 {
		margin-left: 91.66666667%;
	}
	.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--12 {
		margin-left: 100%;
	}
	.aem-Grid>.aem-GridColumn.aem-GridColumn--phone--newline {
		display: block;
		clear: both !important;
	}
	.aem-Grid>.aem-GridColumn.aem-GridColumn--phone--none {
		display: block;
		clear: none !important;
		float: left;
	}
	.aem-Grid>.aem-GridColumn.aem-GridColumn--phone--hide {
		display: none;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 33.33333333%;
	}
	.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 66.66666667%;
	}
	.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 33.33333333%;
	}
	.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 66.66666667%;
	}
	.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 25%;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 75%;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 25%;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 75%;
	}
	.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 20%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 40%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 60%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 80%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--tablet--5 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 20%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 40%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 60%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 80%;
	}
	.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 16.66666667%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 33.33333333%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 66.66666667%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--5 {
		float: left;
		clear: none;
		width: 83.33333333%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--tablet--6 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 16.66666667%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 33.33333333%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 66.66666667%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
		margin-left: 83.33333333%;
	}
	.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 14.28571429%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 28.57142857%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 42.85714286%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 57.14285714%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--5 {
		float: left;
		clear: none;
		width: 71.42857143%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--6 {
		float: left;
		clear: none;
		width: 85.71428571%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--tablet--7 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 14.28571429%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 28.57142857%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 42.85714286%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 57.14285714%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
		margin-left: 71.42857143%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
		margin-left: 85.71428571%;
	}
	.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 12.5%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 25%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 37.5%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--5 {
		float: left;
		clear: none;
		width: 62.5%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--6 {
		float: left;
		clear: none;
		width: 75%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--7 {
		float: left;
		clear: none;
		width: 87.5%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--tablet--8 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 12.5%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 25%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 37.5%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
		margin-left: 62.5%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
		margin-left: 75%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
		margin-left: 87.5%;
	}
	.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 11.11111111%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 22.22222222%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 33.33333333%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 44.44444444%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--5 {
		float: left;
		clear: none;
		width: 55.55555556%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--6 {
		float: left;
		clear: none;
		width: 66.66666667%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--7 {
		float: left;
		clear: none;
		width: 77.77777778%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--8 {
		float: left;
		clear: none;
		width: 88.88888889%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--tablet--9 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 11.11111111%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 22.22222222%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 33.33333333%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 44.44444444%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
		margin-left: 55.55555556%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
		margin-left: 66.66666667%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
		margin-left: 77.77777778%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
		margin-left: 88.88888889%;
	}
	.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 10%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 20%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 30%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 40%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--5 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--6 {
		float: left;
		clear: none;
		width: 60%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--7 {
		float: left;
		clear: none;
		width: 70%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--8 {
		float: left;
		clear: none;
		width: 80%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--9 {
		float: left;
		clear: none;
		width: 90%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--tablet--10 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 10%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 20%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 30%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 40%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
		margin-left: 60%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
		margin-left: 70%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
		margin-left: 80%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
		margin-left: 90%;
	}
	.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 9.09090909%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 18.18181818%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 27.27272727%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 36.36363636%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--5 {
		float: left;
		clear: none;
		width: 45.45454545%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--6 {
		float: left;
		clear: none;
		width: 54.54545455%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--7 {
		float: left;
		clear: none;
		width: 63.63636364%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--8 {
		float: left;
		clear: none;
		width: 72.72727273%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--9 {
		float: left;
		clear: none;
		width: 81.81818182%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--10 {
		float: left;
		clear: none;
		width: 90.90909091%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--tablet--11 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 9.09090909%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 18.18181818%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 27.27272727%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 36.36363636%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
		margin-left: 45.45454545%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
		margin-left: 54.54545455%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
		margin-left: 63.63636364%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
		margin-left: 72.72727273%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
		margin-left: 81.81818182%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
		margin-left: 90.90909091%;
	}
	.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--tablet--11 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 8.33333333%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 16.66666667%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 25%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 33.33333333%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--5 {
		float: left;
		clear: none;
		width: 41.66666667%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--6 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--7 {
		float: left;
		clear: none;
		width: 58.33333333%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--8 {
		float: left;
		clear: none;
		width: 66.66666667%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--9 {
		float: left;
		clear: none;
		width: 75%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--10 {
		float: left;
		clear: none;
		width: 83.33333333%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--11 {
		float: left;
		clear: none;
		width: 91.66666667%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--tablet--12 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 8.33333333%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 16.66666667%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 25%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 33.33333333%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
		margin-left: 41.66666667%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
		margin-left: 58.33333333%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
		margin-left: 66.66666667%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
		margin-left: 75%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
		margin-left: 83.33333333%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--11 {
		margin-left: 91.66666667%;
	}
	.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--tablet--12 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--tablet--1>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--tablet--1>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--tablet--1>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--tablet--2>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 33.33333333%;
	}
	.aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 66.66666667%;
	}
	.aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 33.33333333%;
	}
	.aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 66.66666667%;
	}
	.aem-Grid.aem-Grid--tablet--3>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 25%;
	}
	.aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 75%;
	}
	.aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 25%;
	}
	.aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 75%;
	}
	.aem-Grid.aem-Grid--tablet--4>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 20%;
	}
	.aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 40%;
	}
	.aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 60%;
	}
	.aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 80%;
	}
	.aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--tablet--5 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 20%;
	}
	.aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 40%;
	}
	.aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 60%;
	}
	.aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 80%;
	}
	.aem-Grid.aem-Grid--tablet--5>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 16.66666667%;
	}
	.aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 33.33333333%;
	}
	.aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 66.66666667%;
	}
	.aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--5 {
		float: left;
		clear: none;
		width: 83.33333333%;
	}
	.aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--tablet--6 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 16.66666667%;
	}
	.aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 33.33333333%;
	}
	.aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 66.66666667%;
	}
	.aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
		margin-left: 83.33333333%;
	}
	.aem-Grid.aem-Grid--tablet--6>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 14.28571429%;
	}
	.aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 28.57142857%;
	}
	.aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 42.85714286%;
	}
	.aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 57.14285714%;
	}
	.aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--5 {
		float: left;
		clear: none;
		width: 71.42857143%;
	}
	.aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--6 {
		float: left;
		clear: none;
		width: 85.71428571%;
	}
	.aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--tablet--7 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 14.28571429%;
	}
	.aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 28.57142857%;
	}
	.aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 42.85714286%;
	}
	.aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 57.14285714%;
	}
	.aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
		margin-left: 71.42857143%;
	}
	.aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
		margin-left: 85.71428571%;
	}
	.aem-Grid.aem-Grid--tablet--7>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 12.5%;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 25%;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 37.5%;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--5 {
		float: left;
		clear: none;
		width: 62.5%;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--6 {
		float: left;
		clear: none;
		width: 75%;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--7 {
		float: left;
		clear: none;
		width: 87.5%;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--tablet--8 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 12.5%;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 25%;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 37.5%;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
		margin-left: 62.5%;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
		margin-left: 75%;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
		margin-left: 87.5%;
	}
	.aem-Grid.aem-Grid--tablet--8>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 11.11111111%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 22.22222222%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 33.33333333%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 44.44444444%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--5 {
		float: left;
		clear: none;
		width: 55.55555556%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--6 {
		float: left;
		clear: none;
		width: 66.66666667%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--7 {
		float: left;
		clear: none;
		width: 77.77777778%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--8 {
		float: left;
		clear: none;
		width: 88.88888889%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--tablet--9 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 11.11111111%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 22.22222222%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 33.33333333%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 44.44444444%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
		margin-left: 55.55555556%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
		margin-left: 66.66666667%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
		margin-left: 77.77777778%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
		margin-left: 88.88888889%;
	}
	.aem-Grid.aem-Grid--tablet--9>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 10%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 20%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 30%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 40%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--5 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--6 {
		float: left;
		clear: none;
		width: 60%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--7 {
		float: left;
		clear: none;
		width: 70%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--8 {
		float: left;
		clear: none;
		width: 80%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--9 {
		float: left;
		clear: none;
		width: 90%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--tablet--10 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 10%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 20%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 30%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 40%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
		margin-left: 60%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
		margin-left: 70%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
		margin-left: 80%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
		margin-left: 90%;
	}
	.aem-Grid.aem-Grid--tablet--10>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 9.09090909%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 18.18181818%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 27.27272727%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 36.36363636%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--5 {
		float: left;
		clear: none;
		width: 45.45454545%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--6 {
		float: left;
		clear: none;
		width: 54.54545455%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--7 {
		float: left;
		clear: none;
		width: 63.63636364%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--8 {
		float: left;
		clear: none;
		width: 72.72727273%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--9 {
		float: left;
		clear: none;
		width: 81.81818182%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--10 {
		float: left;
		clear: none;
		width: 90.90909091%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--tablet--11 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 9.09090909%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 18.18181818%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 27.27272727%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 36.36363636%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
		margin-left: 45.45454545%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
		margin-left: 54.54545455%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
		margin-left: 63.63636364%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
		margin-left: 72.72727273%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
		margin-left: 81.81818182%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
		margin-left: 90.90909091%;
	}
	.aem-Grid.aem-Grid--tablet--11>.aem-GridColumn.aem-GridColumn--offset--tablet--11 {
		margin-left: 100%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--1 {
		float: left;
		clear: none;
		width: 8.33333333%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--2 {
		float: left;
		clear: none;
		width: 16.66666667%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--3 {
		float: left;
		clear: none;
		width: 25%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--4 {
		float: left;
		clear: none;
		width: 33.33333333%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--5 {
		float: left;
		clear: none;
		width: 41.66666667%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--6 {
		float: left;
		clear: none;
		width: 50%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--7 {
		float: left;
		clear: none;
		width: 58.33333333%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--8 {
		float: left;
		clear: none;
		width: 66.66666667%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--9 {
		float: left;
		clear: none;
		width: 75%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--10 {
		float: left;
		clear: none;
		width: 83.33333333%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--11 {
		float: left;
		clear: none;
		width: 91.66666667%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--tablet--12 {
		float: left;
		clear: none;
		width: 100%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--0 {
		margin-left: 0;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--1 {
		margin-left: 8.33333333%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--2 {
		margin-left: 16.66666667%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--3 {
		margin-left: 25%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--4 {
		margin-left: 33.33333333%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--5 {
		margin-left: 41.66666667%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--6 {
		margin-left: 50%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--7 {
		margin-left: 58.33333333%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--8 {
		margin-left: 66.66666667%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--9 {
		margin-left: 75%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--10 {
		margin-left: 83.33333333%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--11 {
		margin-left: 91.66666667%;
	}
	.aem-Grid.aem-Grid--tablet--12>.aem-GridColumn.aem-GridColumn--offset--tablet--12 {
		margin-left: 100%;
	}
	.aem-Grid>.aem-GridColumn.aem-GridColumn--tablet--newline {
		display: block;
		clear: both !important;
	}
	.aem-Grid>.aem-GridColumn.aem-GridColumn--tablet--none {
		display: block;
		clear: none !important;
		float: left;
	}
	.aem-Grid>.aem-GridColumn.aem-GridColumn--tablet--hide {
		display: none;
	}
}
.aem-GridShowHidden>.cmp-container>.aem-Grid>.aem-GridColumn {
	display: block !important;
}

@charset "utf-8";
a:not[class="cmp-button"] {
	cursor: pointer;
	font-style: normal;
	text-decoration: none;
}
a:not[class="cmp-button"]:disabled,
a:not[class="cmp-button"][disabled] {
	cursor: auto;
	opacity: 0.5;
}
.otulfi {
	--product-primary: #ea62bf;
	--product-accent: #c0459a;
	--product-gradient: radial-gradient(
		circle,
		#f9b7e4 0%,
		#d77fbc 60%,
		#873e8a 100%
	);
}
.stimufend {
	--product-primary: #009fb8;
	--product-accent: #009fb8;
	--product-gradient: radial-gradient(
		circle,
		#9ed6eb 0%,
		#5db2ca 60%,
		#2a5a67 100%
	);
}
.conexxence {
	--product-primary: #cb007b;
	--product-accent: #cb007b;
	--product-gradient: radial-gradient(
		circle,
		#df88b6 0%,
		#b83183 60%,
		#df88b6 100%
	);
}
.bomyntra {
	--product-primary: #8857c6;
	--product-accent: #8857c6;
	--product-gradient: radial-gradient(
		circle,
		#bfc2e2 0%,
		#7475aa 60%,
		#56497b 100%
	);
}
.tyenne {
	--product-primary: #c05000;
	--product-accent: #c05000;
	--product-gradient: radial-gradient(
		circle,
		#f9a946 0%,
		#e87424 60%,
		#cd4425 100%
	);
}
.adalimumab-aacf {
	--product-primary: #0063be;
	--product-accent: #0063be;
	--product-gradient: radial-gradient(
		circle,
		#fff176 0%,
		#fdd835 60%,
		#f7c244 100%
	);
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-text__contact-card
	span:before,
.cmp-container-section-heading__dark-blue .cmp-text__contact-card span:before {
	color: #3d95f4;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
p {
	margin: 0;
}
ol[role="list"],
ul[role="list"] {
	list-style: none;
}
html:focus-within {
	scroll-behavior: smooth;
}
body {
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}
img,
picture {
	display: block;
	max-width: 100%;
}
button,
input,
select,
textarea {
	font: inherit;
}
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	*,
	:after,
	:before {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		-webkit-transition-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}
:root {
	font-size: 100%;
	line-height: 100%;
}
body,
html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-font-feature-settings: "ss02" on;
	font-feature-settings: "ss02" on;
	background: #fff;
	color: #000;
	font-family: AlbertSans-Regular, Arial, sans-serif;
	font-size: clamp(1rem, 8.6vw, 1.25rem);
	font-style: normal;
	line-height: clamp(1.5rem, 8.6vw, 2rem);
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 1024px) {
	body,
	html {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
body {
	overflow-x: hidden;
}
a {
	color: #0073dd;
	cursor: pointer;
	font-style: normal;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-property: box-shadow, color;
	-webkit-transition-property: color, -webkit-box-shadow;
	transition-property: color, -webkit-box-shadow;
	transition-property: box-shadow, color;
	transition-property: box-shadow, color, -webkit-box-shadow;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
a:focus,
a:hover {
	color: #0063be;
}
a:active {
	color: #ced4e0;
}
a.disabled,
a:disabled,
a:has(> .disabled),
a[disabled] {
	color: rgba(0, 115, 221, 0.3);
	cursor: auto;
}
b,
strong {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
}
ol,
ul {
	list-style-position: inside;
	padding: 0;
}
ol {
	list-style-type: decimal;
}
button,
input,
optgroup,
select,
textarea {
	font: inherit;
}
@media print {
	body header.experiencefragment {
		position: relative;
	}
	.cmp-navigation__group {
		display: none;
	}
}
@font-face {
	font-family: AlbertSans-Regular;
	font-style: normal;
	font-weight: 400;
	src: url(assets/fonts/albert-sans/albert-sans-regular.ttf) format("truetype");
}
@font-face {
	font-family: AlbertSans-SemiBold;
	font-style: normal;
	font-weight: 600;
	src: url(assets/fonts/albert-sans/albert-sans-semibold.ttf) format("truetype");
}
@font-face {
	color: #0073dd;
	font-display: block;
	font-family: iconfk;
	font-style: normal;
	font-weight: 400;
	src: url(assets/fonts/iconfk/iconfk.eot);
	src: url(assets/fonts/iconfk/iconfk.eot) format("embedded-opentype"),
		url(assets/fonts/iconfk/iconfk.ttf) format("truetype"),
		url(assets/fonts/iconfk/iconfk.woff) format("woff"),
		url(assets/fonts/iconfk/iconfk.svg) format("svg");
}
[class$="-icon"],
[class$="__icon"],
[class*="-icon"],
[class*="__icon"] {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: iconfk !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: AlbertSans-Regular, Arial, sans-serif;
	font-style: normal;
	line-height: 1;
	margin: 0;
	overflow-wrap: break-word;
}
.h1,
h1 {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 5.5rem;
	line-height: 6.25rem;
}
@media screen and (max-width: 1024px) {
	.h1,
	h1 {
		font-size: 3rem;
		line-height: 3.75rem;
	}
}
.h2,
h2 {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 4rem;
	line-height: 4.5rem;
}
@media screen and (max-width: 1024px) {
	.h2,
	h2 {
		font-size: 2.25rem;
		line-height: 2.625rem;
	}
}
.h3,
h3 {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2.75rem;
	line-height: 3.5rem;
}
@media screen and (max-width: 1024px) {
	.h3,
	h3 {
		font-size: 1.75rem;
		line-height: 2.125rem;
	}
}
.h4,
h4 {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
}
@media screen and (max-width: 1024px) {
	.h4,
	h4 {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.h5,
h5 {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
}
@media screen and (max-width: 1024px) {
	.h5,
	h5 {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.h6,
h6 {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	line-height: 2rem;
}
@media screen and (max-width: 1024px) {
	.h6,
	h6 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.style-h5 {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
	.style-h5 {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.style-h4 {
	color: #0063be;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
}
@media screen and (max-width: 1024px) {
	.style-h4 {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.style-h6 {
	color: #0063be;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	line-height: 2rem;
}
@media screen and (max-width: 1024px) {
	.style-h6 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
a,
a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
}
ol,
ul {
	list-style-type: square;
	padding: 0 0 0 spacing(3);
}
.cmp-accordion--biopharma .cmp-accordion {
	margin-bottom: 1.875rem;
	width: 100%;
}
.cmp-accordion--biopharma .cmp-accordion__item {
	border-bottom: 1px solid #000;
	border-top: none;
	padding-bottom: 1.25rem;
}
.cmp-accordion--biopharma .cmp-accordion__item:first-child {
	border-top: none;
}
.cmp-accordion--biopharma .cmp-accordion__panel {
	padding: 0;
}
.cmp-accordion--biopharma .cmp-accordion__icon:after,
.cmp-accordion--biopharma .cmp-accordion__icon:before {
	background: var(--product-primary);
	right: 1.875rem;
}
.cmp-accordion--biopharma .cmp-accordion__button {
	padding: 0 0 0.625rem;
}
.cmp-accordion--biopharma
	.cmp-accordion__button--expanded
	.cmp-accordion__icon:after {
	background: var(--product-primary);
}
.cmp-accordion__item {
	border-bottom: 1px solid #c9c5be;
}
.cmp-accordion__item:first-child {
	border-top: 1px solid #c9c5be;
}
.cmp-accordion__button {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 2rem 2rem 2rem 1.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-accordion__button {
		padding: 0.5rem 0;
	}
}
.cmp-accordion__icon {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	justify-content: space-between;
	margin: 0.5rem 0;
	position: relative;
}
.cmp-accordion__icon:after,
.cmp-accordion__icon:before {
	background: #000;
	content: "";
	height: 4px;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 2pc;
}
@media screen and (max-width: 1024px) {
	.cmp-accordion__icon:after,
	.cmp-accordion__icon:before {
		height: 3px;
		width: 1pc;
	}
}
.cmp-accordion__icon:before {
	content: "";
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.cmp-accordion__icon:focus,
.cmp-accordion__icon:hover {
	color: #0063be;
}
.cmp-accordion__icon.active:before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.cmp-accordion__icon.active:after,
.cmp-accordion__icon.active:before {
	background: #0073dd;
}
.cmp-accordion__button--expanded,
.cmp-accordion__button--expanded .cmp-accordion__title {
	color: #0073dd;
}
.cmp-accordion__button--expanded .cmp-accordion__icon:before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.cmp-accordion__button--expanded .cmp-accordion__icon:after,
.cmp-accordion__button--expanded .cmp-accordion__icon:before {
	background: #0073dd;
}
.cmp-accordion__title {
	color: #000;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
	padding: 0 3rem 0 0;
}
@media screen and (max-width: 1024px) {
	.cmp-accordion__title {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.cmp-accordion__panel {
	padding: 0.5rem 1.5rem 2rem;
}
@media screen and (max-width: 1024px) {
	.cmp-accordion__panel {
		padding: 0.5rem 1rem;
	}
}
.cmp-container
	[style="background-color:#0C2863;"]
	:is(h2, h3, h4, h5, h6, .style-h5, .style-h4, .style-h6),
.cmp-container-section-heading__dark-blue
	:is(h2, h3, h4, h5, h6, .style-h5, .style-h4, .style-h6) {
	color: #3d95f4;
}
.cmp-container [style="background-color:#0C2863;"] *,
.cmp-container-section-heading__dark-blue * {
	color: #fff;
}
.cmp-container [style="background-color:#0C2863;"] a,
.cmp-container-section-heading__dark-blue a {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.cmp-container [style="background-color:#0C2863;"] a:focus,
.cmp-container [style="background-color:#0C2863;"] a:hover,
.cmp-container-section-heading__dark-blue a:focus,
.cmp-container-section-heading__dark-blue a:hover {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-container [style="background-color:#0C2863;"] a:active,
.cmp-container-section-heading__dark-blue a:active {
	-webkit-box-shadow: #fff;
	box-shadow: #fff;
	color: #fff;
}
.cmp-container [style="background-color:#0C2863;"] a:disabled,
.cmp-container [style="background-color:#0C2863;"] a[disabled],
.cmp-container-section-heading__dark-blue a:disabled,
.cmp-container-section-heading__dark-blue a[disabled] {
	color: rgba(0, 115, 221, 0.3);
}
.cmp-container [style="background-color:#0C2863;"] .cmp-accordion__icon:after,
.cmp-container [style="background-color:#0C2863;"] .cmp-accordion__icon:before,
.cmp-container-section-heading__dark-blue .cmp-accordion__icon:after,
.cmp-container-section-heading__dark-blue .cmp-accordion__icon:before {
	background: #fff;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-accordion__button--expanded
	.cmp-accordion__icon:after,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-accordion__button--expanded
	.cmp-accordion__icon:before,
.cmp-container-section-heading__dark-blue
	.cmp-accordion__button--expanded
	.cmp-accordion__icon:after,
.cmp-container-section-heading__dark-blue
	.cmp-accordion__button--expanded
	.cmp-accordion__icon:before {
	background: #3d95f4;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-accordion__button--expanded
	.cmp-accordion__title,
.cmp-container-section-heading__dark-blue
	.cmp-accordion__button--expanded
	.cmp-accordion__title {
	color: #3d95f4;
}
.cmp-back-to-top {
	bottom: 1.5rem;
	display: none;
	position: fixed;
	right: 1.5rem;
	z-index: 10;
}
.cmp-back-to-top .cmp-button__text {
	display: none;
}
.cmp-back-to-top.show {
	display: block;
}
@media screen and (max-width: 768px) {
	.cmp-back-to-top {
		right: 0.5rem;
	}
}
.cmp-back-to-top .cmp-button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	background: hsla(0, 0%, 100%, 0.7);
	border: 2px solid #0073dd;
	border-radius: 50%;
	height: 3.5rem;
	justify-content: center;
	padding: 0;
	width: 3.5rem;
}
.cmp-back-to-top .cmp-button:focus,
.cmp-back-to-top .cmp-button:hover {
	background: #fff;
	border: 2px solid #0073dd;
}
.cmp-back-to-top .cmp-button:focus-visible {
	outline-offset: 4px;
}
.cmp-back-to-top .cmp-button:before {
	speak: none;
	color: #0073dd;
	content: "";
	font-family: iconfk;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	margin: 0;
}
.cmp-breadcrumb {
	display: block;
	margin: 4rem 0 1rem;
}
@media screen and (max-width: 768px) {
	.cmp-breadcrumb {
		margin: 1rem 0 0;
	}
}
.cmp-breadcrumb__list {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	list-style: none;
	margin: 0;
	overflow-x: auto;
	overflow-y: visible;
	padding: 2px;
	scrollbar-width: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
.cmp-breadcrumb__list::-webkit-scrollbar {
	display: none;
}
.cmp-breadcrumb__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	direction: ltr;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	line-height: 1.5rem;
	white-space: pre;
}
@media screen and (max-width: 768px) {
	.cmp-breadcrumb__item {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
}
.cmp-breadcrumb__item:after {
	color: #777673;
	content: "/";
	padding: 0 0.5rem;
}
@media screen and (max-width: 768px) {
	.cmp-breadcrumb__item:after {
		padding: 0 0.65rem;
	}
}
.cmp-breadcrumb__item:last-child {
	margin-right: 0.2rem;
}
.cmp-breadcrumb__item-link {
	-ms-flex-negative: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	flex-shrink: 0;
}
.cmp-button__text-stage {
	margin-top: 1rem;
	min-width: 5rem;
	padding-bottom: 4rem;
	width: auto !important;
}
@media screen and (max-width: 1024px) {
	.cmp-button__text-stage {
		margin-top: 0.75rem;
	}
}
.cmp-button__text-stage button.cmp-button {
	display: none;
}
.cmp-button__text-stage:has(button.cmp-button) {
	padding-top: 0.5rem;
}
.cmp-button__text-stage a.cmp-button .cmp-button__text {
	display: none;
}
.cmp-button__text-stage-hide {
	margin-bottom: 6.5rem;
	visibility: hidden;
}
@media screen and (max-width: 1024px) {
	.cmp-button__text-stage-hide {
		margin-bottom: 4rem;
	}
}
.cmp-button__text-stage-hide .cmp-button {
	line-height: 0;
	margin: 0;
	padding: 0;
}
.cmp-button__text-stage:after {
	speak: none;
	color: #000;
	content: "";
	display: inline-block;
	font-family: iconfk;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	overflow: hidden;
	text-indent: -2rem;
	-webkit-transform: rotate(90deg) translateX(-1rem);
	transform: rotate(90deg) translateX(-1rem);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 2rem;
}
@media screen and (max-width: 1024px) {
	.cmp-button__text-stage:after {
		font-size: 3rem;
		text-indent: -1.5rem;
	}
}
.cmp-button__text-stage:focus-within:after,
.cmp-button__text-stage:focus:after,
.cmp-button__text-stage:hover:after {
	text-indent: 0;
	width: 4rem;
}
.cmp-button__text-stage .cmp-button {
	background: transparent;
	padding: 0;
}
.cmp-button__text-stage .cmp-button__text {
	color: #000;
	display: inline-block;
	font-family: AlbertSans-Regular, Arial, sans-serif;
	font-size: clamp(1rem, 8.6vw, 1.25rem);
	line-height: clamp(1.5rem, 8.6vw, 2rem);
	margin: 0;
	text-orientation: mixed;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.cmp-button__text-stage .cmp-button__text {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.cmp-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: center;
	background: #0073dd;
	border: none;
	border-radius: 1.5rem;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1.5rem;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
.cmp-button,
.cmp-button:focus,
.cmp-button:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.cmp-button:focus,
.cmp-button:hover {
	background: #0c2863;
	border: none;
}
.cmp-button:active {
	background: #ced4e0;
	border: none;
}
.cmp-button:disabled,
.cmp-button[disabled] {
	background-color: rgba(0, 115, 221, 0.3);
	color: #fff;
}
.cmp-button_primary__light .cmp-button {
	background: #0073dd;
	color: #fff;
}
.cmp-button_primary__light .cmp-button:focus,
.cmp-button_primary__light .cmp-button:hover {
	background: #0c2863;
	color: #fff;
}
.cmp-button_primary__light .cmp-button:active {
	background: #ced4e0;
	color: #0c2863;
}
.cmp-button_primary__light .cmp-button:disabled {
	background-color: #ced4e0;
	color: #fff;
}
.cmp-button_primary__dark .cmp-button {
	background: #fff;
	color: #0073dd;
}
.cmp-button_primary__dark .cmp-button:focus,
.cmp-button_primary__dark .cmp-button:hover {
	background: hsla(0, 0%, 100%, 0.8);
	color: #0c2863;
}
.cmp-button_primary__dark .cmp-button:active {
	background: hsla(0, 0%, 100%, 0.5);
	color: #0c2863;
}
.cmp-button_primary__dark .cmp-button:disabled {
	background-color: hsla(0, 0%, 100%, 0.4);
	color: #0073dd;
}
.cmp-button_secondary__light .cmp-button {
	background: #fff;
	border: 2px solid #0073dd;
	color: #0073dd;
}
.cmp-button_secondary__light .cmp-button:focus,
.cmp-button_secondary__light .cmp-button:hover {
	background: #e7eaef;
	color: #0c2863;
}
.cmp-button_secondary__light .cmp-button:active {
	background: #ced4e0;
	color: #0c2863;
}
.cmp-button_secondary__light .cmp-button:disabled {
	background-color: #fff;
	color: rgba(0, 115, 221, 0.4);
}
.cmp-button_secondary__light .cmp-button:active,
.cmp-button_secondary__light .cmp-button:focus,
.cmp-button_secondary__light .cmp-button:hover {
	border: 2px solid #0c2863;
}
.cmp-button_secondary__light
	.cmp-button:disabled
	.cmp-button_secondary__light
	.cmp-button[disabled] {
	border: 2px solid rgba(0, 115, 221, 0.4);
}
.cmp-button_secondary__dark .cmp-button {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.cmp-button_secondary__dark .cmp-button:focus,
.cmp-button_secondary__dark .cmp-button:hover {
	background: hsla(0, 0%, 100%, 0.2);
	color: #fff;
}
.cmp-button_secondary__dark .cmp-button:active {
	background: hsla(0, 0%, 100%, 0.4);
	color: #fff;
}
.cmp-button_secondary__dark .cmp-button:disabled {
	background-color: transparent;
	color: rgba(0, 115, 221, 0.4);
}
.cmp-button_secondary__dark .cmp-button:active,
.cmp-button_secondary__dark .cmp-button:focus,
.cmp-button_secondary__dark .cmp-button:hover {
	border: 2px solid #fff;
}
.light-p a {
	color: #0073dd;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.light-p a:focus,
.light-p a:hover {
	color: #0c2863;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.light-p a:active {
	color: #ced4e0;
}
.light-p a:disabled,
.light-p a[disabled] {
	color: rgba(0, 115, 221, 0.4);
}
.dark-bg {
	background: #000;
	display: block;
	padding: 1rem;
}
.dark-bg a {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.dark-bg a:focus,
.dark-bg a:hover {
	color: hsla(0, 0%, 100%, 0.5);
}
.dark-bg a:active {
	-webkit-box-shadow: #fff;
	box-shadow: #fff;
	color: #fff;
}
.dark-bg a:disabled,
.dark-bg a[disabled] {
	color: rgba(0, 115, 221, 0.3);
}
.light-bg.sec a {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #0063be;
	font-size: 1.125rem;
}
.light-bg.sec a:focus,
.light-bg.sec a:hover {
	color: #0c2863;
	cursor: pointer;
}
.light-bg.sec a:active {
	color: #ced4e0;
}
.light-bg.sec a:disabled,
.light-bg.sec a[disabled] {
	color: rgba(0, 115, 221, 0.3);
}
.dark-bg.sec {
	background: #0c2863;
	display: block;
	padding: 1rem;
}
.dark-bg.sec a {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-size: 1.125rem;
}
.dark-bg.sec a:focus,
.dark-bg.sec a:hover {
	color: hsla(0, 0%, 100%, 0.5);
	cursor: pointer;
}
.dark-bg.sec a:active {
	color: #fff;
}
.dark-bg.sec a:disabled,
.dark-bg.sec a[disabled] {
	color: hsla(0, 0%, 100%, 0.4);
}
.cmp-button__icon--chevron-down.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--chevron-down.after:after {
	content: "";
}
.cmp-button__icon--chevron-down.after:before {
	display: none;
}
.cmp-button__icon--chevron-left.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--chevron-left.after:after {
	content: "";
}
.cmp-button__icon--chevron-left.after:before {
	display: none;
}
.cmp-button__icon--chevron-right.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--chevron-right.after:after {
	content: "";
}
.cmp-button__icon--chevron-right.after:before {
	display: none;
}
.cmp-button__icon--chevron-up.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--chevron-up.after:after {
	content: "";
}
.cmp-button__icon--chevron-up.after:before {
	display: none;
}
.cmp-button__icon--close.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--close.after:after {
	content: "";
}
.cmp-button__icon--close.after:before {
	display: none;
}
.cmp-button__icon--icon-arrow-big.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--icon-arrow-big.after:after {
	content: "";
}
.cmp-button__icon--icon-arrow-big.after:before {
	display: none;
}
.cmp-button__icon--arrow-down.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--arrow-down.after:after {
	content: "";
}
.cmp-button__icon--arrow-down.after:before {
	display: none;
}
.cmp-button__icon--arrow-left.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--arrow-left.after:after {
	content: "";
}
.cmp-button__icon--arrow-left.after:before {
	display: none;
}
.cmp-button__icon--arrow-right.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--arrow-right.after:after {
	content: "";
}
.cmp-button__icon--arrow-right.after:before {
	display: none;
}
.cmp-button__icon--arrow-up.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--arrow-up.after:after {
	content: "";
}
.cmp-button__icon--arrow-up.after:before {
	display: none;
}
.cmp-button__icon--error.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--error.after:after {
	content: "";
}
.cmp-button__icon--error.after:before {
	display: none;
}
.cmp-button__icon--globe-alt-2.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--globe-alt-2.after:after {
	content: "";
}
.cmp-button__icon--globe-alt-2.after:before {
	display: none;
}
.cmp-button__icon--globe.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--globe.after:after {
	content: "";
}
.cmp-button__icon--globe.after:before {
	display: none;
}
.cmp-button__icon--home.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--home.after:after {
	content: "";
}
.cmp-button__icon--home.after:before {
	display: none;
}
.cmp-button__icon--facebook.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--facebook.after:after {
	content: "";
}
.cmp-button__icon--facebook.after:before {
	display: none;
}
.cmp-button__icon--menu.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--menu.after:after {
	content: "";
}
.cmp-button__icon--menu.after:before {
	display: none;
}
.cmp-button__icon--minus.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--minus.after:after {
	content: "";
}
.cmp-button__icon--minus.after:before {
	display: none;
}
.cmp-button__icon--pause.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--pause.after:after {
	content: "";
}
.cmp-button__icon--pause.after:before {
	display: none;
}
.cmp-button__icon--link.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--link.after:after {
	content: "";
}
.cmp-button__icon--link.after:before {
	display: none;
}
.cmp-button__icon--linkedin.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--linkedin.after:after {
	content: "";
}
.cmp-button__icon--linkedin.after:before {
	display: none;
}
.cmp-button__icon--x.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--x.after:after {
	content: "";
}
.cmp-button__icon--x.after:before {
	display: none;
}
.cmp-button__icon--instagram.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--instagram.after:after {
	content: "";
}
.cmp-button__icon--instagram.after:before {
	display: none;
}
.cmp-button__icon--plus.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--plus.after:after {
	content: "";
}
.cmp-button__icon--plus.after:before {
	display: none;
}
.cmp-button__icon--search.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--search.after:after {
	content: "";
}
.cmp-button__icon--search.after:before {
	display: none;
}
.cmp-button__icon--filter.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--filter.after:after {
	content: "";
}
.cmp-button__icon--filter.after:before {
	display: none;
}
.cmp-button__icon--add-calendar.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--add-calendar.after:after {
	content: "";
}
.cmp-button__icon--add-calendar.after:before {
	display: none;
}
.cmp-button__icon--download.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--download.after:after {
	content: "";
}
.cmp-button__icon--download.after:before {
	display: none;
}
.cmp-button__icon--checkmark.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--checkmark.after:after {
	content: "";
}
.cmp-button__icon--checkmark.after:before {
	display: none;
}
.cmp-button__icon--phone.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--phone.after:after {
	content: "";
}
.cmp-button__icon--phone.after:before {
	display: none;
}
.cmp-button__icon--envelope.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--envelope.after:after {
	content: "";
}
.cmp-button__icon--envelope.after:before {
	display: none;
}
.cmp-button__icon--location.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--location.after:after {
	content: "";
}
.cmp-button__icon--location.after:before {
	display: none;
}
.cmp-button__icon--fax.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--fax.after:after {
	content: "";
}
.cmp-button__icon--fax.after:before {
	display: none;
}
.cmp-button__icon--padlock_svg.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--padlock_svg.after:after {
	content: "";
}
.cmp-button__icon--padlock_svg.after:before {
	display: none;
}
.cmp-button__icon--account.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--account.after:after {
	content: "";
}
.cmp-button__icon--account.after:before {
	display: none;
}
.cmp-button__icon--rutube.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--rutube.after:after {
	content: "";
}
.cmp-button__icon--rutube.after:before {
	display: none;
}
.cmp-button__icon--youtube.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--youtube.after:after {
	content: "";
}
.cmp-button__icon--youtube.after:before {
	display: none;
}
.cmp-button__icon--circle-arrow.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--circle-arrow.after:after {
	content: "";
}
.cmp-button__icon--circle-arrow.after:before {
	display: none;
}
.cmp-button__icon--medical-professional.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--medical-professional.after:after {
	content: "";
}
.cmp-button__icon--medical-professional.after:before {
	display: none;
}
.cmp-button__icon--sphere.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--sphere.after:after {
	content: "";
}
.cmp-button__icon--sphere.after:before {
	display: none;
}
.cmp-button__icon--back-to-top.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--back-to-top.after:after {
	content: "";
}
.cmp-button__icon--back-to-top.after:before {
	display: none;
}
.cmp-button__icon--download-2.after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	order: 2;
}
.cmp-button__icon--download-2.after:after {
	content: "";
}
.cmp-button__icon--download-2.after:before {
	display: none;
}
.cmp-button__icon--chevron-down.before:before,
.cmp-button__icon--chevron-down:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--chevron-left.before:before,
.cmp-button__icon--chevron-left:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--chevron-right.before:before,
.cmp-button__icon--chevron-right:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--chevron-up.before:before,
.cmp-button__icon--chevron-up:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--close.before:before,
.cmp-button__icon--close:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--icon-arrow-big.before:before,
.cmp-button__icon--icon-arrow-big:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--arrow-down.before:before,
.cmp-button__icon--arrow-down:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--arrow-left.before:before,
.cmp-button__icon--arrow-left:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--arrow-right.before:before,
.cmp-button__icon--arrow-right:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--arrow-up.before:before,
.cmp-button__icon--arrow-up:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--error.before:before,
.cmp-button__icon--error:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--globe-alt-2.before:before,
.cmp-button__icon--globe-alt-2:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--globe.before:before,
.cmp-button__icon--globe:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--home.before:before,
.cmp-button__icon--home:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--facebook.before:before,
.cmp-button__icon--facebook:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--menu.before:before,
.cmp-button__icon--menu:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--minus.before:before,
.cmp-button__icon--minus:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--pause.before:before,
.cmp-button__icon--pause:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--link.before:before,
.cmp-button__icon--link:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--linkedin.before:before,
.cmp-button__icon--linkedin:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--x.before:before,
.cmp-button__icon--x:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--instagram.before:before,
.cmp-button__icon--instagram:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--plus.before:before,
.cmp-button__icon--plus:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--search.before:before,
.cmp-button__icon--search:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--filter.before:before,
.cmp-button__icon--filter:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--add-calendar.before:before,
.cmp-button__icon--add-calendar:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--download.before:before,
.cmp-button__icon--download:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--checkmark.before:before,
.cmp-button__icon--checkmark:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--phone.before:before,
.cmp-button__icon--phone:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--envelope.before:before,
.cmp-button__icon--envelope:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--location.before:before,
.cmp-button__icon--location:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--fax.before:before,
.cmp-button__icon--fax:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--padlock_svg.before:before,
.cmp-button__icon--padlock_svg:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--account.before:before,
.cmp-button__icon--account:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--rutube.before:before,
.cmp-button__icon--rutube:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--youtube.before:before,
.cmp-button__icon--youtube:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--circle-arrow.before:before,
.cmp-button__icon--circle-arrow:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--medical-professional.before:before,
.cmp-button__icon--medical-professional:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--sphere.before:before,
.cmp-button__icon--sphere:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--back-to-top.before:before,
.cmp-button__icon--back-to-top:before {
	content: "";
	margin-right: 1rem;
}
.cmp-button__icon--download-2.before:before,
.cmp-button__icon--download-2:before {
	content: "";
	margin-right: 1rem;
}
.cmp-link .cmp-button,
.cmp-link-arrow .cmp-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	all: unset;
	align-items: center;
	color: #0073dd;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	margin-bottom: 0.5rem;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cmp-link .cmp-button:focus,
.cmp-link .cmp-button:hover,
.cmp-link-arrow .cmp-button:focus,
.cmp-link-arrow .cmp-button:hover {
	color: #0c2863;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cmp-link .cmp-button:active,
.cmp-link-arrow .cmp-button:active {
	color: #ced4e0;
}
.cmp-link .cmp-button:disabled,
.cmp-link .cmp-button[disabled],
.cmp-link-arrow .cmp-button:disabled,
.cmp-link-arrow .cmp-button[disabled] {
	color: rgba(0, 115, 221, 0.4);
}
.cmp-link-arrow .cmp-button {
	text-decoration: none;
}
.cmp-btn .cmp-button {
	background: #fff;
	border: 2px solid #0073dd;
	color: #0073dd;
}
.cmp-btn .cmp-button:focus,
.cmp-btn .cmp-button:hover {
	background: #e7eaef;
	color: #0c2863;
}
.cmp-btn .cmp-button:active {
	background: #ced4e0;
	color: #0c2863;
}
.cmp-btn .cmp-button:disabled {
	background-color: #fff;
	color: rgba(0, 115, 221, 0.4);
}
.cmp-btn .cmp-button:active,
.cmp-btn .cmp-button:focus,
.cmp-btn .cmp-button:hover {
	border: 2px solid #0c2863;
}
.cmp-btn .cmp-button:disabled .cmp-btn .cmp-button[disabled] {
	border: 2px solid rgba(0, 115, 221, 0.4);
}
.cmp-link-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	z-index: 1;
}
.cmp-link-arrow,
.cmp-link-arrow span {
	position: relative;
}
.cmp-link-arrow span:after {
	speak: none;
	color: #0073dd;
	content: "";
	font-family: iconfk;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 400;
	margin-left: 0.5rem;
	margin-right: auto;
	min-width: 4rem;
	overflow: hidden;
	position: absolute;
	text-indent: -1.5rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cmp-link-arrow span:focus:after,
.cmp-link-arrow span:hover:after {
	color: #0c2863;
	text-indent: 0;
}
.cmp-container-section-heading__dark-blue
	.button:not(.cmp-btn, .cmp-link, .cmp-link-arrow)
	.cmp-button
	.cmp-button__text {
	color: #0073dd;
}
.cmp-container-section-heading__blue .cmp-button,
.cmp-container-section-heading__dark-blue .cmp-button {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #0073dd;
	text-decoration: none;
}
.cmp-container-section-heading__blue .cmp-button:focus,
.cmp-container-section-heading__blue .cmp-button:hover,
.cmp-container-section-heading__dark-blue .cmp-button:focus,
.cmp-container-section-heading__dark-blue .cmp-button:hover {
	background: hsla(0, 0%, 100%, 0.8);
	color: #0c2863;
}
.cmp-container-section-heading__blue .cmp-button:active,
.cmp-container-section-heading__dark-blue .cmp-button:active {
	background: hsla(0, 0%, 100%, 0.5);
	color: #0c2863;
}
.cmp-container-section-heading__blue .cmp-button:disabled,
.cmp-container-section-heading__dark-blue .cmp-button:disabled {
	background-color: hsla(0, 0%, 100%, 0.4);
	color: #0073dd;
}
.cmp-container-section-heading__blue .cmp-btn .cmp-button,
.cmp-container-section-heading__dark-blue .cmp-btn .cmp-button {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.cmp-container-section-heading__blue .cmp-btn .cmp-button:focus,
.cmp-container-section-heading__blue .cmp-btn .cmp-button:hover,
.cmp-container-section-heading__dark-blue .cmp-btn .cmp-button:focus,
.cmp-container-section-heading__dark-blue .cmp-btn .cmp-button:hover {
	background: hsla(0, 0%, 100%, 0.2);
	color: #fff;
}
.cmp-container-section-heading__blue .cmp-btn .cmp-button:active,
.cmp-container-section-heading__dark-blue .cmp-btn .cmp-button:active {
	background: hsla(0, 0%, 100%, 0.4);
	color: #fff;
}
.cmp-container-section-heading__blue .cmp-btn .cmp-button:disabled,
.cmp-container-section-heading__dark-blue .cmp-btn .cmp-button:disabled {
	background-color: transparent;
	color: rgba(0, 115, 221, 0.4);
}
.cmp-container-section-heading__blue .cmp-btn .cmp-button:active,
.cmp-container-section-heading__blue .cmp-btn .cmp-button:focus,
.cmp-container-section-heading__blue .cmp-btn .cmp-button:hover,
.cmp-container-section-heading__dark-blue .cmp-btn .cmp-button:active,
.cmp-container-section-heading__dark-blue .cmp-btn .cmp-button:focus,
.cmp-container-section-heading__dark-blue .cmp-btn .cmp-button:hover {
	border: 2px solid #fff;
}
.cmp-container-section-heading__blue .cmp-link .cmp-button,
.cmp-container-section-heading__blue .cmp-link-arrow .cmp-button,
.cmp-container-section-heading__dark-blue .cmp-link .cmp-button,
.cmp-container-section-heading__dark-blue .cmp-link-arrow .cmp-button {
	background: transparent;
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.cmp-container-section-heading__blue .cmp-link .cmp-button:focus,
.cmp-container-section-heading__blue .cmp-link .cmp-button:hover,
.cmp-container-section-heading__blue .cmp-link-arrow .cmp-button:focus,
.cmp-container-section-heading__blue .cmp-link-arrow .cmp-button:hover,
.cmp-container-section-heading__dark-blue .cmp-link .cmp-button:focus,
.cmp-container-section-heading__dark-blue .cmp-link .cmp-button:hover,
.cmp-container-section-heading__dark-blue .cmp-link-arrow .cmp-button:focus,
.cmp-container-section-heading__dark-blue .cmp-link-arrow .cmp-button:hover {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-container-section-heading__blue .cmp-link .cmp-button:active,
.cmp-container-section-heading__blue .cmp-link-arrow .cmp-button:active,
.cmp-container-section-heading__dark-blue .cmp-link .cmp-button:active,
.cmp-container-section-heading__dark-blue .cmp-link-arrow .cmp-button:active {
	-webkit-box-shadow: #fff;
	box-shadow: #fff;
	color: #fff;
}
.cmp-container-section-heading__blue .cmp-link .cmp-button:disabled,
.cmp-container-section-heading__blue .cmp-link .cmp-button[disabled],
.cmp-container-section-heading__blue .cmp-link-arrow .cmp-button:disabled,
.cmp-container-section-heading__blue .cmp-link-arrow .cmp-button[disabled],
.cmp-container-section-heading__dark-blue .cmp-link .cmp-button:disabled,
.cmp-container-section-heading__dark-blue .cmp-link .cmp-button[disabled],
.cmp-container-section-heading__dark-blue .cmp-link-arrow .cmp-button:disabled,
.cmp-container-section-heading__dark-blue
	.cmp-link-arrow
	.cmp-button[disabled] {
	color: rgba(0, 115, 221, 0.3);
}
.cmp-container-section-heading__blue
	.cmp-link
	.cmp-button:focus
	.cmp-button__text,
.cmp-container-section-heading__blue
	.cmp-link
	.cmp-button:hover
	.cmp-button__text,
.cmp-container-section-heading__blue
	.cmp-link-arrow
	.cmp-button:focus
	.cmp-button__text,
.cmp-container-section-heading__blue
	.cmp-link-arrow
	.cmp-button:hover
	.cmp-button__text,
.cmp-container-section-heading__dark-blue
	.cmp-link
	.cmp-button:focus
	.cmp-button__text,
.cmp-container-section-heading__dark-blue
	.cmp-link
	.cmp-button:hover
	.cmp-button__text,
.cmp-container-section-heading__dark-blue
	.cmp-link-arrow
	.cmp-button:focus
	.cmp-button__text,
.cmp-container-section-heading__dark-blue
	.cmp-link-arrow
	.cmp-button:hover
	.cmp-button__text {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-container-section-heading__blue .cmp-link .cmp-button__text:after,
.cmp-container-section-heading__blue .cmp-link-arrow .cmp-button__text:after,
.cmp-container-section-heading__dark-blue .cmp-link .cmp-button__text:after,
.cmp-container-section-heading__dark-blue
	.cmp-link-arrow
	.cmp-button__text:after {
	color: #fff;
}
.cmp-container-section-heading__blue .cmp-link .cmp-button__text:focus:after,
.cmp-container-section-heading__blue .cmp-link .cmp-button__text:hover:after,
.cmp-container-section-heading__blue
	.cmp-link-arrow
	.cmp-button__text:focus:after,
.cmp-container-section-heading__blue
	.cmp-link-arrow
	.cmp-button__text:hover:after,
.cmp-container-section-heading__dark-blue
	.cmp-link
	.cmp-button__text:focus:after,
.cmp-container-section-heading__dark-blue
	.cmp-link
	.cmp-button__text:hover:after,
.cmp-container-section-heading__dark-blue
	.cmp-link-arrow
	.cmp-button__text:focus:after,
.cmp-container-section-heading__dark-blue
	.cmp-link-arrow
	.cmp-button__text:hover:after {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-container-section-heading__blue .cmp-link-arrow .cmp-button,
.cmp-container-section-heading__dark-blue .cmp-link-arrow .cmp-button {
	text-decoration: none;
}
.cmp-highlight-carousel {
	padding: 7.5rem 0;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1919px) {
	.cmp-highlight-carousel {
		margin-left: -4rem;
		margin-right: -4rem;
		overflow-x: hidden;
		padding-left: 4rem;
		padding-right: 4rem;
		width: auto !important;
	}
}
@media screen and (max-width: 1024px) {
	.cmp-highlight-carousel {
		margin-left: -3rem;
		margin-right: -3rem;
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media screen and (max-width: 768px) {
	.cmp-highlight-carousel {
		padding-bottom: 4rem;
		padding-top: 1.5rem;
	}
}
@media screen and (max-width: 576px) {
	.cmp-highlight-carousel {
		margin-left: 0;
		margin-right: 0;
		overflow: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100% !important;
	}
}
.cmp-highlight-carousel .cmp-teaser {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
	.cmp-highlight-carousel .cmp-teaser {
		gap: 0;
		grid-template-columns: 1fr;
	}
}
.cmp-highlight-carousel .cmp-teaser__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: grid;
	gap: 40px;
	grid-column: 1/3;
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
	.cmp-highlight-carousel .cmp-teaser__link {
		gap: 0;
		grid-template-columns: 1fr;
	}
}
.cmp-highlight-carousel .cmp-teaser .cmp-image__image {
	aspect-ratio: 4/3;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
@media screen and (max-width: 768px) {
	.cmp-highlight-carousel .cmp-teaser .cmp-image__image {
		width: 100%;
	}
}
.cmp-highlight-carousel .cmp-teaser__image {
	overflow: hidden;
}
.cmp-highlight-carousel .cmp-teaser__title {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 4rem;
	line-height: 4.5rem;
	margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-highlight-carousel .cmp-teaser__title {
		font-size: 2.25rem;
		line-height: 2.625rem;
	}
}
@media screen and (max-width: 768px) {
	.cmp-highlight-carousel .cmp-teaser__title {
		margin-bottom: 1.5rem;
	}
}
.cmp-highlight-carousel .cmp-teaser__title-link {
	color: #0c2863;
}
.cmp-highlight-carousel .cmp-teaser__description {
	margin: 0 0 2rem 3rem;
}
@media screen and (max-width: 768px) {
	.cmp-highlight-carousel .cmp-teaser__description {
		margin: 0 0 1.5rem;
	}
}
.cmp-highlight-carousel .cmp-teaser__action-container {
	margin: 0 0 0 3rem;
}
@media screen and (max-width: 768px) {
	.cmp-highlight-carousel .cmp-teaser__action-container {
		margin: 0 0 2.5rem;
	}
}
.cmp-highlight-carousel .cmp-teaser__action-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: center;
	background: #0073dd;
	border: none;
	border-radius: 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1.5rem;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
.cmp-highlight-carousel .cmp-teaser__action-link:focus,
.cmp-highlight-carousel .cmp-teaser__action-link:hover {
	background: #0c2863;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.cmp-highlight-carousel .cmp-teaser__action-link:active {
	background: #ced4e0;
	border: none;
}
.cmp-highlight-carousel .cmp-teaser__action-link:disabled,
.cmp-highlight-carousel .cmp-teaser__action-link[disabled] {
	background-color: rgba(0, 115, 221, 0.3);
	color: #fff;
}
.cmp-highlight-carousel .cmp-carousel__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: inline-grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	position: relative;
}
.cmp-highlight-carousel .cmp-carousel__item {
	display: block;
	grid-column: 1/1;
	grid-row: 1/1;
}
.cmp-highlight-carousel .cmp-carousel__item:first-child .cmp-teaser__image {
	z-index: 2;
}
.cmp-highlight-carousel .cmp-carousel__item .cmp-teaser__image {
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
}
.cmp-highlight-carousel .cmp-carousel__item .cmp-teaser__content {
	opacity: 0;
	-webkit-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
.cmp-highlight-carousel .cmp-carousel__item--active {
	position: relative;
	z-index: 1;
}
.cmp-highlight-carousel .cmp-carousel__item--active .cmp-teaser__image {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.cmp-highlight-carousel .cmp-carousel__item--active .cmp-image__image {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.cmp-highlight-carousel .cmp-carousel__item--active .cmp-teaser__content {
	opacity: 1;
}
.cmp-highlight-carousel
	.cmp-carousel__item--active
	+ .cmp-carousel__item
	.cmp-teaser__image {
	z-index: 2;
}
.cmp-highlight-carousel .cmp-carousel__item--active:focus .cmp-image__image,
.cmp-highlight-carousel .cmp-carousel__item--active:hover .cmp-image__image {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
.cmp-highlight-carousel .cmp-carousel__actions {
	margin: 0 auto;
	position: relative;
	-webkit-transform: translate(-9rem, 4.7rem);
	transform: translate(-9rem, 4.7rem);
}
@media screen and (max-width: 768px) {
	.cmp-highlight-carousel .cmp-carousel__actions {
		display: none;
	}
}
.cmp-highlight-carousel
	.cmp-carousel__actions
	.cmp-carousel__action--pause.cmp-carousel__action--disabled
	+ .cmp-carousel__action--play {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cmp-highlight-carousel .cmp-carousel__action--previous {
	display: none;
}
.cmp-highlight-carousel .cmp-carousel__action--next {
	background: transparent;
	border: none;
	border-radius: 0;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(102%);
	transform: translateX(102%);
	width: 100%;
	z-index: 2;
}
.cmp-highlight-carousel .cmp-carousel__action--pause {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: hsla(0, 0%, 100%, 0.2);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3rem;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 3rem;
}
.cmp-highlight-carousel .cmp-carousel__action--pause:hover {
	background: hsla(0, 0%, 100%, 0.4);
}
.cmp-highlight-carousel
	.cmp-carousel__action--pause.cmp-carousel__action--disabled {
	display: none;
}
.cmp-highlight-carousel
	.cmp-carousel__action--pause
	.cmp-carousel__action-icon {
	height: 1rem;
	width: 0.7rem;
}
.cmp-highlight-carousel
	.cmp-carousel__action--pause
	.cmp-carousel__action-icon:before {
	background: #fff;
	-webkit-box-shadow: 0.6rem 0 0 #fff;
	box-shadow: 0.6rem 0 0 #fff;
	content: "";
	display: block;
	height: 1rem;
	width: 0.2rem;
}
.cmp-highlight-carousel .cmp-carousel__action--play {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: hsla(0, 0%, 100%, 0.2);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	height: 3rem;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 3rem;
}
.cmp-highlight-carousel .cmp-carousel__action--play:hover {
	background: hsla(0, 0%, 100%, 0.4);
}
.cmp-highlight-carousel .cmp-carousel__action--play .cmp-carousel__action-icon {
	height: 1.2rem;
	width: 1.2rem;
}
.cmp-highlight-carousel
	.cmp-carousel__action--play
	.cmp-carousel__action-icon:before {
	border-bottom: 0.6rem solid transparent;
	border-left: 1rem solid #fff;
	border-top: 0.6rem solid transparent;
	content: "";
	display: block;
	height: 0;
	margin-left: 0.2rem;
	width: 0;
}
.cmp-highlight-carousel .cmp-carousel__action-icon {
	display: block;
}
.cmp-highlight-carousel .cmp-carousel__action-text {
	display: none;
}
.cmp-highlight-carousel .cmp-carousel__indicators {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: hsla(0, 0%, 100%, 0.2);
	border-radius: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	margin: 3rem auto 0;
	padding: 1.25rem;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media screen and (max-width: 768px) {
	.cmp-highlight-carousel .cmp-carousel__indicators {
		display: none;
	}
}
.cmp-highlight-carousel .cmp-carousel__indicator {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: none;
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 0.7rem;
	justify-content: center;
	margin: 0;
	opacity: 0.5;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 0.7rem;
}
.cmp-highlight-carousel .cmp-carousel__indicator:before {
	border-radius: 50%;
	content: "";
	display: block;
	height: 1rem;
	width: 1rem;
}
@media screen and (max-width: 768px) {
	.cmp-highlight-carousel .cmp-carousel__indicator,
	.cmp-highlight-carousel .cmp-carousel__indicator:before {
		height: 0.75rem;
		width: 0.75rem;
	}
}
.cmp-highlight-carousel .cmp-carousel__indicator--active {
	border-radius: 0.35rem;
	height: 0.6rem;
	opacity: 1;
	width: 3rem;
}
.cmp-highlight-carousel .cmp-carousel__indicator--active:before {
	border-radius: 0.35rem;
	height: 0.6rem;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.cmp-highlight-carousel .cmp-carousel__indicator--active {
		height: 1.5rem;
		width: 3.5625rem;
	}
}
.cmp-highlight-carousel .cmp-carousel__indicator--active:after {
	-webkit-animation: progress-bar-fill 4s ease-in-out forwards;
	animation: progress-bar-fill 4s ease-in-out forwards;
	background: #fff;
	border-radius: 0.35rem;
	content: "";
	height: 0.6rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.cmp-highlight-carousel .cmp-teaser__content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.cmp-highlight-carousel .cmp-teaser__image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
.cmp-highlight-carousel__dark {
	background: #0c2863;
	-webkit-box-shadow: 0 0 0 100vmax #0c2863;
	box-shadow: 0 0 0 100vmax #0c2863;
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
}
.cmp-highlight-carousel__dark .cmp-teaser,
.cmp-highlight-carousel__dark .cmp-teaser__description {
	color: #fff;
}
.cmp-highlight-carousel__dark .cmp-teaser__title {
	color: #3d95f4;
}
.cmp-highlight-carousel__dark .cmp-teaser__action-link {
	background: #fff;
	color: #0073dd;
}
.cmp-highlight-carousel__dark .cmp-teaser__action-link:focus,
.cmp-highlight-carousel__dark .cmp-teaser__action-link:hover {
	background: hsla(0, 0%, 100%, 0.8);
	color: #0c2863;
}
.cmp-highlight-carousel__dark .cmp-teaser__action-link:active {
	background: hsla(0, 0%, 100%, 0.5);
	color: #0c2863;
}
.cmp-highlight-carousel__dark .cmp-teaser__action-link:disabled {
	background-color: hsla(0, 0%, 100%, 0.4);
	color: #0073dd;
}
.cmp-highlight-carousel__dark .cmp-teaser__title-link {
	color: #fff;
}
.cmp-highlight-carousel__dark .cmp-carousel__indicator--active:before,
.cmp-highlight-carousel__dark .cmp-carousel__indicator:before {
	background: hsla(0, 0%, 100%, 0.5);
}
.cmp-highlight-carousel__light {
	background: #fff;
	-webkit-box-shadow: 0 0 0 100vmax #fff;
	box-shadow: 0 0 0 100vmax #fff;
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
}
.cmp-highlight-carousel__light .cmp-teaser,
.cmp-highlight-carousel__light .cmp-teaser__description,
.cmp-highlight-carousel__light .cmp-teaser__title {
	color: #000;
}
.cmp-highlight-carousel__light .cmp-teaser__action-link {
	background: #0073dd;
	color: #fff;
}
.cmp-highlight-carousel__light .cmp-teaser__action-link:focus,
.cmp-highlight-carousel__light .cmp-teaser__action-link:hover {
	background: #0c2863;
	color: #fff;
}
.cmp-highlight-carousel__light .cmp-teaser__action-link:active {
	background: #ced4e0;
	color: #0c2863;
}
.cmp-highlight-carousel__light .cmp-teaser__action-link:disabled {
	background-color: #ced4e0;
	color: #fff;
}
.cmp-highlight-carousel__light .cmp-carousel__indicators {
	background: rgba(12, 40, 99, 0.2);
}
.cmp-highlight-carousel__light .cmp-carousel__indicator--active:before,
.cmp-highlight-carousel__light .cmp-carousel__indicator:before {
	background: rgba(12, 40, 99, 0.5);
}
.cmp-highlight-carousel__light .cmp-carousel__indicator--active:after {
	background: #0c2863;
}
.cmp-highlight-carousel__light .cmp-carousel__action--pause,
.cmp-highlight-carousel__light .cmp-carousel__action--play {
	background: rgba(12, 40, 99, 0.2);
}
.cmp-highlight-carousel__light .cmp-carousel__action--pause:hover,
.cmp-highlight-carousel__light .cmp-carousel__action--play:hover {
	background: rgba(12, 40, 99, 0.4);
}
.cmp-highlight-carousel__light
	.cmp-carousel__action--pause
	.cmp-carousel__action-icon:before,
.cmp-highlight-carousel__light
	.cmp-carousel__action--play
	.cmp-carousel__action-icon:before {
	background: #0c2863;
	-webkit-box-shadow: 0.6rem 0 0 #0c2863;
	box-shadow: 0.6rem 0 0 #0c2863;
}
.cmp-highlight-carousel__light
	.cmp-carousel__action--play
	.cmp-carousel__action-icon {
	overflow: hidden;
}
.cmp-highlight-carousel__light
	.cmp-carousel__action--play
	.cmp-carousel__action-icon:before {
	background: transparent;
	border-bottom: 0.6rem solid transparent;
	border-left: 1rem solid #0c2863;
	border-top: 0.6rem solid transparent;
	content: "";
	display: block;
	height: 0;
	margin-left: 0.2rem;
	width: 0;
}
@media screen and (max-width: 768px) {
	.cmp-highlight-carousel:after {
		z-index: -1;
	}
	.cmp-highlight-carousel .cmp-carousel__content {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		gap: 1rem;
		height: 100%;
		max-width: 665px;
		overflow-x: auto;
		scroll-behavior: smooth;
		scroll-padding: 0;
		-ms-scroll-snap-type: both mandatory;
		scroll-snap-type: both mandatory;
		scrollbar-width: none;
	}
	.cmp-highlight-carousel .cmp-carousel__content::-webkit-scrollbar {
		display: none;
	}
	.cmp-highlight-carousel .cmp-teaser {
		height: 100%;
	}
	.cmp-highlight-carousel .cmp-carousel__item {
		height: 100%;
		max-width: 75dvw;
		min-width: 75dvw;
		scroll-snap-align: start;
		scroll-snap-stop: normal;
	}
	.cmp-highlight-carousel .cmp-carousel__item .cmp-teaser__content {
		opacity: 1;
		visibility: visible;
	}
	.cmp-highlight-carousel .cmp-carousel__item .cmp-teaser__image {
		-webkit-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
	}
}
@media screen and (max-width: 576px) {
	.cmp-highlight-carousel .cmp-carousel__content {
		max-width: 100dvw;
	}
}
.cmp-highlight-carousel .cmp-teaser__action-link,
.cmp-highlight-carousel .cmp-teaser__description,
.cmp-highlight-carousel .cmp-teaser__title {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.5));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.5));
}
@-webkit-keyframes progress-bar-fill {
	0% {
		width: 0;
	}
	to {
		width: 100%;
	}
}
@keyframes progress-bar-fill {
	0% {
		width: 0;
	}
	to {
		width: 100%;
	}
}
.cmp-categorylist {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cmp-categorylist__filter-text {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	line-height: 2rem;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-categorylist__filter-text {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.cmp-categorylist__filter-label {
	font-size: 1rem;
	line-height: 1.25rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
	.cmp-categorylist__filter-label {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
}
.cmp-categorylist__filter {
	margin: 1rem 0 2rem;
}
.cmp-categorylist__filter-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 2rem;
	overflow-x: scroll;
	overflow-y: hidden;
	scrollbar-color: #0063be #8f8d87;
	scrollbar-width: auto;
}
.cmp-categorylist__filter-items::-webkit-scrollbar {
	-webkit-appearance: none;
	height: 20px;
}
.cmp-categorylist__filter-items::-webkit-scrollbar-track {
	background: #8f8d87;
	border-radius: 6px;
}
.cmp-categorylist__filter-items::-webkit-scrollbar-thumb {
	background: #0063be;
	border: 2px solid #fff;
	border-radius: 6px;
}
.cmp-categorylist__filter-items::-webkit-scrollbar-thumb:hover {
	background: #00488b;
}
@media screen and (max-width: 1024px) {
	.cmp-categorylist__filter-items {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		scroll-behavior: smooth;
		scroll-padding: 0;
		-ms-scroll-snap-type: both mandatory;
		scroll-snap-type: both mandatory;
	}
}
@media (hover: hover) and (pointer: fine) and (-webkit-min-device-pixel-ratio: 2),
	(hover: hover) and (pointer: fine) and (min-resolution: 2dppx) {
	.cmp-categorylist__filter-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.cmp-categorylist__filter-item {
	border: 1px solid #000;
	border-radius: 0.5rem;
	cursor: pointer;
	font-family: AlbertSans-Regular, Arial, sans-serif;
	font-size: clamp(1rem, 8.6vw, 1.25rem);
	line-height: clamp(1.5rem, 8.6vw, 2rem);
	padding: 0.25rem 0.75rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
}
@media screen and (max-width: 1024px) {
	.cmp-categorylist__filter-item {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.cmp-categorylist__filter-item.active {
	background: #0063be;
	border: 1px solid #0063be;
	color: #fff;
}
.cmp-categorylist__filter-select {
	border-bottom: 1px solid #8f8d87;
	display: inline-block;
	margin-bottom: 2rem;
	padding: 0.25rem 0 0.25rem 0.5rem;
	position: relative;
	z-index: 0;
}
.cmp-categorylist__filter-select:after {
	speak: none;
	content: "";
	font-family: iconfk;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	margin-left: 0.5rem;
	position: absolute;
	right: 0.5rem;
	z-index: 1;
}
.cmp-categorylist__filter-dropdown {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0 2.5rem 0 0;
	position: relative;
	z-index: 2;
}
.cmp-categorylist__filter-result {
	font-family: AlbertSans-Regular, Arial, sans-serif;
	font-size: clamp(1rem, 8.6vw, 1.25rem);
	line-height: clamp(1.5rem, 8.6vw, 2rem);
}
@media screen and (max-width: 1024px) {
	.cmp-categorylist__filter-result {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.cmp-categorylist .cmp-list {
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 1.5rem 0 3rem;
	row-gap: 3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-categorylist .cmp-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 1rem;
		overflow-x: scroll;
		overflow-y: hidden;
		scroll-behavior: smooth;
		scroll-padding: 0;
		-ms-scroll-snap-type: both mandatory;
		scroll-snap-type: both mandatory;
		scrollbar-color: #0063be #8f8d87;
		scrollbar-width: auto;
	}
	.cmp-categorylist .cmp-list::-webkit-scrollbar {
		-webkit-appearance: none;
		height: 20px;
	}
	.cmp-categorylist .cmp-list::-webkit-scrollbar-track {
		background: #8f8d87;
		border-radius: 6px;
	}
	.cmp-categorylist .cmp-list::-webkit-scrollbar-thumb {
		background: #0063be;
		border: 2px solid #fff;
		border-radius: 6px;
	}
	.cmp-categorylist .cmp-list::-webkit-scrollbar-thumb:hover {
		background: #00488b;
	}
	.cmp-categorylist .cmp-list.stacked {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.cmp-categorylist .cmp-list__item {
	display: none;
}
.cmp-categorylist .cmp-list__item.active {
	display: block;
}
@media screen and (max-width: 1024px) {
	.cmp-categorylist .cmp-list__item {
		max-width: 75dvw;
		min-width: 75dvw;
		scroll-snap-align: start;
		scroll-snap-stop: normal;
	}
}
.cmp-categorylist .cmp-category__button {
	margin-inline: auto;
	margin-bottom: 3rem;
}
.cmp-categorylist .cmp-list__item:nth-child(3n + 1) {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.3));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.3));
}
.cmp-categorylist .cmp-list__item:nth-child(3n + 2) {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.7));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.7));
}
.cmp-categorylist .cmp-list__item:nth-child(3n + 3) {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.5));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.5));
}
@media screen and (max-width: 1024px) {
	.cmp-categorylist .cmp-list .cmp-list__item {
		-webkit-transform: none;
		transform: none;
	}
}
.cmp-category-teaser {
	height: 100%;
}
.cmp-category-teaser .cmp-teaser__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	margin-bottom: 1rem;
	order: 1;
}
.cmp-category-teaser .cmp-teaser__image .cmp-image {
	overflow: hidden;
	position: relative;
}
.cmp-category-teaser .cmp-teaser__image .cmp-image:before {
	background-color: rgba(0, 115, 221, 0.5);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 25%;
	z-index: 1;
}
.cmp-category-teaser .cmp-teaser__image .cmp-image__image {
	aspect-ratio: 16/9;
	width: 100%;
}
.cmp-category-teaser .cmp-teaser__content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	color: #000;
	line-height: 1.25rem;
	margin-top: auto;
	order: 2;
}
.cmp-category-teaser .cmp-teaser__category {
	color: #0063be;
	font-size: 1rem;
	line-height: 1.25rem;
}
@media screen and (max-width: 1024px) {
	.cmp-category-teaser .cmp-teaser__category {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
}
.cmp-category-teaser .cmp-teaser__separator {
	color: #777673;
	padding: 0 2px 0 0.5rem;
}
.cmp-category-teaser .cmp-teaser__date {
	font-size: 1rem;
	line-height: 1.25rem;
}
@media screen and (max-width: 1024px) {
	.cmp-category-teaser .cmp-teaser__date {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
}
.cmp-category-teaser .cmp-teaser__title {
	margin-bottom: 1rem;
	margin-top: 0.875rem;
}
.cmp-category-teaser .cmp-teaser__description {
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-family: AlbertSans-Regular, Arial, sans-serif;
	font-size: clamp(1rem, 8.6vw, 1.25rem);
	line-height: clamp(1.5rem, 8.6vw, 2rem);
	margin-bottom: 2rem;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
	.cmp-category-teaser .cmp-teaser__description {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.cmp-category-teaser .cmp-teaser__link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.cmp-category-teaser .cmp-teaser__link:focus .cmp-teaser__title,
.cmp-category-teaser .cmp-teaser__link:hover .cmp-teaser__title {
	color: #0063be;
}
.cmp-category-teaser .cmp-teaser__link:focus .cmp-image:before,
.cmp-category-teaser .cmp-teaser__link:hover .cmp-image:before {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
}
.cmp-category-teaser .cmp-teaser__link:active .cmp-teaser__title {
	color: #ced4e0;
}
.cmp-container--biopharma_banner
	.cmp-container:has(.cmp-teaser__title:only-child) {
	display: block;
}
.cmp-container--biopharma_banner .cmp-container {
	background: var(--product-gradient);
	padding: 3.75rem 0.625rem 3.75rem 7.5rem;
	position: relative;
	z-index: 1;
}
.cmp-container--biopharma_banner .cmp-container:after {
	background: var(--product-gradient);
	content: "";
	display: none;
	height: 100%;
	left: -6%;
	position: absolute;
	top: 0;
	width: 112%;
	z-index: -1;
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_banner .cmp-container:after {
		display: block;
	}
	.cmp-container--biopharma_banner .cmp-container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: grid;
		grid-template-columns: 2fr 2fr;
		padding: 1.25rem;
	}
}
.cmp-container--biopharma_banner .cmp-container .cmp-text {
	color: #fff;
	font-size: 1rem;
	grid-column-end: 2;
	grid-column-start: 1;
	line-height: 1.2;
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_banner .cmp-container .cmp-text {
		font-size: 0.75rem;
	}
}
.adalimumab-aacf
	.cmp-container--biopharma_banner
	.cmp-container
	.cmp-teaser--biopharma_banner
	.cmp-teaser__description,
.adalimumab-aacf
	.cmp-container--biopharma_banner
	.cmp-container
	.cmp-teaser--biopharma_banner
	.cmp-teaser__title,
.adalimumab-aacf .cmp-container--biopharma_banner .cmp-container .cmp-text {
	color: var(--product-primary);
}
.cmp-container--biopharma_nav {
	padding: 3rem 0;
	position: relative;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1),
		-webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_nav {
		background: -webkit-gradient(
			linear,
			right top,
			left top,
			from(#fff),
			to(#f7f6f5)
		);
		background: linear-gradient(270deg, #fff, #f7f6f5);
		-webkit-box-shadow: 0 0 0 50vmax #f7f6f5;
		box-shadow: 0 0 0 50vmax #f7f6f5;
		-webkit-clip-path: inset(0 0 0 -100vmax);
		clip-path: inset(0 0 0 -100vmax);
		padding: 1rem 0;
		-webkit-transform: none;
		transform: none;
	}
	.cmp-container--biopharma_nav.active {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-clip-path: none;
		clip-path: none;
	}
}
.cmp-container--biopharma_nav .cmp-container {
	position: relative;
}
.cmp-container--biopharma_nav
	.cmp-container--biopharma_nav_menu.active
	.cmp-container {
	background: #fff;
	left: 0;
	padding: 1rem 1rem 2rem;
	position: fixed;
	top: 0;
	width: 100%;
}
.cmp-container--biopharma_nav
	.cmp-container--biopharma_nav_menu
	.cmp-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 3;
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_nav
		.cmp-container--biopharma_nav_menu
		.cmp-container {
		padding: 1rem 0;
	}
}
.cmp-container--biopharma_nav .cmp-container--biopharma_nav_menu .cmp-image {
	margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_nav .cmp-container--biopharma_nav_menu .cmp-image {
		margin-bottom: 0;
	}
}
.cmp-container--biopharma_nav
	.cmp-container--biopharma_nav_menu
	.cmp-image
	.cmp-image__image {
	max-width: 18.75rem;
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_nav
		.cmp-container--biopharma_nav_menu
		.cmp-image
		.cmp-image__image {
		height: 2.188rem;
		max-width: 100%;
	}
}
.cmp-container--biopharma_nav
	.cmp-container--biopharma_nav_menu
	.cmp-button--biopharma_nav {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	display: none;
	height: 1.5rem;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_nav
		.cmp-container--biopharma_nav_menu
		.cmp-button--biopharma_nav {
		display: block;
		margin-right: 1rem;
	}
}
.cmp-container--biopharma_nav
	.cmp-container--biopharma_nav_menu
	.cmp-button--biopharma_nav
	.cmp-button {
	background: var(--product-primary);
	border-radius: 0;
	display: none;
	height: 0.1875rem;
	margin: 0;
	padding: 0;
	position: relative;
	right: 0;
	top: 0.75rem;
	width: 1.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_nav
		.cmp-container--biopharma_nav_menu
		.cmp-button--biopharma_nav
		.cmp-button {
		display: block;
	}
}
.cmp-container--biopharma_nav
	.cmp-container--biopharma_nav_menu
	.cmp-button--biopharma_nav
	.cmp-button:after,
.cmp-container--biopharma_nav
	.cmp-container--biopharma_nav_menu
	.cmp-button--biopharma_nav
	.cmp-button:before {
	background-color: var(--product-primary);
	border-radius: 0;
	content: "";
	display: block;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	width: 1.5rem;
}
.cmp-container--biopharma_nav
	.cmp-container--biopharma_nav_menu
	.cmp-button--biopharma_nav
	.cmp-button:before {
	top: -0.5rem;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, -webkit-transform;
	transition-property: top, transform;
	transition-property: top, transform, -webkit-transform;
}
.cmp-container--biopharma_nav
	.cmp-container--biopharma_nav_menu
	.cmp-button--biopharma_nav
	.cmp-button:after {
	bottom: -0.5rem;
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform;
}
.cmp-container--biopharma_nav
	.cmp-container--biopharma_nav_menu
	.cmp-button--biopharma_nav
	.cmp-button:hover {
	background-color: var(--product-primary);
}
.cmp-container--biopharma_nav
	.cmp-container--biopharma_nav_menu
	.cmp-button--biopharma_nav.active
	.cmp-button {
	background: transparent;
}
.cmp-container--biopharma_nav
	.cmp-container--biopharma_nav_menu
	.cmp-button--biopharma_nav.active
	.cmp-button:after,
.cmp-container--biopharma_nav
	.cmp-container--biopharma_nav_menu
	.cmp-button--biopharma_nav.active
	.cmp-button:before {
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
.cmp-container--biopharma_nav
	.cmp-container--biopharma_nav_menu
	.cmp-button--biopharma_nav.active
	.cmp-button:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cmp-container--biopharma_nav
	.cmp-container--biopharma_nav_menu
	.cmp-button--biopharma_nav.active
	.cmp-button:after {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_nav
		.cmp-container
		.cmp-container--biopharma_mobile_nav {
		background: -webkit-gradient(
			linear,
			right top,
			left top,
			from(#fff),
			to(#f7f6f5)
		);
		background: linear-gradient(270deg, #fff, #f7f6f5);
		bottom: 0;
		display: block;
		height: 100dvh;
		left: 0;
		margin-left: auto;
		opacity: 0;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 1rem 1rem 2rem;
		position: fixed;
		right: -100%;
		top: 4.5rem;
		-webkit-transition: right 0.3s ease-in;
		transition: right 0.3s ease-in;
		width: 100%;
		z-index: 4;
	}
}
.cmp-container--biopharma_nav
	.cmp-container
	.cmp-container--biopharma_mobile_nav::-webkit-scrollbar {
	display: none;
}
.cmp-container--biopharma_nav
	.cmp-container
	.cmp-container--biopharma_mobile_nav.active {
	height: calc(100vh - 12.5rem);
	opacity: 1;
	padding-bottom: 6.25rem;
	right: 0;
	-webkit-transition: right 0.3s ease-in;
	transition: right 0.3s ease-in;
}
.cmp-container--biopharma_nav
	.cmp-container
	.cmp-container--biopharma_mobile_nav.hide
	.cmp-list__metamenu,
.cmp-container--biopharma_nav
	.cmp-container
	.cmp-container--biopharma_mobile_nav.hide>.cmp-container>.languagenavigation {
	display: none;
}
.cmp-container--biopharma_nav>.cmp-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cmp-container--biopharma_nav>.cmp-container>.cmp-list--biopharma_menu {
	display: none;
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_nav>.cmp-container>.cmp-list--biopharma_menu {
		display: block;
	}
}
.cmp-container--biopharma_nav--sticky {
	max-height: calc(100vh - 4rem);
	overflow-y: auto;
	overflow-y: hidden;
	padding-right: 1rem;
	position: fixed;
	top: 0;
	width: inherit;
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_nav--sticky {
		position: relative;
		top: auto;
	}
}
.cmp-container--biopharma_nav--sticky-pinned {
	-webkit-transform: translateY(10rem);
	transform: translateY(10rem);
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_nav--sticky-pinned {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.cmp-container--biopharma_nav--sticky {
		overflow-x: hidden;
		padding: 0;
		position: relative;
		top: 0;
	}
}
.cmp-container--biopharma_product_content>.cmp-container {
	overflow-x: hidden;
	padding: 0 7.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_product_content>.cmp-container {
		overflow-x: visible;
		padding: 0 1.25rem;
	}
}
.cmp-container--biopharma_product_content
	.cmp-container
	.imagetextblock
	.cmp-teaser__action-link {
	color: var(--product-primary);
	font-size: 1.25rem;
}
.cmp-container--biopharma_product_content
	.cmp-container
	.imagetextblock
	.cmp-teaser__action-link:after,
.cmp-container--biopharma_product_content
	.cmp-container
	.imagetextblock
	.cmp-teaser__action-link:focus,
.cmp-container--biopharma_product_content
	.cmp-container
	.imagetextblock
	.cmp-teaser__action-link:hover {
	color: var(--product-primary);
}
.cmp-container--biopharma_product_content
	.cmp-container
	.imagetextblock
	.cmp-teaser__description {
	font-size: 1rem;
	line-height: 1.25rem;
}
.cmp-container--biopharma_product_content
	.cmp-container
	.cmp-teaser__action-link {
	color: var(--product-primary);
	font-size: 1.25rem;
}
.cmp-container--biopharma_product_content
	.cmp-container
	.cmp-teaser__action-link:after,
.cmp-container--biopharma_product_content
	.cmp-container
	.cmp-teaser__action-link:focus,
.cmp-container--biopharma_product_content
	.cmp-container
	.cmp-teaser__action-link:hover {
	color: var(--product-primary);
}
.cmp-container--biopharma_product_content .cmp-container .cmp-text {
	font-size: 1rem;
	line-height: 1.25rem;
}
.cmp-container--biopharma_product_content .cmp-container .cmp-download__action,
.cmp-container--biopharma_product_content
	.cmp-container
	.cmp-link-arrow
	.cmp-button,
.cmp-container--biopharma_product_content
	.cmp-container
	.cmp-link-arrow
	.cmp-button__text:after,
.cmp-container--biopharma_product_content .cmp-container .cmp-text a,
.cmp-container--biopharma_product_content
	.cmp-container
	.cmp-text
	blockquote:before {
	color: var(--product-primary);
}
.cmp-container--biopharma_product_content
	.cmp-container
	.cmp-download__action-text {
	font-size: 1.25rem;
}
.cmp-container--biopharma_product_content
	.cmp-container
	.cmp-accordion__button {
	padding: 2rem 0;
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_product_content
		.cmp-container
		.cmp-accordion__button {
		padding: 1.625rem 0;
	}
}
.cmp-container--biopharma_product_content .cmp-container .cmp-accordion__panel {
	padding: 0.5rem 0 2rem;
}
.cmp-container--biopharma_product_content .cmp-container .cmp-accordion__title {
	font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_product_content
		.cmp-container
		.cmp-accordion__title {
		font-size: 1.125rem;
	}
}
.cmp-container--biopharma_product_content
	.cmp-container
	.cmp-accordion__icon:after,
.cmp-container--biopharma_product_content
	.cmp-container
	.cmp-accordion__icon:before {
	background-color: var(--product-primary);
}
.cmp-container--biopharma_product_page>.cmp-container {
	display: grid;
	grid-template-columns: 30% 70%;
}
@media screen and (max-width: 1200px) {
	.cmp-container--biopharma_product_page>.cmp-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_product_page>.cmp-container {
		display: block;
	}
}
.cmp-container--biopharma_product_page>.cmp-container .breadcrumb {
	grid-column: 1/-1;
	width: 100%;
}
.cmp-container--biopharma_product_page>.cmp-container
	.cmp-container--biopharma_nav {
	grid-column: 1;
}
.cmp-container--biopharma_product_page>.cmp-container
	.cmp-container--biopharma_page_content {
	grid-column: 2;
}
.cmp-container--biopharma_product_page>.cmp-container
	.cmp-container--biopharma_static {
	grid-column: 1/-1;
}
.cmp-container_cards {
	margin: 0 0 6.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-container_cards {
		margin: 3rem 0 4rem;
	}
}
.cmp-container_cards .cmp-container {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
	.cmp-container_cards .cmp-container {
		display: block;
	}
}
.cmp-container_cards .cmp-container .teaser:only-child {
	grid-column: 1/3;
}
.cmp-container_cards
	.cmp-container
	.teaser:only-child
	.cmp-teaser__action-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
	.cmp-container_cards
		.cmp-container
		.teaser:only-child
		.cmp-teaser__action-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0.75rem;
	}
}
.cmp-container_cards .cmp-teaser__content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.cmp-container_cards .cmp-teaser__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	margin-bottom: 1.5rem;
	order: 1;
}
.cmp-container_cards .cmp-teaser__title {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2.75rem;
	line-height: 3.5rem;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-container_cards .cmp-teaser__title {
		font-size: 1.75rem;
		line-height: 2.125rem;
	}
}
.cmp-container_cards .cmp-teaser__action-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
}
@media screen and (max-width: 1024px) {
	.cmp-container_cards .cmp-teaser__action-container {
		gap: 0.75rem;
	}
}
.cmp-container_cards .cmp-teaser__action-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.cmp-container_cards .cmp-teaser__action-link {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.cmp-container_cards .cmp-teaser__action-link {
	color: #000;
}
.cmp-container_cards .cmp-teaser__action-link:focus,
.cmp-container_cards .cmp-teaser__action-link:hover {
	color: #0063be;
	cursor: pointer;
}
.cmp-container_cards .cmp-teaser__action-link:active {
	color: #0063be;
}
.cmp-container_cards .cmp-teaser__action-link:after {
	speak: none;
	color: #0063be;
	content: "";
	font-family: iconfk;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 400;
	margin-left: 0.5rem;
	margin-right: auto;
	min-width: 4rem;
	overflow: hidden;
	text-indent: -1.5rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cmp-container_cards .cmp-teaser__action-link:focus:after,
.cmp-container_cards .cmp-teaser__action-link:hover:after {
	text-indent: 0;
}
.cmp-container_cards .cmp-teaser__description {
	margin-bottom: 1.5rem;
}
.cmp-container_cards .teaser {
	padding: 3.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-container_cards .teaser {
		margin: 0 0 1.5rem;
		padding: 1.5rem;
	}
}
.cmp-container_cards .teaser:nth-child(odd) {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fff),
		color-stop(50%, #f7f6f5)
	);
	background: linear-gradient(90deg, #fff, #f7f6f5 50%);
}
.cmp-container_cards .teaser:nth-child(2n) {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#fff),
		color-stop(50%, #f7f6f5)
	);
	background: linear-gradient(270deg, #fff, #f7f6f5 50%);
}
.cmp-container_cards .teaser:only-child {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fff),
		color-stop(50%, #f7f6f5)
	);
	background: linear-gradient(90deg, #fff, #f7f6f5 50%);
}
.cmp-container_cards .teaser:nth-child(odd) {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.3));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.3));
}
.cmp-container_cards .teaser:nth-child(2n + 2) {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.7));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.7));
}
@media screen and (max-width: 1024px) {
	.cmp-container_cards .cmp-container .teaser {
		-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.6));
		transform: translateY(calc(-1% * var(--scroll-vertical) * 0.6));
	}
}
.cmp-grey-bg,
.cmp-grey-bg-lt,
.cmp-grey-bg-rt {
	position: relative;
	z-index: 0;
}
.cmp-grey-bg-lt:before,
.cmp-grey-bg-rt:before,
.cmp-grey-bg:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.cmp-grey-bg-lt:before,
	.cmp-grey-bg-rt:before,
	.cmp-grey-bg:before {
		width: 100%;
	}
}
.cmp-grey-bg-lt:before {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fff),
		color-stop(50%, #f7f6f5)
	);
	background: linear-gradient(90deg, #fff, #f7f6f5 50%);
	height: 120%;
	top: -15rem;
	width: 50%;
}
@media screen and (max-width: 768px) {
	.cmp-grey-bg-lt:before {
		width: 75%;
	}
}
.cmp-grey-bg-rt:before {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#fff),
		color-stop(50%, #f7f6f5)
	);
	background: linear-gradient(270deg, #fff, #f7f6f5 50%);
	height: 65%;
	right: 0;
	top: -5rem;
	width: 75%;
}
@media screen and (max-width: 768px) {
	.cmp-grey-bg-rt:before {
		height: 60%;
	}
}
.cq-Editable-dom .cmp-container-hotspot-pop-up .cmp-teaser {
	position: relative;
}
.cmp-container-hotspot-pop-up .cmp-teaser {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 2rem;
	left: 1.25rem;
	max-width: 712px;
	padding-bottom: 1.25rem;
	position: absolute;
	right: 1.25rem;
}
@media screen and (max-width: 576px) {
	.cmp-container-hotspot-pop-up .cmp-teaser {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.5rem;
		top: 0;
	}
}
.cmp-container-hotspot-pop-up .cmp-teaser__image {
	-webkit-box-flex: 0;
	display: block;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	width: 200px;
}
@media screen and (max-width: 576px) {
	.cmp-container-hotspot-pop-up .cmp-teaser__image {
		width: 100%;
	}
}
.cmp-container-hotspot-pop-up .cmp-teaser__image .cmp-image__image {
	aspect-ratio: unset;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.cmp-container-hotspot-pop-up .cmp-teaser__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.75rem;
	max-width: 100%;
	order: 2;
}
.cmp-container-hotspot-pop-up .cmp-teaser__title {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-right: 1rem;
}
.cmp-container-hotspot-pop-up .cmp-teaser__description {
	font-family: AlbertSans-Regular, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
}
.cmp-container-hotspot-pop-up .cmp-teaser__action-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1rem;
}
.cmp-container-hotspot-pop-up .cmp-teaser__action-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin: 0;
	position: relative;
	z-index: 1;
}
.cmp-container-hotspot-pop-up .cmp-teaser__action-link:focus,
.cmp-container-hotspot-pop-up .cmp-teaser__action-link:hover {
	color: #0063be;
	cursor: pointer;
}
.cmp-container-hotspot-pop-up .cmp-teaser__action-link:active {
	color: #0063be;
}
.cmp-container-hotspot-pop-up .cmp-teaser__action-link:after {
	speak: none;
	color: #0063be;
	content: "";
	font-family: iconfk;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	margin-left: 0.5rem;
	margin-left: 1rem;
	margin-right: auto;
	min-width: 4rem;
	overflow: hidden;
	text-indent: -1rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cmp-container-hotspot-pop-up .cmp-teaser__action-link:focus:after,
.cmp-container-hotspot-pop-up .cmp-teaser__action-link:hover:after {
	text-indent: 0;
}
.cmp-container-link-block {
	position: relative;
	z-index: 1;
}
.cmp-container-link-block:before {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#3d95f4),
		to(#0c2863)
	);
	background: linear-gradient(90deg, #3d95f4, #0c2863);
	content: "";
	height: 100%;
	left: 0;
	margin: 0 calc(-50vw + 50%);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.cmp-container-link-block .cmp-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 140px;
	justify-content: end;
}
.cmp-container-link-block .cmp-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	all: unset;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-family: AlbertSans-Regular, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.cmp-container-link-block .cmp-button {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.cmp-container-link-block .cmp-button {
	color: #000;
}
.cmp-container-link-block .cmp-button:active,
.cmp-container-link-block .cmp-button:focus,
.cmp-container-link-block .cmp-button:hover {
	color: #0063be;
}
.cmp-container-link-block .cmp-button:after {
	speak: none;
	color: #0063be;
	content: "";
	font-family: iconfk;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 400;
	margin-left: 0.5rem;
	margin-right: auto;
	min-width: 4rem;
	overflow: hidden;
	text-indent: -1.5rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cmp-container-link-block .cmp-button:focus:after,
.cmp-container-link-block .cmp-button:hover:after {
	text-indent: 0;
}
.cmp-container-link-block .cmp-button {
	color: #fff;
}
.cmp-container-link-block .cmp-button:focus,
.cmp-container-link-block .cmp-button:hover {
	color: hsla(0, 0%, 100%, 0.5);
	cursor: pointer;
}
.cmp-container-link-block .cmp-button:active {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-container-link-block .cmp-button.link {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.125rem;
	font-size: 1.5rem;
	line-height: 2rem;
}
.cmp-container-link-block .cmp-button.link:focus,
.cmp-container-link-block .cmp-button.link:hover {
	color: hsla(0, 0%, 100%, 0.5);
	cursor: pointer;
}
.cmp-container-link-block .cmp-button.link:active {
	color: #fff;
}
.cmp-container-link-block .cmp-button.link:disabled,
.cmp-container-link-block .cmp-button.link[disabled] {
	color: hsla(0, 0%, 100%, 0.4);
}
@media screen and (max-width: 1024px) {
	.cmp-container-link-block .cmp-button.link {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.cmp-container-link-block .cmp-button:after {
	color: #fff;
}
.cmp-container-link-block .cmp-button:focus:after,
.cmp-container-link-block .cmp-button:hover:after {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-container-link-block .cmp-button:after {
	margin-left: 1.875rem;
}
.cmp-container-link-block .cmp-button:focus,
.cmp-container-link-block .cmp-button:focus-visible {
	color: #fff;
	outline: 1px solid #fff;
}
.cmp-container-link-block .cmp-button:focus-visible:after,
.cmp-container-link-block .cmp-button:focus:after {
	color: #fff;
}
.cmp-container-section-heading {
	padding: 6.5rem 0 4rem;
}
.cmp-container-section-heading.no-top {
	padding-top: 0;
}
.cmp-container-section-heading.no-bottom {
	padding-bottom: 0;
}
.cmp-container-section-heading.no-top-bottom {
	padding-bottom: 0;
	padding-top: 0;
}
@media screen and (max-width: 1024px) {
	.cmp-container-section-heading {
		padding: 4rem 0 3rem;
	}
}
.cmp-container-section-heading h2 {
	color: #000;
}
.cmp-container-section-heading h4 {
	color: #0063be;
}
.cmp-container-section-heading .cmp-title {
	position: relative;
	z-index: 1;
}
.cmp-container-section-heading__gray {
	position: relative;
}
.cmp-container-section-heading__gray:before {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#fff),
		color-stop(80%, #f7f6f5)
	);
	background: linear-gradient(270deg, #fff, #f7f6f5 80%);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	width: 75%;
	z-index: 0;
}
@media screen and (max-width: 768px) {
	.cmp-container-section-heading__gray:before {
		height: 110%;
	}
}
.cmp-container-section-heading__blue {
	position: relative;
	z-index: 1;
}
.cmp-container-section-heading__blue:before {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#0c2863),
		to(#0073dd)
	);
	background: linear-gradient(270deg, #0c2863, #0073dd);
	content: "";
	height: 100%;
	left: 0;
	margin: 0 calc(-50vw + 50%);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.cmp-container-section-heading__blue
	.cmp-text
	:is(h2, h3, h4, h5, h6, .style-h5, .style-h4, .style-h6),
.cmp-container-section-heading__blue
	.cmp-title
	:is(h2, h3, h4, h5, h6, .style-h5, .style-h4, .style-h6) {
	color: #fff;
}
.cmp-container-section-heading__blue .cmp-text *,
.cmp-container-section-heading__blue .cmp-title * {
	color: #fff;
}
.cmp-container-section-heading__blue .cmp-text a,
.cmp-container-section-heading__blue .cmp-title a {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.cmp-container-section-heading__blue .cmp-text a:focus,
.cmp-container-section-heading__blue .cmp-text a:hover,
.cmp-container-section-heading__blue .cmp-title a:focus,
.cmp-container-section-heading__blue .cmp-title a:hover {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-container-section-heading__blue .cmp-text a:active,
.cmp-container-section-heading__blue .cmp-title a:active {
	-webkit-box-shadow: #fff;
	box-shadow: #fff;
	color: #fff;
}
.cmp-container-section-heading__blue .cmp-text a:disabled,
.cmp-container-section-heading__blue .cmp-text a[disabled],
.cmp-container-section-heading__blue .cmp-title a:disabled,
.cmp-container-section-heading__blue .cmp-title a[disabled] {
	color: rgba(0, 115, 221, 0.3);
}
.cmp-container-section-heading__blue .cmp-text blockquote:before,
.cmp-container-section-heading__blue .cmp-title blockquote:before {
	color: #fff;
}
.cmp-container-section-heading__blue
	.cmp-image-text-block
	:is(h2, h3, h4, h5, h6, .style-h5, .style-h4, .style-h6) {
	color: #fff;
}
.cmp-container-section-heading__blue .cmp-image-text-block * {
	color: #fff;
}
.cmp-container-section-heading__blue .cmp-image-text-block a {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.cmp-container-section-heading__blue .cmp-image-text-block a:focus,
.cmp-container-section-heading__blue .cmp-image-text-block a:hover {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-container-section-heading__blue .cmp-image-text-block a:active {
	-webkit-box-shadow: #fff;
	box-shadow: #fff;
	color: #fff;
}
.cmp-container-section-heading__blue .cmp-image-text-block a:disabled,
.cmp-container-section-heading__blue .cmp-image-text-block a[disabled] {
	color: rgba(0, 115, 221, 0.3);
}
.cmp-container-section-heading__blue
	.cmp-image-text-block
	.cmp-teaser__description
	blockquote:before {
	color: #fff;
}
.cmp-container-section-heading__blue
	.cmp-image-text-block
	.cmp-teaser__action-link.link {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.cmp-container-section-heading__blue
	.cmp-image-text-block
	.cmp-teaser__action-link.link:focus,
.cmp-container-section-heading__blue
	.cmp-image-text-block
	.cmp-teaser__action-link.link:hover {
	color: #c9c5be;
	cursor: pointer;
}
.cmp-container-section-heading__blue
	.cmp-image-text-block
	.cmp-teaser__action-link.link:active {
	color: #c9c5be;
}
.cmp-container-section-heading__blue
	.cmp-image-text-block
	.cmp-teaser__action-link.link:after {
	color: #fff;
}
.cmp-container-section-heading__dark-blue {
	position: relative;
	z-index: 1;
}
.cmp-container-section-heading__dark-blue:before {
	background: #0c2863;
	content: "";
	height: 100%;
	left: 0;
	margin: 0 calc(-50vw + 50%);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.cmp-container-section-heading__dark-blue
	.cmp-text
	:is(h2, h3, h4, h5, h6, .style-h5, .style-h4, .style-h6),
.cmp-container-section-heading__dark-blue
	.cmp-title
	:is(h2, h3, h4, h5, h6, .style-h5, .style-h4, .style-h6) {
	color: #3d95f4;
}
.cmp-container-section-heading__dark-blue .cmp-text *,
.cmp-container-section-heading__dark-blue .cmp-title * {
	color: #fff;
}
.cmp-container-section-heading__dark-blue .cmp-text a,
.cmp-container-section-heading__dark-blue .cmp-title a {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.cmp-container-section-heading__dark-blue .cmp-text a:focus,
.cmp-container-section-heading__dark-blue .cmp-text a:hover,
.cmp-container-section-heading__dark-blue .cmp-title a:focus,
.cmp-container-section-heading__dark-blue .cmp-title a:hover {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-container-section-heading__dark-blue .cmp-text a:active,
.cmp-container-section-heading__dark-blue .cmp-title a:active {
	-webkit-box-shadow: #fff;
	box-shadow: #fff;
	color: #fff;
}
.cmp-container-section-heading__dark-blue .cmp-text a:disabled,
.cmp-container-section-heading__dark-blue .cmp-text a[disabled],
.cmp-container-section-heading__dark-blue .cmp-title a:disabled,
.cmp-container-section-heading__dark-blue .cmp-title a[disabled] {
	color: rgba(0, 115, 221, 0.3);
}
.cmp-container-section-heading__dark-blue
	.cmp-image-text-block
	:is(h2, h3, h4, h5, h6, .style-h5, .style-h4, .style-h6) {
	color: #3d95f4;
}
.cmp-container-section-heading__dark-blue .cmp-image-text-block * {
	color: #fff;
}
.cmp-container-section-heading__dark-blue .cmp-image-text-block a {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.cmp-container-section-heading__dark-blue .cmp-image-text-block a:focus,
.cmp-container-section-heading__dark-blue .cmp-image-text-block a:hover {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-container-section-heading__dark-blue .cmp-image-text-block a:active {
	-webkit-box-shadow: #fff;
	box-shadow: #fff;
	color: #fff;
}
.cmp-container-section-heading__dark-blue .cmp-image-text-block a:disabled,
.cmp-container-section-heading__dark-blue .cmp-image-text-block a[disabled] {
	color: rgba(0, 115, 221, 0.3);
}
.cmp-container-section-heading__dark-blue
	.cmp-image-text-block
	.cmp-teaser__action-link.link {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.cmp-container-section-heading__dark-blue
	.cmp-image-text-block
	.cmp-teaser__action-link.link:focus,
.cmp-container-section-heading__dark-blue
	.cmp-image-text-block
	.cmp-teaser__action-link.link:hover {
	color: #c9c5be;
	cursor: pointer;
}
.cmp-container-section-heading__dark-blue
	.cmp-image-text-block
	.cmp-teaser__action-link.link:active {
	color: #c9c5be;
}
.cmp-container-section-heading__dark-blue
	.cmp-image-text-block
	.cmp-teaser__action-link.link:after {
	color: #fff;
}
.cmp-container--two_column_text_banner .cmp-container {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;
	padding: 0.75rem 0;
}
@media screen and (max-width: 768px) {
	.cmp-container--two_column_text_banner .cmp-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.cmp-container--two_column_text_banner .cmp-container .text {
	container-type: unset;
}
@media screen and (max-width: 768px) {
	.cmp-container--two_column_text_banner .cmp-container .text {
		width: 100%;
	}
}
.cmp-container--two_column_text_banner .cmp-container .text:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
}
.cmp-container--two_column_text_banner .cmp-container .text:last-child {
	border-left: 2px solid hsla(0, 0%, 100%, 0.5);
	padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
	.cmp-container--two_column_text_banner .cmp-container .text:last-child {
		border-left: 0;
		border-top: 2px solid hsla(0, 0%, 100%, 0.5);
		padding: 1rem 0 0;
	}
	.cmp-container--two_column_text_banner
		.cmp-container
		.text:last-child
		.cmp-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 1.25rem;
	}
}
.cmp-container--two_column_text_banner .cmp-container .text p,
.cmp-container--two_column_text_banner .cmp-container .text p:last-child {
	margin-bottom: 0;
}
.cmp-container--two_column_text_banner .cmp-container .text p a {
	color: #fff;
}
.cmp-info-teaser-container {
	margin-bottom: 6.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-info-teaser-container {
		margin-bottom: 3.5rem;
	}
}
.cmp-info-teaser-container .teaser:first-child {
	position: relative;
}
.cmp-info-teaser-container .teaser:first-child:before {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#fff),
		color-stop(80%, #f7f6f5)
	);
	background: linear-gradient(270deg, #fff, #f7f6f5 80%);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	width: 75%;
	z-index: 0;
}
@media screen and (max-width: 768px) {
	.cmp-info-teaser-container .teaser:first-child:before {
		height: 120%;
	}
}
.cmp-info-teaser-container .cmp-teaser {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-template-columns: repeat(8, 1fr);
	padding: 0;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.cmp-info-teaser-container .cmp-teaser:first-child {
		margin-bottom: 3.5rem;
	}
}
@media screen and (max-width: 576px) {
	.cmp-info-teaser-container .cmp-teaser {
		gap: 0;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}
	.cmp-info-teaser-container .cmp-teaser .cmp-teaser__content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		grid-column: 1;
		order: 1;
	}
	.cmp-info-teaser-container .cmp-teaser .cmp-teaser__image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		grid-column: 1;
		order: 2;
	}
}
.cmp-info-teaser-container .cmp-teaser .cmp-teaser__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-column: 1/9;
	grid-template-columns: repeat(8, 1fr);
	padding: 0;
}
.cmp-info-teaser-container
	.cmp-teaser
	.cmp-teaser__link:hover
	.cmp-teaser__title:before {
	text-indent: 0;
}
.cmp-info-teaser-container
	.cmp-teaser
	.cmp-teaser__link:hover
	.cmp-image:before {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
}
.cmp-info-teaser-container
	.cmp-teaser
	.cmp-teaser__link:hover
	.cmp-image__image {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
.cmp-info-teaser-container
	.cmp-teaser
	.cmp-teaser__link:hover
	.cmp-teaser__title {
	color: #0073dd;
}
.cmp-info-teaser-container .cmp-teaser .cmp-teaser__link .cmp-teaser__title {
	color: #000;
	overflow: hidden;
	padding: 3rem 1.25rem 6.5rem 0;
	position: relative;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
@media screen and (max-width: 1024px) {
	.cmp-info-teaser-container .cmp-teaser .cmp-teaser__link .cmp-teaser__title {
		padding: 3rem 0 3.7rem;
	}
}
@media screen and (max-width: 768px) {
	.cmp-info-teaser-container .cmp-teaser .cmp-teaser__link .cmp-teaser__title {
		padding: 0 0 3.7rem;
	}
}
.cmp-info-teaser-container
	.cmp-teaser
	.cmp-teaser__link
	.cmp-teaser__title:before {
	speak: none;
	bottom: 2.7rem;
	color: #0073dd;
	content: "";
	font-family: iconfk;
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	left: 0;
	margin-right: 0.5rem;
	position: absolute;
	text-indent: -3rem;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
	.cmp-info-teaser-container
		.cmp-teaser
		.cmp-teaser__link
		.cmp-teaser__title:before {
		bottom: 1.5rem;
		font-size: 3rem;
		text-indent: -1.6rem;
	}
}
.cmp-info-teaser-container
	.cmp-teaser
	.cmp-teaser__link
	.cmp-teaser__description {
	padding: 0 0 3rem 3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-info-teaser-container
		.cmp-teaser
		.cmp-teaser__link
		.cmp-teaser__description {
		padding: 0 1.5rem 1.5rem;
	}
}
@media screen and (max-width: 768px) {
	.cmp-info-teaser-container
		.cmp-teaser
		.cmp-teaser__link
		.cmp-teaser__description {
		padding-left: 0;
	}
}
.cmp-info-teaser-container .cmp-teaser .cmp-teaser__link .cmp-image {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.cmp-info-teaser-container .cmp-teaser .cmp-teaser__link .cmp-image:before {
	background-color: rgba(0, 115, 221, 0.5);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 25%;
	width: 11.875rem;
	z-index: 1;
}
.cmp-info-teaser-container .cmp-teaser .cmp-teaser__link .cmp-image__image {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	min-height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.cmp-info-teaser-container .cmp-teaser__image {
	height: 100%;
}
.cmp-info-teaser-container
	.teaser:nth-child(odd)
	.cmp-teaser
	.cmp-teaser__content {
	grid-column: 1/5;
}
.cmp-info-teaser-container
	.teaser:nth-child(odd)
	.cmp-teaser
	.cmp-teaser__image {
	grid-column: 5/9;
}
.cmp-info-teaser-container
	.teaser:nth-child(odd)
	.cmp-teaser
	.cmp-image:before {
	bottom: 0;
	content: "";
	right: -4rem;
}
.cmp-info-teaser-container
	.teaser:nth-child(odd)
	.cmp-teaser
	.cmp-teaser__description {
	padding-right: 1.25rem;
}
.cmp-info-teaser-container
	.teaser:nth-child(odd)
	.cmp-teaser
	.cmp-teaser__link
	.cmp-teaser__image {
	grid-column: 5/9;
}
.cmp-info-teaser-container
	.teaser:nth-child(odd)
	.cmp-teaser
	.cmp-teaser__link
	.cmp-teaser__content {
	grid-column: 1/5;
}
@media screen and (max-width: 768px) {
	.cmp-info-teaser-container
		.teaser:nth-child(odd)
		.cmp-teaser
		.cmp-teaser__link {
		gap: 0;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}
	.cmp-info-teaser-container
		.teaser:nth-child(odd)
		.cmp-teaser
		.cmp-teaser__link
		.cmp-teaser__image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		grid-column: 1;
		order: 2;
	}
	.cmp-info-teaser-container
		.teaser:nth-child(odd)
		.cmp-teaser
		.cmp-teaser__link
		.cmp-teaser__content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		grid-column: 1;
		order: 1;
	}
	.cmp-info-teaser-container
		.teaser:nth-child(odd)
		.cmp-teaser
		.cmp-teaser__link
		.cmp-teaser__description {
		margin: 0;
	}
}
.cmp-info-teaser-container
	.teaser:nth-child(2n)
	.cmp-teaser
	.cmp-teaser__content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	grid-column: 5/9;
	order: 2;
}
.cmp-info-teaser-container
	.teaser:nth-child(2n)
	.cmp-teaser
	.cmp-teaser__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	grid-column: 1/5;
	order: 1;
}
.cmp-info-teaser-container .teaser:nth-child(2n) .cmp-teaser .cmp-image:before {
	bottom: 0;
	content: "";
	right: 0;
}
.cmp-info-teaser-container
	.teaser:nth-child(2n)
	.cmp-teaser
	.cmp-teaser__description {
	padding-right: 1.25rem;
}
.cmp-info-teaser-container
	.teaser:nth-child(2n)
	.cmp-teaser
	.cmp-teaser__content {
	margin-left: 2.5rem;
}
.cmp-info-teaser-container
	.teaser:nth-child(2n)
	.cmp-teaser
	.cmp-teaser__link
	.cmp-teaser__image {
	grid-column: 1/5;
}
.cmp-info-teaser-container
	.teaser:nth-child(2n)
	.cmp-teaser
	.cmp-teaser__link
	.cmp-teaser__content {
	grid-column: 5/9;
}
@media screen and (max-width: 1024px) {
	.cmp-info-teaser-container
		.teaser:nth-child(2n)
		.cmp-teaser
		.cmp-teaser__link
		.cmp-teaser__content {
		margin-left: 1.25rem;
	}
}
@media screen and (max-width: 768px) {
	.cmp-info-teaser-container
		.teaser:nth-child(2n)
		.cmp-teaser
		.cmp-teaser__link {
		gap: 0;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}
	.cmp-info-teaser-container
		.teaser:nth-child(2n)
		.cmp-teaser
		.cmp-teaser__link
		.cmp-teaser__image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		grid-column: 1;
		order: 2;
	}
	.cmp-info-teaser-container
		.teaser:nth-child(2n)
		.cmp-teaser
		.cmp-teaser__link
		.cmp-teaser__content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		grid-column: 1;
		margin: 0;
		order: 1;
	}
	.cmp-info-teaser-container
		.teaser:nth-child(2n)
		.cmp-teaser
		.cmp-teaser__link
		.cmp-teaser__content
		.cmp-teaser__description {
		margin: 0;
	}
}
.cmp-info-teaser-container .teaser:first-child .cmp-teaser__content,
.cmp-info-teaser-container .teaser:first-child .cmp-teaser__image {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.5));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.5));
}
.cmp-info-teaser-container .teaser:nth-child(2) .cmp-teaser__content,
.cmp-info-teaser-container .teaser:nth-child(2) .cmp-teaser__image {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.3));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.3));
}
.b-settings {
	background-color: #fff;
	border: 1rem solid #0c2863;
	color: #fff;
	height: 100%;
	left: 0;
	margin: 0 auto;
	max-height: 700px;
	max-width: 70%;
	right: 0;
	width: 100%;
}
@media screen and (max-width: 820px) {
	.b-settings {
		max-width: 100%;
	}
}
.b-settings .b-title-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}
.b-settings .b-title {
	color: #000;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2.75rem;
	letter-spacing: normal;
	line-height: 3.5rem;
}
@media screen and (max-width: 1024px) {
	.b-settings .b-title {
		font-size: 1.75rem;
		line-height: 2.125rem;
	}
}
.b-settings .b-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #0c2863;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem;
}
.b-settings .b-item .b-menu-link {
	color: #000;
	font-family: AlbertSans-Regular, Arial, sans-serif;
	font-size: clamp(1rem, 8.6vw, 1.25rem);
	letter-spacing: normal;
	line-height: clamp(1.5rem, 8.6vw, 2rem);
}
@media screen and (max-width: 1024px) {
	.b-settings .b-item .b-menu-link {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.b-settings .b-item.b-selected {
	background: #0c2863;
}
.b-settings .b-item.b-selected .b-menu-link {
	color: #fff;
}
.b-settings .b-item .b-count {
	background: #fff;
	border-radius: 0;
	color: #0c2863;
	font-size: 1.25rem;
	height: auto;
	margin-left: auto;
	width: 3rem;
}
.b-settings .b-header {
	height: 10%;
}
.b-settings .b-content {
	height: 80%;
}
.b-settings .b-footer {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 10%;
	justify-content: flex-end;
}
@media screen and (max-width: 820px) {
	.b-settings .b-footer {
		padding: 0;
		position: relative;
	}
}
.b-settings .b-content,
.b-settings .b-description {
	border: none;
	font-size: 1.125rem;
	line-height: 1.5rem;
}
.b-settings .b-text {
	color: #000;
	font-size: 1.125rem;
	line-height: 1.5rem;
}
@media screen and (max-width: 820px) {
	.b-settings .b-text {
		margin: 1.5rem 0 1rem;
	}
}
.b-settings .b-cookie,
.b-settings .b-cookie:first-child {
	border-color: #0c2863;
	color: #000;
}
@media screen and (max-width: 820px) {
	.b-settings .b-cookies {
		border-color: transparent;
	}
}
.b-settings .b-cookie-name {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	color: #0073dd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	justify-content: space-between;
	line-height: 1.5rem;
}
.b-settings .b-cookie-name .b-cookie-expand-button,
.b-settings .b-cookie-name .b-cookie-expand-button:first-child {
	width: auto;
}
.b-settings .b-cookie-box {
	margin-bottom: 1rem;
}
.b-settings .b-cookie-expand-button:before {
	float: none;
	font-size: 2rem;
	position: relative;
	right: 0;
	top: 0;
}
.b-settings .b-label-text,
.b-settings .b-label-text a {
	color: #0073dd;
}
.b-settings .b-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border: none;
	border-radius: 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	font-size: 1rem;
	font-style: normal;
	justify-content: center;
	line-height: 2rem;
	margin: 0;
	padding: 0.5rem 1.5rem;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
.b-settings .b-button:focus,
.b-settings .b-button:hover {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.b-settings .b-button:active {
	border: none;
}
.b-settings .b-button:disabled,
.b-settings .b-button[disabled] {
	background-color: rgba(0, 115, 221, 0.3);
	color: #fff;
}
.b-settings .b-button {
	background: #0073dd;
	color: #fff;
}
.b-settings .b-button:focus,
.b-settings .b-button:hover {
	background: #0c2863;
	color: #fff;
}
.b-settings .b-button:active {
	background: #ced4e0;
	color: #0c2863;
}
.b-settings .b-button:disabled {
	background-color: #ced4e0;
	color: #fff;
}
@media screen and (max-width: 820px) {
	.b-settings .b-button {
		float: right;
		margin-right: 1rem;
	}
}
.b-settings .b-powered {
	display: none;
}
.b-banner.b-banner-bottom,
.b-banner.b-banner-top {
	background-color: #0c2863;
	border-color: #0c2863;
	display: grid !important;
	gap: 40px;
	grid-template-columns: 2fr 1fr;
	padding: 4rem 2rem;
}
@media screen and (max-width: 1024px) {
	.b-banner.b-banner-bottom,
	.b-banner.b-banner-top {
		gap: 1.5rem;
		grid-template-columns: 1fr;
		padding: 2rem;
	}
}
.b-banner.b-banner-bottom .b-scrollabel-content,
.b-banner.b-banner-top .b-scrollabel-content {
	margin: 0;
	max-width: 100%;
}
.b-banner.b-banner-bottom .b-content,
.b-banner.b-banner-top .b-content {
	margin: 0;
}
.b-banner.b-banner-bottom .b-flex,
.b-banner.b-banner-top .b-flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 1rem;
	margin: auto;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.b-banner.b-banner-bottom .b-flex,
	.b-banner.b-banner-top .b-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 350px;
		width: 100%;
	}
}
.b-banner.b-banner-bottom .b-buttons .b-button,
.b-banner.b-banner-top .b-buttons .b-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #0073dd;
	border: none;
	border-radius: 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	font-size: 1rem;
	font-style: normal;
	justify-content: center;
	line-height: 2rem;
	margin: 0;
	padding: 0.5rem 1.5rem;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
.b-banner.b-banner-bottom .b-buttons .b-button:focus,
.b-banner.b-banner-bottom .b-buttons .b-button:hover,
.b-banner.b-banner-top .b-buttons .b-button:focus,
.b-banner.b-banner-top .b-buttons .b-button:hover {
	background: #0c2863;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.b-banner.b-banner-bottom .b-buttons .b-button:active,
.b-banner.b-banner-top .b-buttons .b-button:active {
	background: #ced4e0;
	border: none;
}
.b-banner.b-banner-bottom .b-buttons .b-button:disabled,
.b-banner.b-banner-bottom .b-buttons .b-button[disabled],
.b-banner.b-banner-top .b-buttons .b-button:disabled,
.b-banner.b-banner-top .b-buttons .b-button[disabled] {
	background-color: rgba(0, 115, 221, 0.3);
	color: #fff;
}
.b-banner.b-banner-bottom .b-buttons .b-button,
.b-banner.b-banner-top .b-buttons .b-button {
	background: #fff;
	color: #0073dd;
}
.b-banner.b-banner-bottom .b-buttons .b-button:focus,
.b-banner.b-banner-bottom .b-buttons .b-button:hover,
.b-banner.b-banner-top .b-buttons .b-button:focus,
.b-banner.b-banner-top .b-buttons .b-button:hover {
	background: hsla(0, 0%, 100%, 0.8);
	color: #0c2863;
}
.b-banner.b-banner-bottom .b-buttons .b-button:active,
.b-banner.b-banner-top .b-buttons .b-button:active {
	background: hsla(0, 0%, 100%, 0.5);
	color: #0c2863;
}
.b-banner.b-banner-bottom .b-buttons .b-button:disabled,
.b-banner.b-banner-top .b-buttons .b-button:disabled {
	background-color: hsla(0, 0%, 100%, 0.4);
	color: #0073dd;
}
@media screen and (max-width: 1024px) {
	.b-banner.b-banner-bottom .b-buttons .b-button,
	.b-banner.b-banner-top .b-buttons .b-button {
		margin: 0 auto;
		min-width: 350px;
	}
}
.b-banner.b-banner-bottom .b-description,
.b-banner.b-banner-bottom .bbcdBannerDescription,
.b-banner.b-banner-top .b-description,
.b-banner.b-banner-top .bbcdBannerDescription {
	margin: 0;
}
.b-banner.b-banner-bottom .b-text,
.b-banner.b-banner-top .b-text {
	float: none;
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin: 0;
	text-align: left;
}
.b-banner.b-banner-bottom .b-text a,
.b-banner.b-banner-top .b-text a {
	color: #fff;
	text-decoration: underline;
}
.b-banner.b-banner-details
	.b-categories
	.b-checkbox-input:checked
	+ .b-checkbox
	.b-pipe:first-child,
.b-banner.b-banner-details
	.b-categories
	.b-checkbox-input:checked
	+ .b-checkbox
	.b-pipe:first-child
	svg,
.b-settings .b-checkbox-input:checked + .b-checkbox .b-pipe:first-child,
.b-settings .b-checkbox-input:checked + .b-checkbox .b-pipe:first-child svg {
	stroke: #0073dd;
	border-color: #0073dd;
	color: #0073dd;
}
.b-banner .b-button-detail:focus:after,
.b-banner .b-button:focus,
.b-banner .b-cookie-expand-button:focus,
.b-banner.b-banner-details .b-label-text a:focus,
.b-settings .b-button:focus,
.b-settings
	.b-cookie-name:focus
	.b-cookie-expand
	.b-cookie-expand-button:before,
.b-settings a:focus,
label[id^="bbcdCategoryCheckbox_"]:focus .b-pipe {
	outline: none;
}
.cmp-container-download-section .cmp-container {
	-webkit-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
	.cmp-container-download-section .cmp-container {
		grid-template-columns: 1fr;
	}
}
.cmp-container-download-section .cmp-container>div:not(.download) {
	grid-column: 1/-1;
}
.cmp-container-download-section .title {
	margin-bottom: 0.5rem;
	margin-top: 6.5rem;
}
.cmp-container-download-section .title .cmp-title__text {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2.75rem;
	line-height: 3.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-container-download-section .title .cmp-title__text {
		font-size: 1.75rem;
		line-height: 2.125rem;
	}
	.cmp-container-download-section .cmp-text {
		margin-bottom: 2rem;
	}
}
.download {
	margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
	.download {
		margin-bottom: 1.5rem;
	}
}
.download:nth-child(odd) {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fff),
		color-stop(50%, #f7f6f5)
	);
	background: linear-gradient(90deg, #fff, #f7f6f5 50%);
}
.download:nth-child(2n) {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#fff),
		color-stop(50%, #f7f6f5)
	);
	background: linear-gradient(270deg, #fff, #f7f6f5 50%);
}
.download:only-child {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fff),
		color-stop(50%, #f7f6f5)
	);
	background: linear-gradient(90deg, #fff, #f7f6f5 50%);
}
.cmp-download {
	display: grid;
	padding: 3.5rem;
	row-gap: 1rem;
}
@media screen and (max-width: 1024px) {
	.cmp-download {
		padding: 2rem;
	}
}
.cmp-download__description,
.cmp-download__property--filename,
.cmp-download__property-label,
.cmp-download__title {
	display: none;
}
.cmp-download__properties {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.25rem;
	order: 2;
}
.cmp-download__property--size {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	text-transform: uppercase;
	white-space: nowrap;
}
.cmp-download__property--format {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	order: 1;
	text-transform: uppercase;
}
.cmp-download__property--format:after {
	content: ",";
}
.cmp-download__action {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top;
	color: #0063be;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	order: 1;
}
.cmp-download__action:focus,
.cmp-download__action:hover {
	color: #0c2863;
	cursor: pointer;
}
.cmp-download__action:active {
	color: #0c2863;
}
.cmp-download__action:after {
	speak: none;
	content: "";
	font-family: iconfk;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	margin: 0;
}
.cmp-download__action-text {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
}
@media screen and (max-width: 1024px) {
	.cmp-download__action-text {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.cmp-embed--video {
	margin-bottom: 6.5rem;
}
.cmp-embed--video .cmp-embed {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}
.cmp-embed--video .cmp-embed iframe {
	left: 0;
	min-height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmp-event-teaser .cmp-teaser__content {
	color: #000;
	line-height: 1.25rem;
}
.cmp-event-teaser .cmp-teaser__pretitle {
	font-size: 1rem;
	line-height: 1.25rem;
}
@media screen and (max-width: 1024px) {
	.cmp-event-teaser .cmp-teaser__pretitle {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
}
.cmp-event-teaser .cmp-teaser__pretitle:before {
	color: #777673;
	content: "|";
	padding: 0 0.5rem 0 2px;
}
.cmp-event-teaser .cmp-teaser__date {
	font-size: 1rem;
	line-height: 1.25rem;
}
@media screen and (max-width: 1024px) {
	.cmp-event-teaser .cmp-teaser__date {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
}
.cmp-event-teaser .cmp-teaser__link {
	display: grid;
}
.cmp-event-teaser .cmp-teaser__title {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 1rem;
	margin-top: 0.875rem;
}
@media screen and (max-width: 1024px) {
	.cmp-event-teaser .cmp-teaser__title {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.cmp-event-teaser .cmp-teaser__description {
	font-family: AlbertSans-Regular, Arial, sans-serif;
	font-size: clamp(1rem, 8.6vw, 1.25rem);
	line-height: clamp(1.5rem, 8.6vw, 2rem);
	margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
	.cmp-event-teaser .cmp-teaser__description {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.cmp-event-teaser .cmp-teaser__action-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 1rem;
	margin-top: auto;
}
.cmp-event-teaser .cmp-teaser__action-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0;
	margin-right: auto !important;
	max-width: 80%;
	padding-right: 1rem;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 1024px) {
	.cmp-event-teaser .cmp-teaser__action-link {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.cmp-event-teaser .cmp-teaser__action-link {
	color: #000;
}
.cmp-event-teaser .cmp-teaser__action-link:focus,
.cmp-event-teaser .cmp-teaser__action-link:hover {
	color: #0063be;
	cursor: pointer;
}
.cmp-event-teaser .cmp-teaser__action-link:active {
	color: #e7eaef;
}
.cmp-event-teaser .cmp-teaser__action-link:after {
	speak: none;
	color: #0063be;
	content: "";
	font-family: iconfk;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 400;
	margin-left: 0.5rem;
	overflow: hidden;
	position: absolute;
	right: -4rem;
	text-indent: -1.5rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 4rem;
	z-index: -2;
}
.cmp-event-teaser .cmp-teaser__action-link:focus:after,
.cmp-event-teaser .cmp-teaser__action-link:hover:after {
	right: -2rem;
	text-indent: 0;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
.cmp-event-teaser .cmp-teaser__action-link:last-child {
	margin-right: 0;
}
.cmp-event-list {
	-webkit-column-gap: 2.375rem;
	-moz-column-gap: 2.375rem;
	column-gap: 2.375rem;
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 4rem;
	row-gap: 4rem;
}
.cmp-event-list.hide .teaser:nth-child(n + 5) {
	display: none;
}
@media screen and (max-width: 1024px) {
	.cmp-event-list {
		-ms-overflow-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 2rem;
		overflow-x: auto;
		scroll-behavior: smooth;
		scroll-padding: 0;
		-ms-scroll-snap-type: both mandatory;
		scroll-snap-type: both mandatory;
		scrollbar-width: none;
	}
	.cmp-event-list::-webkit-scrollbar {
		display: none;
	}
	.cmp-event-list.hide .teaser:nth-child(n + 5) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.cmp-event-list .teaser {
	min-width: 25%;
}
@media screen and (max-width: 1024px) {
	.cmp-event-list .teaser {
		max-width: 75dvw;
		min-width: 75dvw;
		scroll-snap-align: start;
		scroll-snap-stop: normal;
	}
}
.cmp-event-list__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: center;
	background: #0073dd;
	border: none;
	border-radius: 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 2rem;
	margin: 0 auto;
	padding: 0.5rem 1.5rem;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
.cmp-event-list__button:focus,
.cmp-event-list__button:hover {
	background: #0c2863;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.cmp-event-list__button:active {
	background: #ced4e0;
	border: none;
}
.cmp-event-list__button:disabled,
.cmp-event-list__button[disabled] {
	background-color: rgba(0, 115, 221, 0.3);
	color: #fff;
}
.cmp-event-list__button:before {
	speak: none;
	content: "";
	font-family: iconfk;
	font-style: normal;
	font-weight: 400;
	margin-right: 1rem;
}
.cmp-event-list__button.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cmp-event-list__button.show.expanded {
	display: none;
}
@media screen and (max-width: 1024px) {
	.cmp-event-list__button,
	.cmp-event-list__button.show {
		display: none;
	}
}
.cmp-exit-modal {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100vh;
	justify-content: center;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 2;
	z-index: 3;
}
.cmp-exit-modal__content {
	background-color: #0c2863;
	padding: 4.5rem 6.5rem 6.5rem;
	width: 60%;
}
.cmp-exit-modal__content
	:is(h2, h3, h4, h5, h6, .style-h5, .style-h4, .style-h6) {
	color: #3d95f4;
}
.cmp-exit-modal__content * {
	color: #fff;
}
.cmp-exit-modal__content a {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.cmp-exit-modal__content a:focus,
.cmp-exit-modal__content a:hover {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-exit-modal__content a:active {
	-webkit-box-shadow: #fff;
	box-shadow: #fff;
	color: #fff;
}
.cmp-exit-modal__content a:disabled,
.cmp-exit-modal__content a[disabled] {
	color: rgba(0, 115, 221, 0.3);
}
.cmp-exit-modal__content h2 {
	margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-exit-modal__content h2 {
		margin-bottom: 1.5rem;
	}
}
.cmp-exit-modal__content h3 {
	margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
	.cmp-exit-modal__content h3 {
		margin-bottom: 1.5rem;
	}
}
.cmp-exit-modal__content h4,
.cmp-exit-modal__content h5 {
	margin-bottom: 1rem;
}
.cmp-exit-modal__content h6,
.cmp-exit-modal__content p:has(small),
.cmp-exit-modal__content small {
	margin-bottom: 0.5rem;
}
.cmp-exit-modal__content p {
	margin-bottom: 1.5rem;
}
.cmp-exit-modal__content .style-h4,
.cmp-exit-modal__content .style-h5,
.cmp-exit-modal__content .style-h6,
.cmp-exit-modal__content p:has(small),
.cmp-exit-modal__content small {
	display: block;
}
@media screen and (max-width: 1024px) {
	.cmp-exit-modal__content {
		padding: 2rem 1rem;
		width: 90%;
	}
}
.cmp-exit-modal__content .cmp-exit-modal__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: center;
	background: #0073dd;
	border: none;
	border-radius: 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1.5rem;
	position: relative;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
.cmp-exit-modal__content .cmp-exit-modal__button:focus,
.cmp-exit-modal__content .cmp-exit-modal__button:hover {
	background: #0c2863;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.cmp-exit-modal__content .cmp-exit-modal__button:active {
	background: #ced4e0;
	border: none;
}
.cmp-exit-modal__content .cmp-exit-modal__button:disabled,
.cmp-exit-modal__content .cmp-exit-modal__button[disabled] {
	background-color: rgba(0, 115, 221, 0.3);
	color: #fff;
}
.cmp-exit-modal__content .cmp-exit-modal__button {
	background: #fff;
	color: #0073dd;
}
.cmp-exit-modal__content .cmp-exit-modal__button:focus,
.cmp-exit-modal__content .cmp-exit-modal__button:hover {
	background: hsla(0, 0%, 100%, 0.8);
	color: #0c2863;
}
.cmp-exit-modal__content .cmp-exit-modal__button:active {
	background: hsla(0, 0%, 100%, 0.5);
	color: #0c2863;
}
.cmp-exit-modal__content .cmp-exit-modal__button:disabled {
	background-color: hsla(0, 0%, 100%, 0.4);
	color: #0073dd;
}
.cmp-experiencefragment--biopharma_drawer .cmp-experiencefragment {
	background: #fff;
	bottom: 0;
	-webkit-box-shadow: 0 0 0 100vmax #fff;
	box-shadow: 0 0 0 100vmax #fff;
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
	height: 100%;
	left: 0;
	margin-inline: auto;
	max-width: 95pc;
	min-height: 15.625rem;
	position: fixed;
	right: 0;
	top: calc(100vh - 13.125rem);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: top 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: top 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, top 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, top 0.5s ease-in-out,
		-webkit-transform 0.5s ease-in-out;
	z-index: 1;
}
@media screen and (max-width: 1520px) {
	.cmp-experiencefragment--biopharma_drawer .cmp-experiencefragment {
		margin-inline: 3.5rem;
	}
}
@media screen and (max-width: 1024px) {
	.cmp-experiencefragment--biopharma_drawer .cmp-experiencefragment {
		margin-inline: auto;
	}
}
.cmp-experiencefragment--biopharma_drawer
	.cmp-experiencefragment
	.cmp-container>div {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6.5rem;
	justify-content: space-between;
}
@media screen and (max-width: 1024px) {
	.cmp-experiencefragment--biopharma_drawer
		.cmp-experiencefragment
		.cmp-container>div {
		display: block;
		gap: 0;
	}
}
.cmp-experiencefragment--biopharma_drawer
	.cmp-experiencefragment
	.cmp-container>div:after,
.cmp-experiencefragment--biopharma_drawer
	.cmp-experiencefragment
	.cmp-container>div:before {
	display: none;
}
.cmp-experiencefragment--biopharma_drawer
	.cmp-experiencefragment
	.cmp-title--biopharma_drawer
	+ * {
	padding-top: 5rem;
}
.cmp-experiencefragment--biopharma_drawer
	.cmp-experiencefragment
	.cmp-container
	.cmp-text
	a {
	color: var(--product-primary);
}
.cmp-experiencefragment--biopharma_drawer
	.cmp-experiencefragment
	.cmp-container--biopharma_drawer_information {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
}
@media screen and (max-width: 1024px) {
	.cmp-experiencefragment--biopharma_drawer
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_information {
		background: #fff;
		height: calc(100vh - 15.625rem);
		overflow-y: auto;
		position: fixed;
		top: calc(var(--drawer-title-height, 3rem) - 0.375rem);
		-webkit-transition: top 0.5s ease-in-out;
		transition: top 0.5s ease-in-out;
		z-index: 2;
	}
}
.cmp-experiencefragment--biopharma_drawer
	.cmp-experiencefragment
	.cmp-container--biopharma_drawer_indications {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
}
@media screen and (max-width: 1024px) {
	.cmp-experiencefragment--biopharma_drawer
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_indications {
		background: #fff;
		height: calc(100vh - 15.625rem);
		overflow-y: auto;
		position: fixed;
		top: 0;
		-webkit-transition: top 0.5s ease-in-out;
		transition: top 0.5s ease-in-out;
		z-index: 1;
	}
}
.cmp-experiencefragment--biopharma_drawer
	.cmp-experiencefragment
	.cmp-container--biopharma_drawer_indications
	.cmp-text
	p {
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.cmp-experiencefragment--biopharma_drawer
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_indications,
	.cmp-experiencefragment--biopharma_drawer
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_information {
		padding: 0 1.25rem;
	}
}
.cmp-experiencefragment--biopharma_drawer
	.cmp-experiencefragment
	.cmp-container--biopharma_drawer_indications
	.cmp-text,
.cmp-experiencefragment--biopharma_drawer
	.cmp-experiencefragment
	.cmp-container--biopharma_drawer_information
	.cmp-text {
	font-size: 1rem;
	line-height: 1.25rem;
}
.cmp-experiencefragment--biopharma_drawer
	.cmp-experiencefragment
	.cmp-container
	.cmp-title__text:after {
	font-family: AlbertSans-Regular, Arial, sans-serif;
	font-size: 2rem;
	position: fixed;
	right: 1.25rem;
}
@media screen and (max-width: 1024px) {
	.cmp-experiencefragment--biopharma_drawer
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_indications
		.cmp-title__text:after {
		content: "+";
	}
}
.cmp-experiencefragment--biopharma_drawer
	.cmp-experiencefragment
	.cmp-container--biopharma_drawer_information
	.cmp-title__text:after {
	content: "+";
}
.cmp-experiencefragment--biopharma_drawer--index .cmp-experiencefragment {
	z-index: 4;
}
.cmp-experiencefragment--biopharma_drawer--expanded .cmp-experiencefragment {
	top: 12.5rem;
	z-index: 12;
}
.cmp-experiencefragment--biopharma_drawer--expanded
	.cmp-experiencefragment
	.cmp-container {
	height: 100%;
	min-height: 15.625rem;
	overflow-y: scroll;
	padding-bottom: 7.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-experiencefragment--biopharma_drawer--expanded
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_information {
		top: calc(100% - 25rem);
	}
	.cmp-experiencefragment--biopharma_drawer--expanded
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_information--expanded {
		height: calc(100vh - 15.625rem);
		top: calc(var(--drawer-title-height, 3rem) - 0.375rem);
	}
	.cmp-experiencefragment--biopharma_drawer--expanded
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_information--expanded
		.cmp-container {
		overflow-y: scroll;
	}
	.cmp-experiencefragment--biopharma_drawer--expanded
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_information--expanded
		.cmp-title__text:after {
		content: "−";
	}
	.cmp-experiencefragment--biopharma_drawer--expanded
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_information--collapsed {
		height: calc(100vh - 15.625rem);
		top: calc(100% - 25rem);
	}
	.cmp-experiencefragment--biopharma_drawer--expanded
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_information--collapsed
		.cmp-container {
		overflow-y: scroll;
	}
	.cmp-experiencefragment--biopharma_drawer--expanded
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_information--collapsed
		.cmp-title__text:after {
		content: "+";
	}
	.cmp-experiencefragment--biopharma_drawer--expanded
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_indications {
		top: 0;
	}
	.cmp-experiencefragment--biopharma_drawer--expanded
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_indications--expanded {
		height: calc(100vh - 15.625rem);
		overflow-y: scroll;
		top: 0;
	}
	.cmp-experiencefragment--biopharma_drawer--expanded
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_indications--expanded
		.cmp-title__text:after {
		content: "−";
	}
	.cmp-experiencefragment--biopharma_drawer--expanded
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_indications--collapsed {
		overflow-y: scroll;
		top: 0;
	}
	.cmp-experiencefragment--biopharma_drawer--expanded
		.cmp-experiencefragment
		.cmp-container--biopharma_drawer_indications--collapsed
		.cmp-title__text:after {
		content: "+";
	}
}
.cmp-experiencefragment--biopharma_drawer--expanded
	.cmp-experiencefragment
	.cmp-accordion
	.cmp-container {
	min-height: auto;
	padding-bottom: 1.875rem;
}
.cmp-experiencefragment--biopharma_drawer--scrolled-away
	.cmp-experiencefragment {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.cmp-container--biopharma_static {
	background: #fff;
	margin: 0 auto;
	max-width: 95pc;
	padding: 3rem 0;
	position: relative;
}
.cmp-container--biopharma_static .aem-Grid {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6.5rem;
	justify-content: space-between;
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_static .aem-Grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
}
.cmp-container--biopharma_static .aem-Grid:after,
.cmp-container--biopharma_static .aem-Grid:before {
	display: none;
}
.cmp-container--biopharma_static
	.aem-Grid
	.cmp-container--biopharma_drawer_information {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
}
.cmp-container--biopharma_static
	.aem-Grid
	.cmp-container--biopharma_drawer_indications {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
}
.cmp-container--biopharma_static
	.aem-Grid
	.cmp-container--biopharma_drawer_indications
	.cmp-text,
.cmp-container--biopharma_static
	.aem-Grid
	.cmp-container--biopharma_drawer_information
	.cmp-text {
	font-size: 1rem;
	line-height: 1.25rem;
}
.cmp-container--biopharma_static .cmp-container .text {
	container-type: unset;
	word-break: break-word;
}
.cmp-container--biopharma_static .cmp-container .text .cmp-text a {
	color: var(--product-primary);
}
@media screen and (max-width: 1024px) {
	.cmp-container--biopharma_static
		.cmp-container
		.text--biopharma_drawer_indications,
	.cmp-container--biopharma_static
		.cmp-container
		.text--biopharma_drawer_information {
		margin-bottom: 2.75rem;
	}
}
.cmp-footer_top {
	position: relative;
}
.cmp-footer_top:before {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fff),
		color-stop(50%, #f7f6f5)
	);
	background: linear-gradient(90deg, #fff, #f7f6f5 50%);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
}
.cmp-footer_top>.cmp-container {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#fff),
		color-stop(80%, #f7f6f5)
	);
	background: linear-gradient(270deg, #fff, #f7f6f5 80%);
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
	padding: 6.5rem 1rem;
}
.cmp-footer_top>.cmp-container>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
}
@media screen and (max-width: 768px) {
	.cmp-footer_top>.cmp-container {
		gap: 5pc;
		grid-template-columns: 1fr;
		padding: 5rem 0;
	}
	.cmp-footer_top>.cmp-container>* {
		grid-column: auto;
		grid-row: auto;
	}
}
.cmp-social_container {
	grid-column: 2/3;
	grid-row: 1/2;
	margin-bottom: auto;
}
.cmp-social_container .cmp-container {
	-webkit-column-gap: 3rem;
	-moz-column-gap: 3rem;
	column-gap: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-items: flex-start;
}
@media screen and (max-width: 1024px) {
	.cmp-social_container .cmp-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 2rem;
	}
}
.cmp-social_container .cmp-button__text {
	display: none;
}
.cmp-social_container .cmp-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	all: unset;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cmp-social_container .cmp-button:focus-visible {
	border-radius: 2px;
	display: block;
	outline: 3px solid #0073dd;
}
.cmp-social_container .cmp-button:active .cmp-button__icon:before,
.cmp-social_container .cmp-button:focus .cmp-button__icon:before,
.cmp-social_container .cmp-button:hover .cmp-button__icon:before {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.cmp-social_container .cmp-button__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cmp-social_container .cmp-button__icon:before {
	font-size: 4rem;
	margin: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
	.cmp-social_container .cmp-button__icon:before {
		font-size: 3rem;
	}
}
.cmp-faq_list .cmp-list {
	margin: 0;
}
.cmp-faq_list .cmp-list__item {
	margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
	.cmp-faq_list .cmp-list__item {
		margin-bottom: 1.5rem;
	}
}
.cmp-faq_list .cmp-list__item:last-child {
	margin-bottom: 0;
}
.cmp-faq_list .cmp-list__item-link {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	gap: 1rem;
	line-height: 2.5rem;
	padding: 0;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.cmp-faq_list .cmp-list__item-link {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.cmp-faq_list .cmp-list__item-link {
	color: #000;
}
.cmp-faq_list .cmp-list__item-link:focus,
.cmp-faq_list .cmp-list__item-link:hover {
	color: #0063be;
	cursor: pointer;
}
.cmp-faq_list .cmp-list__item-link:active {
	color: #777673;
}
.cmp-faq_list .cmp-list__item-link:after {
	background-color: #0073dd;
	-webkit-clip-path: polygon(
		99.9995% 43.8046%,
		84.5672% -0.0001%,
		76.8296% -0.0001%,
		91.7998% 42.377%,
		0 42.377%,
		0 57.6223%,
		91.7746% 57.6223%,
		76.8044% 99.9994%,
		84.5418% 99.9994%,
		99.9995% 56.1292%,
		99.9995% 43.8046%
	);
	clip-path: polygon(
		99.9995% 43.8046%,
		84.5672% -0.0001%,
		76.8296% -0.0001%,
		91.7998% 42.377%,
		0 42.377%,
		0 57.6223%,
		91.7746% 57.6223%,
		76.8044% 99.9994%,
		84.5418% 99.9994%,
		99.9995% 56.1292%,
		99.9995% 43.8046%
	);
	content: "";
	height: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 0;
}
.cmp-faq_list .cmp-list__item-link:focus-visible:after,
.cmp-faq_list .cmp-list__item-link:focus:after,
.cmp-faq_list .cmp-list__item-link:hover:after {
	-webkit-clip-path: polygon(
		99.9995% 43.8046%,
		84.5672% -0.0001%,
		76.8296% -0.0001%,
		91.7998% 42.377%,
		0 42.377%,
		0 57.6223%,
		91.7746% 57.6223%,
		76.8044% 99.9994%,
		84.5418% 99.9994%,
		99.9995% 56.1292%,
		99.9995% 43.8046%
	);
	clip-path: polygon(
		99.9995% 43.8046%,
		84.5672% -0.0001%,
		76.8296% -0.0001%,
		91.7998% 42.377%,
		0 42.377%,
		0 57.6223%,
		91.7746% 57.6223%,
		76.8044% 99.9994%,
		84.5418% 99.9994%,
		99.9995% 56.1292%,
		99.9995% 43.8046%
	);
	width: 3.3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-faq_list .cmp-list__item-link {
		font-family: AlbertSans-SemiBold, Arial, sans-serif;
		font-size: 2rem;
		line-height: 2.5rem;
	}
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
	.cmp-faq_list .cmp-list__item-link {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.cmp-menu_list {
	grid-column: 2/3;
	grid-row: 1/2;
	margin-top: auto;
}
.cmp-menu_list .cmp-list {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-column-gap: 3.5rem;
	-moz-column-gap: 3.5rem;
	column-gap: 3.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	row-gap: 1rem;
}
@media screen and (max-width: 768px) {
	.cmp-menu_list .cmp-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.cmp-menu_list .cmp-list__item-title {
	color: #0063be;
	font-size: 1.125rem;
	line-height: 1.5rem;
}
.cmp-menu_list .cmp-list__item-title:focus,
.cmp-menu_list .cmp-list__item-title:hover {
	color: #000;
	cursor: pointer;
}
.cmp-menu_list .cmp-list__item-title:active {
	color: #777673;
}
.cmp-footer_bottom {
	margin: 1rem 0;
}
@media screen and (max-width: 1024px) {
	.cmp-footer_bottom * {
		font-size: 1rem;
		line-height: 1.5rem;
		margin-bottom: 0.5rem;
	}
}
.cmp-footer_bottom a {
	color: #0073dd;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.cmp-footer_bottom a:focus,
.cmp-footer_bottom a:hover {
	color: #0c2863;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cmp-footer_bottom a:active {
	color: #ced4e0;
}
.cmp-footer_bottom a:disabled,
.cmp-footer_bottom a[disabled] {
	color: rgba(0, 115, 221, 0.4);
}
header.experiencefragment {
	background-color: #fff;
	max-width: 95pc;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}
@media screen and (max-width: 1520px) {
	header.experiencefragment {
		left: 0;
		margin-inline: 3.5rem;
		right: 0;
		width: auto;
	}
}
@media screen and (max-width: 1200px) {
	header.experiencefragment {
		margin-inline: 3.5rem;
		max-width: 68rem;
	}
}
@media screen and (max-width: 1024px) {
	header.experiencefragment {
		margin-inline: 0;
		padding: 0 1.25rem;
	}
}
header.experiencefragment:before {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 100vmax #fff;
	box-shadow: 0 0 0 100vmax #fff;
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	header.experiencefragment:before {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
header.experiencefragment .container {
	width: 100%;
}
header.experiencefragment .cmp-experiencefragment--header {
	padding: 1.5rem 0 1rem;
}
@media screen and (max-width: 1024px) {
	header.experiencefragment .cmp-experiencefragment--header {
		padding: 0;
	}
}
header.experiencefragment .cmp-experiencefragment--header:after,
header.experiencefragment .cmp-experiencefragment--header:before {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	inset-inline: -100%;
	width: 100%;
	z-index: 0;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	header.experiencefragment .cmp-experiencefragment--header:after,
	header.experiencefragment .cmp-experiencefragment--header:before {
		display: none;
	}
}
header.experiencefragment .cmp-container {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: stretch;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	row-gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
	header.experiencefragment .cmp-container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		align-items: center;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
header.experiencefragment .cmp-nav-mobile {
	margin-left: auto;
	padding-top: 1rem;
}
header.experiencefragment .cmp-nav-mobile .cmp-container {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: end;
}
header.experiencefragment
	.cmp-nav-mobile
	.cmp-container:has(.cmp-languagenavigation__group.active)
	.login {
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	header.experiencefragment .cmp-nav-mobile .cmp-container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		row-gap: 0;
	}
}
header.experiencefragment .navigation {
	margin-top: 1rem;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	header.experiencefragment .cmp-list__metamenu,
	header.experiencefragment .languagenavigation {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		margin-inline: 1rem;
	}
	header.experiencefragment .cmp-list__metamenu {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		z-index: 1;
	}
	header.experiencefragment .languagenavigation {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		border-top: 1px solid #c9c5be;
		margin-block: 2rem 1rem;
		order: 2;
		padding-top: 2rem;
	}
}
header.experiencefragment .cmp-search__field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -0.1875rem 0;
}
header.experiencefragment .cmp-search__input {
	height: 1.625rem;
}
.pinned {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.pinned,
.unpinned {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 0, 0, 1);
	transition: -webkit-transform 1s cubic-bezier(0.19, 0, 0, 1);
	transition: transform 1s cubic-bezier(0.19, 0, 0, 1);
	transition: transform 1s cubic-bezier(0.19, 0, 0, 1),
		-webkit-transform 1s cubic-bezier(0.19, 0, 0, 1);
}
.unpinned {
	-webkit-transform: translateY(-13.75rem);
	transform: translateY(-13.75rem);
}
.unpinned-menu {
	-webkit-transform: translateY(-100vh);
	transform: translateY(-100vh);
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 0, 0, 1);
	transition: -webkit-transform 1.2s cubic-bezier(0.19, 0, 0, 1);
	transition: transform 1.2s cubic-bezier(0.19, 0, 0, 1);
	transition: transform 1.2s cubic-bezier(0.19, 0, 0, 1),
		-webkit-transform 1.2s cubic-bezier(0.19, 0, 0, 1);
}
.login-fix-class {
	-webkit-transform: unset;
	transform: unset;
	-webkit-transition: unset;
	transition: unset;
}
.factsfigurescontainer {
	display: grid;
}
.factsfigurescontainer .cmp-container>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
}
.factsfigurescontainer .cmp-container>div:after,
.factsfigurescontainer .cmp-container>div:before {
	display: none;
}
.factsfigurescontainer .cmp-container>div>.text,
.factsfigurescontainer .cmp-container>div>.text>.cmp-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.cmp-form-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: center;
	background: #0073dd;
	border: none;
	border-radius: 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1.5rem;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
.cmp-form-button:focus,
.cmp-form-button:hover {
	background: #0c2863;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.cmp-form-button:active {
	background: #ced4e0;
	border: none;
}
.cmp-form-button:disabled,
.cmp-form-button[disabled] {
	background-color: rgba(0, 115, 221, 0.3);
	color: #fff;
}
.cmp-bg-blue .cmp-form-button {
	background: #fff;
	color: #0073dd;
}
.cmp-bg-blue .cmp-form-button:focus,
.cmp-bg-blue .cmp-form-button:hover {
	background: hsla(0, 0%, 100%, 0.8);
	color: #0c2863;
}
.cmp-bg-blue .cmp-form-button:active {
	background: hsla(0, 0%, 100%, 0.5);
	color: #0c2863;
}
.cmp-bg-blue .cmp-form-button:disabled {
	background-color: hsla(0, 0%, 100%, 0.4);
	color: #0073dd;
}
.cmp-form-options {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 2rem;
	padding: 0;
}
.cmp-form-options__legend {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	padding: 0;
}
@media screen and (max-width: 1024px) {
	.cmp-form-options__legend {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.cmp-form-options__field-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
}
.cmp-form-options__field--checkbox,
.cmp-form-options__field--radio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 1.5rem;
	margin: 0 1rem 0 0;
	min-width: 1.5rem;
	position: relative;
	vertical-align: text-bottom;
}
.cmp-form-options__field--checkbox:before,
.cmp-form-options__field--radio:before {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	bottom: 0;
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.cmp-form-options__field--checkbox[disabled],
.cmp-form-options__field--radio[disabled] {
	opacity: 0.2;
}
.cmp-form-options__field--checkbox[disabled] ~ span,
.cmp-form-options__field--radio[disabled] ~ span {
	opacity: 0.3;
}
.cmp-form-options__field--checkbox {
	border: 3px solid #000;
	border-radius: 0;
}
.cmp-form-options__field--checkbox:checked {
	border: 3px solid #0073dd;
}
.cmp-form-options__field--checkbox:checked:before {
	color: #0073dd;
	content: "";
	font-family: iconfk;
	font-size: 1.6rem;
	outline: 2px solid #0073dd;
}
.cmp-form-options__field--radio {
	border: 3px solid #000;
	border-radius: 100%;
}
.cmp-form-options__field--radio:checked {
	border: 3px solid #0073dd;
}
.cmp-form-options__field--radio:checked:before {
	background: #0073dd;
	border-radius: 100%;
	margin: 6px;
	outline: 2px solid #0073dd;
}
.cmp-form-options__field:focus-visible {
	border: 1px solid #000;
}
.cmp-form-options__field--multi-drop-down {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #8f8d87;
	border-radius: 0;
	padding: 0.5rem;
}
.cmp-form-options__field--multi-drop-down option {
	padding: 0.5rem;
}
.cmp-form-options__field--multi-drop-down option:checked {
	background-color: #0c2863;
	color: #fff;
	-webkit-filter: opacity(1);
	filter: opacity(1);
}
.cmp-form-options__field--multi-drop-down:focus {
	outline: none;
}
.cmp-form-options__field--drop-down {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(assets/icons/chevron-down.svg) no-repeat 100%/29px 29px;
	border: none;
	border-bottom: 1px solid #8f8d87;
	-webkit-filter: opacity(0.6);
	filter: opacity(0.6);
	height: 2rem;
	position: relative;
}
.cmp-form-options__field--drop-down>* {
	background-color: #0c2863;
	color: #fff;
	-webkit-filter: opacity(1);
	filter: opacity(1);
}
.cmp-form-options__field--drop-down:focus {
	background: url(assets/icons/chevron-up.svg) no-repeat 100%/29px 29px;
	-webkit-filter: opacity(1);
	filter: opacity(1);
	outline: none;
}
.cmp-form-options .cmp-form-options__label {
	height: 0;
	text-indent: -9999px;
}
.cmp-form-options .cmp-form-options__field:has(~ span.active) {
	border-bottom: 1px solid #d00032;
}
.cmp-bg-blue legend {
	color: #fff;
}
.cmp-bg-blue .cmp-form-options__field--checkbox,
.cmp-bg-blue .cmp-form-options__field--radio {
	border-color: #fff;
}
.cmp-bg-blue .cmp-form-options__field--checkbox:checked:before,
.cmp-bg-blue .cmp-form-options__field--radio:checked:before {
	background: #fff;
}
.cmp-bg-blue .cmp-form-options__field--radio:checked {
	border: 3px solid #fff;
}
.cmp-bg-blue .cmp-form-options__field--radio:checked:before {
	background: #fff;
	border-radius: 100%;
	margin: 6px;
	outline: 6px solid #0073dd;
}
.cmp-bg-blue .cmp-form-options__field--drop-down,
.cmp-bg-blue .cmp-form-options__field--multi-drop-down {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.cmp-bg-blue .cmp-form-options__field--drop-down:active,
.cmp-bg-blue .cmp-form-options__field--multi-drop-down:active {
	outline: 1px solid #fff;
}
.cmp-bg-blue .cmp-form-options__field--multi-drop-down option:checked {
	background-color: #fff;
	color: #0c2863;
}
.cmp-bg-blue .cmp-form-options__field:focus-visible {
	border: 1px solid #fff;
}
.cmp-form-text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 2.5rem;
	overflow: visible;
	position: relative;
}
.cmp-form-text label {
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	z-index: 1;
}
.cmp-form-text label.active {
	font-size: 0.75rem;
	opacity: 1;
	-webkit-transform: translateY(-80%);
	transform: translateY(-80%);
}
.cmp-form-text label:focus,
.cmp-form-text label:hover {
	opacity: 1;
}
.cmp-form-text label.required:after {
	content: "*";
}
.cmp-form-text label.textareaLabel {
	padding: 0.5rem 0 0 0.5rem;
}
.cmp-form-text label.textareaLabel.active {
	padding: 0;
}
.cmp-form-text__help-block {
	display: none;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
	.cmp-form-text__help-block {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.cmp-form-text__textarea {
	border-bottom: 1px solid #8f8d87;
	border-radius: 0;
	color: #777673;
	padding: 0.5rem;
	width: 100%;
}
.cmp-form-text__textarea:focus-visible {
	border: 1px solid #000;
}
.cmp-form-text__textarea:focus,
.cmp-form-text__textarea:hover {
	border-bottom: 1px solid #000;
	border-radius: 0;
	color: #000;
	opacity: 1;
	outline: none;
}
.cmp-form-text__text {
	border: none;
	border-bottom: 1px solid #8f8d87;
	border-radius: 0;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	height: 2rem;
	overflow: visible;
	position: relative;
	width: 100%;
}
.cmp-form-text__text:focus-visible {
	border: 1px solid #000;
}
.cmp-form-text__text:focus,
.cmp-form-text__text:hover {
	border-bottom: 1px solid #000;
	color: #000;
	opacity: 1;
	outline: none;
}
.cmp-form-text__text:active {
	outline: 1px solid #fff;
}
.cmp-form-text__text:user-invalid + .cmp-form-text__required-message,
.cmp-form-text__textarea:user-invalid + .cmp-form-text__required-message {
	display: block;
}
.cmp-form-text__required-message {
	color: #d00032;
	font-size: 1.125rem;
	line-height: 1.5rem;
}
.cmp-form-text__required-message.active:before {
	speak: none;
	content: "";
	font-family: iconfk;
	font-style: normal;
	font-weight: 400;
	margin-right: 0.5rem;
}
.cmp-form-text .cmp-form-text__text:has(~ span.active) {
	border-bottom: 1px solid #d00032;
}
.cmp-form-text .cmp-form-text__textarea:has(~ span.active) {
	border: 1px solid #d00032;
}
.cmp-bg-blue {
	padding: 2rem 0;
	position: relative;
	z-index: 1;
}
.cmp-bg-blue:before {
	background: #0c2863;
	content: "";
	height: 100%;
	left: 0;
	margin: 0 calc(-50vw + 50%);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.cmp-bg-blue label {
	color: #fff;
}
.cmp-bg-blue .cmp-form-text__text,
.cmp-bg-blue .cmp-form-text__textarea {
	background-color: transparent;
	color: #fff;
}
.cmp-bg-blue .cmp-form-text__text:focus-visible,
.cmp-bg-blue .cmp-form-text__textarea:focus-visible {
	border: 1px solid #fff;
}
.cmp-bg-blue .cmp-form-text__text:focus,
.cmp-bg-blue .cmp-form-text__text:hover,
.cmp-bg-blue .cmp-form-text__textarea:focus,
.cmp-bg-blue .cmp-form-text__textarea:hover {
	border-bottom: 1px solid #fff;
}
.cmp-bg-blue .cmp-form-text__textarea:focus,
.cmp-bg-blue .cmp-form-text__textarea:hover {
	border: 1px solid #fff;
}
.cmp-bg-blue input {
	color-scheme: dark;
}
.cmp-bg-blue
	.cmp-text
	:is(h2, h3, h4, h5, h6, .style-h5, .style-h4, .style-h6) {
	color: #3d95f4;
}
.cmp-bg-blue .cmp-text * {
	color: #fff;
}
.cmp-bg-blue .cmp-text a {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.cmp-bg-blue .cmp-text a:focus,
.cmp-bg-blue .cmp-text a:hover {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-bg-blue .cmp-text a:active {
	-webkit-box-shadow: #fff;
	box-shadow: #fff;
	color: #fff;
}
.cmp-bg-blue .cmp-text a:disabled,
.cmp-bg-blue .cmp-text a[disabled] {
	color: rgba(0, 115, 221, 0.3);
}
.cmp-form h2 {
	margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-form h2 {
		margin-bottom: 1.5rem;
	}
}
.cmp-form h3 {
	margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
	.cmp-form h3 {
		margin-bottom: 1.5rem;
	}
}
.cmp-form h4,
.cmp-form h5 {
	margin-bottom: 1rem;
}
.cmp-form h6,
.cmp-form p:has(small),
.cmp-form small {
	margin-bottom: 0.5rem;
}
.cmp-form p {
	margin-bottom: 1.5rem;
}
.cmp-form .style-h4,
.cmp-form .style-h5,
.cmp-form .style-h6,
.cmp-form p:has(small),
.cmp-form small {
	display: block;
}
.cmp-form__fnPassword {
	height: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: -1000;
}
.cmp-gated-modal {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100vh;
	justify-content: center;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 2;
}
.cmp-gated-modal.gated {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cmp-gated-modal__content {
	background-color: #0c2863;
	max-height: 100vh;
	width: 60%;
}
.cmp-gated-modal__content
	:is(h2, h3, h4, h5, h6, .style-h5, .style-h4, .style-h6) {
	color: #3d95f4;
}
.cmp-gated-modal__content * {
	color: #fff;
}
.cmp-gated-modal__content a {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.cmp-gated-modal__content a:focus,
.cmp-gated-modal__content a:hover {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-gated-modal__content a:active {
	-webkit-box-shadow: #fff;
	box-shadow: #fff;
	color: #fff;
}
.cmp-gated-modal__content a:disabled,
.cmp-gated-modal__content a[disabled] {
	color: rgba(0, 115, 221, 0.3);
}
.cmp-gated-modal__content h2 {
	margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-gated-modal__content h2 {
		margin-bottom: 1.5rem;
	}
}
.cmp-gated-modal__content h3 {
	margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
	.cmp-gated-modal__content h3 {
		margin-bottom: 1.5rem;
	}
}
.cmp-gated-modal__content h4,
.cmp-gated-modal__content h5 {
	margin-bottom: 1rem;
}
.cmp-gated-modal__content h6,
.cmp-gated-modal__content p:has(small),
.cmp-gated-modal__content small {
	margin-bottom: 0.5rem;
}
.cmp-gated-modal__content p {
	margin-bottom: 1.5rem;
}
.cmp-gated-modal__content .style-h4,
.cmp-gated-modal__content .style-h5,
.cmp-gated-modal__content .style-h6,
.cmp-gated-modal__content p:has(small),
.cmp-gated-modal__content small {
	display: block;
}
.cmp-gated-modal__content .cmp-text a:focus,
.cmp-gated-modal__content .cmp-text a:hover {
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.cmp-gated-modal__content {
		max-height: 100vh;
		padding: 0;
		width: 90%;
	}
}
.cmp-gated-modal__content .cmp-text {
	margin-bottom: 1rem;
}
.cmp-gated-modal__content .cmp-gated-modal__buttons {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1rem;
}
.cmp-gated-modal__content .cmp-gated-modal__button,
.cmp-gated-modal__content .cmp-gated-modal__buttons {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}
.cmp-gated-modal__content .cmp-gated-modal__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #0073dd;
	border: 2px solid #fff;
	border-radius: 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1.5rem;
	position: relative;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
.cmp-gated-modal__content .cmp-gated-modal__button:focus,
.cmp-gated-modal__content .cmp-gated-modal__button:hover {
	background: #0c2863;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.cmp-gated-modal__content .cmp-gated-modal__button:active {
	background: #ced4e0;
	border: none;
}
.cmp-gated-modal__content .cmp-gated-modal__button:disabled,
.cmp-gated-modal__content .cmp-gated-modal__button[disabled] {
	background-color: rgba(0, 115, 221, 0.3);
	color: #fff;
}
.cmp-gated-modal__content .cmp-gated-modal__button {
	background: #fff;
	color: #0073dd;
}
.cmp-gated-modal__content .cmp-gated-modal__button:focus,
.cmp-gated-modal__content .cmp-gated-modal__button:hover {
	background: hsla(0, 0%, 100%, 0.8);
	color: #0c2863;
}
.cmp-gated-modal__content .cmp-gated-modal__button:active {
	background: hsla(0, 0%, 100%, 0.5);
	color: #0c2863;
}
.cmp-gated-modal__content .cmp-gated-modal__button:disabled {
	background-color: hsla(0, 0%, 100%, 0.4);
	color: #0073dd;
}
.cmp-gated-modal__content .cmp-gated-modal__button:focus,
.cmp-gated-modal__content .cmp-gated-modal__button:hover {
	border: 2px solid #fff;
}
.cmp-gated-modal__content .cmp-gated-modal__button-close {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: center;
	background: #0073dd;
	border: 2px solid #fff;
	border-radius: 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1.5rem;
	position: relative;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
.cmp-gated-modal__content .cmp-gated-modal__button-close:focus,
.cmp-gated-modal__content .cmp-gated-modal__button-close:hover {
	background: #0c2863;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cmp-gated-modal__content .cmp-gated-modal__button-close:active {
	background: #ced4e0;
	border: none;
}
.cmp-gated-modal__content .cmp-gated-modal__button-close:disabled,
.cmp-gated-modal__content .cmp-gated-modal__button-close[disabled] {
	background-color: rgba(0, 115, 221, 0.3);
	color: #fff;
}
.cmp-gated-modal__content .cmp-gated-modal__button-close {
	background: transparent;
	color: #fff;
}
.cmp-gated-modal__content .cmp-gated-modal__button-close:focus,
.cmp-gated-modal__content .cmp-gated-modal__button-close:hover {
	background: hsla(0, 0%, 100%, 0.2);
	color: #fff;
}
.cmp-gated-modal__content .cmp-gated-modal__button-close:active {
	background: hsla(0, 0%, 100%, 0.4);
	color: #fff;
}
.cmp-gated-modal__content .cmp-gated-modal__button-close:disabled {
	background-color: transparent;
	color: rgba(0, 115, 221, 0.4);
}
.cmp-gated-modal__content .cmp-gated-modal__button-close:active,
.cmp-gated-modal__content .cmp-gated-modal__button-close:focus,
.cmp-gated-modal__content .cmp-gated-modal__button-close:hover {
	border: 2px solid #fff;
}
.cmp-gated-modal__overlay-content {
	background: #0c2863;
	padding: 4.5rem 6.5rem 6.5rem;
}
.cmp-gated-modal__overlay-content .text .cmp-text {
	max-width: 100%;
}
@media screen and (max-width: 1024px) {
	.cmp-gated-modal__overlay-content {
		background-color: #0c2863;
		padding: 2rem 1rem 5.5rem;
	}
}
.modal-open footer,
.modal-open header,
.modal-open main {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}
.cmp-image__logo {
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-right: 1rem;
	min-width: 10.375rem;
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 1025px) {
	.cmp-image__logo {
		position: absolute;
	}
}
@media screen and (max-width: 1024px) {
	.cmp-image__logo {
		max-height: 72px;
		min-width: 9.375rem;
		padding: 1rem 0;
	}
}
.cmp-image__logo .cmp-image__image {
	max-width: 10.375rem;
	padding: 0;
}
@media screen and (max-width: 1024px) {
	.cmp-image__logo .cmp-image__image {
		max-width: 9.375rem;
	}
}
.cmp-image__image {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	isolation: isolate;
	pointer-events: none;
}
.cmp-image__title {
	display: block;
	font-size: 1rem;
	line-height: 1.25rem;
	padding-left: 0.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-image__title {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
}
.cmp-image-text-block {
	-webkit-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	isolation: isolate;
	padding: 2.5rem 0 1.5rem;
}
.cmp-image-text-block h2 {
	margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-image-text-block h2 {
		margin-bottom: 1.5rem;
	}
}
.cmp-image-text-block h3 {
	margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
	.cmp-image-text-block h3 {
		margin-bottom: 1.5rem;
	}
}
.cmp-image-text-block h4,
.cmp-image-text-block h5 {
	margin-bottom: 1rem;
}
.cmp-image-text-block h6,
.cmp-image-text-block p:has(small),
.cmp-image-text-block small {
	margin-bottom: 0.5rem;
}
.cmp-image-text-block p {
	margin-bottom: 1.5rem;
}
.cmp-image-text-block .style-h4,
.cmp-image-text-block .style-h5,
.cmp-image-text-block .style-h6,
.cmp-image-text-block p:has(small),
.cmp-image-text-block small {
	display: block;
}
@media screen and (max-width: 1024px) {
	.cmp-image-text-block {
		gap: 2.5rem;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		padding: 3.75rem 0;
	}
}
.cmp-image-text-block sub,
.cmp-image-text-block sup {
	position: relative;
	top: -0.4em;
	vertical-align: baseline;
}
.cmp-image-text-block sub {
	top: 0.4em;
}
.cmp-image-text-block__dark {
	background: #0c2863;
	-webkit-box-shadow: 0 0 0 100vmax #0c2863;
	box-shadow: 0 0 0 100vmax #0c2863;
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
}
.cmp-image-text-block__dark .cmp-teaser__title {
	color: #3d95f4;
}
.cmp-image-text-block__dark .cmp-teaser__description,
.cmp-image-text-block__dark .cmp-teaser__image {
	color: #fff;
}
.cmp-image-text-block .cmp-teaser__content blockquote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-image-text-block .cmp-teaser__content blockquote {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.cmp-image-text-block .cmp-teaser__content blockquote:before {
	color: #0063be;
	content: "“";
	font-size: 5.5rem;
	line-height: 5rem;
	padding-right: 1.5rem;
}
.cmp-image-text-block .cmp-teaser__content blockquote + * {
	margin-bottom: 0.25rem;
}
@media screen and (max-width: 1024px) {
	.cmp-image-text-block .cmp-teaser__content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
.cmp-image-text-block.col-33 {
	grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 1024px) {
	.cmp-image-text-block.col-33 {
		gap: 2.5rem;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}
}
.cmp-image-text-block.col-66 {
	grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 1024px) {
	.cmp-image-text-block.col-66 {
		gap: 2.5rem;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}
}
.cmp-image-text-block.col-80.left {
	grid-template-columns: 1fr 4fr;
}
.cmp-image-text-block.col-80.right {
	grid-template-columns: 4fr 1fr;
}
@media screen and (max-width: 1024px) {
	.cmp-image-text-block.col-80.left,
	.cmp-image-text-block.col-80.right {
		gap: 2.5rem;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}
}
.cmp-image-text-block.col-20 {
	grid-template-columns: 1fr 4fr;
}
@media screen and (max-width: 1024px) {
	.cmp-image-text-block.col-20 {
		gap: 2.5rem;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}
}
.cmp-image-text-block.left>.cmp-teaser__content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.cmp-image-text-block .cmp-teaser__image {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
@media screen and (max-width: 1024px) {
	.cmp-image-text-block .cmp-teaser__image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
.cmp-image-text-block .cmp-teaser__caption {
	font-size: 1rem;
	grid-column: 2;
	line-height: 1.25rem;
	margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-image-text-block .cmp-teaser__caption {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
}
.imagetextblock .cmp-teaser__description a {
	color: #0073dd;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.imagetextblock .cmp-teaser__description a:focus,
.imagetextblock .cmp-teaser__description a:hover {
	color: #0c2863;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.imagetextblock .cmp-teaser__description a:active {
	color: #ced4e0;
}
.imagetextblock .cmp-teaser__description a:disabled,
.imagetextblock .cmp-teaser__description a[disabled] {
	color: rgba(0, 115, 221, 0.4);
}
.imagetextblock .cmp-teaser__action-link.link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.imagetextblock .cmp-teaser__action-link.link {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.imagetextblock .cmp-teaser__action-link.link {
	color: #000;
}
.imagetextblock .cmp-teaser__action-link.link:focus,
.imagetextblock .cmp-teaser__action-link.link:hover {
	color: #0063be;
	cursor: pointer;
}
.imagetextblock .cmp-teaser__action-link.link:active {
	color: #0063be;
}
.imagetextblock .cmp-teaser__action-link.link:after {
	speak: none;
	color: #0063be;
	content: "";
	font-family: iconfk;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 400;
	margin-left: 0.5rem;
	margin-right: auto;
	min-width: 4rem;
	overflow: hidden;
	text-indent: -1.5rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.imagetextblock .cmp-teaser__action-link.link:focus:after,
.imagetextblock .cmp-teaser__action-link.link:hover:after {
	text-indent: 0;
}
.imagetextblock .cmp-teaser__action-link.product-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0 0 1rem;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.imagetextblock .cmp-teaser__action-link.product-link {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.imagetextblock .cmp-teaser__action-link.product-link {
	color: #000;
}
.imagetextblock .cmp-teaser__action-link.product-link:focus,
.imagetextblock .cmp-teaser__action-link.product-link:hover {
	color: #0063be;
	cursor: pointer;
}
.imagetextblock .cmp-teaser__action-link.product-link:active {
	color: #0063be;
}
.imagetextblock .cmp-teaser__action-link.product-link:after {
	speak: none;
	color: #0063be;
	content: "";
	font-family: iconfk;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 400;
	margin-left: 0.5rem;
	margin-right: auto;
	min-width: 4rem;
	overflow: hidden;
	text-indent: -1.5rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.imagetextblock .cmp-teaser__action-link.product-link:focus:after,
.imagetextblock .cmp-teaser__action-link.product-link:hover:after {
	text-indent: 0;
}
.imagetextblock .cmp-teaser__action-link.button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: center;
	background: #0073dd;
	border: none;
	border-radius: 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1.5rem;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
.imagetextblock .cmp-teaser__action-link.button:focus,
.imagetextblock .cmp-teaser__action-link.button:hover {
	background: #0c2863;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.imagetextblock .cmp-teaser__action-link.button:active {
	background: #ced4e0;
	border: none;
}
.imagetextblock .cmp-teaser__action-link.button:disabled,
.imagetextblock .cmp-teaser__action-link.button[disabled] {
	background-color: rgba(0, 115, 221, 0.3);
	color: #fff;
}
.imagetextblock .cmp-image__image {
	margin-bottom: 0;
}
.imagetextblock.cmp-no-space .cmp-image-text-block {
	padding: 0;
}
.cmp-image-text-block__dark .cmp-teaser__description a {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.cmp-image-text-block__dark .cmp-teaser__description a:focus,
.cmp-image-text-block__dark .cmp-teaser__description a:hover {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-image-text-block__dark .cmp-teaser__description a:active {
	-webkit-box-shadow: #fff;
	box-shadow: #fff;
	color: #fff;
}
.cmp-image-text-block__dark .cmp-teaser__description a:disabled,
.cmp-image-text-block__dark .cmp-teaser__description a[disabled] {
	color: rgba(0, 115, 221, 0.3);
}
.cmp-image-text-block__dark .cmp-teaser__action-link.link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.cmp-image-text-block__dark .cmp-teaser__action-link.link {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.cmp-image-text-block__dark .cmp-teaser__action-link.link {
	color: #000;
}
.cmp-image-text-block__dark .cmp-teaser__action-link.link:active,
.cmp-image-text-block__dark .cmp-teaser__action-link.link:focus,
.cmp-image-text-block__dark .cmp-teaser__action-link.link:hover {
	color: #0063be;
}
.cmp-image-text-block__dark .cmp-teaser__action-link.link:after {
	speak: none;
	color: #0063be;
	content: "";
	font-family: iconfk;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 400;
	margin-left: 0.5rem;
	margin-right: auto;
	min-width: 4rem;
	overflow: hidden;
	text-indent: -1.5rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cmp-image-text-block__dark .cmp-teaser__action-link.link:focus:after,
.cmp-image-text-block__dark .cmp-teaser__action-link.link:hover:after {
	text-indent: 0;
}
.cmp-image-text-block__dark .cmp-teaser__action-link.link {
	color: #fff;
}
.cmp-image-text-block__dark .cmp-teaser__action-link.link:focus,
.cmp-image-text-block__dark .cmp-teaser__action-link.link:hover {
	color: hsla(0, 0%, 100%, 0.5);
	cursor: pointer;
}
.cmp-image-text-block__dark .cmp-teaser__action-link.link:active {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-image-text-block__dark .cmp-teaser__action-link.link.link {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.125rem;
	font-size: 1.5rem;
	line-height: 2rem;
}
.cmp-image-text-block__dark .cmp-teaser__action-link.link.link:focus,
.cmp-image-text-block__dark .cmp-teaser__action-link.link.link:hover {
	color: hsla(0, 0%, 100%, 0.5);
	cursor: pointer;
}
.cmp-image-text-block__dark .cmp-teaser__action-link.link.link:active {
	color: #fff;
}
.cmp-image-text-block__dark .cmp-teaser__action-link.link.link:disabled,
.cmp-image-text-block__dark .cmp-teaser__action-link.link.link[disabled] {
	color: hsla(0, 0%, 100%, 0.4);
}
@media screen and (max-width: 1024px) {
	.cmp-image-text-block__dark .cmp-teaser__action-link.link.link {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.cmp-image-text-block__dark .cmp-teaser__action-link.link:after {
	color: #fff;
}
.cmp-image-text-block__dark .cmp-teaser__action-link.link:focus:after,
.cmp-image-text-block__dark .cmp-teaser__action-link.link:hover:after {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-image-text-block__dark .cmp-teaser__action-link.button {
	background: #fff;
	color: #0073dd;
}
.cmp-image-text-block__dark .cmp-teaser__action-link.button:focus,
.cmp-image-text-block__dark .cmp-teaser__action-link.button:hover {
	background: hsla(0, 0%, 100%, 0.8);
	color: #0c2863;
}
.cmp-image-text-block__dark .cmp-teaser__action-link.button:active {
	background: hsla(0, 0%, 100%, 0.5);
	color: #0c2863;
}
.cmp-image-text-block__dark .cmp-teaser__action-link.button:disabled {
	background-color: hsla(0, 0%, 100%, 0.4);
	color: #0073dd;
}
.col-50 .cmp-teaser__image img {
	aspect-ratio: 4/3;
}
@media screen and (max-width: 1024px) {
	.col-50 .cmp-teaser__image img {
		aspect-ratio: 4/3;
	}
}
.col-33.left img,
.col-66.right img {
	aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
	.col-33.left img,
	.col-66.right img {
		aspect-ratio: 4/3;
	}
}
.col-80.left img,
.col-80.right img {
	aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
	.col-80.left img,
	.col-80.right img {
		aspect-ratio: 4/3;
	}
}
.col-33.right img,
.col-66.left img {
	aspect-ratio: 16/9;
}
@media screen and (max-width: 1024px) {
	.col-33.right img,
	.col-66.left img {
		aspect-ratio: 4/3;
	}
}
.cmp-image-text-block__contact {
	padding-right: 2.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-image-text-block__contact {
		margin: 0.25rem 0;
		padding-right: 0;
	}
}
.cmp-image-text-block__contact .cmp-image-text-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	padding: 0;
}
.cmp-image-text-block__contact .cmp-teaser__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.cmp-image-text-block__contact .cmp-teaser__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	height: auto;
	order: 1;
	width: 13.75rem;
}
.cmp-image-text-block__contact .cmp-teaser__image .cmp-image {
	height: 100%;
}
.cmp-image-text-block__contact .cmp-teaser__image .cmp-image__image {
	aspect-ratio: 1/1;
	height: 100%;
}
@media screen and (max-width: 1024px) {
	.cmp-image-text-block__contact .cmp-teaser__image {
		height: 10.75rem;
		width: 10.75rem;
	}
}
.cmp-image-text-block__contact .cmp-teaser__image .cmp-teaser__caption {
	display: none;
}
.cmp-image-text-block__contact .cmp-teaser__description {
	height: 100%;
	width: 100%;
}
.cmp-image-text-block__contact
	.cmp-teaser__description
	:is(h3, h4, h5, h6, p, .style-h5, .style-h4) {
	margin-bottom: 0;
}
.imagetextblock .cmp-teaser__content {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.3));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.3));
}
.languagenavigation {
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-right: 3rem;
	z-index: 6;
}
@media screen and (max-width: 1024px) {
	.languagenavigation {
		-ms-flex-item-align: start;
		align-self: flex-start;
		padding: 0;
	}
}
.cmp-languagenavigation {
	margin-right:2rem
}
.cmp-languagenavigation,
.cmp-languagenavigation__toggle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cmp-languagenavigation__toggle {
	color: #0063be;
	cursor: pointer;
	font-size: 1.125rem;
	gap: 0.5rem;
	position: relative;
	z-index: 10;
}
.cmp-languagenavigation__toggle:before {
	background: url(assets/icons/globe.svg);
	background-size: 1.5rem 1.5rem;
	content: "";
	display: block;
	height: 1.5rem;
	width: 1.5rem;
}
.cmp-languagenavigation__toggle + .cmp-languagenavigation__switcher {
	border-left: 2px solid #0063be;
	margin-left: 1rem;
	padding-left: 1rem;
}
.cmp-languagenavigation.active .cmp-languagenavigation__toggle {
	font-size: 0;
	gap: 0;
	line-height: 1;
	padding: 2px;
	right: 0;
	top: -2rem;
	width: 1.7rem;
}
.cmp-languagenavigation.active .cmp-languagenavigation__toggle:before {
	speak: none;
	background-image: none;
	color: #fff;
	content: "";
	font-family: iconfk;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem;
	margin-right: 0.5rem;
	visibility: visible;
}
.cmp-languagenavigation__header {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#0c2863),
		to(#0073dd)
	);
	background: linear-gradient(270deg, #0c2863, #0073dd);
	-webkit-column-gap: 3rem;
	-moz-column-gap: 3rem;
	column-gap: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2rem 0;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 1180px) {
	.cmp-languagenavigation__header:has(div:nth-child(3)) {
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
}
.cmp-languagenavigation__header:after,
.cmp-languagenavigation__header:before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.cmp-languagenavigation__header:before {
	background: #0073dd;
	left: -100%;
}
.cmp-languagenavigation__header:after {
	background: #0c2863;
	right: -100%;
}
.cmp-languagenavigation__header-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cmp-languagenavigation__header-item-title {
	color: #fff;
	display: block;
	margin-bottom: 1rem;
}
.cmp-languagenavigation__header-item .cmp-button {
	margin: 0;
}
.cmp-languagenavigation__header-item .button {
	float: left;
	margin-bottom: 1rem;
	margin-right: 1rem;
	white-space: nowrap;
}
.cmp-languagenavigation__header-item .button:last-child {
	margin-bottom: 0;
}
.cmp-languagenavigation__footer {
	border-top: 1px solid #ced4e0;
	margin-top: 2rem;
	padding: 2rem 0 0;
	width: 100%;
}
.cmp-languagenavigation__footer .link-light-bg {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #0063be;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.125rem;
}
.cmp-languagenavigation__footer .link-light-bg:focus,
.cmp-languagenavigation__footer .link-light-bg:hover {
	color: #0c2863;
	cursor: pointer;
}
.cmp-languagenavigation__footer .link-light-bg:active {
	color: #ced4e0;
}
.cmp-languagenavigation__footer .link-light-bg:disabled,
.cmp-languagenavigation__footer .link-light-bg[disabled] {
	color: rgba(0, 115, 221, 0.3);
}
.cmp-languagenavigation__footer .link-light-bg:after {
	speak: none;
	content: "";
	font-family: iconfk;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	margin-left: 0.5rem;
}
.cmp-languagenavigation__headline {
	margin: 4.5rem 0 2rem;
}
.cmp-languagenavigation__group {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: none;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}
.cmp-languagenavigation__group.active {
	background: #fff;
	border-bottom: 1px solid #c9c5be;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	padding: 0 1rem 4.5rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 6;
}
.cmp-languagenavigation__group.active:after,
.cmp-languagenavigation__group.active:before {
	background: #fff;
	border-bottom: 1px solid #c9c5be;
	content: "";
	height: 100%;
	position: absolute;
	top: 1px;
	width: 100%;
	z-index: -2;
}
.cmp-languagenavigation__group.active:before {
	left: -100%;
}
.cmp-languagenavigation__group.active:after {
	right: -100%;
}
.cmp-languagenavigation__group--level-0 {
	-webkit-column-gap: 7.5rem;
	-moz-column-gap: 7.5rem;
	column-gap: 7.5rem;
	margin: 0;
	row-gap: 2rem;
}
.cmp-languagenavigation__group--level-1 {
	gap: 1rem 3rem;
}
.cmp-languagenavigation__item-title {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	margin-bottom: 1rem;
}
.cmp-languagenavigation__item--level-0 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cmp-languagenavigation__item--level-0:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
}
.cmp-languagenavigation
	.cmp-languagenavigation__item--active
	.cmp-languagenavigation__item-link {
	color: currentColor;
	cursor: not-allowed;
	opacity: 0.5;
	text-decoration: none;
}
.cmp-languagenavigation
	.cmp-languagenavigation__item--active
	.cmp-languagenavigation__item-link:focus,
.cmp-languagenavigation
	.cmp-languagenavigation__item--active
	.cmp-languagenavigation__item-link:hover {
	color: #000;
}
.cmp-languagenavigation .cmp-languagenavigation__item-link {
	color: #000;
	white-space: nowrap;
}
.cmp-languagenavigation .cmp-languagenavigation__item-link:focus,
.cmp-languagenavigation .cmp-languagenavigation__item-link:hover {
	color: #0063be;
}
.cmp-languagenavigation__switcher {
	font-size: 1.125rem;
	line-height: 1;
	margin-left: 1rem;
	position: relative;
	z-index: 1;
}
span.cmp-languagenavigation__switcher {
	color: #0c2863;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	position: relative;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}
@media screen and (max-width: 1024px) {
	.cmp-languagenavigation.active {
		background: #fff;
		height: 100dvh;
		left: 0;
		margin: 0;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.cmp-languagenavigation.active::-webkit-scrollbar {
		display: none;
	}
	.cmp-languagenavigation.active .cmp-languagenavigation__toggle {
		position: absolute;
		right: 1rem;
		top: 1rem;
	}
	.cmp-languagenavigation.active
		.cmp-languagenavigation__toggle
		+ .cmp-languagenavigation__group {
		padding-bottom: 2rem;
	}
	.cmp-languagenavigation__toggle + .cmp-languagenavigation__switcher {
		border: none;
	}
	.cmp-languagenavigation__toggle + .cmp-languagenavigation__group {
		padding-bottom: 0;
	}
	.cmp-languagenavigation .cmp-languagenavigation__group.active {
		border: none;
		row-gap: 0;
	}
	.cmp-languagenavigation__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 2.5rem 0 0;
	}
	.cmp-languagenavigation__header-item {
		margin-bottom: 1.5rem;
	}
	.cmp-languagenavigation__header-item .cmp-button {
		float: none;
	}
	.cmp-languagenavigation__header-item-title {
		margin-top: 0.5rem;
	}
	.cmp-languagenavigation__item-title {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 1.125rem;
		justify-content: space-between;
		margin: 0.5rem 0;
		position: relative;
	}
	.cmp-languagenavigation__item-title:after,
	.cmp-languagenavigation__item-title:before {
		background: #000;
		content: "";
		height: 2px;
		position: absolute;
		right: 0.5rem;
		-webkit-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
		width: 1rem;
	}
	.cmp-languagenavigation__item-title:before {
		content: "";
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.cmp-languagenavigation__item-title:focus,
	.cmp-languagenavigation__item-title:hover {
		color: #0063be;
	}
	.cmp-languagenavigation__item-title.active:before {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.cmp-languagenavigation__item-title.active:after,
	.cmp-languagenavigation__item-title.active:before {
		background: #0073dd;
	}
	.cmp-languagenavigation__item-link {
		padding: 0.5rem 0;
	}
	.cmp-languagenavigation__item:nth-child(2) {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.cmp-languagenavigation__headline {
		margin: 2rem 0;
	}
	.cmp-languagenavigation__items {
		height: 0;
		overflow: hidden;
		padding-inline: 1rem 0.5rem;
		-webkit-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}
	.cmp-languagenavigation__items.cmp-languagenavigation__group--level-1 {
		height: 0;
		max-height: 0;
		row-gap: 0;
	}
	.cmp-languagenavigation__items.cmp-languagenavigation__group--level-1.expand {
		height: 100%;
		max-height: 93.75rem;
	}
	.cmp-languagenavigation__item-link {
		display: block;
	}
	.cmp-languagenavigation__group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		row-gap: 0.5rem;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
.cmp-list--anchor_links .cmp-list {
	background: #0063be;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.75rem;
	margin: 0;
	padding: 1.25rem;
}
@media screen and (max-width: 1024px) {
	.cmp-list--anchor_links .cmp-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0.625rem;
	}
}
.cmp-list--anchor_links .cmp-list__item {
	font-size: 1rem;
	line-height: 1.25rem;
}
.cmp-list--anchor_links .cmp-list__item:focus .cmp-list__item-link:after,
.cmp-list--anchor_links .cmp-list__item:hover .cmp-list__item-link:after {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}
.cmp-list--anchor_links .cmp-list__item-title {
	text-decoration: underline;
}
.cmp-list--anchor_links .cmp-list__item-link {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	color: #fff;
	-ms-flex-direction: row;
	flex-direction: row;
	text-decoration: none !important;
}
.cmp-list--anchor_links .cmp-list__item-link:after {
	speak: none;
	content: "";
	font-family: iconfk;
	font-style: normal;
	font-weight: 400;
	margin-left: 0.5rem;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.cmp-list--anchor_links .cmp-list__item-link-title {
	text-decoration: underline;
}
.cmp-list--biopharma_links .cmp-list__item {
	margin-bottom: 0.625rem;
}
.cmp-list--biopharma_links .cmp-list__item-title {
	color: #0073dd;
}
.cmp-list--biopharma_links .cmp-list__item-link {
	font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
	.cmp-list--biopharma_links .cmp-list__item-link {
		font-size: 0.75rem;
		line-height: 1.16;
	}
}
.cmp-list--biopharma_links:first-of-type .cmp-list {
	display: none;
}
@media screen and (max-width: 1024px) {
	.cmp-list--biopharma_links:first-of-type .cmp-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 1.25rem;
		justify-content: space-between;
	}
}
.cmp-list--biopharma_links:first-of-type .cmp-list__item {
	position: relative;
}
.cmp-list--biopharma_links:first-of-type .cmp-list__item:nth-of-type(2):after,
.cmp-list--biopharma_links:first-of-type .cmp-list__item:nth-of-type(2):before {
	background: #0063be;
	content: "";
	display: none;
	height: 100%;
	position: absolute;
	top: 0;
	width: 1px;
}
@media screen and (max-width: 768px) {
	.cmp-list--biopharma_links:first-of-type .cmp-list__item:nth-of-type(2):after,
	.cmp-list--biopharma_links:first-of-type
		.cmp-list__item:nth-of-type(2):before {
		display: block;
	}
}
.cmp-list--biopharma_links:first-of-type .cmp-list__item:nth-of-type(2):before {
	left: -0.625rem;
}
.cmp-list--biopharma_links:first-of-type .cmp-list__item:nth-of-type(2):after {
	right: -0.625rem;
}
.cmp-list--biopharma_links:first-of-type .cmp-list__item-link {
	position: relative;
	text-align: center;
	width: 100%;
}
.cmp-list--biopharma_menu .cmp-list {
	margin-bottom: 2rem;
}
.cmp-list--biopharma_menu .cmp-list__item {
	margin-bottom: 0.625rem;
}
@media screen and (max-width: 1024px) {
	.cmp-list--biopharma_menu .cmp-list__item {
		border-bottom: 1px solid #d9d9d9;
		padding: 1rem 0;
	}
}
.cmp-list--biopharma_menu .cmp-list__item--active {
	border-left: 2px solid #0073dd;
	padding-left: 1.25rem;
}
@media screen and (max-width: 1024px) {
	.cmp-list--biopharma_menu .cmp-list__item--active {
		border-left: none;
		padding-left: 0;
	}
}
.cmp-list--biopharma_menu .cmp-list__item--active .cmp-list__item-title {
	color: #0073dd;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
}
.cmp-list--biopharma_menu .cmp-list__item-link:hover .cmp-list__item-title {
	color: #0073dd;
}
@media screen and (max-width: 1024px) {
	.cmp-list--biopharma_menu .cmp-list__item-link:hover .cmp-list__item-title {
		color: #000;
	}
}
.cmp-list--biopharma_menu .cmp-list__item-title {
	color: #000;
	font-size: 1.25rem;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
	.cmp-list--biopharma_menu .cmp-list__item-title {
		font-size: 1.125rem;
	}
}
.cmp-list_block {
	position: relative;
	z-index: 1;
}
.cmp-list_block .cmp-list {
	display: grid;
	gap: 75pt;
	grid-template-columns: repeat(3, 1fr);
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.cmp-list_block .cmp-list {
		gap: 3.5rem;
		grid-template-columns: 1fr;
	}
}
.cmp-list_block .cmp-list__item {
	list-style: none;
}
.cmp-container--list_boxs .cmp-container {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(2, 1fr);
}
.cmp-container--list_boxs .cmp-container .title:first-child {
	grid-column-end: 5;
	grid-column-start: 1;
	grid-row-end: 1;
	grid-row-start: 1;
}
.cmp-container--list_boxs .cmp-container .title:nth-child(2) {
	grid-column-end: 5;
	grid-column-start: 1;
	grid-row-end: 3;
	grid-row-start: 1;
	margin-top: 2rem;
}
.cmp-container--list_boxs .cmp-container .list:nth-child(3) {
	grid-column-end: 9;
	grid-column-start: 6;
	grid-row-end: 2;
	grid-row-start: 1;
}
.cmp-container--list_boxs .cmp-container .list:nth-child(4) {
	grid-column-end: 13;
	grid-column-start: 9;
	grid-row-end: 2;
	grid-row-start: 1;
}
.cmp-container--list_boxs .cmp-container .list:nth-child(5) {
	grid-column-end: 9;
	grid-column-start: 5;
	grid-row-end: 2;
	grid-row-start: 2;
}
.cmp-container--list_boxs .cmp-container .list:last-child {
	grid-column-end: 13;
	grid-column-start: 9;
	grid-row-end: 2;
	grid-row-start: 2;
}
.cmp-container--list_boxs .cmp-container .cmp-list {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fff),
		color-stop(50%, #f7f6f5)
	);
	background: linear-gradient(90deg, #fff, #f7f6f5 50%);
	padding: 2rem;
}
.cmp-container--list_boxs .cmp-container .cmp-list__item-title {
	font-size: 1.25rem;
	padding-left: 2rem;
}
.cmp-container--list_boxs .cmp-container .cmp-list__item-title:before {
	color: #0073dd;
	content: "";
	font-family: iconfk;
	font-size: 1.25rem;
	left: 0;
}
.cmp-list__item {
	list-style: none;
}
.cmp-list__item-link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cmp-list__item-title {
	position: relative;
}
.cmp-list__item-title:before {
	color: #0073dd;
	font-family: iconfk;
	font-size: 1.5rem;
	position: absolute;
}
.cmp-list__item-description {
	display: block;
}
.cmp-list_items .cmp-list__item {
	list-style: none;
	padding: 2rem 0;
}
.cmp-list_items .cmp-list__item-link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cmp-list_items .cmp-list__item-title {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	color: #000;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
	order: 2;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.cmp-list_items .cmp-list__item-title {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.cmp-list_items .cmp-list__item-title:before {
	color: #0073dd;
	content: "";
	font-family: iconfk;
	font-size: 1.5rem;
	right: 0;
}
.cmp-list_items .cmp-list__item-date {
	color: #8f8d87;
	orphans: 1;
}
.cmp-list_items .cmp-list__item-description {
	display: block;
}
.cmp-list__metamenu {
	z-index: 1;
}
.cmp-list__metamenu .cmp-list {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-column-gap: 3rem;
	-moz-column-gap: 3rem;
	column-gap: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: end;
	margin: 0 3rem 0 0;
	row-gap: 0.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-list__metamenu .cmp-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 1rem;
	}
}
.cmp-list__metamenu .cmp-list__item-link {
	font-size: 1.125rem;
	line-height: 1.5rem;
	white-space: nowrap;
}
@media screen and (max-width: 1024px) {
	.login {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}
.cmp-login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3rem;
	margin-right: 3rem;
	position: relative;
	z-index: 11;
}
@media screen and (max-width: 1024px) {
	.cmp-login {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 1rem;
		margin-right: 0;
		margin-inline: 1rem;
		order: 3;
		row-gap: 1rem;
	}
}
.cmp-login span.cmp-login__button {
	font-size: 18px;
}
.cmp-login .cmp-login-welcome__link {
	color: #0063be;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
@media screen and (min-width: 1025px) {
	.cmp-login .cmp-login-welcome__link .cmp-login__button {
		position: relative;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
	.cmp-login .cmp-login-welcome__link .cmp-login__button:after,
	.cmp-login .cmp-login-welcome__link .cmp-login__button:focus:after {
		background: #0c2863;
		bottom: calc(-2px + 0.25rem);
		content: "";
		height: 1px;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		right: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s,
			-webkit-transform-origin 0s;
		transition: opacity 0.3s, -webkit-transform 0.3s,
			-webkit-transform-origin 0s;
		transition: transform 0.3s, transform-origin 0s, opacity 0.3s;
		transition: transform 0.3s, transform-origin 0s, opacity 0.3s,
			-webkit-transform 0.3s, -webkit-transform-origin 0s;
		z-index: 2;
	}
	.cmp-login .cmp-login-welcome__link:focus,
	.cmp-login .cmp-login-welcome__link:hover {
		color: #0c2863;
	}
	.cmp-login .cmp-login-welcome__link:focus .cmp-login__button:after,
	.cmp-login .cmp-login-welcome__link:hover .cmp-login__button:after {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	.cmp-login .cmp-login__link .cmp-login__button,
	.cmp-login .cmp-logout__link .cmp-login__button {
		position: relative;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
	.cmp-login .cmp-login__link .cmp-login__button:after,
	.cmp-login .cmp-logout__link .cmp-login__button:after {
		background: #0c2863;
		bottom: -4px;
		content: "";
		height: 1px;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		right: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s,
			-webkit-transform-origin 0s;
		transition: opacity 0.3s, -webkit-transform 0.3s,
			-webkit-transform-origin 0s;
		transition: transform 0.3s, transform-origin 0s, opacity 0.3s;
		transition: transform 0.3s, transform-origin 0s, opacity 0.3s,
			-webkit-transform 0.3s, -webkit-transform-origin 0s;
		z-index: 2;
	}
	.cmp-login .cmp-login__link:focus .cmp-login__button:after,
	.cmp-login .cmp-login__link:hover .cmp-login__button:after,
	.cmp-login .cmp-logout__link:focus .cmp-login__button:after,
	.cmp-login .cmp-logout__link:hover .cmp-login__button:after {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	.cmp-login .cmp-login__link:focus .cmp-login__button,
	.cmp-login .cmp-login__link:hover .cmp-login__button,
	.cmp-login .cmp-logout__link:focus .cmp-login__button,
	.cmp-login .cmp-logout__link:hover .cmp-login__button {
		color: #0c2863;
	}
}
.cmp-login-modal {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100vh;
	justify-content: center;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 2;
}
.cmp-login-modal-content {
	background-color: #0c2863;
	margin: auto;
	padding: 4.5rem 6.5rem 6.5rem;
	width: 60%;
}
.cmp-login-modal-content
	:is(h2, h3, h4, h5, h6, .style-h5, .style-h4, .style-h6) {
	color: #3d95f4;
}
.cmp-login-modal-content * {
	color: #fff;
}
.cmp-login-modal-content a {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.cmp-login-modal-content a:focus,
.cmp-login-modal-content a:hover {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-login-modal-content a:active {
	-webkit-box-shadow: #fff;
	box-shadow: #fff;
	color: #fff;
}
.cmp-login-modal-content a:disabled,
.cmp-login-modal-content a[disabled] {
	color: rgba(0, 115, 221, 0.3);
}
.cmp-login-modal-content h2 {
	margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-login-modal-content h2 {
		margin-bottom: 1.5rem;
	}
}
.cmp-login-modal-content h3 {
	margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
	.cmp-login-modal-content h3 {
		margin-bottom: 1.5rem;
	}
}
.cmp-login-modal-content h4,
.cmp-login-modal-content h5 {
	margin-bottom: 1rem;
}
.cmp-login-modal-content h6,
.cmp-login-modal-content p:has(small),
.cmp-login-modal-content small {
	margin-bottom: 0.5rem;
}
.cmp-login-modal-content p {
	margin-bottom: 1.5rem;
}
.cmp-login-modal-content .style-h4,
.cmp-login-modal-content .style-h5,
.cmp-login-modal-content .style-h6,
.cmp-login-modal-content p:has(small),
.cmp-login-modal-content small {
	display: block;
}
@media screen and (max-width: 1024px) {
	.cmp-login-modal-content {
		padding: 2rem 1rem;
		width: 90%;
	}
}
.cmp-login-modal-content .cmp-login__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: center;
	background: #0073dd;
	border: none;
	border-radius: 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1.5rem;
	position: relative;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
.cmp-login-modal-content .cmp-login__button:focus,
.cmp-login-modal-content .cmp-login__button:hover {
	background: #0c2863;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.cmp-login-modal-content .cmp-login__button:active {
	background: #ced4e0;
	border: none;
}
.cmp-login-modal-content .cmp-login__button:disabled,
.cmp-login-modal-content .cmp-login__button[disabled] {
	background-color: rgba(0, 115, 221, 0.3);
	color: #fff;
}
.cmp-login-modal-content .cmp-login__button {
	background: #fff;
	color: #0073dd;
}
.cmp-login-modal-content .cmp-login__button:focus,
.cmp-login-modal-content .cmp-login__button:hover {
	background: hsla(0, 0%, 100%, 0.8);
	color: #0c2863;
}
.cmp-login-modal-content .cmp-login__button:active {
	background: hsla(0, 0%, 100%, 0.5);
	color: #0c2863;
}
.cmp-login-modal-content .cmp-login__button:disabled {
	background-color: hsla(0, 0%, 100%, 0.4);
	color: #0073dd;
}
.close {
	color: #fff;
	float: right;
	line-height: 1;
}
.close:before {
	speak: none;
	color: #fff;
	content: "";
	font-family: iconfk;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	margin: 0;
}
.close:hover {
	opacity: 0.8;
}
.close:focus-visible {
	border-radius: 2px;
	outline: 2px solid #fff;
	outline-offset: 4px;
}
.close:focus,
.close:hover {
	cursor: pointer;
	text-decoration: none;
}
.cmp-login-welcome__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
}
.cmp-login-welcome__link:before {
	speak: none;
	content: "";
	font-family: iconfk;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	margin-right: 0;
}
.cmp-navigation__group--header {
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	-webkit-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: right;
	list-style: none;
	margin: 0;
	row-gap: 0.5rem;
}
@media screen and (max-width: 1200px) {
	.cmp-navigation__group--header {
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
}
.cmp-navigation__group--header .cmp-navigation__group {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#fff),
		color-stop(80%, #f7f6f5)
	);
	background: linear-gradient(270deg, #fff, #f7f6f5 80%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	min-height: 100%;
	width: 100%;
}
.cmp-navigation__group--header .cmp-navigation__group .cmp-navigation__group {
	width: 50%;
}
.cmp-navigation__group--header
	.cmp-navigation__item--header>.cmp-navigation__group {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: -100vh;
	width: 100%;
	z-index: 0;
}
.cmp-navigation__group--header
	.cmp-navigation__item--header>.cmp-navigation__group:after,
.cmp-navigation__group--header
	.cmp-navigation__item--header>.cmp-navigation__group:before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.cmp-navigation__group--header
		.cmp-navigation__item--header>.cmp-navigation__group:after,
	.cmp-navigation__group--header
		.cmp-navigation__item--header>.cmp-navigation__group:before {
		display: none;
	}
}
.cmp-navigation__group--header
	.cmp-navigation__item--header>.cmp-navigation__group:before {
	background: #f7f6f5;
	left: -100%;
}
.cmp-navigation__group--header
	.cmp-navigation__item--header>.cmp-navigation__group:after {
	background: #fff;
	right: -100%;
}
.cmp-navigation__group--header
	.cmp-navigation__item--header>.cmp-navigation__group.show-menu {
	max-height: 50rem;
	min-height: 37.5rem;
	top: 100%;
	z-index: 0;
}
.cmp-navigation__group--header
	.cmp-navigation__item--header>.cmp-navigation__group.slide {
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.cmp-navigation__group.active {
	display: block;
}
@media screen and (min-width: 1025px) {
	.cmp-navigation__item--level-0.panel-left .cmp-navigation__item-link {
		padding-top: 4.5rem;
	}
	.cmp-navigation__item--level-0 .panel-right .cmp-navigation__item-link {
		padding-top: 1rem;
	}
}
.cmp-navigation__item-detail {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	min-height: 100%;
	width: 50%;
}
.cmp-navigation__item-detail + .cmp-navigation__group {
	max-height: 50rem;
	min-height: 37.5rem;
	overflow: auto;
	padding: 3.5rem 0 4.5rem 6.5rem;
	position: relative;
}
.panel-left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	min-height: 100%;
	width: 100%;
}
.panel-left>.cmp-navigation__item-detail {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#fff),
		color-stop(80%, #f7f6f5)
	);
	background: linear-gradient(270deg, #fff, #f7f6f5 80%);
	position: relative;
}
.panel-left .cmp-navigation__item-link {
	color: #000;
	display: block;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2.75rem;
	line-height: 3.5rem;
	max-width: 80%;
	overflow: hidden;
	padding: 1.5rem 0 3.5rem;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.panel-left .cmp-navigation__item-link {
		font-size: 1.75rem;
		line-height: 2.125rem;
	}
}
.panel-left .cmp-navigation__item-link:before {
	speak: none;
	bottom: 0;
	color: #0073dd;
	content: "";
	font-family: iconfk;
	font-style: normal;
	font-weight: 400;
	left: 0;
	margin-right: 0.5rem;
	position: absolute;
	-webkit-transform: scale(2.2) translateX(0);
	transform: scale(2.2) translateX(0);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 5rem;
}
.panel-left .cmp-navigation__item-link:focus-visible:before,
.panel-left .cmp-navigation__item-link:focus:before,
.panel-left .cmp-navigation__item-link:hover:before {
	-webkit-transform: scale(2.2) translateX(1rem);
	transform: scale(2.2) translateX(1rem);
	width: 4rem;
}
.panel-left p {
	padding: 2rem 6.5rem 2rem 3rem;
}
.panel-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.panel-right .cmp-navigation__item-detail {
	background: transparent;
	position: relative;
}
.panel-right .cmp-navigation__item-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: block;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
	justify-content: flex-end;
	line-height: 2rem;
	max-width: 90%;
	overflow: visible;
	padding: 1rem 0;
	position: static;
}
.panel-right .cmp-navigation__item-link:after,
.panel-right .cmp-navigation__item-link:before {
	display: none;
}
.panel-right .cmp-navigation__item-link.next:before {
	speak: none;
	bottom: 0;
	-webkit-clip-path: polygon(48% 38%, 85% 48%, 40% 65%, 70% 49%);
	clip-path: polygon(48% 38%, 85% 48%, 40% 65%, 70% 49%);
	color: #0073dd;
	content: "";
	display: block;
	font-family: iconfk;
	font-style: normal;
	font-weight: 400;
	left: 0;
	left: inherit;
	line-height: 4rem;
	margin-right: 0.5rem;
	position: absolute;
	right: 2rem;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 2rem;
}
.panel-right .cmp-navigation__item-link.next:focus-visible:before,
.panel-right .cmp-navigation__item-link.next:focus:before,
.panel-right .cmp-navigation__item-link.next:hover:before {
	-webkit-clip-path: polygon(0 30%, 100% 50%, 50% 70%, 0 50%);
	clip-path: polygon(0 30%, 100% 50%, 50% 70%, 0 50%);
	width: 3.3rem;
}
.panel-right .cmp-navigation__item-link:next:before {
	display: none;
}
.panel-right a {
	font-size: 1.5rem;
	padding: 1rem 0;
}
.panel-right .cmp-navigation__item-detail p.cmp-navigation__item-text {
	display: none;
}
.cmp-navigation__item--header {
	display: block !important;
	margin: 0;
}
@media screen and (min-width: 1025px) {
	.cmp-navigation__item--header .cmp-navigation__item--header-link {
		margin: 0.5rem 1rem;
		padding: 0;
	}
	.cmp-navigation__item--header.active .cmp-navigation__item--header-link {
		margin: 0;
		padding: 0.5rem 1rem;
	}
}
.cmp-navigation__item--header.active .cmp-navigation__item-close-button,
.cmp-navigation__item--header.active .cmp-navigation__item-link {
	display: block;
}
.cmp-navigation__item--header.active .cmp-navigation__item--header-link {
	color: #fff;
	position: relative;
}
.cmp-navigation__item--header.active .cmp-navigation__item--header-link:before {
	background-color: #0063be;
	border-radius: 50px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.cmp-navigation__item--header-link {
	color: #000;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	position: relative;
	white-space: nowrap;
	z-index: 5;
}
@media screen and (min-width: 1025px) {
	.cmp-navigation__item--header-link:after {
		background: #0073dd;
		bottom: -4px;
		content: "";
		height: 2px;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		right: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s,
			-webkit-transform-origin 0s;
		transition: opacity 0.3s, -webkit-transform 0.3s,
			-webkit-transform-origin 0s;
		transition: transform 0.3s, transform-origin 0s, opacity 0.3s;
		transition: transform 0.3s, transform-origin 0s, opacity 0.3s,
			-webkit-transform 0.3s, -webkit-transform-origin 0s;
		z-index: 2;
	}
	.cmp-navigation__item--header-link:focus-visible:after,
	.cmp-navigation__item--header-link:focus:after,
	.cmp-navigation__item--header-link:hover:after {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}
.cmp-navigation__item.active .cmp-navigation__item--header-link:after,
.cmp-navigation__item.active
	.cmp-navigation__item--header-link:focus-visible:after,
.cmp-navigation__item.active .cmp-navigation__item--header-link:focus:after,
.cmp-navigation__item.active .cmp-navigation__item--header-link:hover:after {
	display: none;
}
.cmp-navigation__item-link {
	display: block;
}
.cmp-navigation__item-link:hover {
	color: #0073dd;
}
.cmp-navigation__item-link.next:after {
	speak: none;
	bottom: 0;
	color: #0073dd;
	content: "";
	font-family: iconfk;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	height: 1.875rem;
	margin-left: 0.5rem;
	margin: auto 0;
	position: absolute;
	right: -2rem;
	top: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.cmp-navigation__item-disclaimer {
	display: none;
}
.cmp-navigation__item-back {
	display: none;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.125rem;
	margin-top: 1.5rem;
	padding-left: 2rem;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cmp-navigation__item-back:before {
	speak: none;
	content: "";
	font-family: iconfk;
	font-style: normal;
	font-weight: 400;
	left: 0;
	margin-right: 0.5rem;
	position: absolute;
}
.cmp-navigation__item-back {
	color: #000;
}
.cmp-navigation__item-back:focus,
.cmp-navigation__item-back:hover {
	color: #0063be;
	cursor: pointer;
}
.cmp-navigation__item-back:active {
	color: #0063be;
}
.cmp-navigation__item-close {
	list-style: none;
	position: absolute;
	right: 0;
	top: 1rem;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.cmp-navigation__item-close {
		display: none;
	}
}
.cmp-navigation__item-close-button {
	background: none;
	border: 2px solid #0073dd;
	border-radius: 50%;
	color: #0073dd;
	cursor: pointer;
	display: none;
	height: 2.5rem;
	line-height: 2.2rem;
	width: 2.5rem;
}
.cmp-navigation__item-close-button span {
	display: none;
}
.cmp-navigation__item-close-button:before {
	speak: none;
	content: "";
	font-family: iconfk;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	margin: 0;
}
.cmp-navigation__item-close-button:focus,
.cmp-navigation__item-close-button:focus-visible,
.cmp-navigation__item-close-button:hover {
	background: #0073dd;
	color: #fff;
}
.cmp-nav-button {
	display: none;
}
@media screen and (max-width: 1024px) {
	.cmp-nav-button {
		display: block;
		position: relative;
	}
	.cmp-nav-button:before {
		background-color: #fff;
		content: "";
		height: 7.5rem;
		position: absolute;
		width: 100%;
		z-index: 1;
	}
	.cmp-nav-mobile,
	header.active {
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
	}
	.cmp-nav-mobile {
		background: #fff;
		bottom: 0;
		display: block;
		height: 100dvh;
		left: 0;
		opacity: 0;
		padding: 0 0 2rem;
		right: -100%;
		top: 0;
		-webkit-transition: right 0.3s ease-in;
		transition: right 0.3s ease-in;
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.cmp-nav-mobile::-webkit-scrollbar {
		display: none;
	}
	.cmp-nav-mobile.active {
		opacity: 1;
		right: 0;
		-webkit-transition: right 0.3s ease-in;
		transition: right 0.3s ease-in;
	}
	.cmp-nav-mobile.hide .cmp-list__metamenu,
	.cmp-nav-mobile.hide>.cmp-container>.languagenavigation {
		display: none;
	}
	.navigation {
		background: #fff;
	}
	.cmp-navigation__group--header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 3rem 0 0;
		row-gap: 0;
	}
	.cmp-navigation__group--header .cmp-navigation__group .cmp-navigation__group {
		overflow: visible;
		padding: 0;
		width: 100%;
	}
	.cmp-navigation__group--header
		.cmp-navigation__group
		.cmp-navigation__group:before {
		background: -webkit-gradient(
			linear,
			right top,
			left top,
			from(#fff),
			color-stop(80%, #f7f6f5)
		);
		background: linear-gradient(270deg, #fff, #f7f6f5 80%);
		content: "";
		position: absolute;
	}
	.cmp-navigation__group--header
		.cmp-navigation__group
		.cmp-navigation__group
		li:last-child {
		border: none;
	}
	.cmp-navigation__item--header {
		margin: 0;
		padding: 0;
	}
	.cmp-navigation__item--header .cmp-navigation__item--header-link {
		display: block;
		font-family: AlbertSans-SemiBold, Arial, sans-serif;
		font-size: 1.75rem;
		line-height: 2.125rem;
		padding: 0.75rem 1rem;
	}
	.cmp-navigation__item--header.active .cmp-navigation__item--header-link {
		color: #0063be;
	}
	.cmp-navigation__item--header.active
		.cmp-navigation__item--header-link:before {
		display: none;
	}
	.cmp-navigation__group--header
		.cmp-navigation__item--header>.cmp-navigation__group {
		background: transparent;
		padding: 0 1rem;
		top: 7rem;
		-webkit-transform: translateX(-100vh);
		transform: translateX(-100vh);
		-webkit-transition: none;
		transition: none;
	}
	.cmp-navigation__group--header
		.cmp-navigation__item--header>.cmp-navigation__group.show-menu {
		background: #fff;
		min-height: auto;
		padding: 0;
		position: relative;
		top: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: none;
		transition: none;
		z-index: 3;
	}
	.panel-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.panel-left>.cmp-navigation__item-detail {
		padding-bottom: 2rem;
	}
	.panel-left .cmp-navigation__item-link {
		max-width: 100%;
		padding: 1rem 0 3rem;
	}
	.panel-left .cmp-navigation__item-link:before {
		width: 4rem;
	}
	.panel-left .cmp-navigation__item-link:active:before,
	.panel-left .cmp-navigation__item-link:focus:before,
	.panel-left .cmp-navigation__item-link:hover:before {
		-webkit-transform: scale(2.2) translateX(0.8rem);
		transform: scale(2.2) translateX(0.8rem);
	}
	.panel-right {
		border-bottom: 1px solid #c9c5be;
		margin: 0 1rem;
	}
	.panel-right .cmp-navigation__item-detail {
		padding: 0;
	}
	.panel-right .cmp-navigation__item-link {
		font-size: 1.125rem;
		line-height: 1.5rem;
		max-width: 90%;
		padding: 1rem 0;
	}
	.panel-right .cmp-navigation__item-link:after {
		right: -2rem;
	}
	.cmp-navigation__item-detail {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		min-height: auto;
		padding: 0 1rem;
		width: 100%;
	}
	.cmp-navigation__item-detail:after,
	.cmp-navigation__item-detail:before {
		display: none;
	}
	.cmp-navigation__item-back {
		margin-top: 0;
		padding-left: 1.5rem;
		width: 100%;
	}
	.cmp-navigation__item-back:before {
		font-size: 0.75rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.cmp-navigation__item-text {
		display: none;
	}
	.panel-left .cmp-navigation__item-detail,
	.panel-right .cmp-navigation__item-detail {
		background: none;
	}
	.cmp-nav-button {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 1.5rem;
		margin-right: 0;
		order: 3;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
		z-index: 1;
	}
	.cmp-nav-button:before {
		display: none;
	}
	.cmp-nav-button:focus {
		outline: none;
	}
	.cmp-nav-button button {
		background: #0063be;
		border-radius: 0;
		display: block;
		height: 0.1875rem;
		padding: 0;
		position: relative;
		right: 0;
		top: 0.75rem;
		width: 1.5rem;
	}
	.cmp-nav-button button:focus,
	.cmp-nav-button button:hover {
		background: #0063be;
		outline: none;
	}
	.cmp-nav-button button:after,
	.cmp-nav-button button:before {
		background-color: #0063be;
		border-radius: 0;
		content: "";
		display: block;
		height: 0.1875rem;
		left: 0;
		position: absolute;
		-webkit-transition: background 0.3s ease-in-out;
		transition: background 0.3s ease-in-out;
		width: 1.5rem;
	}
	.cmp-nav-button button:before {
		top: -0.5rem;
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, -webkit-transform;
		transition-property: top, transform;
		transition-property: top, transform, -webkit-transform;
	}
	.cmp-nav-button button:after {
		bottom: -0.5rem;
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
		transition-property: bottom, transform, -webkit-transform;
	}
	.cmp-nav-button.active button {
		background: none;
	}
	.cmp-nav-button.active button:after,
	.cmp-nav-button.active button:before {
		-webkit-transition-delay: 0s, 0.3s;
		transition-delay: 0s, 0.3s;
	}
	.cmp-nav-button.active button:before {
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.cmp-nav-button.active button:after {
		bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.lines.close,
	.lines.close span {
		background: none;
	}
	.navigation {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.languagenavigation {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
@media screen and (max-width: 576px) {
	.cmp-nav-button {
		margin-right: 0;
	}
}
@media screen and (min-width: 1025px) {
	.cmp-experiencefragment--header .cmp-list__metamenu .cmp-list__item-link {
		display: inline-block;
		position: relative;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
	.cmp-experiencefragment--header
		.cmp-list__metamenu
		.cmp-list__item-link:focus,
	.cmp-experiencefragment--header
		.cmp-list__metamenu
		.cmp-list__item-link:hover {
		color: #0c2863;
	}
	.cmp-experiencefragment--header
		.cmp-list__metamenu
		.cmp-list__item-link:after {
		background: #0c2863;
		bottom: -2px;
		content: "";
		height: 1px;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		right: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s,
			-webkit-transform-origin 0s;
		transition: opacity 0.3s, -webkit-transform 0.3s,
			-webkit-transform-origin 0s;
		transition: transform 0.3s, transform-origin 0s, opacity 0.3s;
		transition: transform 0.3s, transform-origin 0s, opacity 0.3s,
			-webkit-transform 0.3s, -webkit-transform-origin 0s;
		z-index: 2;
	}
	.cmp-experiencefragment--header
		.cmp-list__metamenu
		.cmp-list__item-link:focus:after,
	.cmp-experiencefragment--header
		.cmp-list__metamenu
		.cmp-list__item-link:hover:after {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	.cmp-experiencefragment--header
		.cmp-languagenavigation:not(.active)
		.cmp-languagenavigation__toggle {
		position: relative;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
	.cmp-experiencefragment--header
		.cmp-languagenavigation:not(.active)
		.cmp-languagenavigation__toggle:focus,
	.cmp-experiencefragment--header
		.cmp-languagenavigation:not(.active)
		.cmp-languagenavigation__toggle:hover {
		color: #0c2863;
	}
	.cmp-experiencefragment--header
		.cmp-languagenavigation:not(.active)
		.cmp-languagenavigation__toggle:after,
	.cmp-experiencefragment--header
		.cmp-languagenavigation:not(.active)
		.cmp-languagenavigation__toggle:focus:after {
		background: #0c2863;
		bottom: calc(-2px + 0.25rem);
		content: "";
		height: 1px;
		left: 2rem;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		right: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s,
			-webkit-transform-origin 0s;
		transition: opacity 0.3s, -webkit-transform 0.3s,
			-webkit-transform-origin 0s;
		transition: transform 0.3s, transform-origin 0s, opacity 0.3s;
		transition: transform 0.3s, transform-origin 0s, opacity 0.3s,
			-webkit-transform 0.3s, -webkit-transform-origin 0s;
		z-index: 2;
	}
	.cmp-experiencefragment--header
		.cmp-languagenavigation:not(.active)
		.cmp-languagenavigation__toggle:focus:after,
	.cmp-experiencefragment--header
		.cmp-languagenavigation:not(.active)
		.cmp-languagenavigation__toggle:hover:after {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	.cmp-experiencefragment--header
		.cmp-languagenavigation:not(.active)
		.cmp-languagenavigation__toggle:before {
		-webkit-transition: -webkit-filter 0.3s;
		transition: -webkit-filter 0.3s;
		transition: filter 0.3s;
		transition: filter 0.3s, -webkit-filter 0.3s;
	}
	.cmp-experiencefragment--header
		.cmp-languagenavigation:not(.active)
		.cmp-languagenavigation__toggle:focus:before,
	.cmp-experiencefragment--header
		.cmp-languagenavigation:not(.active)
		.cmp-languagenavigation__toggle:hover:before {
		-webkit-filter: brightness(0.5);
		filter: brightness(0.5);
	}
	.cmp-experiencefragment--header .cmp-languagenavigation__switcher {
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
	.cmp-experiencefragment--header .cmp-languagenavigation__switcher:hover {
		color: #0c2863;
	}
}
.productdetails .cmp-image-text-block .cmp-image__image {
	-o-object-fit: contain;
	object-fit: contain;
}
.cmp-product-overview {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	padding: 3rem 0 4.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-product-overview {
		gap: 1rem;
		grid-template-columns: repeat(2, 1fr);
		padding: 3rem 0;
	}
}
.cmp-product-overview__item .cmp-product-overview-teaser {
	height: 100%;
}
.cmp-product-overview__item .cmp-product-overview-teaser__image {
	aspect-ratio: 1/1;
}
.cmp-product-overview__item .cmp-teaser__image {
	width: 100%;
}
.cmp-product-overview__item .cmp-teaser__image .cmp-image__image {
	aspect-ratio: 1/1;
	width: 100%;
}
.cmp-product-overview__item .cmp-teaser__link {
	display: block;
	height: 100%;
	position: relative;
}
.cmp-product-overview__item .cmp-teaser__link:not(:has(img)) {
	border: 1px solid #0073dd;
}
@media screen and (max-width: 1024px) {
	.cmp-product-overview__item .cmp-teaser__link:not(:has(img)) {
		border: unset;
	}
	.cmp-product-overview__item
		.cmp-teaser__link:not(:has(img))
		.cmp-product-overview-teaser__image {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		border: 1px solid #0073dd;
		flex-grow: 1;
	}
}
.cmp-product-overview__item .cmp-teaser__link.lock .cmp-teaser__button:before {
	speak: none;
	content: "";
	font-family: iconfk;
	font-style: normal;
	font-weight: 400;
	margin-right: 0.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-product-overview__item
		.cmp-teaser__link.lock
		.cmp-teaser__button:before {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 3rem;
		justify-content: center;
		margin: 0;
		width: 3rem;
	}
	.cmp-product-overview__item .cmp-teaser__link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.cmp-product-overview__item .cmp-teaser__link .cmp-teaser__content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.cmp-product-overview__item
		.cmp-teaser__link
		.cmp-teaser__content
		.cmp-teaser__title {
		all: unset;
		color: #000;
		font-family: AlbertSans-SemiBold, Arial, sans-serif;
		font-size: 1.25rem;
		line-height: 2rem;
		margin-top: 0.75rem;
		position: static;
	}
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
	.cmp-product-overview__item
		.cmp-teaser__link
		.cmp-teaser__content
		.cmp-teaser__title {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media screen and (max-width: 1024px) {
	.cmp-product-overview__item
		.cmp-teaser__link
		.cmp-teaser__content
		.cmp-teaser__button {
		font-size: 0;
	}
	.cmp-product-overview__item
		.cmp-teaser__link
		.cmp-teaser__content
		.cmp-teaser__button:before {
		font-size: 1.5rem;
	}
}
.cmp-product-overview__item .cmp-teaser__link .cmp-teaser__content {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 1024px) {
	.cmp-product-overview__item .cmp-teaser__link .cmp-teaser__content {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.cmp-product-overview__item .cmp-teaser__link .cmp-teaser__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: center;
	background: #0073dd;
	border: none;
	border-radius: 1.5rem;
	bottom: 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 2rem;
	margin-bottom: 0;
	padding: 0.5rem 1.5rem;
	position: relative;
	position: absolute;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: 90%;
	z-index: 1;
}
.cmp-product-overview__item .cmp-teaser__link .cmp-teaser__button:focus,
.cmp-product-overview__item .cmp-teaser__link .cmp-teaser__button:hover {
	background: #0c2863;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.cmp-product-overview__item .cmp-teaser__link .cmp-teaser__button:active {
	background: #ced4e0;
	border: none;
}
.cmp-product-overview__item .cmp-teaser__link .cmp-teaser__button:disabled,
.cmp-product-overview__item .cmp-teaser__link .cmp-teaser__button[disabled] {
	background-color: rgba(0, 115, 221, 0.3);
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.cmp-product-overview__item .cmp-teaser__link .cmp-teaser__button {
		bottom: 3.375rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		right: 1rem;
	}
}
.cmp-product-overview__item .cmp-teaser__title {
	display: none;
}
.cmp-product-overview__item:hover .cmp-teaser__button,
.cmp-product-overview__item:hover .cmp-teaser__title {
	background: #0c2863;
}
.cmp-product-overview__item_heading {
	background-color: #0073dd;
}
.cmp-product-overview__item_heading .cmp-product-overview__item-link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0;
	padding: 1.5rem;
	position: relative;
	z-index: 1;
}
.cmp-product-overview__item_heading .cmp-product-overview__item-link span {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2.75rem;
	line-height: 3.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-product-overview__item_heading .cmp-product-overview__item-link span {
		font-size: 1.75rem;
		line-height: 2.125rem;
	}
	.cmp-product-overview__item_heading .cmp-product-overview__item-link {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.cmp-product-overview__item_heading .cmp-product-overview__item-link {
	color: #000;
}
.cmp-product-overview__item_heading .cmp-product-overview__item-link:active,
.cmp-product-overview__item_heading .cmp-product-overview__item-link:focus,
.cmp-product-overview__item_heading .cmp-product-overview__item-link:hover {
	color: #0063be;
}
.cmp-product-overview__item_heading .cmp-product-overview__item-link:after {
	speak: none;
	color: #0063be;
	content: "";
	font-family: iconfk;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 400;
	margin-left: 0.5rem;
	margin-right: auto;
	min-width: 4rem;
	overflow: hidden;
	text-indent: -1.5rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cmp-product-overview__item_heading
	.cmp-product-overview__item-link:focus:after,
.cmp-product-overview__item_heading
	.cmp-product-overview__item-link:hover:after {
	text-indent: 0;
}
.cmp-product-overview__item_heading .cmp-product-overview__item-link {
	color: #fff;
}
.cmp-product-overview__item_heading .cmp-product-overview__item-link:focus,
.cmp-product-overview__item_heading .cmp-product-overview__item-link:hover {
	color: hsla(0, 0%, 100%, 0.5);
	cursor: pointer;
}
.cmp-product-overview__item_heading .cmp-product-overview__item-link:active {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-product-overview__item_heading .cmp-product-overview__item-link.link {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.125rem;
	font-size: 1.5rem;
	line-height: 2rem;
}
.cmp-product-overview__item_heading .cmp-product-overview__item-link.link:focus,
.cmp-product-overview__item_heading
	.cmp-product-overview__item-link.link:hover {
	color: hsla(0, 0%, 100%, 0.5);
	cursor: pointer;
}
.cmp-product-overview__item_heading
	.cmp-product-overview__item-link.link:active {
	color: #fff;
}
.cmp-product-overview__item_heading
	.cmp-product-overview__item-link.link:disabled,
.cmp-product-overview__item_heading
	.cmp-product-overview__item-link.link[disabled] {
	color: hsla(0, 0%, 100%, 0.4);
}
@media screen and (max-width: 1024px) {
	.cmp-product-overview__item_heading .cmp-product-overview__item-link.link {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.cmp-product-overview__item_heading .cmp-product-overview__item-link:after {
	color: #fff;
}
.cmp-product-overview__item_heading
	.cmp-product-overview__item-link:focus:after,
.cmp-product-overview__item_heading
	.cmp-product-overview__item-link:hover:after {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-product-overview__item_heading:hover {
	background-color: #0c2863;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cmp-product-overview__item_heading:hover .cmp-product-overview__item-link,
.cmp-product-overview__item_heading:hover
	.cmp-product-overview__item-link:focus:after,
.cmp-product-overview__item_heading:hover
	.cmp-product-overview__item-link:hover:after {
	color: #fff;
}
.cmp-product-search .cmp-product-search-panel__results {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cmp-product-search
	.cmp-product-search-panel__results
	.cmp-product-search-panel-container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
	padding: 1.75rem 0 1.25rem;
}
@media screen and (max-width: 1024px) {
	.cmp-product-search
		.cmp-product-search-panel__results
		.cmp-product-search-panel-container {
		gap: 0;
		padding: 0;
	}
}
.cmp-product-search
	.cmp-product-search-panel__results
	.cmp-product-refinement-list {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}
@media screen and (max-width: 1024px) {
	.cmp-product-search
		.cmp-product-search-panel__results
		.cmp-product-refinement-list {
		-ms-flex-preferred-size: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		flex-basis: 100%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		order: 2;
		overflow: auto;
	}
}
.cmp-product-search .cmp-product-search-panel__results .cmp-product-searchbox {
	-webkit-box-flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
	justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
	.cmp-product-search
		.cmp-product-search-panel__results
		.cmp-product-searchbox {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding-top: 0;
	}
}
.cmp-product-search
	.cmp-product-search-panel__results
	.cmp-product-container-stats {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}
.cmp-product-search
	.cmp-product-search-panel__results
	.cmp-product-container-stats
	.cmp-product-stats {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cmp-product-search
	.cmp-product-search-panel__results
	.cmp-product-container-stats
	.cmp-product-stats
	.ais-Stats {
	margin: 0;
}
.cmp-product-search
	.cmp-product-search-panel__results
	.cmp-product-container-stats
	.cmp-change-view-icons {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	gap: 1rem;
	justify-content: center;
}
@media screen and (max-width: 1024px) {
	.cmp-product-search
		.cmp-product-search-panel__results
		.cmp-product-container-stats
		.cmp-change-view-icons {
		display: none;
	}
}
.cmp-product-search
	.cmp-product-search-panel__results
	.cmp-product-container-stats
	.cmp-change-view-icons
	span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #000;
	border-radius: 0.5rem;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.75rem;
}
.cmp-product-search
	.cmp-product-search-panel__results
	.cmp-product-container-stats
	.cmp-change-view-icons
	span.active,
.cmp-product-search
	.cmp-product-search-panel__results
	.cmp-product-container-stats
	.cmp-change-view-icons
	span:hover {
	background-color: #0073dd;
	border: 1px solid #0073dd;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cmp-product-search
	.cmp-product-search-panel__results
	.cmp-product-container-stats
	.cmp-change-view-icons
	span.active:after,
.cmp-product-search
	.cmp-product-search-panel__results
	.cmp-product-container-stats
	.cmp-change-view-icons
	span:hover:after {
	color: #fff;
}
.cmp-product-search
	.cmp-product-search-panel__results
	.cmp-product-container-stats
	.cmp-change-view-icons__icon--list:after {
	speak: none;
	color: #000;
	content: "";
	font-family: iconfk;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	margin: 0;
}
.cmp-product-search
	.cmp-product-search-panel__results
	.cmp-product-container-stats
	.cmp-change-view-icons__icon--grid:after {
	speak: none;
	color: #000;
	content: "";
	font-family: iconfk;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.cmp-product-search .ais-Hits-list {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(4, 1fr);
	margin: 3rem 0;
}
@media screen and (max-width: 768px) {
	.cmp-product-search .ais-Hits-list {
		gap: 0;
		grid-template-columns: repeat(1, 1fr);
		margin: 1.5rem 0 3rem;
	}
}
.cmp-product-search .ais-Hits-item {
	border: none;
	list-style: none;
	padding: 0;
}
.cmp-product-search .ais-Hits-item a {
	font-family: AlbertSans-Regular, Arial, sans-serif;
}
.cmp-product-search .ais-Hits-item a .cmp-teaser__description :hover {
	color: #fff;
}
.cmp-product-search .ais-SearchBox {
	padding: 0;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.cmp-product-search .ais-SearchBox {
		padding: 1rem 0;
	}
}
.cmp-product-search .ais-SearchBox .ais-SearchBox-form .ais-SearchBox-input {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
.cmp-product-search .ais-RefinementList-list {
	margin: 0;
}
.cmp-product-search
	.cmp-product-hits.grid
	.ais-Hits-item
	.cmp-teaser__description
	a
	:hover {
	color: #fff;
}
.cmp-product-search .cmp-product-hits.list .ais-Hits-list {
	gap: 0;
	grid-template-columns: repeat(1, 1fr);
}
.cmp-product-search .cmp-product-hits.list .ais-Hits-item :hover * {
	color: #0073dd;
	cursor: pointer;
}
.cmp-product-search
	.cmp-product-hits.list
	.ais-Hits-item
	:hover
	.cmp-product-teaser__title:after {
	text-indent: 0;
}
.cmp-product-search .cmp-product-hits.list .cmp-product-teaser {
	border-top: 1px solid #c9c5be;
	padding: 1.5rem 0;
}
.cmp-product-search .cmp-product-hits.list .cmp-product-teaser__link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link:hover
	.cmp-product-teaser__media
	.cmp-teaser__description-content {
	-webkit-filter: unset;
	filter: unset;
	left: unset;
}
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link
	.cmp-teaser__pretitle {
	margin-bottom: 0.88rem;
}
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link
	.cmp-product-teaser__media {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	all: unset;
	order: 2;
}
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-product-teaser__title,
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__image {
	display: none;
}
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__description-content {
	background: unset;
	margin-top: 1rem;
	padding: unset;
	position: static;
	-webkit-transition: unset;
	transition: unset;
}
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__description-content>* {
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	color: #000;
	display: -webkit-box;
	overflow: hidden;
}
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__button {
	display: none;
}
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link
	.cmp-product-teaser__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.cmp-product-search
		.cmp-product-hits.list
		.cmp-product-teaser__link
		.cmp-product-teaser__title {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link
	.cmp-product-teaser__title {
	color: #000;
}
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link
	.cmp-product-teaser__title:focus,
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link
	.cmp-product-teaser__title:hover {
	color: #0063be;
	cursor: pointer;
}
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link
	.cmp-product-teaser__title:active {
	color: #0063be;
}
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link
	.cmp-product-teaser__title:after {
	speak: none;
	color: #0063be;
	content: "";
	font-family: iconfk;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 400;
	margin-left: 0.5rem;
	margin-right: auto;
	min-width: 4rem;
	overflow: hidden;
	text-indent: -1.5rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link
	.cmp-product-teaser__title:focus:after,
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link
	.cmp-product-teaser__title:hover:after {
	text-indent: 0;
}
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser__link
	.cmp-product-teaser__title:after {
	margin-left: 1rem;
}
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser.lock
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__description {
	display: block;
}
.cmp-product-search
	.cmp-product-hits.list
	.cmp-product-teaser.lock
	.cmp-product-teaser__title:after {
	speak: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0063be;
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: iconfk;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	justify-content: center;
	margin-left: 1rem;
	min-width: 0;
	text-indent: 0;
	-webkit-transition: unset;
	transition: unset;
}
.productsummary .cmp-image-text-block .cmp-image__image {
	aspect-ratio: 4/3;
	-o-object-fit: contain;
	object-fit: contain;
}
.cmp-product-teaser.lock .cmp-teaser__image .cmp-image__image {
	-webkit-filter: blur(0.5rem);
	filter: blur(0.5rem);
}
.cmp-product-teaser.lock
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__description {
	display: none;
}
.cmp-product-teaser.lock
	.cmp-product-teaser__link:hover
	.cmp-product-teaser__media
	.cmp-teaser__description-content {
	-webkit-filter: opacity(0.4);
	filter: opacity(0.4);
	left: -75%;
}
.cmp-product-teaser.lock
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__button:before {
	speak: none;
	content: "";
	font-family: iconfk;
	font-style: normal;
	font-weight: 400;
	margin: 0;
}
.cmp-product-teaser:hover .cmp-product-teaser__content * {
	color: #0073dd;
}
.cmp-product-teaser:hover .cmp-image__image {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cmp-product-teaser .cmp-teaser__image {
	width: 100%;
}
.cmp-product-teaser .cmp-teaser__image .cmp-image__image {
	aspect-ratio: 1/1;
	padding: 1.5rem;
	width: 100%;
}
.cmp-product-teaser .cmp-product-teaser__link .cmp-product-teaser__media {
	aspect-ratio: 1/1;
	background-color: #f7f6f5;
	margin-bottom: 1rem;
	overflow-x: hidden;
	position: relative;
}
.cmp-product-teaser
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #0073dd;
	border: none;
	border-radius: 1.5rem;
	bottom: 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	height: 3rem;
	justify-content: center;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1.5rem;
	position: relative;
	position: absolute;
	right: 1.5rem;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	width: 3rem;
	z-index: 1;
}
.cmp-product-teaser
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__button:focus,
.cmp-product-teaser
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__button:hover {
	background: #0c2863;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.cmp-product-teaser
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__button:active {
	background: #ced4e0;
	border: none;
}
.cmp-product-teaser
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__button:disabled,
.cmp-product-teaser
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__button[disabled] {
	background-color: rgba(0, 115, 221, 0.3);
	color: #fff;
}
.cmp-product-teaser
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__button:focus,
.cmp-product-teaser
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__button:hover {
	background: #fff;
	color: #0073dd;
}
.cmp-product-teaser
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__button:before {
	speak: none;
	content: "";
	font-family: iconfk;
	font-style: normal;
	font-weight: 400;
	margin: 0;
}
.cmp-product-teaser
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__description-content {
	background-color: #0073dd;
	cursor: pointer;
	display: -webkit-box;
	height: 100%;
	left: -100%;
	overflow: hidden;
	padding: 2rem 1.5rem 5.94rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
.cmp-product-teaser
	.cmp-product-teaser__link
	.cmp-product-teaser__media
	.cmp-teaser__description-content>* {
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	color: #fff;
	display: -webkit-box;
	overflow: hidden;
}
@media screen and (max-width: 1200px) {
	.cmp-product-teaser
		.cmp-product-teaser__link
		.cmp-product-teaser__media
		.cmp-teaser__description-content>* {
		-webkit-line-clamp: 8;
	}
}
@media screen and (min-width: 1025px) {
	.cmp-product-teaser
		.cmp-product-teaser__link
		.cmp-product-teaser__media:hover
		.cmp-teaser__description-content {
		left: 0;
	}
}
.cmp-product-teaser
	.cmp-product-teaser__link
	.cmp-product-teaser__media:hover:before {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
}
.cmp-product-teaser
	.cmp-product-teaser__link
	.cmp-product-teaser__media:hover
	.cmp-teaser__button {
	background: #fff;
}
.cmp-product-teaser
	.cmp-product-teaser__link
	.cmp-product-teaser__media:hover
	.cmp-teaser__button:before {
	color: #0073dd;
}
.cmp-product-teaser__title {
	color: #000;
}
.cmp-product-teaser .cmp-teaser__pretitle {
	color: #0073dd;
	font-size: 1rem;
	line-height: 1.25rem;
	margin-bottom: 0.88rem;
}
@media screen and (max-width: 1024px) {
	.cmp-product-teaser .cmp-teaser__pretitle {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
}
@media screen and (max-width: 768px) {
	.cmp-product-teaser {
		border-top: 1px solid #c9c5be;
		padding: 1.5rem 0;
	}
	.cmp-product-teaser .cmp-product-teaser__link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.cmp-product-teaser .cmp-product-teaser__link .cmp-teaser__pretitle {
		margin-bottom: 0.88rem;
	}
	.cmp-product-teaser .cmp-product-teaser__link .cmp-product-teaser__media {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		all: unset;
		order: 2;
	}
	.cmp-product-teaser
		.cmp-product-teaser__link
		.cmp-product-teaser__media
		.cmp-product-teaser__title,
	.cmp-product-teaser
		.cmp-product-teaser__link
		.cmp-product-teaser__media
		.cmp-teaser__image {
		display: none;
	}
	.cmp-product-teaser
		.cmp-product-teaser__link
		.cmp-product-teaser__media
		.cmp-teaser__description-content {
		background: unset;
		margin-top: 1rem;
		padding: unset;
		position: static;
		-webkit-transition: unset;
		transition: unset;
	}
	.cmp-product-teaser
		.cmp-product-teaser__link
		.cmp-product-teaser__media
		.cmp-teaser__description-content>* {
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
		color: #000;
		display: -webkit-box;
		overflow: hidden;
	}
	.cmp-product-teaser
		.cmp-product-teaser__link
		.cmp-product-teaser__media
		.cmp-teaser__button {
		display: none;
	}
	.cmp-product-teaser .cmp-product-teaser__link .cmp-product-teaser__title {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-family: AlbertSans-SemiBold, Arial, sans-serif;
		font-size: 1.5rem;
		line-height: 2rem;
		margin: 0;
		position: relative;
		z-index: 1;
	}
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
	.cmp-product-teaser .cmp-product-teaser__link .cmp-product-teaser__title {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
@media screen and (max-width: 768px) {
	.cmp-product-teaser .cmp-product-teaser__link .cmp-product-teaser__title {
		color: #000;
	}
	.cmp-product-teaser
		.cmp-product-teaser__link
		.cmp-product-teaser__title:focus,
	.cmp-product-teaser
		.cmp-product-teaser__link
		.cmp-product-teaser__title:hover {
		color: #0063be;
		cursor: pointer;
	}
	.cmp-product-teaser
		.cmp-product-teaser__link
		.cmp-product-teaser__title:active {
		color: #0063be;
	}
	.cmp-product-teaser
		.cmp-product-teaser__link
		.cmp-product-teaser__title:after {
		speak: none;
		color: #0063be;
		content: "";
		font-family: iconfk;
		font-size: 3.5rem;
		font-style: normal;
		font-weight: 400;
		margin-left: 0.5rem;
		margin-right: auto;
		min-width: 4rem;
		overflow: hidden;
		text-indent: -1.5rem;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.cmp-product-teaser
		.cmp-product-teaser__link
		.cmp-product-teaser__title:focus:after,
	.cmp-product-teaser
		.cmp-product-teaser__link
		.cmp-product-teaser__title:hover:after {
		text-indent: 0;
	}
	.cmp-product-teaser
		.cmp-product-teaser__link
		.cmp-product-teaser__title:after {
		margin-left: 1rem;
	}
	.cmp-product-teaser.lock
		.cmp-product-teaser__link
		.cmp-product-teaser__media {
		display: none;
	}
	.cmp-product-teaser.lock .cmp-product-teaser__title:after {
		speak: none;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #0063be;
		content: "";
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-family: iconfk;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		justify-content: center;
		margin-left: 1rem;
		min-width: 0;
		text-indent: 0;
		-webkit-transition: unset;
		transition: unset;
	}
}
.ais-Pagination-link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #c9c5be;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 2rem;
	justify-content: center;
	padding: 0 1rem;
	place-items: center;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ais-Pagination-item--selected .ais-Pagination-link,
.ais-Pagination-link:active {
	border: 1px solid #0063be;
}
.ais-Pagination-item--disabled .ais-Pagination-link {
	border-color: #c9c5be;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #c9c5be;
}
.ais-Hits-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ais-Hits-item {
	border-top: 0.0625rem solid #c9c5be;
	padding: 1.5rem 0;
}
.ais-Hits-item .cmp-search-item.lock p {
	display: none;
}
.ais-Hits-item .cmp-search-item.lock:first-child:after {
	speak: none;
	color: #0063be;
	content: "";
	display: inline;
	font-family: iconfk;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	margin-left: 1rem;
	min-width: 0;
	text-indent: 0;
	-webkit-transition: unset;
	transition: unset;
}
.ais-Hits-item a {
	all: unset;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 0.25rem;
}
@media screen and (max-width: 1024px) {
	.ais-Hits-item a {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.ais-Hits-item a :hover {
	color: #0063be;
	cursor: pointer;
}
.ais-Hits-item a mark {
	all: unset;
	color: #0063be;
}
.ais-Hits-item p {
	display: block;
}
.ais-Hits-item p span {
	font-size: 1.25rem;
	line-height: 2rem;
}
.ais-Hits-item p mark {
	all: unset;
	color: #000;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
}
.ais-SearchBox {
	padding: 4rem 3rem;
}
@media screen and (max-width: 1024px) {
	.ais-SearchBox {
		padding: 1rem 0;
	}
}
.ais-SearchBox .ais-SearchBox-form {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.ais-SearchBox .ais-SearchBox-form .ais-SearchBox-input {
	-ms-flex-preferred-size: 40%;
	all: unset;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	caret-color: #000;
	color: #000;
	flex-basis: 40%;
	font-size: 1.5rem;
	line-height: 2rem;
}
@media screen and (max-width: 1024px) {
	.ais-SearchBox .ais-SearchBox-form .ais-SearchBox-input {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.ais-SearchBox
		.ais-SearchBox-form
		.ais-SearchBox-input::-webkit-input-placeholder {
		font-size: 1rem;
	}
	.ais-SearchBox .ais-SearchBox-form .ais-SearchBox-input::-moz-placeholder {
		font-size: 1rem;
	}
	.ais-SearchBox
		.ais-SearchBox-form
		.ais-SearchBox-input:-ms-input-placeholder {
		font-size: 1rem;
	}
	.ais-SearchBox
		.ais-SearchBox-form
		.ais-SearchBox-input::-ms-input-placeholder {
		font-size: 1rem;
	}
	.ais-SearchBox .ais-SearchBox-form .ais-SearchBox-input::placeholder {
		font-size: 1rem;
	}
}
.ais-SearchBox .ais-SearchBox-form:after {
	speak: none;
	border-bottom: 1px solid #000;
	color: #0063be;
	content: "";
	font-family: iconfk;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	margin-left: 0;
}
.ais-Pagination-list {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}
.ais-Pagination-list li {
	margin: 1rem;
}
@media screen and (max-width: 1024px) {
	.ais-Pagination-list li {
		margin: 0.5rem;
	}
}
.ais-RefinementList-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-overflow-style: none;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1rem;
	list-style: none;
	margin: 0 0 2rem;
	scrollbar-width: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
@media screen and (max-width: 1024px) {
	.ais-RefinementList-list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		gap: 0.5rem;
		margin: 0 0 1rem;
		overflow-x: scroll;
	}
}
@media (hover: hover) and (pointer: fine) and (-webkit-min-device-pixel-ratio: 2),
	(hover: hover) and (pointer: fine) and (min-resolution: 2dppx) {
	.ais-RefinementList-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.ais-RefinementList-list::-webkit-scrollbar {
	display: none;
}
.ais-RefinementList-list .ais-RefinementList-count {
	margin-left: 0.2rem;
}
.ais-RefinementList-list .ais-RefinementList-item {
	-ms-flex-negative: 0;
	border: 1px solid #000;
	border-radius: 0.5rem;
	cursor: pointer;
	display: inline-block;
	flex-shrink: 0;
	padding: 0.25rem 0.75rem;
}
.ais-RefinementList-list .ais-RefinementList-item input {
	height: 0;
	width: 0;
}
.ais-RefinementList-list .ais-RefinementList-item:has(input:focus),
.ais-RefinementList-list .ais-RefinementList-item:has(input:focus-visible) {
	border-radius: 2px;
	outline: 1px solid #0063be;
	outline-offset: 2px;
}
.ais-RefinementList-list
	.ais-RefinementList-item--selected:has(input:checked):has(input:focus),
.ais-RefinementList-list
	.ais-RefinementList-item--selected:has(input:checked):has(
		input:focus-visible
	),
.ais-RefinementList-list
	.ais-RefinementList-item:has(input:checked):has(input:focus),
.ais-RefinementList-list
	.ais-RefinementList-item:has(input:checked):has(input:focus-visible) {
	outline: 5px solid #0c2863;
	outline-offset: 1px;
}
.ais-RefinementList-list .ais-RefinementList-labelText {
	cursor: pointer;
}
.ais-RefinementList-list .ais-RefinementList-item--selected {
	background-color: #0063be;
	border: 1px solid #0063be;
	color: #fff;
}
.ais-RefinementList-list
	.ais-RefinementList-item--selected
	.ais-RefinementList-count {
	color: #fff;
	cursor: pointer;
}
.ais-RefinementList-list .ais-RefinementList-count {
	color: #777673;
}
.ais-SearchBox-input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
.ais-Stats {
	font-family: AlbertSans-Regular, Arial, sans-serif;
	font-size: clamp(1rem, 8.6vw, 1.25rem);
	line-height: clamp(1.5rem, 8.6vw, 2rem);
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
	.ais-Stats {
		font-size: 1rem;
		line-height: 1.5rem;
		margin-bottom: 1rem;
	}
}
.cmp-search-bar {
	position: absolute;
	right: 1.5rem;
	top: 2.4rem;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.cmp-search-bar {
		right: 4.5rem;
		top: auto;
	}
}
.cmp-search-bar__close {
	all: unset;
	cursor: pointer;
	font-size: 0;
	line-height: 1;
	position: absolute;
	right: 1rem;
	top: 2.0625rem;
	z-index: 2;
}
.cmp-search-bar__close:focus-visible {
	border-radius: 2px;
	outline: 1px solid #fff;
	outline-offset: 2px;
}
.cmp-search-bar__close:before {
	speak: none;
	color: #fff;
	content: "";
	font-family: iconfk;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.cmp-search-bar__close {
		top: 1rem;
	}
}
.cmp-search-bar .cmp-button {
	all: unset;
	color: #0063be;
	cursor: pointer;
	line-height: 1;
}
.cmp-search-bar .cmp-button:focus-visible {
	border-radius: 2px;
	outline: 1px solid #0063be;
	outline-offset: 2px;
}
@media screen and (max-width: 1024px) {
	.cmp-search-bar .cmp-button {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media screen and (min-width: 1025px) {
	.cmp-search-bar .cmp-button {
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
	.cmp-search-bar .cmp-button:focus,
	.cmp-search-bar .cmp-button:hover {
		color: #0c2863;
	}
}
.cmp-search-bar .cmp-button__search-text {
	height: 0;
	position: absolute;
	visibility: hidden;
	width: 0;
}
.cmp-search-bar .cmp-button__icon--search .cmp-button__search-text {
	height: 0;
	visibility: hidden;
	width: 0;
}
.cmp-search-bar .cmp-button__icon--search:before {
	font-size: 1.2rem;
	margin: 0;
}
.cmp-search-bar .show {
	display: block;
}
.cmp-search-bar__panel {
	display: none;
	left: 0;
	margin: 0 auto;
	max-width: 95pc;
	min-height: 897px;
	position: relative;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.cmp-search-bar__panel:before {
	background: #0c2863;
	content: "";
	height: 100%;
	left: 0;
	margin: 0 calc(-50vw + 50%);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}
@media screen and (max-width: 1024px) {
	.cmp-search-bar__panel {
		height: 100dvh;
		min-height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0 1rem;
	}
	.cmp-search-bar__panel:before {
		margin: 0;
		min-height: 100dvh;
		position: fixed;
		right: 0;
		width: 100%;
	}
}
.cmp-search-bar__panel--search {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
.cmp-search-bar__panel .cmp-form {
	margin: 6.5rem 0 21.4375rem;
	position: relative;
}
@media screen and (min-width: 1025px) {
	.cmp-search-bar__panel .cmp-form {
		margin: 5rem 0 6.5rem;
	}
}
@media screen and (max-width: 1024px) {
	.cmp-search-bar__panel .cmp-form {
		width: 100%;
	}
}
.cmp-search-bar__panel .cmp-form-text {
	position: relative;
	width: 46.25rem;
}
@media screen and (max-width: 1024px) {
	.cmp-search-bar__panel .cmp-form-text {
		width: 100%;
	}
}
.cmp-search-bar__panel .cmp-form-text__label {
	color: hsla(0, 0%, 100%, 0.5);
	font-family: AlbertSans-Regular, Arial, sans-serif;
	font-size: clamp(1rem, 8.6vw, 1.25rem);
	left: 0;
	line-height: clamp(1.5rem, 8.6vw, 2rem);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
	.cmp-search-bar__panel .cmp-form-text__label {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.cmp-search-bar__panel .cmp-form-text__text {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	caret-color: #fff;
	color: #fff;
	font-size: 1.5rem;
	line-height: 2rem;
	width: 100%;
}
.cmp-search-bar__panel
	.cmp-form-text__text:not(:-moz-placeholder-shown)
	+ label {
	font-size: 1rem;
	line-height: 1.25rem;
	top: 0;
	transform: translateY(-110%);
}
.cmp-search-bar__panel
	.cmp-form-text__text:not(:-ms-input-placeholder)
	+ label {
	font-size: 1rem;
	line-height: 1.25rem;
	top: 0;
	transform: translateY(-110%);
}
.cmp-search-bar__panel .cmp-form-text__text:not(:placeholder-shown) + label {
	font-size: 1rem;
	line-height: 1.25rem;
	top: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
}
.cmp-search-bar__panel
	.cmp-form-text__text:not(:-moz-placeholder-shown)
	~ .button {
	opacity: 1;
}
.cmp-search-bar__panel
	.cmp-form-text__text:not(:-ms-input-placeholder)
	~ .button {
	opacity: 1;
}
.cmp-search-bar__panel .cmp-form-text__text:not(:placeholder-shown) ~ .button {
	opacity: 1;
}
.cmp-search-bar__panel .cmp-form-text__text:autofill {
	-webkit-text-fill-color: #fff !important;
	-webkit-background-clip: text;
	background-color: #0c2863;
	color: #fff;
}
.cmp-search-bar__panel .cmp-form-text__text:focus-visible {
	outline: 1px solid #fff;
	outline-offset: 2px;
}
.cmp-search-bar__panel .cmp-form-text__text:focus-visible + label {
	font-size: 1rem;
	line-height: 1.25rem;
	top: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
}
.cmp-search-bar__panel .cmp-form-text__text:focus-visible ~ .button {
	opacity: 1;
}
.cmp-search-bar__panel .cmp-form-text .button {
	cursor: pointer;
	opacity: 0.5;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 2rem;
}
.cmp-search-bar__panel .cmp-form-text .button .cmp-form-button {
	all: unset;
}
.cmp-search-bar__panel .cmp-form-text .button .cmp-form-button:focus,
.cmp-search-bar__panel .cmp-form-text .button .cmp-form-button:focus-visible {
	border-radius: 2px;
	line-height: 1;
	outline: 1px solid #fff;
	outline-offset: 2px;
}
.cmp-search-bar__panel .cmp-form-text .button .cmp-form-button:before {
	speak: none;
	content: "";
	font-family: iconfk;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	margin-right: 0;
}
.cmp-search-bar__panel .cmp-form-text .button .cmp-form-button.disabled {
	opacity: 0.5;
}
.cmp-search-bar__panel--quick_links {
	border-top: 1px solid #fff;
	padding: 3rem 0 3.5rem;
}
@media screen and (min-width: 1025px) {
	.cmp-search-bar__panel--quick_links {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media screen and (max-width: 1024px) {
	.cmp-search-bar__panel--quick_links {
		border: none;
		padding-top: 0;
	}
}
.cmp-search-bar__panel--title {
	color: #3d95f4;
	margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
	.cmp-search-bar__panel--title {
		margin-bottom: 1.5rem;
	}
}
.cmp-search-bar .cmp-list {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.cmp-search-bar .cmp-list {
		gap: 1.5rem;
		grid-template-columns: 1fr;
	}
}
.cmp-search-bar .cmp-list__item-title {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.cmp-search-bar .cmp-list__item-title {
		margin-bottom: 0.75rem;
	}
}
.cmp-search-bar .cmp-list__item-title {
	color: #fff;
}
.cmp-search-bar .cmp-list__item-title:focus,
.cmp-search-bar .cmp-list__item-title:hover {
	color: #0073dd;
	cursor: pointer;
}
.cmp-search-bar .cmp-list__item-title:active {
	color: #ced4e0;
}
.cmp-search-bar .cmp-list__item-title:after {
	speak: none;
	content: "";
	font-family: iconfk;
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 400;
	margin-left: 0.5rem;
	margin-right: auto;
	min-width: 4rem;
	overflow: hidden;
	text-indent: -1.5rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
	.cmp-search-bar .cmp-list__item-title:after {
		left: 1rem;
		position: relative;
	}
}
.cmp-search-bar .cmp-list__item-title:focus:after,
.cmp-search-bar .cmp-list__item-title:hover:after {
	text-indent: 0;
}
.cmp-search-bar .cmp-list__item-description {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #fff;
	display: -webkit-box;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
	.cmp-search-bar .cmp-list__item-description {
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		overflow: hidden;
	}
}
.cmp-separator__horizontal-rule {
	border: none;
	margin: 1.25rem 0;
}
.cmp-separator__transparent .cmp-separator__horizontal-rule {
	border-top: 1px solid #c9c5be;
	margin: 40px 0;
}
.cmp-separator__dark-blue {
	position: relative;
	z-index: 1;
}
.cmp-separator__dark-blue:before {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0c2863),
		to(#0c2863)
	);
	background: linear-gradient(90deg, #0c2863, #0c2863);
	content: "";
	height: 100%;
	left: 0;
	margin: 0 calc(-50vw + 50%);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.cmp-separator__dark-blue .cmp-separator__horizontal-rule {
	border-top: 1px solid #fff;
	margin: 40px 0;
}
.cmp-separator__blue {
	position: relative;
	z-index: 1;
}
.cmp-separator__blue:before {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0073dd),
		to(#0c2863)
	);
	background: linear-gradient(90deg, #0073dd, #0c2863);
	content: "";
	height: 100%;
	left: 0;
	margin: 0 calc(-50vw + 50%);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.cmp-separator__blue .cmp-separator__horizontal-rule {
	border-top: 1px solid #fff;
	margin: 40px 0;
}
.cmp-separator__grey {
	position: relative;
	z-index: 1;
}
.cmp-separator__grey:before {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#f7f6f5),
		to(#f7f6f5)
	);
	background: linear-gradient(90deg, #f7f6f5, #f7f6f5);
	content: "";
	height: 100%;
	left: 0;
	margin: 0 calc(-50vw + 50%);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.cmp-separator__grey .cmp-separator__horizontal-rule {
	border-top: 1px solid #8f8d87;
	margin: 40px 0;
}
@-webkit-keyframes fade {
	0% {
		background: #fff;
	}
	to {
		background: transparent;
	}
}
@keyframes fade {
	0% {
		background: #fff;
	}
	to {
		background: transparent;
	}
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.cmp-stage-hero {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.cmp-stage-hero .cmp-teaser__link {
	display: grid;
	grid-column: 1/12;
	grid-template-columns: subgrid;
}
.cmp-stage-hero .cmp-teaser__image,
.cmp-stage-hero .cmp-teaser__video {
	grid-column: 4/13;
}
.cmp-stage-hero .cmp-teaser__image-player,
.cmp-stage-hero .cmp-teaser__video-player {
	pointer-events: none;
}
.cmp-stage-hero .cmp-teaser__action-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 1rem;
	padding-bottom: 2rem;
	width: 4rem !important;
}
@media screen and (max-width: 1024px) {
	.cmp-stage-hero .cmp-teaser__action-container {
		margin-top: 0.75rem;
	}
}
.cmp-stage-hero .cmp-teaser__action-container:after {
	speak: none;
	color: #000;
	content: "";
	display: inline-block;
	font-family: iconfk;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	overflow: hidden;
	text-indent: -2rem;
	-webkit-transform: rotate(90deg) translateX(-1rem);
	transform: rotate(90deg) translateX(-1rem);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 2rem;
}
@media screen and (max-width: 1024px) {
	.cmp-stage-hero .cmp-teaser__action-container:after {
		font-size: 3rem;
		text-indent: -1.5rem;
	}
}
.cmp-stage-hero .cmp-teaser__action-container:focus:after,
.cmp-stage-hero .cmp-teaser__action-container:hover:after {
	text-indent: 0;
	width: 4rem;
}
.cmp-stage-hero .cmp-teaser__action-link {
	background: transparent;
	color: #000;
	display: inline-block;
	font-family: AlbertSans-Regular, Arial, sans-serif;
	font-size: clamp(1rem, 8.6vw, 1.25rem);
	line-height: clamp(1.5rem, 8.6vw, 2rem);
	margin: 0;
	padding: 0;
	text-orientation: mixed;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.cmp-stage-hero .cmp-teaser__action-link {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.cmp-stage-hero .cmp-teaser__content,
.cmp-stage-hero .cmp-teaser__image,
.cmp-stage-hero .cmp-teaser__video {
	align-self: start;
	grid-row: 1/2;
}
.cmp-stage-hero .cmp-teaser__content {
	align-self: center;
	-webkit-animation: fade-in 1.2s ease-in-out 1s 1 forwards;
	animation: fade-in 1.2s ease-in-out 1s 1 forwards;
	grid-column: 1/12;
	margin-top: 8rem;
	opacity: 0;
	z-index: 1;
}
.cmp-stage-hero .cmp-teaser__title {
	color: #0063be;
	font-size: clamp(3.5rem, 1.5rem + 4.5vw, 10rem);
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: clamp(4.375rem, 1.875rem + 5.625vw, 12.5rem);
	word-break: keep-all;
}
.cmp-stage-hero .cmp-teaser__title span {
	display: block;
}
.cmp-stage-hero .cmp-teaser__video>video {
	width: 100%;
}
.cmp-stage-hero .cmp-teaser__image,
.cmp-stage-hero .cmp-teaser__video {
	position: relative;
	z-index: 0;
}
.cmp-stage-hero .cmp-teaser__image:before,
.cmp-stage-hero .cmp-teaser__video:before {
	background: linear-gradient(200deg, #0c2863, #0073dd);
	bottom: -4rem;
	content: "";
	height: 85%;
	position: absolute;
	right: -10rem;
	width: 85%;
	z-index: -1;
}
.cmp-stage-hero .cmp-teaser__image .cmp-image__image,
.cmp-stage-hero .cmp-teaser__video .cmp-image__image {
	aspect-ratio: 16/9;
	width: 100%;
}
.cmp-stage-hero .cmp-teaser__image__image {
	-webkit-animation: fade-in 1s ease-out 0.9s 1 forwards;
	animation: fade-in 1s ease-out 0.9s 1 forwards;
}
.cmp-stage-hero .cmp-teaser__video video {
	aspect-ratio: 16/9;
}
.cmp-stage-hero .cmp-teaser__video-pause {
	bottom: 1rem;
	position: absolute;
	right: 1rem;
}
@media screen and (max-width: 1200px) {
	.cmp-stage-hero {
		margin-bottom: 0;
	}
	.cmp-stage-hero .cmp-teaser__video {
		height: auto;
	}
	.cmp-stage-hero .cmp-teaser__image:before,
	.cmp-stage-hero .cmp-teaser__video:before {
		-webkit-animation: fade-in 1.2s ease-out 1s forwards;
		animation: fade-in 1.2s ease-out 1s forwards;
		bottom: -5rem;
		opacity: 0;
		right: -3rem;
	}
	.cmp-stage-hero .cmp-teaser__title {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	.cmp-stage-hero .cmp-teaser__content {
		grid-column: 1/12;
	}
}
@media screen and (max-width: 768px) {
	.cmp-stage-hero {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		margin-bottom: 0;
	}
	.cmp-stage-hero .cmp-teaser__image,
	.cmp-stage-hero .cmp-teaser__video {
		-webkit-animation: fade-in 1.2s ease-out 1s forwards;
		animation: fade-in 1.2s ease-out 1s forwards;
		grid-row: 2/4;
		margin-bottom: 2rem;
	}
	.cmp-stage-hero .cmp-teaser__image:before,
	.cmp-stage-hero .cmp-teaser__video:before {
		-webkit-animation: fade-in 1.2s ease-out 1s forwards;
		animation: fade-in 1.2s ease-out 1s forwards;
		bottom: -3rem;
		opacity: 0;
		right: -1rem;
	}
	.cmp-stage-hero .cmp-teaser__title {
		content: " ";
		display: inline;
	}
	.cmp-stage-hero .cmp-teaser__title>* {
		padding-right: 1.2rem;
	}
	.cmp-stage-hero .cmp-teaser__title br {
		content: " ";
		display: inline;
	}
	.cmp-stage-hero .cmp-teaser__content {
		grid-column: 1/13;
		margin-top: 0;
		-webkit-transform: translateX(calc(1% * var(--scroll-horizontal) * 0.3));
		transform: translateX(calc(1% * var(--scroll-horizontal) * 0.3));
	}
}
.cmp-teaser__video-pause {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background-color: hsla(0, 0%, 100%, 0.9);
	border: none;
	border-radius: 50%;
	color: #0073dd;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	height: 3rem;
	justify-content: center;
	outline: none;
	width: 3rem;
	z-index: 10;
}
.cmp-teaser__video-pause:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}
.cmp-teaser__video-pause:before {
	content: "||";
}
.cmp-stage-hero {
	--scroll-horizontal: 0;
}
.cmp-stage-hero .cmp-teaser__title span:nth-child(3n + 1) {
	-webkit-transform: translateX(calc(1% * var(--scroll-horizontal) * 1.5));
	transform: translateX(calc(1% * var(--scroll-horizontal) * 1.5));
}
.cmp-stage-hero .cmp-teaser__title span:nth-child(3n + 2) {
	-webkit-transform: translateX(calc(1% * var(--scroll-horizontal) * 2));
	transform: translateX(calc(1% * var(--scroll-horizontal) * 2));
}
.cmp-stage-hero .cmp-teaser__title span:nth-child(3n + 3) {
	-webkit-transform: translateX(calc(1% * var(--scroll-horizontal) * 1));
	transform: translateX(calc(1% * var(--scroll-horizontal) * 1));
}
.cmp-stage-hero .cmp-teaser__image:before {
	-webkit-transform: translateX(calc(-1% * var(--scroll-horizontal) * 0.7));
	transform: translateX(calc(-1% * var(--scroll-horizontal) * 0.7));
}
.cmp-stage-hero .cmp-teaser__image .cmp-image,
.cmp-stage-hero .cmp-teaser__video {
	-webkit-transform: translateX(calc(-1% * var(--scroll-horizontal) * 1));
	transform: translateX(calc(-1% * var(--scroll-horizontal) * 1));
}
.cmp-stage-hero .cmp-teaser__video:before {
	-webkit-transform: translateX(calc(-1% * var(--scroll-horizontal) * 0.7));
	transform: translateX(calc(-1% * var(--scroll-horizontal) * 0.7));
}
.cmp-container-story-teaser {
	padding: 3rem 0 4.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-container-story-teaser {
		padding: 3rem 0;
	}
}
.cmp-container-story-teaser .cmp-container {
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 40px;
}
@media screen and (max-width: 1024px) {
	.cmp-container-story-teaser .cmp-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 576px) {
	.cmp-container-story-teaser .cmp-container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		grid-template-columns: 1fr;
		justify-content: center;
	}
}
.cmp-container-story-teaser__dark {
	position: relative;
	z-index: 1;
}
.cmp-container-story-teaser__dark:before {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#0c2863),
		to(#0073dd)
	);
	background: linear-gradient(270deg, #0c2863, #0073dd);
	content: "";
	height: 100%;
	left: 0;
	margin: 0 calc(-50vw + 50%);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.cmp-container-story-teaser__dark .cmp-story-teaser .cmp-teaser__category,
.cmp-container-story-teaser__dark .cmp-story-teaser .cmp-teaser__category-link,
.cmp-container-story-teaser__dark .cmp-story-teaser__title,
.cmp-container-story-teaser__dark .cmp-story-teaser__title-link {
	color: #fff;
}
.cmp-container-story-teaser__dark
	.cmp-story-teaser
	.cmp-teaser__category-link:focus,
.cmp-container-story-teaser__dark
	.cmp-story-teaser
	.cmp-teaser__category-link:hover,
.cmp-container-story-teaser__dark .cmp-story-teaser__title-link:focus,
.cmp-container-story-teaser__dark .cmp-story-teaser__title-link:hover {
	color: #0c2863;
	cursor: pointer;
}
.cmp-container-story-teaser__dark
	.cmp-story-teaser
	.cmp-teaser__category-link:active,
.cmp-container-story-teaser__dark .cmp-story-teaser__title-link:active {
	color: #0c2863;
}
.cmp-container-story-teaser__light .cmp-story-teaser .cmp-teaser__category {
	color: #0073dd;
}
.cmp-container-story-teaser__light .cmp-story-teaser__title,
.cmp-container-story-teaser__light .cmp-story-teaser__title-link {
	color: #000;
}
.cmp-container-story-teaser__light .cmp-story-teaser__title-link:focus,
.cmp-container-story-teaser__light .cmp-story-teaser__title-link:hover {
	color: #0073dd;
	cursor: pointer;
}
.cmp-container-story-teaser__light .cmp-story-teaser__title-link:active {
	color: #0c2863;
}
.storyscroll .cmp-story-scroll__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.storyscroll .cmp-story-scroll__item {
	-webkit-box-flex: 1;
	display: block;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	max-height: 100vh;
	min-height: 100vh;
	top: 0;
	width: 100%;
}
.storyscroll .cmp-story-scroll__item--edit,
.storyscroll .cmp-story-scroll__item--edit .cmp-stage-hero,
.storyscroll .cmp-story-scroll__item--edit .stagehero {
	max-height: 750pt !important;
	min-height: 750pt !important;
}
.storyscroll .cmp-story-scroll__item.fixed {
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
}
.storyscroll .cmp-story-scroll__indicators {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 0;
	gap: 1.5rem;
	justify-content: center;
	left: 40px;
	list-style: none;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: fixed;
	top: 50vh;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	visibility: visible;
}
@media screen and (max-width: 1024px) {
	.storyscroll .cmp-story-scroll__indicators {
		display: none;
	}
}
.storyscroll
	.cmp-story-scroll__indicators.dark
	.cmp-story-scroll__indicator:before {
	background: #0063be;
}
.storyscroll .cmp-story-scroll__indicator {
	background: transparent;
	border-radius: 0;
	cursor: pointer;
	height: 3.5rem;
	margin: 0;
	opacity: 0.5;
	padding: 0 10px 0 30px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	width: 3.5rem;
}
.storyscroll .cmp-story-scroll__indicator:before {
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	width: 0.25rem;
}
@media screen and (max-width: 1024px) {
	.storyscroll .cmp-story-scroll__indicator {
		height: 2rem;
	}
}
.storyscroll .cmp-story-scroll__indicator--active {
	height: 8rem;
	opacity: 1;
}
.storyscroll .cmp-story-scroll__indicator--active:focus,
.storyscroll .cmp-story-scroll__indicator--active:focus-visible {
	outline: 1px auto -webkit-focus-ring-color;
}
@media screen and (max-width: 1024px) {
	.storyscroll .cmp-story-scroll__indicator--active {
		height: 3rem;
	}
}
.storyscroll .cmp-story-scroll__actions {
	display: none;
}
.storyscroll .stagehero {
	background: #fff;
	-webkit-box-shadow: 0 0 0 100vmax #fff;
	box-shadow: 0 0 0 100vmax #fff;
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
	height: 100vh;
}
.storyscroll .hide {
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	visibility: hidden;
}
.storyscroll .cmp-stage-hero {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	height: 100vh;
	justify-content: center;
}
.storyscroll .cmp-stage-hero .cmp-teaser__content {
	-webkit-animation: none;
	animation: none;
	grid-column: 2/11;
	opacity: 1;
}
@media screen and (max-width: 1024px) {
	.storyscroll .cmp-stage-hero .cmp-teaser__content {
		display: block;
		margin: 1.5rem 0;
	}
}
.storyscroll .cmp-stage-hero .cmp-teaser__image,
.storyscroll .cmp-stage-hero .cmp-teaser__video {
	align-self: center;
	-webkit-animation: none;
	animation: none;
	grid-column: 6/-1;
	opacity: 1;
}
.storyscroll .cmp-stage-hero .cmp-teaser__image:before,
.storyscroll .cmp-stage-hero .cmp-teaser__video:before {
	display: none;
}
.storyscroll .cmp-stage-hero .cmp-teaser__title {
	color: #0063be;
	font-family: AlbertSans-Regular, Arial, sans-serif;
	margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
	.storyscroll .cmp-stage-hero .cmp-teaser__title {
		font-family: AlbertSans-SemiBold, Arial, sans-serif;
		font-size: 4rem;
		line-height: 4.5rem;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 1200px) and (max-width: 1024px) {
	.storyscroll .cmp-stage-hero .cmp-teaser__title {
		font-size: 2.25rem;
		line-height: 2.625rem;
	}
}
.storyscroll .cmp-stage-hero .cmp-teaser__description {
	color: #000;
	margin: 0 2rem 2rem 5rem;
	max-width: 100%;
}
@media screen and (max-width: 1024px) {
	.storyscroll .cmp-stage-hero .cmp-teaser__description {
		margin: 1.5rem 0 1.5rem 1rem;
	}
}
.storyscroll .cmp-stage-hero .cmp-teaser__action-container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: none;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-left: 5rem;
	margin-top: 0;
	padding: 0;
	width: auto !important;
}
@media screen and (max-width: 1024px) {
	.storyscroll .cmp-stage-hero .cmp-teaser__action-container {
		margin-left: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.storyscroll .cmp-stage-hero .cmp-teaser__action-container {
		margin-left: 1rem;
	}
}
.storyscroll .cmp-stage-hero .cmp-teaser__action-container:after {
	color: #0063be;
	margin-left: 1rem;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.storyscroll
	.cmp-stage-hero
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: center;
	border: none;
	border-radius: 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1.5rem;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
.storyscroll
	.cmp-stage-hero
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link:focus,
.storyscroll
	.cmp-stage-hero
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link:hover {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.storyscroll
	.cmp-stage-hero
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link:active {
	border: none;
}
.storyscroll
	.cmp-stage-hero
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link:disabled,
.storyscroll
	.cmp-stage-hero
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link[disabled] {
	background-color: rgba(0, 115, 221, 0.3);
	color: #fff;
}
.storyscroll
	.cmp-stage-hero
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link {
	background: #0073dd;
	color: #fff;
}
.storyscroll
	.cmp-stage-hero
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link:focus,
.storyscroll
	.cmp-stage-hero
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link:hover {
	background: #0c2863;
	color: #fff;
}
.storyscroll
	.cmp-stage-hero
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link:active {
	background: #ced4e0;
	color: #0c2863;
}
.storyscroll
	.cmp-stage-hero
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link:disabled {
	background-color: #ced4e0;
	color: #fff;
}
.storyscroll .cmp-stage-hero .cmp-teaser__action-container.button:after {
	all: unset;
}
.storyscroll .cmp-stage-hero .cmp-teaser__action-container:has(a) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.storyscroll .cmp-stage-hero .cmp-teaser__action-link {
	all: unset;
	color: #0063be;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
}
@media screen and (max-width: 1024px) {
	.storyscroll .cmp-stage-hero .cmp-teaser__action-link {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
@media screen and (max-width: 768px) {
	.storyscroll .cmp-stage-hero-media {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.storyscroll .cmp-stage-hero-media .cmp-teaser__content {
	display: grid;
	grid-column: 1/11;
	grid-template-columns: subgrid;
}
@media screen and (max-width: 768px) {
	.storyscroll .cmp-stage-hero-media .cmp-teaser__content {
		display: block;
	}
}
.storyscroll .cmp-stage-hero-media .cmp-teaser__title {
	grid-column: 2/12;
	grid-row: 1/1;
}
.storyscroll .cmp-stage-hero-media .cmp-teaser__action-container,
.storyscroll .cmp-stage-hero-media .cmp-teaser__description {
	grid-column: 2/6;
}
.storyscroll .cmp-stage-hero__gradient-blue {
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
	position: relative;
	z-index: 1;
}
.storyscroll .cmp-stage-hero__gradient-blue:before {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0073dd),
		to(#0c2863)
	);
	background: linear-gradient(90deg, #0073dd, #0c2863);
	content: "";
	height: 100%;
	left: 0;
	margin: 0 calc(-50vw + 50%);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.storyscroll .cmp-stage-hero__gradient-blue .cmp-teaser__action-container:after,
.storyscroll .cmp-stage-hero__gradient-blue .cmp-teaser__description,
.storyscroll .cmp-stage-hero__gradient-blue .cmp-teaser__title {
	color: #fff;
}
.storyscroll
	.cmp-stage-hero__gradient-blue
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link {
	background: #fff;
	color: #0073dd;
}
.storyscroll
	.cmp-stage-hero__gradient-blue
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link:focus,
.storyscroll
	.cmp-stage-hero__gradient-blue
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link:hover {
	background: hsla(0, 0%, 100%, 0.8);
	color: #0c2863;
}
.storyscroll
	.cmp-stage-hero__gradient-blue
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link:active {
	background: hsla(0, 0%, 100%, 0.5);
	color: #0c2863;
}
.storyscroll
	.cmp-stage-hero__gradient-blue
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link:disabled {
	background-color: hsla(0, 0%, 100%, 0.4);
	color: #0073dd;
}
.storyscroll .cmp-stage-hero__gradient-blue .cmp-teaser__action-link {
	color: #fff;
}
.storyscroll .cmp-stage-hero__gradient-grey {
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
	position: relative;
	z-index: 1;
}
.storyscroll .cmp-stage-hero__gradient-grey:before {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#f7f6f5),
		to(#fff)
	);
	background: linear-gradient(90deg, #f7f6f5, #fff);
	content: "";
	height: 100%;
	left: 0;
	margin: 0 calc(-50vw + 50%);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.storyscroll .cmp-stage-hero__gradient-grey .cmp-teaser__title {
	color: #0063be;
}
.storyscroll .cmp-stage-hero__gradient-grey .cmp-teaser__description {
	color: #000;
}
.storyscroll .cmp-stage-hero__gradient-grey .cmp-teaser__action-container:after,
.storyscroll .cmp-stage-hero__gradient-grey .cmp-teaser__action-link {
	color: #0063be;
}
.storyscroll .cmp-stage-hero__dark_blue {
	background: #0c2863;
	-webkit-box-shadow: 0 0 0 100vmax #0c2863;
	box-shadow: 0 0 0 100vmax #0c2863;
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
}
.storyscroll .cmp-stage-hero__dark_blue .cmp-teaser__title {
	color: #0073dd;
}
.storyscroll .cmp-stage-hero__dark_blue .cmp-teaser__action-container:after,
.storyscroll .cmp-stage-hero__dark_blue .cmp-teaser__description {
	color: #fff;
}
.storyscroll
	.cmp-stage-hero__dark_blue
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link {
	background: #fff;
	color: #0073dd;
}
.storyscroll
	.cmp-stage-hero__dark_blue
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link:focus,
.storyscroll
	.cmp-stage-hero__dark_blue
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link:hover {
	background: hsla(0, 0%, 100%, 0.8);
	color: #0c2863;
}
.storyscroll
	.cmp-stage-hero__dark_blue
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link:active {
	background: hsla(0, 0%, 100%, 0.5);
	color: #0c2863;
}
.storyscroll
	.cmp-stage-hero__dark_blue
	.cmp-teaser__action-container.button
	.cmp-teaser__action-link:disabled {
	background-color: hsla(0, 0%, 100%, 0.4);
	color: #0073dd;
}
.storyscroll .cmp-stage-hero__dark_blue .cmp-teaser__action-link {
	color: #fff;
}
.storyteaser {
	position: relative;
}
.storyteaser:only-child {
	grid-column: 1/3;
}
.storyteaser:only-child .cmp-story-teaser__media,
.storyteaser:only-child .cmp-teaser__image img {
	aspect-ratio: 4/2;
}
@media screen and (max-width: 1024px) {
	.storyteaser:only-child .cmp-teaser__image img {
		aspect-ratio: 1/1;
	}
	.storyteaser {
		margin-inline: auto;
	}
}
.storyteaser.present:first-child {
	grid-column: 1/3;
}
.storyteaser.present:first-child .cmp-story-teaser__media {
	aspect-ratio: 4/2;
}
@media screen and (max-width: 1024px) {
	.storyteaser.present:first-child .cmp-story-teaser__media {
		aspect-ratio: 1/1;
	}
	.storyteaser.present:first-child {
		grid-column: 1/1;
	}
}
.storyteaser.present:first-child .cmp-teaser__image img {
	aspect-ratio: 4/2;
}
@media screen and (max-width: 1024px) {
	.storyteaser.present:first-child .cmp-teaser__image img {
		aspect-ratio: 1/1;
	}
}
@media screen and (min-width: 1025px) {
	.storyteaser.present:nth-child(2) .cmp-story-teaser {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
	}
	.storyteaser.present:nth-child(2) .cmp-story-teaser .cmp-story-teaser__media {
		aspect-ratio: 1/1;
		height: 100%;
		overflow: hidden;
	}
	.storyteaser.present:nth-child(2) .cmp-story-teaser .cmp-image__image {
		aspect-ratio: 6/7;
	}
}
.cmp-story-teaser .cmp-teaser__image {
	width: 100%;
}
.cmp-story-teaser .cmp-teaser__image .cmp-image__image {
	aspect-ratio: 1/1;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.cmp-story-teaser .cmp-teaser__image .cmp-image__image {
		width: 100vh;
	}
}
.cmp-story-teaser__media {
	aspect-ratio: 1/1;
	overflow-x: hidden;
	position: relative;
}
.cmp-story-teaser__media .cmp-teaser__description {
	background-color: #0073dd;
	color: #fff;
	height: 100%;
	left: -100%;
	max-width: 100%;
	min-width: 25%;
	padding: 2rem 4.5rem 1.5rem 1.5rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cmp-story-teaser__media .cmp-teaser__description>* {
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}
@media screen and (max-width: 1200px) {
	.cmp-story-teaser__media .cmp-teaser__description>* {
		-webkit-line-clamp: 8;
	}
}
@media screen and (max-width: 1024px) {
	.cmp-story-teaser__media .cmp-teaser__description {
		padding: 1rem 4.5rem 1.5rem 1rem;
	}
	.cmp-story-teaser__media .cmp-teaser__description,
	.cmp-story-teaser__media .cmp-teaser__description * {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
	.cmp-story-teaser__media .cmp-teaser__description.show {
		left: 0;
	}
}
.cmp-story-teaser__media-button {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: none;
	height: 3pc;
	position: absolute;
	right: 1rem;
	top: 2rem;
	width: 3pc;
	z-index: 10;
}
.cmp-story-teaser__media-button:focus,
.cmp-story-teaser__media-button:hover {
	background: hsla(0, 0%, 100%, 0.2);
	color: #fff;
}
.cmp-story-teaser__media-button:active {
	background: hsla(0, 0%, 100%, 0.4);
	color: #fff;
}
.cmp-story-teaser__media-button:disabled {
	background-color: transparent;
	color: rgba(0, 115, 221, 0.4);
}
.cmp-story-teaser__media-button:active,
.cmp-story-teaser__media-button:focus,
.cmp-story-teaser__media-button:hover {
	border: 2px solid #fff;
}
@media screen and (max-width: 1024px) {
	.cmp-story-teaser__media-button {
		display: block;
	}
}
.cmp-story-teaser__media-button:before {
	speak: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: iconfk;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	justify-content: center;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cmp-story-teaser__media-button.click:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cmp-story-teaser__media-button .show-text{
	display:inline
}
.cmp-story-teaser__media-button .hide-text{
	display:none
}
.cmp-story-teaser__media-button[aria-expanded=true]:before{
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.cmp-story-teaser__media-button[aria-expanded=true] .show-text{
	display:none
}
.cmp-story-teaser__media-button[aria-expanded=true] .hide-text{
	display:inline
}
.cmp-story-teaser__media-button .screen-reader-only{
	clip:rect(0,0,0,0);
	border:0;
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	white-space:nowrap;
	width:1px
}
@media screen and (min-width: 1025px) {
	.cmp-story-teaser__media-link:focus .cmp-teaser__description,
	.cmp-story-teaser__media-link:focus-visible .cmp-teaser__description,
	.cmp-story-teaser__media-link:hover .cmp-teaser__description {
		left: 0;
	}
}
.cmp-story-teaser__media-link:focus-visible:before,
.cmp-story-teaser__media-link:focus:before,
.cmp-story-teaser__media-link:hover:before {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
}
.cmp-story-teaser__media .cmp-story-teaser__title {
	bottom: 1rem;
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 1rem;
	z-index: 1;
}
.cmp-story-teaser__media .cmp-story-teaser__title-link {
	background: #fff;
	border-radius: 50%;
	color: #0073dd;
	display: block;
}
.cmp-story-teaser__media .cmp-story-teaser__title-link:focus,
.cmp-story-teaser__media .cmp-story-teaser__title-link:hover {
	background: hsla(0, 0%, 100%, 0.8);
	color: #0c2863;
}
.cmp-story-teaser__media .cmp-story-teaser__title-link:active {
	background: hsla(0, 0%, 100%, 0.5);
	color: #0c2863;
}
.cmp-story-teaser__media .cmp-story-teaser__title-link:disabled {
	background-color: hsla(0, 0%, 100%, 0.4);
	color: #0073dd;
}
@media screen and (max-width: 1024px) {
	.cmp-story-teaser__media .cmp-story-teaser__title-link {
		display: none;
	}
}
.cmp-story-teaser__media .cmp-story-teaser__title-link:before {
	speak: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	bottom: 1rem;
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: iconfk;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	height: 3pc;
	justify-content: center;
	margin: 0;
	position: absolute;
	right: 1rem;
	width: 3pc;
}
.cmp-story-teaser .cmp-teaser__category {
	color: #0063be;
	display: block;
	font-size: 1rem;
	line-height: 1.25rem;
	margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
	.cmp-story-teaser .cmp-teaser__category {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
}
.cmp-story-teaser__title {
	color: #0073dd;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
	.cmp-story-teaser__title {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.cmp-story-teaser__title,
.cmp-story-teaser__title>* {
	color: #000;
}
.cmp-story-teaser .cmp-teaser__link {
	display: grid;
}
.cmp-story-teaser .cmp-teaser__action-link {
	display: inline-block;
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
}
.cmp-story-teaser .cmp-teaser__action-link:last-child {
	margin-right: 0;
}
.storycontainer .cmp-container .storyteaser:nth-child(3n + 1) {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.3));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.3));
}
.storycontainer .cmp-container .storyteaser:nth-child(3n + 2) {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.7));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.7));
}
.storycontainer .cmp-container .storyteaser:nth-child(3n + 3) {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.5));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.5));
}
@media screen and (max-width: 1024px) {
	.storycontainer .cmp-container .storyteaser.teaser {
		-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.6));
		transform: translateY(calc(-1% * var(--scroll-vertical) * 0.6));
	}
}
.cmp-container_story_telling {
	position: relative;
	z-index: 0;
}
.cmp-container_story_telling:before {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fff),
		color-stop(50%, #f7f6f5)
	);
	background: linear-gradient(90deg, #fff, #f7f6f5 50%);
	bottom: 0;
	content: "";
	display: block;
	height: 120%;
	position: absolute;
	width: 50%;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.cmp-container_story_telling:before {
		width: 100%;
		width: 75%;
	}
}
.cmp-container_story_telling.active .teaser {
	opacity: 1;
	position: relative;
	top: 18.75rem;
	-webkit-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
.cmp-container_story_telling .cmp-container {
	-webkit-column-gap: 75pt;
	-moz-column-gap: 75pt;
	column-gap: 75pt;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
	.cmp-container_story_telling .cmp-container {
		-webkit-column-gap: 60px;
		-moz-column-gap: 60px;
		column-gap: 60px;
	}
}
@media screen and (max-width: 768px) {
	.cmp-container_story_telling .cmp-container {
		grid-template-columns: 1fr;
		padding-bottom: 3.5rem;
		row-gap: 3.5rem;
	}
}
.cmp-container_story_telling .cmp-container .teaser:first-child {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.3));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.3));
}
.cmp-container_story_telling .cmp-container .teaser:nth-child(2) {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.7));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.7));
}
.cmp-container_story_telling .cmp-container .teaser:nth-child(3) {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.5));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.5));
}
.cmp-container_story_telling .cmp-teaser,
.cmp-container_story_telling .cmp-teaser .cmp-teaser__link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cmp-container_story_telling .cmp-teaser .cmp-teaser__content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 0;
	z-index: 1;
}
.cmp-container_story_telling .cmp-teaser .cmp-teaser__image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.cmp-container_story_telling .cmp-teaser:focus .cmp-teaser__title:before,
.cmp-container_story_telling .cmp-teaser:hover .cmp-teaser__title:before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.cmp-container_story_telling .cmp-teaser:focus .cmp-image:before,
.cmp-container_story_telling .cmp-teaser:hover .cmp-image:before {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
}
.cmp-container_story_telling .cmp-teaser:focus .cmp-image__image,
.cmp-container_story_telling .cmp-teaser:hover .cmp-image__image {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
.cmp-container_story_telling .cmp-teaser:focus .cmp-teaser__title,
.cmp-container_story_telling .cmp-teaser:hover .cmp-teaser__title {
	color: #0073dd;
}
.cmp-container_story_telling .cmp-teaser .cmp-image {
	overflow: hidden;
	position: relative;
}
.cmp-container_story_telling .cmp-teaser .cmp-image:before {
	background-color: rgba(0, 115, 221, 0.5);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 25%;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.cmp-container_story_telling .cmp-teaser .cmp-teaser__image {
		display: none;
	}
}
.cmp-container_story_telling .cmp-teaser .cmp-image__image {
	aspect-ratio: 1/1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.cmp-container_story_telling .cmp-teaser .cmp-teaser__content {
	margin: 0;
}
.cmp-container_story_telling .cmp-teaser .cmp-teaser__title {
	color: #000;
	line-height: 3.5rem;
	margin-top: 1.5rem;
	overflow: hidden;
	padding-bottom: 5rem;
	position: relative;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
	.cmp-container_story_telling .cmp-teaser .cmp-teaser__title {
		padding-bottom: 4rem;
	}
}
@media screen and (max-width: 768px) {
	.cmp-container_story_telling .cmp-teaser .cmp-teaser__title {
		margin-top: 0;
	}
}
.cmp-container_story_telling .cmp-teaser .cmp-teaser__title:before {
	speak: none;
	bottom: 1rem;
	color: #0073dd;
	content: "";
	font-family: iconfk;
	font-size: 5.5rem;
	font-style: normal;
	font-weight: 400;
	left: 0;
	margin-right: 0.5rem;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
	.cmp-container_story_telling .cmp-teaser .cmp-teaser__title:before {
		font-size: 4.5rem;
	}
}
@media screen and (max-width: 768px) {
	.cmp-container_story_telling .cmp-teaser .cmp-teaser__title:before {
		font-size: 4.2rem;
	}
}
.cmp-container_story_telling .cmp-teaser .cmp-teaser__description {
	color: #000;
	font-family: AlbertSans-Regular, Arial, sans-serif;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: clamp(1rem, 8.6vw, 1.25rem);
	line-height: clamp(1.5rem, 8.6vw, 2rem);
	margin-left: 3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-container_story_telling .cmp-teaser .cmp-teaser__description {
		font-size: 1rem;
		line-height: 1.5rem;
		margin-left: 2.5rem;
	}
}
@media screen and (max-width: 768px) {
	.cmp-container_story_telling .cmp-teaser .cmp-teaser__description {
		margin-left: 0;
	}
}
.cmp-container_story_telling .cmp-teaser__action-container {
	display: none;
}
.cmp_subtitle {
	margin-top: 1.5rem;
	max-width: 75%;
}
@media screen and (max-width: 1024px) {
	.cmp_subtitle {
		margin-top: 1rem;
		max-width: 100%;
	}
}
.cmp_subtitle__text {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp_subtitle__text {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.cmp_subtitle__date {
	font-size: 1rem;
	line-height: 1.25rem;
	margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
	.cmp_subtitle__date {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
}
.cmp-suggestproducts-container {
	margin: 2.5rem 0 6.5rem;
}
@media screen and (max-width: 768px) {
	.cmp-suggestproducts-container {
		margin: 1.5rem 0 4rem;
	}
}
.cmp-suggestproducts-container .cmp-suggestproducts-list {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
}
@media screen and (max-width: 768px) {
	.cmp-suggestproducts-container .cmp-suggestproducts-list {
		gap: 0;
		grid-template-columns: repeat(1, 1fr);
	}
}
.cmp-suggestproducts-container .cmp-suggestproducts-list__item-link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 3.5rem;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.cmp-suggestproducts-container .cmp-suggestproducts-list__item-link {
		margin-top: 2rem;
	}
}
.cmp-suggestproducts-container
	.cmp-suggestproducts-list__item-link
	.cmp-product-overview__item-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: center;
	background: #0073dd;
	border: none;
	border-radius: 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1.5rem;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
.cmp-suggestproducts-container
	.cmp-suggestproducts-list__item-link
	.cmp-product-overview__item-title:focus,
.cmp-suggestproducts-container
	.cmp-suggestproducts-list__item-link
	.cmp-product-overview__item-title:hover {
	background: #0c2863;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.cmp-suggestproducts-container
	.cmp-suggestproducts-list__item-link
	.cmp-product-overview__item-title:active {
	background: #ced4e0;
	border: none;
}
.cmp-suggestproducts-container
	.cmp-suggestproducts-list__item-link
	.cmp-product-overview__item-title:disabled,
.cmp-suggestproducts-container
	.cmp-suggestproducts-list__item-link
	.cmp-product-overview__item-title[disabled] {
	background-color: rgba(0, 115, 221, 0.3);
	color: #fff;
}
.cmp-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
}
@media screen and (max-width: 768px) {
	.cmp-tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
}
.cmp-tabs .cmp-accordion__item {
	-ms-flex-preferred-size: 62.5rem;
	-ms-flex-negative: 1;
	border: 0;
	display: none;
	flex-basis: 62.5rem;
	flex-shrink: 1;
}
.cmp-tabs .cmp-accordion__item:has(.cmp-tabs__tabpanel--active) {
	display: block;
}
@media screen and (max-width: 768px) {
	.cmp-tabs .cmp-accordion__item {
		-ms-flex-preferred-size: 0;
		border-top: 1px solid #c9c5be;
		display: block;
		flex-basis: 0;
	}
	.cmp-tabs .cmp-accordion__item:last-child {
		border-bottom: 1px solid #c9c5be;
	}
}
.cmp-tabs .cmp-accordion__header {
	display: none;
}
@media screen and (max-width: 768px) {
	.cmp-tabs .cmp-accordion__header {
		display: block;
	}
}
.cmp-tabs__tablist {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-ms-flex-negative: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
@media screen and (max-width: 768px) {
	.cmp-tabs__tablist {
		display: none;
	}
}
.cmp-tabs__tab {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
	min-height: 3.5rem;
	-webkit-transition: font-size 0.3s ease-in-out;
	transition: font-size 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
	.cmp-tabs__tab {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.cmp-tabs__tab:hover {
	color: #0c2863;
	-webkit-transition: border 0.3s ease-in-out;
	transition: border 0.3s ease-in-out;
}
.cmp-tabs__tab .cmp-indicator {
	background: transparent;
	display: block;
	height: 0;
	height: 100%;
	margin-right: 1.5rem;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 3px;
}
.cmp-tabs__tab--active {
	border: none;
	color: #0073dd;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2.75rem;
	line-height: 3.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-tabs__tab--active {
		font-size: 1.75rem;
		line-height: 2.125rem;
	}
}
.cmp-tabs__tab--active:hover {
	color: #0073dd;
}
.cmp-tabs__tab--active .cmp-indicator {
	background: #0073dd;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}
@media screen and (max-width: 768px) {
	.cmp-tabs__tabpanel--active {
		display: none;
	}
}
.cmp-tabs__tabpanel--active-accordion {
	display: none;
}
@media screen and (max-width: 768px) {
	.cmp-tabs__tabpanel--active-accordion {
		display: block;
	}
}
.cmp-container [style="background-color:#0C2863;"] .cmp-tabs__tab,
.cmp-container-section-heading__dark-blue .cmp-tabs__tab {
	color: #fff;
	opacity: 0.5;
}
.cmp-container [style="background-color:#0C2863;"] .cmp-tabs__tab:hover,
.cmp-container-section-heading__dark-blue .cmp-tabs__tab:hover {
	opacity: 0.8;
}
.cmp-container [style="background-color:#0C2863;"] .cmp-tabs__tab--active,
.cmp-container [style="background-color:#0C2863;"] .cmp-tabs__tab--active:hover,
.cmp-container-section-heading__dark-blue .cmp-tabs__tab--active,
.cmp-container-section-heading__dark-blue .cmp-tabs__tab--active:hover {
	opacity: 1;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-tabs__tab--active
	.cmp-indicator,
.cmp-container-section-heading__dark-blue
	.cmp-tabs__tab--active
	.cmp-indicator {
	background: #fff;
}
.cmp-teaser--biopharma_banner {
	display: contents;
}
.cmp-teaser--biopharma_banner .cmp-teaser {
	grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1024px) {
	.cmp-teaser--biopharma_banner .cmp-teaser {
		display: contents;
	}
}
.cmp-teaser--biopharma_banner .cmp-teaser__content {
	-ms-flex-item-align: center;
	align-self: center;
}
@media screen and (max-width: 1024px) {
	.cmp-teaser--biopharma_banner .cmp-teaser__content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		grid-column: 1/3;
		order: 2;
	}
}
.cmp-teaser--biopharma_banner .cmp-teaser__title {
	color: #fff;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2.75rem;
	line-height: 1;
	margin-bottom: 1.875rem;
}
@media screen and (max-width: 1024px) {
	.cmp-teaser--biopharma_banner .cmp-teaser__title {
		font-size: 2rem;
	}
}
.cmp-teaser--biopharma_banner .cmp-teaser__description {
	color: #fff;
	font-size: 1.5rem;
	grid-column-end: 3;
	grid-column-start: 1;
	line-height: 1;
}
.cmp-teaser--biopharma_banner .cmp-teaser__image {
	-ms-flex-item-align: end;
	align-self: end;
}
.cmp-teaser--biopharma_banner .cmp-teaser__image .cmp-image__image {
	aspect-ratio: auto;
}
.cmp-teaser--biopharma_banner .cmp-teaser:not(:has(.cmp-teaser__description)) {
	display: block;
}
.cmp-teaser--biopharma_banner
	.cmp-teaser:not(:has(.cmp-teaser__description))
	.cmp-teaser__title {
	font-size: 3rem;
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.cmp-teaser--biopharma_banner
		.cmp-teaser:not(:has(.cmp-teaser__description))
		.cmp-teaser__title {
		font-size: 2rem;
	}
}
.cmp-teaser-block .cmp-teaser {
	display: grid;
}
.cmp-teaser-block .cmp-teaser__title {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2.75rem;
	line-height: 3.5rem;
	margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-teaser-block .cmp-teaser__title {
		font-size: 1.75rem;
		line-height: 2.125rem;
	}
}
.cmp-teaser-block .cmp-teaser__description {
	padding-bottom: 2rem;
	padding-left: 3rem;
}
.cmp-teaser-block .cmp-teaser__action-container {
	margin-left: 3rem;
}
.cmp-teaser-block .cmp-teaser__action-link:nth-child(2) {
	background: #fff;
	border: 2px solid #0073dd;
	color: #0073dd;
}
.cmp-teaser-block .cmp-teaser__action-link:nth-child(2):focus,
.cmp-teaser-block .cmp-teaser__action-link:nth-child(2):hover {
	background: #e7eaef;
	color: #0c2863;
}
.cmp-teaser-block .cmp-teaser__action-link:nth-child(2):active {
	background: #ced4e0;
	color: #0c2863;
}
.cmp-teaser-block .cmp-teaser__action-link:nth-child(2):disabled {
	background-color: #fff;
	color: rgba(0, 115, 221, 0.4);
}
.cmp-teaser-block .cmp-teaser__action-link:nth-child(2):active,
.cmp-teaser-block .cmp-teaser__action-link:nth-child(2):focus,
.cmp-teaser-block .cmp-teaser__action-link:nth-child(2):hover {
	border: 2px solid #0c2863;
}
.cmp-teaser-block
	.cmp-teaser__action-link:nth-child(2):disabled
	.cmp-teaser-block
	.cmp-teaser__action-link:nth-child(2)[disabled] {
	border: 2px solid rgba(0, 115, 221, 0.4);
}
.cmp-teaser-block .cmp-teaser__action-link:nth-child(2):after {
	speak: none;
	content: "";
	font-family: iconfk;
	font-style: normal;
	font-weight: 400;
	margin-left: 0.5rem;
}
.cmp-teaser-block .cmp-teaser__image .cmp-image__image {
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	padding: 0;
}
.cmp-teaser-block .cmp-teaser__action-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: center;
	background: #0073dd;
	border: none;
	border-radius: 1.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: inline-block;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
	padding: 0.5rem 1.5rem;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: border, color, background;
	transition-property: border, color, background;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}
.cmp-teaser-block .cmp-teaser__action-link:focus,
.cmp-teaser-block .cmp-teaser__action-link:hover {
	background: #0c2863;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
.cmp-teaser-block .cmp-teaser__action-link:active {
	background: #ced4e0;
	border: none;
}
.cmp-teaser-block .cmp-teaser__action-link:disabled,
.cmp-teaser-block .cmp-teaser__action-link[disabled] {
	background-color: rgba(0, 115, 221, 0.3);
	color: #fff;
}
.cmp-teaser-block .cmp-teaser__action-link:last-child {
	margin-right: 0;
}
.cmp-teaser-block .cmp-image-left .cmp-teaser,
.cmp-teaser-block .cmp-image-left-dark .cmp-teaser,
.cmp-teaser-block .cmp-image-right .cmp-teaser,
.cmp-teaser-block .cmp-image-right-dark .cmp-teaser {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	grid-template-columns: repeat(8, 1fr);
	margin: 2rem 0;
}
.cmp-teaser-block .cmp-image-left .cmp-image__image,
.cmp-teaser-block .cmp-image-left-dark .cmp-image__image,
.cmp-teaser-block .cmp-image-right .cmp-image__image,
.cmp-teaser-block .cmp-image-right-dark .cmp-image__image {
	aspect-ratio: 1/1;
}
@media screen and (max-width: 576px) {
	.cmp-teaser-block .cmp-image-left .cmp-teaser,
	.cmp-teaser-block .cmp-image-left-dark .cmp-teaser,
	.cmp-teaser-block .cmp-image-right .cmp-teaser,
	.cmp-teaser-block .cmp-image-right-dark .cmp-teaser {
		gap: 0;
		grid-template-columns: 1fr;
	}
}
.cmp-teaser-block .cmp-image-left-dark,
.cmp-teaser-block .cmp-image-right-dark {
	background: linear-gradient(200deg, #0c2863, #0073dd);
	color: #fff;
	position: relative;
}
.cmp-teaser-block .cmp-image-left-dark .cmp-teaser__action-link,
.cmp-teaser-block .cmp-image-right-dark .cmp-teaser__action-link {
	background: #fff;
	color: #0073dd;
}
.cmp-teaser-block .cmp-image-left-dark .cmp-teaser__action-link:focus,
.cmp-teaser-block .cmp-image-left-dark .cmp-teaser__action-link:hover,
.cmp-teaser-block .cmp-image-right-dark .cmp-teaser__action-link:focus,
.cmp-teaser-block .cmp-image-right-dark .cmp-teaser__action-link:hover {
	background: hsla(0, 0%, 100%, 0.8);
	color: #0c2863;
}
.cmp-teaser-block .cmp-image-left-dark .cmp-teaser__action-link:active,
.cmp-teaser-block .cmp-image-right-dark .cmp-teaser__action-link:active {
	background: hsla(0, 0%, 100%, 0.5);
	color: #0c2863;
}
.cmp-teaser-block .cmp-image-left-dark .cmp-teaser__action-link:disabled,
.cmp-teaser-block .cmp-image-right-dark .cmp-teaser__action-link:disabled {
	background-color: hsla(0, 0%, 100%, 0.4);
	color: #0073dd;
}
.cmp-teaser-block .cmp-image-left-dark:after,
.cmp-teaser-block .cmp-image-left-dark:before,
.cmp-teaser-block .cmp-image-right-dark:after,
.cmp-teaser-block .cmp-image-right-dark:before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.cmp-teaser-block .cmp-image-left-dark:before,
.cmp-teaser-block .cmp-image-right-dark:before {
	background: var(--brand-blue);
	right: 100%;
}
.cmp-teaser-block .cmp-image-left-dark:after,
.cmp-teaser-block .cmp-image-right-dark:after {
	background: var(--brand-blue-dark);
	left: 100%;
}
.cmp-teaser {
	display: grid;
}
.cmp-teaser__description {
	color: #000;
}
.cmp-teaser__description ol {
	counter-reset: item;
	list-style: none;
}
.cmp-teaser__description ol li {
	counter-increment: item;
	margin-bottom: 0.313rem;
	padding-left: 2.5rem;
	position: relative;
}
.cmp-teaser__description ol li:before {
	content: counter(item) ".";
	left: 1rem;
	position: absolute;
	top: 0;
	width: 1.2em;
}
.cmp-teaser__description ul {
	list-style: none;
}
.cmp-teaser__description ul li {
	margin-bottom: 0.313rem;
	padding-left: 2.5rem;
	position: relative;
}
.cmp-teaser__description ul li:before {
	content: "▪";
	left: 1rem;
	position: absolute;
	top: 0;
	width: 1.2em;
}
.cmp-teaser__image .cmp-image__image {
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	padding: 0;
}
.cmp-teaser__action-link {
	display: inline-block;
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
}
.cmp-teaser__action-link:last-child {
	margin-right: 0;
}
.cmp-text__contact-card .cmp-text {
	max-width: 100%;
}
.cmp-text__contact-card .cmp-text a {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: underline;
}
.cmp-text__contact-card .cmp-text>p {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cmp-text__contact-card .cmp-text>p span a {
	display: block;
}
.cmp-text__contact-card span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 5rem;
	position: relative;
}
.cmp-text__contact-card span:before {
	left: 0;
	position: absolute;
}
.cmp-text__contact-card span>* {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
.cmp-text__contact-card .cmp-text__phone-card:before {
	speak: none;
	color: #0073dd;
	content: "";
	font-family: iconfk;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	margin-right: 1.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-text__contact-card .cmp-text__phone-card:before {
		font-size: 3rem;
	}
}
.cmp-text__contact-card .cmp-text__fax-card:before {
	speak: none;
	color: #0073dd;
	content: "";
	font-family: iconfk;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	margin-right: 1.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-text__contact-card .cmp-text__fax-card:before {
		font-size: 3rem;
	}
}
.cmp-text__contact-card .cmp-text__location-card:before {
	speak: none;
	color: #0073dd;
	content: "";
	font-family: iconfk;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	margin-right: 1.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-text__contact-card .cmp-text__location-card:before {
		font-size: 3rem;
	}
}
.cmp-text__contact-card .cmp-text__email-card:before {
	speak: none;
	color: #0073dd;
	content: "";
	font-family: iconfk;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	margin-right: 1.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-text__contact-card .cmp-text__email-card:before {
		font-size: 3rem;
	}
}
.cmp-text__contact-us p {
	padding-bottom: 0;
}
.cmp-table-horizontal .cmp-text {
	max-width: 100%;
	overflow: auto;
}
.cmp-table-horizontal .cmp-text table {
	border: none;
	border-collapse: collapse;
	text-align: left;
}
.cmp-table-horizontal .cmp-text th {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-table-horizontal .cmp-text th {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.cmp-table-horizontal .cmp-text td,
.cmp-table-horizontal .cmp-text th {
	padding: 0.625rem 5rem 0.625rem 1rem;
}
.cmp-table-horizontal .cmp-text th {
	border: transparent;
	border-bottom: 1px solid #000;
	color: #0073dd;
}
.cmp-table-horizontal .cmp-text td {
	border: transparent;
	border-bottom: 1px solid #c9c5be;
}
.cmp-table-horizontal .cmp-text tr:last-child td {
	border-bottom: none;
}
.cmp-table-vertical .cmp-text {
	max-width: 100%;
	overflow: auto;
}
.cmp-table-vertical .cmp-text table {
	border: none;
	border-collapse: collapse;
	text-align: left;
}
.cmp-table-vertical .cmp-text th {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-table-vertical .cmp-text th {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.cmp-table-vertical .cmp-text td,
.cmp-table-vertical .cmp-text th {
	padding: 0.625rem 5rem 0.625rem 1rem;
}
.cmp-table-vertical .cmp-text th {
	background-color: #fff;
	border: transparent;
	border-bottom: 1px solid #c9c5be;
	border-right: 1px solid #000;
	color: #0073dd;
	left: 0;
	position: sticky;
}
.cmp-table-vertical .cmp-text td {
	border: transparent;
	border-bottom: 1px solid #c9c5be;
}
.cmp-table-vertical .cmp-text tr:last-child td,
.cmp-table-vertical .cmp-text tr:last-child th {
	border-bottom: none;
}
.cmp-table-h-v .cmp-text {
	max-width: 100%;
	overflow: auto;
}
.cmp-table-h-v .cmp-text table {
	border: none;
	border-collapse: collapse;
	text-align: left;
}
.cmp-table-h-v .cmp-text th {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-table-h-v .cmp-text th {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.cmp-table-h-v .cmp-text td,
.cmp-table-h-v .cmp-text th {
	padding: 0.625rem 5rem 0.625rem 1rem;
}
.cmp-table-h-v .cmp-text th {
	border: transparent;
	border-bottom: 1px solid #c9c5be;
	border-right: 1px solid #000;
	color: #0073dd;
}
.cmp-table-h-v .cmp-text td {
	border: transparent;
	border-bottom: 1px solid #c9c5be;
}
.cmp-table-h-v .cmp-text tr:last-child td,
.cmp-table-h-v .cmp-text tr:last-child th {
	border-bottom: none;
}
.cmp-table-h-v .cmp-text tr:first-child th:not(:first-child) {
	border-right: none;
}
.cmp-table-h-v .cmp-text tr:first-child th {
	border-bottom: 1px solid #000;
}
.cmp-table-h-v .cmp-text tr:first-child td:first-child {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.cmp-table-product .cmp-text {
	max-width: 100%;
	overflow: auto;
	overflow-x: auto;
}
.cmp-table-product .cmp-text table {
	border: none;
	border-collapse: collapse;
	text-align: left;
}
.cmp-table-product .cmp-text th {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-table-product .cmp-text th {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.cmp-table-product .cmp-text td,
.cmp-table-product .cmp-text th {
	color: #0073dd;
	padding: 0.625rem 5rem 0.625rem 1rem;
	padding: 0.625rem;
}
.cmp-table-product .cmp-text table td,
.cmp-table-product .cmp-text table th {
	border: 1px solid #000;
}
.cmp-table-product .cmp-text table {
	border-collapse: separate !important;
	border-spacing: 0;
}
.cmp-table-product .cmp-text:has(table) {
	padding: 0 10px 40px 0;
}
.cmp-table-product .cmp-text table tr td:first-child {
	background: #0c2863;
	left: 0;
	position: sticky;
	z-index: 1;
}
.cmp-table-product .cmp-text table:has(tr th:first-child) th {
	background: #0c2863;
	left: 0;
	position: sticky;
	z-index: 2;
}
.cmp-table-product
	.cmp-text
	table:has(tr:first-child th):has(tr th:first-child)
	th:first-child {
	background: #0c2863;
	left: 0;
	position: sticky;
	z-index: 2;
}
.cmp-table-product
	.cmp-text
	table:has(tr:first-child th):has(tr th:first-child)
	tbody
	tr
	th:first-child {
	background: #0c2863;
	left: 0;
	position: sticky;
	z-index: 1;
}
.cmp-table-product .cmp-text:has(table tbody tr:first-child th:first-child) {
	max-height: 100%;
}
.cmp-table-product .cmp-text:has(table tbody tr:first-child th),
.cmp-table-product .cmp-text:has(table tbody tr:first-child th:first-child),
.cmp-table-product .cmp-text:has(table thead tr:first-child th),
.cmp-table-product .cmp-text:has(table thead tr:nth-child(n + 2) td) {
	max-height: 600px;
}
.cmp-table-product
	.cmp-text:has(table tbody tr:first-child th:first-child):has(
		table tbody tr:first-child td
	) {
	max-height: 100%;
}
.cmp-table-product .cmp-text table:has(tr:first-child th) tr th {
	background: #0c2863;
	position: sticky;
	top: 0;
}
.cmp-table-product .cmp-text table:has(tr:first-child th) tr td:first-child {
	position: relative;
}
.cmp-table-product
	.cmp-text
	table:has(tr:first-child th)
	tbody
	tr:first-child
	th,
.cmp-table-product
	.cmp-text
	table:has(tr:first-child th)
	thead
	tr:first-child
	th {
	left: inherit;
}
.cmp-table-product .cmp-text table:has(tr th:first-child) td:first-child,
.cmp-table-product .cmp-text table:has(tr th:first-child) th:first-child {
	background: #0c2863;
	left: 0;
	position: sticky;
	z-index: 3;
}
.cmp-table-product
	.cmp-text
	table:has(tr th:first-child)
	tbody
	tr
	th:first-child {
	z-index: 3;
}
.cmp-table-product
	.cmp-text:has(thead tr:first-child th:first-child)
	thead
	tr
	th:first-child {
	background: #0c2863;
	left: inherit;
	position: sticky;
	z-index: 3;
}
.cmp-table-product
	.cmp-text:has(tbody tr:first-child th)
	tbody
	tr:first-child
	td:first-child {
	background: #0c2863;
	position: sticky;
	top: 0;
	z-index: 2;
}
.cmp-table-product .cmp-text table:has(tbody tr:first-child td:empty) tbody,
.cmp-table-product .cmp-text table:has(tbody tr:first-child td:empty) thead,
.cmp-table-product .cmp-text table:has(thead tr:first-child th:empty) tbody,
.cmp-table-product .cmp-text table:has(thead tr:first-child th:empty) thead {
	display: block;
	overflow-x: auto;
}
.cmp-table-product .cmp-text table:has(tbody tr:first-child td:empty) tr,
.cmp-table-product .cmp-text table:has(thead tr:first-child th:empty) tr {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.cmp-table-product .cmp-text table:has(tbody tr:first-child td:empty) td,
.cmp-table-product .cmp-text table:has(tbody tr:first-child td:empty) th,
.cmp-table-product .cmp-text table:has(thead tr:first-child th:empty) td,
.cmp-table-product .cmp-text table:has(thead tr:first-child th:empty) th {
	width: auto;
}
.cmp-table-product
	.cmp-text
	table:has(tbody tr:first-child th)
	tbody
	tr:first-child
	th,
.cmp-table-product
	.cmp-text
	table:has(tbody tr:first-child th)
	thead
	tr:first-child
	th,
.cmp-table-product
	.cmp-text
	table:has(thead tr:first-child th)
	tbody
	tr:first-child
	th,
.cmp-table-product
	.cmp-text
	table:has(thead tr:first-child th)
	thead
	tr:first-child
	th {
	background: #0c2863;
	left: inherit;
	position: sticky;
	top: 0;
	z-index: 2;
}
.cmp-table-product .cmp-text table:has(tr th:first-child) tr td:first-child {
	background: #0c2863;
	left: 0;
	position: sticky;
	z-index: 2;
}
.cmp-table-product
	.cmp-text
	table:has(thead tr:first-child th)
	tr
	td:first-child,
.cmp-table-product
	.cmp-text
	table:has(thead tr:first-child th)
	tr
	th:first-child {
	left: inherit;
	position: relative;
	right: 0;
}
.cmp-table-product .cmp-text::-webkit-scrollbar {
	-webkit-appearance: none;
	height: 10px;
	width: 10px;
}
.cmp-table-product .cmp-text::-webkit-scrollbar-track {
	background: #fff;
}
.cmp-table-product .cmp-text::-webkit-scrollbar-thumb,
.cmp-table-product .cmp-text::-webkit-scrollbar-thumb:hover {
	background: #3d95f4;
}
.cmp-container [style="background-color:#0C2863;"] .cmp-table-product .cmp-text,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-text {
	max-width: 100%;
	overflow: auto;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-text
	table,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-text
	table {
	border: none;
	border-collapse: collapse;
	text-align: left;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-text
	th,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-text
	th {
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-container
		[style="background-color:#0C2863;"]
		.cmp-table-product
		.cmp-text
		th,
	.cmp-container-section-heading__dark-blue.cmp-container-section-heading
		.cmp-table-product
		.cmp-text
		th {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-text
	td,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-text
	th,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-text
	td,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-text
	th {
	color: #3d95f4;
	padding: 0.625rem 5rem 0.625rem 1rem;
	padding: 0.625rem;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-text
	td,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-text
	td {
	color: #fff;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-text
	table
	td,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-text
	table
	th,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-text
	table
	td,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-text
	table
	th {
	border: 1px solid #fff;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-horizontal
	.cmp-text
	th,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-horizontal-dark
	.cmp-text
	th,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-horizontal
	.cmp-text
	th,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-horizontal-dark
	.cmp-text
	th {
	border: transparent;
	border-bottom: 1px solid #fff;
	color: #3d95f4;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-horizontal
	.cmp-text
	td,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-horizontal-dark
	.cmp-text
	td,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-horizontal
	.cmp-text
	td,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-horizontal-dark
	.cmp-text
	td {
	border: transparent;
	border-bottom: 1px solid #c9c5be;
	color: #fff;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-horizontal
	.cmp-text
	tr:last-child
	td,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-horizontal-dark
	.cmp-text
	tr:last-child
	td,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-horizontal
	.cmp-text
	tr:last-child
	td,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-horizontal-dark
	.cmp-text
	tr:last-child
	td {
	border-bottom: none;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-vertical
	.cmp-text
	th,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-vertical-dark
	.cmp-text
	th,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-vertical
	.cmp-text
	th,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-vertical-dark
	.cmp-text
	th {
	background-color: #0c2863;
	border: transparent;
	border-bottom: 1px solid #c9c5be;
	border-right: 1px solid #fff;
	color: #3d95f4;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-vertical
	.cmp-text
	td,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-vertical-dark
	.cmp-text
	td,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-vertical
	.cmp-text
	td,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-vertical-dark
	.cmp-text
	td {
	border: transparent;
	border-bottom: 1px solid #c9c5be;
	color: #fff;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-vertical
	.cmp-text
	tr:last-child
	td,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-vertical
	.cmp-text
	tr:last-child
	th,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-vertical-dark
	.cmp-text
	tr:last-child
	td,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-vertical-dark
	.cmp-text
	tr:last-child
	th,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-vertical
	.cmp-text
	tr:last-child
	td,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-vertical
	.cmp-text
	tr:last-child
	th,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-vertical-dark
	.cmp-text
	tr:last-child
	td,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-vertical-dark
	.cmp-text
	tr:last-child
	th {
	border-bottom: none;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-h-v
	.cmp-text
	th,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-h-v-dark
	.cmp-text
	th,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-h-v
	.cmp-text
	th,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-h-v-dark
	.cmp-text
	th {
	border: transparent;
	border-bottom: 1px solid #c9c5be;
	border-right: 1px solid #fff;
	color: #3d95f4;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-h-v
	.cmp-text
	td,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-h-v-dark
	.cmp-text
	td,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-h-v
	.cmp-text
	td,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-h-v-dark
	.cmp-text
	td {
	border: transparent;
	border-bottom: 1px solid #c9c5be;
	color: #fff;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-h-v
	.cmp-text
	tr:last-child
	td,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-h-v
	.cmp-text
	tr:last-child
	th,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-h-v-dark
	.cmp-text
	tr:last-child
	td,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-h-v-dark
	.cmp-text
	tr:last-child
	th,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-h-v
	.cmp-text
	tr:last-child
	td,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-h-v
	.cmp-text
	tr:last-child
	th,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-h-v-dark
	.cmp-text
	tr:last-child
	td,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-h-v-dark
	.cmp-text
	tr:last-child
	th {
	border-bottom: none;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-h-v
	.cmp-text
	tr:first-child
	th:not(:first-child),
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-h-v-dark
	.cmp-text
	tr:first-child
	th:not(:first-child),
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-h-v
	.cmp-text
	tr:first-child
	th:not(:first-child),
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-h-v-dark
	.cmp-text
	tr:first-child
	th:not(:first-child) {
	border-right: none;
}
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-h-v
	.cmp-text
	tr:first-child
	td:first-child,
.cmp-container
	[style="background-color:#0C2863;"]
	.cmp-table-product
	.cmp-table-h-v-dark
	.cmp-text
	tr:first-child
	td:first-child,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-h-v
	.cmp-text
	tr:first-child
	td:first-child,
.cmp-container-section-heading__dark-blue.cmp-container-section-heading
	.cmp-table-product
	.cmp-table-h-v-dark
	.cmp-text
	tr:first-child
	td:first-child {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.cmp-text {
	max-width: 100%;
	position: relative;
}
.cmp-text h2 {
	margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-text h2 {
		margin-bottom: 1.5rem;
	}
}
.cmp-text h3 {
	margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
	.cmp-text h3 {
		margin-bottom: 1.5rem;
	}
}
.cmp-text h4,
.cmp-text h5 {
	margin-bottom: 1rem;
}
.cmp-text h6,
.cmp-text p:has(small),
.cmp-text small {
	margin-bottom: 0.5rem;
}
.cmp-text p {
	margin-bottom: 1.5rem;
}
.cmp-text .style-h4,
.cmp-text .style-h5,
.cmp-text .style-h6,
.cmp-text p:has(small),
.cmp-text small {
	display: block;
}
.cmp-text ol {
	counter-reset: item;
	list-style: none;
}
.cmp-text ol li {
	counter-increment: item;
	margin-bottom: 0.313rem;
	padding-left: 2.5rem;
	position: relative;
}
.cmp-text ol li:before {
	content: counter(item) ".";
	left: 1rem;
	position: absolute;
	top: 0;
	width: 1.2em;
}
.cmp-text ul {
	list-style: none;
}
.cmp-text ul li {
	margin-bottom: 0.313rem;
	padding-left: 2.5rem;
	position: relative;
}
.cmp-text ul li:before {
	content: "▪";
	left: 1rem;
	position: absolute;
	top: 0;
	width: 1.2em;
}
.cmp-text__text-block {
	padding-bottom: 6.5rem;
	padding-top: 6.5rem;
}
@media screen and (max-width: 1024px) {
	.cmp-text__text-block {
		padding-bottom: 3.5rem;
		padding-top: 3.5rem;
	}
}
.cmp-text a {
	color: #0073dd;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.cmp-text a:focus,
.cmp-text a:hover {
	color: #0c2863;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cmp-text a:active {
	color: #ced4e0;
}
.cmp-text a:disabled,
.cmp-text a[disabled] {
	color: rgba(0, 115, 221, 0.4);
}
.cmp-text sub,
.cmp-text sup {
	position: relative;
	top: -0.4em;
	vertical-align: baseline;
}
.cmp-text sub {
	top: 0.4em;
}
.cmp-text blockquote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-text blockquote {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.cmp-text blockquote:before {
	color: #0063be;
	content: "“";
	font-size: 5.5rem;
	line-height: 5rem;
	padding-right: 1.5rem;
}
.cmp-text blockquote + * {
	margin-bottom: 0.25rem;
}
.cmp-text__content-card {
	padding: 0 2rem 0 0;
}
@media screen and (max-width: 1024px) {
	.cmp-text__content-card {
		padding: 0;
	}
}
.cmp-text__content-card h3 {
	margin-bottom: 1rem;
}
.cmp-text__quote__center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	justify-content: center;
	padding: 6.5rem 0;
	position: relative;
	z-index: 1;
}
.cmp-text__quote__center:before {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#f7f6f5),
		to(#fff)
	);
	background: linear-gradient(90deg, #f7f6f5, #fff);
	color: #0073dd;
	content: "";
	height: 100%;
	left: 0;
	margin: 0 calc(-50vw + 50%);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.cmp-text__quote__center .cmp-text {
	-ms-flex-preferred-size: 66.66%;
	flex-basis: 66.66%;
}
@media screen and (max-width: 1024px) {
	.cmp-text__quote__center .cmp-text {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}
.cmp-container [style="background-color:#0C2863;"] {
	-webkit-box-shadow: 0 0 0 100vmax #0c2863;
	box-shadow: 0 0 0 100vmax #0c2863;
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
}
.cmp-container
	[style="background-color:#0C2863;"]
	:is(h2, h3, h4, h5, h6, .style-h5, .style-h4, .style-h6) {
	color: #3d95f4;
}
.cmp-container [style="background-color:#0C2863;"] * {
	color: #fff;
}
.cmp-container [style="background-color:#0C2863;"] a {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.cmp-container [style="background-color:#0C2863;"] a:focus,
.cmp-container [style="background-color:#0C2863;"] a:hover {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-container [style="background-color:#0C2863;"] a:active {
	-webkit-box-shadow: #fff;
	box-shadow: #fff;
	color: #fff;
}
.cmp-container [style="background-color:#0C2863;"] a:disabled,
.cmp-container [style="background-color:#0C2863;"] a[disabled] {
	color: rgba(0, 115, 221, 0.3);
}
.cmp-container [style="background-color:#0C2863;"] blockquote:before {
	color: #3d95f4;
}
.cmp-container [style="background-color:#0063BE;"] {
	-webkit-box-shadow: 0 0 0 100vmax #0063be;
	box-shadow: 0 0 0 100vmax #0063be;
	-webkit-clip-path: inset(0 -100vmax);
	clip-path: inset(0 -100vmax);
}
.cmp-container
	[style="background-color:#0063BE;"]
	:is(h2, h3, h4, h5, h6, .style-h5, .style-h4, .style-h6) {
	color: #3d95f4;
}
.cmp-container [style="background-color:#0063BE;"] * {
	color: #fff;
}
.cmp-container [style="background-color:#0063BE;"] a {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.cmp-container [style="background-color:#0063BE;"] a:focus,
.cmp-container [style="background-color:#0063BE;"] a:hover {
	color: hsla(0, 0%, 100%, 0.5);
}
.cmp-container [style="background-color:#0063BE;"] a:active {
	-webkit-box-shadow: #fff;
	box-shadow: #fff;
	color: #fff;
}
.cmp-container [style="background-color:#0063BE;"] a:disabled,
.cmp-container [style="background-color:#0063BE;"] a[disabled] {
	color: rgba(0, 115, 221, 0.3);
}
.cmp-container [style="background-color:#0063BE;"] .cmp-text,
.cmp-container [style="background-color:#0063BE;"] .cmp-text h2,
.cmp-container [style="background-color:#0063BE;"] .cmp-text h3,
.cmp-container [style="background-color:#0063BE;"] .cmp-text h4,
.cmp-container [style="background-color:#0063BE;"] .cmp-text h5,
.cmp-container [style="background-color:#0063BE;"] .cmp-text h6 {
	color: #fff;
}
.cmp-container
	[style="background-color:#0063BE;"]:has(.text + .cmp-list--anchor_links)
	.text
	p {
	font-size: 1rem;
	margin: 0;
	padding: 1.25rem 0;
}
.text {
	container-type: inline-size;
}
@container (width > 1140px) {
	.text .cmp-text {
		max-width: 75%;
	}
}
.text:last-child .cmp-text>*>:not(li, ul, blockquote),
.text:last-child .cmp-text>:not(li, ul, blockquote),
.text:last-child .cmp-title>*>:not(li, ul, blockquote),
.text:last-child .cmp-title>:not(li, ul, blockquote),
.title:last-child .cmp-text>*>:not(li, ul, blockquote),
.title:last-child .cmp-text>:not(li, ul, blockquote),
.title:last-child .cmp-title>*>:not(li, ul, blockquote),
.title:last-child .cmp-title>:not(li, ul, blockquote) {
	margin-bottom: 0;
}
.text:last-child .cmp-text h2 {
	margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
	.text:last-child .cmp-text h2 {
		margin-bottom: 1.5rem;
	}
}
.text:last-child .cmp-text h3 {
	margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
	.text:last-child .cmp-text h3 {
		margin-bottom: 1.5rem;
	}
}
.text:last-child .cmp-text h4,
.text:last-child .cmp-text h5 {
	margin-bottom: 1rem;
}
.text:last-child .cmp-text h6,
.text:last-child .cmp-text p:has(small),
.text:last-child .cmp-text small {
	margin-bottom: 0.5rem;
}
.text:last-child .cmp-text p {
	margin-bottom: 1.5rem;
}
.text:last-child .cmp-text .style-h4,
.text:last-child .cmp-text .style-h5,
.text:last-child .cmp-text .style-h6,
.text:last-child .cmp-text p:has(small),
.text:last-child .cmp-text small {
	display: block;
}
.text .cmp-text>:last-child,
.text:last-child .cmp-text>:last-child {
	margin-bottom: 0;
}
.text:not(:last-child, .cmp-text__text-block) .cmp-text>:last-child {
	margin-bottom: 1.5rem;
}
.text .cmp-text h2:only-child {
	margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
	.text .cmp-text h2:only-child {
		margin-bottom: 1.5rem;
	}
}
.text .cmp-text h3:only-child {
	margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
	.text .cmp-text h3:only-child {
		margin-bottom: 1.5rem;
	}
}
.text .cmp-text h4:only-child,
.text .cmp-text h5:only-child {
	margin-bottom: 1rem;
}
.text .cmp-text h6:only-child,
.text .cmp-text p:has(small):only-child,
.text .cmp-text small:only-child {
	margin-bottom: 0.5rem;
}
.text .cmp-text p:only-child {
	margin-bottom: 1.5rem;
}
.text .cmp-text .cmp-text__style-h5:only-child,
.text .cmp-text p:has(small):only-child,
.text .cmp-text small:only-child {
	display: block;
}
.text .cmp-text .cmp-text__style-h4:only-child,
.text .cmp-text p:has(small):only-child,
.text .cmp-text small:only-child {
	display: block;
}
.factsfigurescontainer .cmp-container .cmp-text__gr-left-to-right.text,
.factsfigurescontainer .cmp-container .cmp-text__gr-right-to-left.text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3.5rem;
}
.factsfigurescontainer
	.cmp-container
	.cmp-text__gr-left-to-right.text
	:is(h2, h3, h4, h5, h6, p),
.factsfigurescontainer
	.cmp-container
	.cmp-text__gr-right-to-left.text
	:is(h2, h3, h4, h5, h6, p) {
	margin-bottom: unset;
}
@media screen and (max-width: 1024px) {
	.factsfigurescontainer .cmp-container .cmp-text__gr-left-to-right.text,
	.factsfigurescontainer .cmp-container .cmp-text__gr-right-to-left.text {
		padding: 2.5rem;
	}
}
.factsfigurescontainer .cmp-container .cmp-text__gr-right-to-left {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#fff),
		color-stop(50%, #f7f6f5)
	);
	background: linear-gradient(270deg, #fff, #f7f6f5 50%);
}
.factsfigurescontainer .cmp-container .cmp-text__gr-left-to-right {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fff),
		color-stop(65.63%, #f7f6f5)
	);
	background: linear-gradient(90deg, #fff, #f7f6f5 65.63%);
}
.factsfigurescontainer .cmp-container .cmp-text__highlight.text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#0c2863),
		to(#0073dd)
	);
	background: linear-gradient(270deg, #0c2863, #0073dd);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3.5rem;
}
.factsfigurescontainer
	.cmp-container
	.cmp-text__highlight.text
	:is(h2, h3, h4, h5, h6, p) {
	margin: unset;
}
@media screen and (max-width: 1024px) {
	.factsfigurescontainer .cmp-container .cmp-text__highlight.text {
		padding: 2.5rem;
	}
}
.factsfigurescontainer .cmp-container .cmp-text__highlight.text * {
	color: #fff;
}
.text:not(.cmp-text__text-block) h2,
.title h2 {
	-webkit-transform: translateX(calc(2% * var(--scroll-horizontal) * 0.4));
	transform: translateX(calc(2% * var(--scroll-horizontal) * 0.4));
}
.cmp-text__text-block,
.factsfigurescontainer .text:nth-child(3n + 1) {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.3));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.3));
}
.factsfigurescontainer .text:nth-child(3n + 2) {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.7));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.7));
}
.factsfigurescontainer .text:nth-child(3n + 3) {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.5));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.5));
}
.factsfigurescontainer .text:nth-child(3n + 4),
.factsfigurescontainer .text:nth-child(3n + 5) {
	-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.3));
	transform: translateY(calc(-1% * var(--scroll-vertical) * 0.3));
}
@media screen and (max-width: 1024px) {
	.factsfigurescontainer .cmp-container .text {
		-webkit-transform: translateY(calc(-1% * var(--scroll-vertical) * 0.6));
		transform: translateY(calc(-1% * var(--scroll-vertical) * 0.6));
	}
}
.cmp-experiencefragment--biopharma_drawer
	.cmp-title--biopharma_drawer
	.cmp-title {
	background: #0063be;
	-webkit-box-shadow: 0 0 0 22vmax #0063be;
	box-shadow: 0 0 0 22vmax #0063be;
	-webkit-clip-path: inset(0 -22vmax);
	clip-path: inset(0 -22vmax);
	cursor: pointer;
	padding: 0.5rem 0;
	position: fixed;
	width: 100%;
	z-index: 2;
}
.cmp-experiencefragment--biopharma_drawer
	.cmp-title--biopharma_drawer
	.cmp-title__text {
	color: #fff;
	font-size: 1.25rem;
	margin-bottom: 0;
	text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
	.cmp-experiencefragment--biopharma_drawer
		.cmp-title--biopharma_drawer
		.cmp-title__text {
		font-size: 1rem;
	}
}
.cmp-container--biopharma_static .cmp-title--biopharma_drawer .cmp-title {
	padding: 0.5rem 0;
}
.cmp-container--biopharma_static .cmp-title--biopharma_drawer .cmp-title__text {
	color: #0073dd;
	font-size: 1.25rem;
	text-transform: uppercase;
}
.cmp-title h2 {
	margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-title h2 {
		margin-bottom: 1.5rem;
	}
}
.cmp-title h3 {
	margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
	.cmp-title h3 {
		margin-bottom: 1.5rem;
	}
}
.cmp-title h4,
.cmp-title h5 {
	margin-bottom: 1rem;
}
.cmp-title h6,
.cmp-title p:has(small),
.cmp-title small {
	margin-bottom: 0.5rem;
}
.cmp-title p {
	margin-bottom: 1.5rem;
}
.cmp-title .style-h4,
.cmp-title .style-h5,
.cmp-title .style-h6,
.cmp-title p:has(small),
.cmp-title small {
	display: block;
}
.title.cmp-text-blue .cmp-title__link,
.title.cmp-text-blue .cmp-title__text {
	color: #0073dd;
}
.root.container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 95pc;
}
@media screen and (max-width: 1520px) {
	.root.container {
		margin-inline: 3.5rem;
	}
}
@media screen and (max-width: 1200px) {
	.root.container {
		margin-inline: 3.5rem;
	}
}
@media screen and (max-width: 1024px) {
	.root.container {
		margin-inline: 2.5rem;
	}
	.root.container .cmp_container_fixed {
		position: fixed;
	}
}
@media screen and (max-width: 768px) {
	.root.container {
		margin-inline: 2.75rem;
	}
}
@media screen and (max-width: 576px) {
	.root.container {
		margin-inline: 1.25rem;
	}
}
@media screen and (max-width: 360px) {
	.root.container {
		margin-inline: 1rem;
	}
}
@media screen and (max-width: 576px) {
	main {
		margin-top: 6rem;
	}
}
.cmp-dark-bg {
	position: relative;
}
.cmp-dark-bg * {
	color: #fff;
}
.video-player {
	position: relative;
	width: 100%;
}










/* updates */
:where(.wp-block-group.wp-block-group-is-layout-constrained) {
	position: unset;
}

.cmp-list__metamenu .menu-item,
.cmp-menu_list .menu-item,
.cmp-social_container .menu-item,
.cmp-faq_list .menu-item {
	list-style: none;
}
.cmp-list__metamenu .menu-item a,
.cmp-menu_list .menu-item a {
	font-size: 1.125rem;
	line-height: 1.5rem;
	white-space: nowrap;
}
@media screen and (min-width: 1025px) {
	.cmp-experiencefragment--header .cmp-list__metamenu .menu-item a {
		display: inline-block;
		position: relative;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
	.cmp-experiencefragment--header
		.cmp-list__metamenu
		.menu-item a:focus,
	.cmp-experiencefragment--header
		.cmp-list__metamenu
		.menu-item a:hover {
		color: #0c2863;
	}
	.cmp-experiencefragment--header
		.cmp-list__metamenu
		.menu-item a:after {
		background: #0c2863;
		bottom: -2px;
		content: "";
		height: 1px;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		right: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s,
			-webkit-transform-origin 0s;
		transition: opacity 0.3s, -webkit-transform 0.3s,
			-webkit-transform-origin 0s;
		transition: transform 0.3s, transform-origin 0s, opacity 0.3s;
		transition: transform 0.3s, transform-origin 0s, opacity 0.3s,
			-webkit-transform 0.3s, -webkit-transform-origin 0s;
		z-index: 2;
	}
	.cmp-experiencefragment--header
		.cmp-list__metamenu
		.menu-item a:focus:after,
	.cmp-experiencefragment--header
		.cmp-list__metamenu
		.menu-item a:hover:after {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}
.cmp-faq_list li {
	margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
	.cmp-faq_list li {
		margin-bottom: 1.5rem;
	}
}
.cmp-faq_list li:last-child {
	margin-bottom: 0;
}
.cmp-faq_list a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: AlbertSans-SemiBold, Arial, sans-serif;
	font-size: 2rem;
	gap: 1rem;
	line-height: 2.5rem;
	padding: 0;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.cmp-faq_list a {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.cmp-faq_list a {
	color: #000;
}
.cmp-faq_list a:focus,
.cmp-faq_list a:hover {
	color: #0063be;
	cursor: pointer;
}
.cmp-faq_list a:active {
	color: #777673;
}
.cmp-faq_list a:after {
	background-color: #0073dd;
	-webkit-clip-path: polygon(
		99.9995% 43.8046%,
		84.5672% -0.0001%,
		76.8296% -0.0001%,
		91.7998% 42.377%,
		0 42.377%,
		0 57.6223%,
		91.7746% 57.6223%,
		76.8044% 99.9994%,
		84.5418% 99.9994%,
		99.9995% 56.1292%,
		99.9995% 43.8046%
	);
	clip-path: polygon(
		99.9995% 43.8046%,
		84.5672% -0.0001%,
		76.8296% -0.0001%,
		91.7998% 42.377%,
		0 42.377%,
		0 57.6223%,
		91.7746% 57.6223%,
		76.8044% 99.9994%,
		84.5418% 99.9994%,
		99.9995% 56.1292%,
		99.9995% 43.8046%
	);
	content: "";
	height: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 0;
}
.cmp-faq_list a:focus-visible:after,
.cmp-faq_list a:focus:after,
.cmp-faq_list a:hover:after {
	-webkit-clip-path: polygon(
		99.9995% 43.8046%,
		84.5672% -0.0001%,
		76.8296% -0.0001%,
		91.7998% 42.377%,
		0 42.377%,
		0 57.6223%,
		91.7746% 57.6223%,
		76.8044% 99.9994%,
		84.5418% 99.9994%,
		99.9995% 56.1292%,
		99.9995% 43.8046%
	);
	clip-path: polygon(
		99.9995% 43.8046%,
		84.5672% -0.0001%,
		76.8296% -0.0001%,
		91.7998% 42.377%,
		0 42.377%,
		0 57.6223%,
		91.7746% 57.6223%,
		76.8044% 99.9994%,
		84.5418% 99.9994%,
		99.9995% 56.1292%,
		99.9995% 43.8046%
	);
	width: 3.3rem;
}
@media screen and (max-width: 1024px) {
	.cmp-faq_list a {
		font-family: AlbertSans-SemiBold, Arial, sans-serif;
		font-size: 2rem;
		line-height: 2.5rem;
	}
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
	.cmp-faq_list a {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}
.cmp-social_container a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	all: unset;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cmp-social_container a:focus-visible {
	border-radius: 2px;
	display: block;
	outline: 3px solid #0073dd;
}
.cmp-social_container a:active .cmp-button__icon:before,
.cmp-social_container a:focus .cmp-button__icon:before,
.cmp-social_container a:hover .cmp-button__icon:before {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.cmp-social_container a[href*=rutube] .cmp-button__icon.before:before,
.cmp-social_container a[href*=rutube] .cmp-button__icon:before {
	content: "";
	margin-right: 1rem;
}
.cmp-social_container a[href*=youtube] .cmp-button__icon.before:before,
.cmp-social_container a[href*=youtube] .cmp-button__icon:before {
	content: "";
	margin-right: 1rem;
}





body {padding-top: 160px;}
.cmp-product-teaser .cmp-image {overflow: hidden;}
.ais-Hits-item a {
	font-size: 1.4rem;
}
.cmp-product-teaser .cmp-product-teaser__link .cmp-product-teaser__media .cmp-teaser__description-content {
	padding-bottom: 3.94rem;
}
.cmp-faq_list .cmp-list__item-title {padding-right: 3.3rem;}
.cmp-faq_list a::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.cmp-product-search .cmp-product-search-panel__results {
	flex-direction: column-reverse;
}
.ais-Hits-item.hidden {
	display: none;
}
#product-searchbox {
	display: none;
}
.ais-RefinementList-list .ais-RefinementList-item:has(input:focus),
.ais-RefinementList-list .ais-RefinementList-item:has(input:focus-visible) {
	border-radius: 0.5rem;
	outline: none;
}
.ais-RefinementList-list .ais-RefinementList-item--selected:has(input:checked):has(input:focus),
.ais-RefinementList-list .ais-RefinementList-item--selected:has(input:checked):has(input:focus-visible),
.ais-RefinementList-list .ais-RefinementList-item:has(input:checked):has(input:focus),
.ais-RefinementList-list .ais-RefinementList-item:has(input:checked):has(input:focus-visible) {
	outline: none;
}
.cmp-breadcrumb__item:last-child:after{
	display: none;
}
