/* Clickable service catalogue on the private-clients page. */
#imPageRowGraphics_1 {
	background-size: 100% auto !important;
}

#imCell_1,
#imCellStyle_1,
#imTextObject_4_01,
#imTextObject_4_01_tab0,
#imTextObject_4_01 .text-container {
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	overflow: visible !important;
}

#imCell_1 {
	padding-bottom: 0 !important;
}

#imCellStyle_1 {
	padding-bottom: 0 !important;
}

#imCell_3 {
	padding-top: 0 !important;
}

#imCellStyle_3 {
	padding-top: 0 !important;
}

#imCell_3,
#imCellStyle_3,
#imTextObject_4_03,
#imTextObject_4_03_tab0,
#imTextObject_4_03 .text-container {
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	overflow: visible !important;
}

.private-services-overview {
	color: #2b2b2b;
	font: 19px/1.6 'Candara', 'Roboto', Arial, sans-serif;
	margin: 0;
	text-align: justify;
}

.private-services {
	box-sizing: border-box;
	color: #27352c;
	font-family: 'Roboto', Arial, sans-serif;
	padding: 0 0 28px;
}

.private-services__intro {
	margin: 0 auto 24px;
	max-width: 760px;
	text-align: center;
}

.private-services__title {
	color: #2e5438;
	font-family: 'Candara', 'Roboto', Arial, sans-serif;
	font-size: 29px;
	line-height: 1.25;
	margin: 0 0 8px;
}

.private-services__lead {
	color: #56635a;
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
}

.private-services__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
	margin: 0 0 32px;
}

.private-service-card,
.private-service-card:link,
.private-service-card:visited {
	align-items: flex-start;
	background: linear-gradient(145deg, #fbfdf9 0%, #f1f7ed 100%);
	border: 1px solid #cfddcb;
	border-left: 5px solid #789d55;
	border-radius: 9px;
	box-shadow: 0 2px 8px rgba(43, 73, 42, 0.08);
	box-sizing: border-box;
	color: #26342b !important;
	display: flex;
	gap: 14px;
	min-height: 158px;
	padding: 19px 18px 17px;
	position: relative;
	text-decoration: none !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.private-service-card:hover,
.private-service-card:focus {
	border-color: #9db890;
	box-shadow: 0 7px 18px rgba(43, 73, 42, 0.16);
	color: #1f3f29 !important;
	transform: translateY(-2px);
}

.private-service-card:focus-visible {
	outline: 3px solid rgba(81, 124, 73, 0.35);
	outline-offset: 3px;
}

.private-service-card__badge {
	align-items: center;
	background: #dfead7;
	border-radius: 50%;
	color: #315d3b;
	display: inline-flex;
	flex: 0 0 46px;
	font-size: 16px;
	font-weight: 700;
	height: 46px;
	justify-content: center;
	line-height: 1;
}

.private-service-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}

.private-service-card__title {
	color: #2f5539;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 8px;
}

.private-service-card__text {
	color: #5b675f;
	font-size: 14px;
	line-height: 1.45;
	margin: 0 0 12px;
}

.private-service-card__action {
	color: #48734e;
	font-size: 13px;
	font-weight: 700;
	margin-top: auto;
}

.private-service-card__action::after {
	content: " →";
}

.private-request {
	background: #f5f8f2;
	border: 1px solid #d7e2d2;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 25px 28px 28px;
}

.private-request__title {
	color: #31543a;
	font-size: 21px;
	line-height: 1.35;
	margin: 0 0 7px;
}

.private-request__note {
	color: #5d675f;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 19px;
}

.private-request__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.private-request__field {
	display: block;
}

.private-request__field--wide {
	grid-column: 1 / -1;
}

.private-request__label {
	color: #33433a;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 7px;
}

.private-request input[type="text"],
.private-request textarea {
	background: #fff;
	border: 1px solid #bfcdbc;
	border-radius: 5px;
	box-sizing: border-box;
	color: #222;
	font: 15px/1.4 'Roboto', Arial, sans-serif;
	padding: 11px 12px;
	width: 100%;
}

.private-request textarea {
	min-height: 126px;
	resize: vertical;
}

.private-request input[type="text"]:focus,
.private-request textarea:focus {
	border-color: #648b62;
	box-shadow: 0 0 0 3px rgba(100, 139, 98, 0.17);
	outline: none;
}

.private-request__submit {
	background: #4e7b54;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font: 700 15px/1 'Roboto', Arial, sans-serif;
	margin-top: 17px;
	padding: 13px 24px;
	transition: background-color 150ms ease, box-shadow 150ms ease;
}

.private-request__submit:hover,
.private-request__submit:focus {
	background: #38633f;
	box-shadow: 0 4px 12px rgba(45, 84, 54, 0.2);
}

@media (max-width: 719px) {
	#imCellStyle_1 {
		padding: 16px 16px 0 !important;
	}
	#imCellStyle_3 {
		padding: 0 16px 20px !important;
	}
	.private-services-overview {
		font-size: 16px;
		line-height: 1.55;
		text-align: left;
	}
	.private-services {
		padding: 0 2px 22px;
	}
	.private-services__title {
		font-size: 24px;
	}
	.private-services__lead {
		font-size: 15px;
	}
	.private-services__grid,
	.private-request__grid {
		grid-template-columns: 1fr;
	}
	.private-service-card {
		min-height: 0;
		padding: 17px 15px;
	}
	.private-request {
		padding: 21px 17px 23px;
	}
	.private-request__field--wide {
		grid-column: auto;
	}
}
