 #st-cookie-notice-banner {
	display: none;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	padding: 20px 15px 10px 15px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px -5px 10px 0px rgba(39, 38, 38, 0.15);
	box-shadow: 0px -5px 10px 0px rgba(39, 38, 38, 0.15);
}

#st-cookie-notice-banner.st-cookie-notice-banner-show {
	display: block;
}

#st-cookie-notice-banner p {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 5px;
}

#st-cookie-notice-banner .text-center p {
	text-align: center;
}

#st-cookie-notice-banner button {
	color: #ffffff;
	font-size: 15px;
	border-radius: 50px;
	padding: 10px 25px;
	margin: 5px 3px 5px 3px;
	border: 2px solid #106baf;
	background-color: #106baf;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(39, 38, 38, 0.15);
	box-shadow: 0px 2px 6px 0px rgba(39, 38, 38, 0.15);
}

#st-cookie-notice-banner button:hover {
	color: #000;
	background-color: #ffffff;
}

#st-cookie-notice-banner button.reject-cookies {
	display: none;
}

#st-cookie-notice-banner button.manage-cookies
, #st-cookie-notice-banner button.reject-cookies {
	color: #000000;
	border: 2px solid #d1d1d1;
	background-color: #ffffff;
}

#st-cookie-notice-banner button.manage-cookies:hover
, #st-cookie-notice-banner button.reject-cookies:hover {
	color: #000;
	background-color: #d1d1d1;
}

#st-cookie-notice-banner .cookie-tickboxes {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.5s ease;
	-o-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
}

.cookie-tickboxes {
	display: none;
}

#st-cookie-notice-banner .cookie-tickboxes.cookie-expanded {
	max-height: 750px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0;
	padding: 0px 15px;
	margin: 0 -15px;
}

#st-cookie-notice-banner .cookie-preferences {
	margin-top: 13px;
	padding-top: 15px;
	border-top: 1px solid #eeeeee;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 15px 0 15px;
	margin-bottom: 15px;
}

.cookie-tickboxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cookie-tickboxes .cookie-tickbox {
	box-sizing: border-box;
	flex: 0 1 25%;
	min-width: 25%;
	padding: 10px 15px;
}

.cookie-tickboxes .cookie-tickbox label {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	gap: 10px;
}

.cookie-tickboxes .cookie-tickbox input[type=checkbox] {
	width: 15px;
	height: 15px;
	margin-top: 2px;
	transform: scale(1.1);
}

.cookie-tickboxes .cookie-tickbox p {
	margin: 0;
	line-height: 1.3;
	text-align: left;
}

.cookie-tickboxes .cookie-tickbox em {
font-weight: normal;
}

@media screen and (max-width: 992px) {
	#st-cookie-notice-banner .col-md-8 p {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.cookie-tickboxes .cookie-tickbox {
		position: relative;
		width: 100%;
		padding: 0 15px;
	}

	#st-cookie-notice-banner {
		padding: 25px 0px 10px 0px;
	}

	#st-cookie-notice-banner button {
		font-size: 14px;
		width: 90%;
	}

	#st-cookie-notice-banner.st-cookie-notice-banner-show {
		max-height: 100vh;
		overflow-y: scroll;
	}
}

#st-cookie-settings-link {
	display: none;
	position: fixed;
	z-index: 99999;
	color: #000000;
	font-size: 14px;
	bottom: 0;
	left: 15px;
	padding: 2px 10px;
	border-radius: 3px 3px 0 0;
	background-color: #ffffff;
	-webkit-box-shadow: 0px -3px 8px 0px rgba(39, 38, 38, 0.15);
	box-shadow: 0px -3px 8px 0px rgba(39, 38, 38, 0.15);
}

#st-cookie-settings-link .cookie-arrow-up {
	display: inline-block;
	position: relative;
	width: auto;
	height: 15px;
	margin-left: 15px;
}

#st-cookie-settings-link .cookie-arrow-up:before {
	content: '';
	position: absolute;
	left: -16px;
	top: 8px;
	width: 10px;
	height: 10px;
	border: solid black;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(224deg);
	-ms-transform: rotate(224deg);
	transform: rotate(224deg);
}

.cookie-buttons {
	width: 100%;
	text-align: center;
}

#st-cookie-notice-banner>.container>.row:nth-child(2) {
	overflow: hidden;
}

@media screen and (min-width: 1300px) {
	#st-cookie-notice-banner .container {
		width: 1300px;
	}
}

@media screen and (min-width: 992px) {
	#st-cookie-notice-banner .container > .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (max-width: 991px) {
	#st-cookie-notice-banner button {
		margin: 15px 3px 0px 3px;
	}
}

@media screen and (max-width: 767px) {
	.cookie-tickboxes .cookie-tickbox {
		flex: 0 1 50%;
	}
}
 .card-wrap {
	padding-top: 20px;
	padding-bottom: 0;
}

.card-wrap .stc-iil-details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
}

.card-wrap .stc-icon-image-link .stc-iil-emblem {
	position: relative;
	z-index: 1;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2em), calc(100% - 2em) 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2em), calc(100% - 2em) 100%, 0 100%);
}

.card-wrap .stc-icon-image-link .stc-iil-emblem:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 35%;
	border-radius: 0;
	background: rgb(0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.card-wrap .stc-iil-description h1,
.card-wrap .stc-iil-description h2,
.card-wrap .stc-iil-description h3,
.card-wrap .stc-iil-description h4,
.card-wrap .stc-iil-description h5,
.card-wrap .stc-iil-description p {
	position: relative;
	z-index: 3;
	color: #fff;
	text-shadow: 0px 2px 4px rgb(0, 0, 0, 0.2);
}

.card-wrap .stc-iil-details h2,
.card-wrap .stc-iil-details h3 {
	line-height: 1;
	margin-top: 0;
	margin-bottom: 5px;
}

.card-wrap .stc-iil-details h2,
.card-wrap .stc-iil-details h2 a,
.card-wrap .stc-iil-details h3 a {
	color: #F9CA24;
	font-size: 26px;
	font-weight: 700;
	text-transform: none;
	border: 0;
}

.card-wrap .stc-iil-image-bg {
	border-radius: 0;
}

body .card-wrap .stc-icon-image-link .stc-iil-emblem .stc-iil-image-bg {
	padding-bottom: 320px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2em), calc(100% - 2em) 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2em), calc(100% - 2em) 100%, 0 100%);
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
}

body .card-wrap .stc-icon-image-link:hover .stc-iil-emblem .stc-iil-image-bg {
	transform: scale(1.15);
	transition: transform 0.6s ease-in-out;
}

.card-wrap .stc-iil-link-text,
.card-wrap .stc-iil-description {
	position: relative;
	z-index: 2;
	padding: 0px 20px;
}

.card-wrap.recommend .stc-icon-image-link .stc-iil-emblem .stc-iil-image-bg {
	padding-bottom: 280px;
}

.card-wrap.meet-team .stc-icon-image-link .stc-iil-emblem .stc-iil-image-bg {
	padding-bottom: 340px;
}

.card-wrap.recommend .stc-icon-image-link .stc-iil-emblem:before {
	top: auto;
	bottom: 0;
	height: 40%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.card-wrap.meet-team .stc-icon-image-link .stc-iil-emblem:before {
	top: auto;
	bottom: 0;
	height: 30%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.card-wrap.recommend .stc-iil-link-text,
.card-wrap.meet-team .stc-iil-link-text {
	position: absolute;
	left: 20px;
	bottom: 85px;
}

.card-wrap.recommend .stc-iil-description,
.card-wrap.meet-team .stc-iil-description {
	position: absolute;
	left: 20px;
	bottom: 25px;
}

.card-wrap.recommend .stc-iil-details h2 a,
.card-wrap.recommend .stc-iil-details h3 a,
.card-wrap.meet-team .stc-iil-details h2 a,
.card-wrap.meet-team .stc-iil-details h3 a {
	text-shadow: 1px 2px 8px rgba(33, 33, 33, 0.4);
}

.card-wrap.case-study .stc-iil-description {
	position: absolute;
	left: 25px;
	bottom: 25px;
	padding: 0;
	width: calc(100% - 30%);
}

.card-wrap.case-study .stc-iil-description .cs-description {
	padding: 20px 20px 15px 20px;
	background-color: rgba(255, 255, 255, 0.88);
}

.card-wrap.case-study .stc-iil-description h2,
.card-wrap.case-study .stc-iil-description h3,
.card-wrap.case-study .stc-iil-description h4,
.card-wrap.case-study .stc-iil-description h5,
.card-wrap.case-study .stc-iil-description p {
	color: #000;
	text-shadow: none;
}

.card-wrap.case-study .stc-iil-description h2 {
	font-size: 24px;
}

.card-wrap.case-study .cs-tag {
	display: inline-block;
	font-size: 14px;
	padding: 3px 10px;
	margin-right: 5px;
	background-color: #F9CA24;
}

.card-wrap.case-study .cs-tag:hover {
	color: #fff;
	background-color: #242424;
}

body .card-wrap.case-study .stc-icon-image-link .stc-iil-emblem .stc-iil-image-bg {
	padding-bottom: 360px;
}

.card-wrap.case-study .stc-icon-image-link .stc-iil-emblem:before {
	display: none;
}

body .card-wrap.case-study .stc-icon-image-link {
	position: relative;
	background-color: transparent;
	box-shadow: none;
}