<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#front_page .search_result {
	/*zoom:0.8;*/
}
#front_page .partners {
	margin-top:27px;
	margin-bottom:15px;

}
#front_page .heading-h2 {
	border-bottom:0 !important;
	margin-bottom:10px;
}


/* teaser box */

.teaser, .teaser-bg {
	height:750px;
}

.teaser {
	position:relative;
	overflow:hidden;
}
.teaser-bg {
	overflow:hidden;
	background:black
}

.teaser-content {
	color: white;
	text-align: center;
	padding: 75px 15px;
	position:absolute;
	width:100%;
	top:108px;
	z-index:1;
	zoom:1.1;
}

.teaser-content h1 {
	margin: 0;
	text-align: center;
	margin-bottom:12px;
	line-height:65px;
	color: #FF7380;
	letter-spacing: 2px;
	font-size: 46px !important;
	text-shadow: 2px 2px 5px #333;
}
.teaser-content p {
	margin-top:17px;
	margin-bottom:40px;
	line-height:32px;
	max-width:750px;
	display:inline-block;
	text-align:center;
	/*text-shadow: 2px 2px 5px #333;*/
	text-shadow: 0px 0px 4px #000;
	font-size:22px;
}
.teaser-content p  { /* for transparent bg of texts */
	background: rgba(66, 66, 66, 0.18);
	padding:1px;
	/*background: rgba(138, 138, 138, 0.52);*/
	/*padding: 0px 15px;*/
}
.teaser-content .btn {
	box-shadow: 0px 0px 10px -1px #000;
	border: 1px solid rgb(224, 224, 224);
	padding: 7px 0px;
	font-size: 16px;
	line-height: 1.33;
	border-radius: 6px;
	margin-left: 7px;
	width: 164px;
	margin-bottom:15px;
}
.teaser-content .btn span {
	top:3px;
}
@media (max-width:767px) {
	.teaser, .teaser-bg {
		height:450px;
	 }
	.teaser-content {
		top:70px;
		zoom:1;
		padding:0 15px;
	}
	.teaser-content h1 {
		font-size:30px !important;line-height: 35px;
	}
	.teaser-content p {
		font-size: 17px;
		line-height:24px;
	}
	.teaser-content .btn {
		
		width:125px;
		
	}
	.teaser-content .btn span {
		display:none
	}
}

/* Tutustu osio */

.explore_item {
	margin-bottom:25px;
}
.explore_item &gt; * {
	margin-bottom:20px;
}
.explore_item .heading img {
	width:21px;
}
.explore_item .heading h2 {
	font-size:20px;
	margin:0;
	margin-bottom:9px;
}
.explore_item button {
	font-size:14px;
}
.explore_item .img_ {
	border: 1px solid #989898;
}
@media (min-width: 768px)  {
	.explore_item {
		min-height: 440px; /* hack: we need this here so the items align well in md size */

	}
}

/* referee items */

#front_page .referee_item,
#front_page .company_logo_ {
	text-align:left;
}

#front_page .referee_text, #front_page .referee_name {
	font-size:16px;
	line-height: 1.5;
}
#front_page .referee_name {
	margin-top:16px;
}

/* experts image and some buttons */

.experts_image, #some_buttons {
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	margin-top:50px;
	margin-bottom:50px;
}
#some_buttons a {
}

#some_buttons img {
	width:68px;
	margin:13px;
}
#some_buttons a:last-child img {
}

@media (min-width: 768px)  {
	#some_buttons {

	}
}

/* buttons */

#front_page .btn {
	font-size:15px !important;
	line-height:1.4 !important;
}

#front_page .show_all_button {
	margin-bottom:25px;
	margin-left:0px;
	margin-top:3px;
}


/* ad boxes */

#front_page .ad_boxes {
	margin-top:0;
}
</pre></body></html>