.tiles-list {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	width: 100%
}

.tiles-list .tiles-list-title {
	font-size: 40px;
	line-height: 50px;
	margin: 30px 0;
	color: #12225c
}

@media (max-width:1439px) {
	.tiles-list .tiles-list-title {
		font-size: 36px;
		line-height: 46px
	}
}

@media (max-width:767px) {
	.tiles-list .tiles-list-title {
		font-size: 30px;
		line-height: 40px
	}
}

@media (max-width:768px) {
	.tiles-list .tiles-list-title {
		margin: 24px 0
	}
}

.tiles-list .tiles-section {
	display: flex;
	margin: 0;
	flex-direction: row;
	flex-wrap: wrap
}

@media (max-width:991px) {
	.tiles-list .tiles-section {
		flex-direction: column;
		align-items: stretch
	}

	.tiles-list .tiles-section.is-slider {
		scrollbar-width: none;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch
	}

	.tiles-list .tiles-section.is-slider::-webkit-scrollbar {
		display: none
	}

	.tiles-list .tiles-section.is-slider::after {
		content: "";
		display: block;
		padding-left: 15px
	}

	.tiles-list .tiles-section.is-slider>div {
		flex-shrink: 0;
		scroll-snap-align: center
	}

	.tiles-list .tiles-section.is-slider>div {
		margin-right: 25px;
		max-width: 280px;
		flex: unset;
		flex-shrink: 0
	}
}

.tiles-list .tile {
	display: flex;
	flex-direction: column;
	flex: 1
}

@media (max-width:576px) {
	.tiles-list .tile {
		width: 100%;
		margin: 12px 0 24px;
		height: auto
	}
}

.tiles-list .tile-image {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center
}

.tiles-list .tile-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center
}

[class*=rounded-top-].tiles-list .tile-image img {
	overflow: hidden
}

@media (max-width:576px) {
	.rounded-top-left-corner-mobile.tiles-list .tile-image img {
		border-top-left-radius: 24px
	}
}

@media (max-width:576px) {
	.rounded-top-right-corner-mobile.tiles-list .tile-image img {
		border-top-right-radius: 24px
	}
}

@media (min-width:577px) {
	.rounded-top-left-corner-desktop.tiles-list .tile-image img {
		border-top-left-radius: 24px
	}
}

@media (min-width:577px) {
	.rounded-top-right-corner-desktop.tiles-list .tile-image img {
		border-top-right-radius: 24px
	}
}

.tiles-list.large-image .tile-image img,
.tiles-list.small-image .tile-image img {
	height: 100%;
	width: 100%
}

.tiles-list.large-image.extended .tile-image img,
.tiles-list.small-image.extended .tile-image img {
	-o-object-fit: cover;
	object-fit: cover
}

.tiles-list .arrow-link,
.tiles-list .button {
	margin-top: auto
}

.tiles-list.grey {
	background-color: #f9f9fc
}

.tiles-list.dark {
	background-color: #12225c
}

.tiles-list.dark *,
.tiles-list.dark .tile .tile-title,
.tiles-list.dark .tiles-list-title {
	color: #fff
}

.tiles-list.large-image .tile {
	text-align: left
}

[class*=rounded-top-].tiles-list.large-image .tile {
	overflow: hidden
}

@media (max-width:576px) {
	.rounded-top-left-corner-mobile.tiles-list.large-image .tile {
		border-top-left-radius: 24px
	}
}

@media (max-width:576px) {
	.rounded-top-right-corner-mobile.tiles-list.large-image .tile {
		border-top-right-radius: 24px
	}
}

@media (min-width:577px) {
	.rounded-top-left-corner-desktop.tiles-list.large-image .tile {
		border-top-left-radius: 24px
	}
}

@media (min-width:577px) {
	.rounded-top-right-corner-desktop.tiles-list.large-image .tile {
		border-top-right-radius: 24px
	}
}

.tiles-list.large-image .tile-image {
	position: relative;
	width: 100%
}

.tiles-list.shadow-tiles .tile {
	border: none;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
	background-color: #fff
}

.tiles-list.shadow-tiles .tile .tile-title {
	color: #12225c
}

.tiles-list.shadow-tiles .tile .tile-description {
	color: #000
}

.tiles-list.boxed .tiles-section {
	flex-direction: column
}

.tiles-list.boxed .tile {
	display: flex;
	flex-direction: row;
	flex: 1;
	width: 100%;
	margin-bottom: 10px
}

.tiles-list.boxed .tile .field-tiletitle {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0
}

.tiles-list.boxed .tile .field-tiledescription {
	text-align: right;
	margin-left: 15px
}

@media (max-width:991px) {
	.tiles-list.icon-image {
		width: 100%
	}

	.tiles-list.icon-image.shadow-tiles .tiles-section {
		justify-content: unset;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		flex-direction: row;
		scrollbar-width: none;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch
	}

	.tiles-list.icon-image.shadow-tiles .tiles-section::-webkit-scrollbar {
		display: none
	}

	.tiles-list.icon-image.shadow-tiles .tiles-section::after {
		content: "";
		display: block;
		padding-left: 15px
	}

	.tiles-list.icon-image.shadow-tiles .tiles-section .tile {
		flex-shrink: 0;
		scroll-snap-align: center
	}

	.tiles-list.icon-image.shadow-tiles .tiles-section .tile {
		max-width: 280px;
		flex: unset;
		flex-shrink: 0;
		min-height: 350px
	}

	.tiles-list.boxed>.component-content {
		padding-top: 0
	}

	.tiles-list.boxed>.component-content .tile:not(:last-child) {
		margin-bottom: 10px
	}
}

.tiles-list.full-size-images .tile .tile-image {
	height: auto;
	display: block
}

.tiles-list.full-size-images .tile .tile-image img {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	-o-object-fit: initial;
	object-fit: initial;
	width: 100%;
	height: auto
}

@media (max-width:768px) {
	.tiles-list.icon-image.shadow-tiles .tiles-section.card-list-column {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0
	}

	.tiles-list.icon-image.shadow-tiles .tiles-section.card-list-column>div.tile {
		max-width: 100%;
		margin: 0 0 24px 0
	}
}

.tiles-list>.component-content {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:576px) {
	.tiles-list>.component-content {
		max-width: calc(540px + 2 * 15px)
	}
}

@media (min-width:768px) {
	.tiles-list>.component-content {
		max-width: calc(720px + 2 * 15px)
	}
}

@media (min-width:992px) {
	.tiles-list>.component-content {
		max-width: calc(960px + 2 * 15px)
	}
}

@media (min-width:1200px) {
	.tiles-list>.component-content {
		max-width: calc(1140px + 2 * 15px)
	}
}

@media (min-width:1440px) {
	.tiles-list>.component-content {
		max-width: calc(1200px + 2 * 15px)
	}
}

@media (min-width:2400px) {
	.tiles-list>.component-content {
		max-width: calc(1500px + 2 * 15px)
	}
}

.tiles-list .tile {
	border: 1px solid #12225c;
	border-radius: 10px;
	padding: 40px 30px;
	margin: 15px 7.5px 0 7.5px
}

.tiles-list .tile-title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 7px;
	color: #12225c
}

.tiles-list .tile-image {
	margin-bottom: 30px
}

.tiles-list .tile-description {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px
}

.tiles-list.large-image .tile {
	padding: 20px
}

.tiles-list.large-image .tile-image {
	height: 150px;
	border-radius: 10px;
	overflow: hidden
}

.tiles-list.large-image .tile-image .image-overlay {
	background: #11377c;
	background: linear-gradient(225deg, #1e95cb 0, #11377c 100%);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .15;
	z-index: 1
}

.tiles-list.large-image .tile-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0
}

.tiles-list.large-image .tile-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 10px
}

.tiles-list.large-image .tile-description {
	font-size: 14px;
	line-height: 20px
}

.tiles-list.small-image .tile-image {
	width: 60%;
	height: 170px
}

.tiles-list.icon-image .tile-image {
	width: 50px;
	height: 50px
}

.tiles-list.boxed .tile {
	color: #fff;
	background: #12225c;
	padding: 20px;
	text-align: left;
	width: auto
}

.tiles-list.boxed .field-tiletitle {
	flex: 1;
	display: flex;
	align-items: center;
	color: #fff
}

.tiles-list.boxed .field-tiledescription {
	font-size: 40px
}

@media (max-width:767px) {
	.tiles-list.boxed .field-tiledescription {
		line-height: 1
	}
}

.tiles-list.boxed.dark .tile {
	border: 1px solid #fff;
	padding: 20px;
	background: #fff;
	color: #12225c
}

.tiles-list.boxed.dark .tile .field-tiletitle {
	flex: 1;
	font-size: 16px;
	line-height: 22px;
	color: #12225c
}

.tiles-list.boxed.dark .tile .field-tiledescription {
	color: #12225c
}

.tiles-list.extended .tile {
	padding: 0
}

.tiles-list.extended .tile .tile-image {
	height: 200px
}

.tiles-list.extended .tile .tile-description,
.tiles-list.extended .tile .tile-title {
	padding: 0 30px
}

.tiles-list.extended .tile .arrow-link,
.tiles-list.extended .tile .button {
	margin-top: 0;
	padding: 0 30px 30px 30px
}

@media (max-width:992px) {
	.tiles-list:not(.shadow-tiles) .tile {
		margin: 15px 0 0 0
	}
}