<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.keycontacts--container {
	padding: 90px 30px 50px;
}

.keycontacts--title {
	text-align: center;
	margin-bottom: 60px;
}

.keycontacts--section .slick-dots {
	padding-top: 10px;
	position: relative;
}

.keycontacts--section .slick-dots li button:before {
	background: red;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background: #bbb;
	transition: background-color .3s;
}

.keycontacts--section .slick-dots li:hover button:before,
.keycontacts--section .slick-dots li.slick-active button:before {
	background: var(--theme-blue);
}

.keycontacts--slider &gt; .keycontacts--slide:not(:first-child) {
	display: none;
}

.keycontacts--slide,
.keycontacts--slide .leader--wrap {
	height: 100%;
	margin-bottom: 1px;
}</pre></body></html>