<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************************************************************************************************
 /$$$$$$$  /$$        /$$$$$$   /$$$$$$        /$$$$$$$$ /$$$$$$$$  /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$
| $$__  $$| $$       /$$__  $$ /$$__  $$      |__  $$__/| $$_____/ /$$__  $$ /$$__  $$| $$_____/| $$__  $$
| $$  \ $$| $$      | $$  \ $$| $$  \__/         | $$   | $$      | $$  \ $$| $$  \__/| $$      | $$  \ $$
| $$$$$$$ | $$      | $$  | $$| $$ /$$$$         | $$   | $$$$$   | $$$$$$$$|  $$$$$$ | $$$$$   | $$$$$$$/
| $$__  $$| $$      | $$  | $$| $$|_  $$         | $$   | $$__/   | $$__  $$ \____  $$| $$__/   | $$__  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$         | $$   | $$      | $$  | $$ /$$  \ $$| $$      | $$  \ $$
| $$$$$$$/| $$$$$$$$|  $$$$$$/|  $$$$$$/         | $$   | $$$$$$$$| $$  | $$|  $$$$$$/| $$$$$$$$| $$  | $$
|_______/ |________/ \______/  \______/          |__/   |________/|__/  |__/ \______/ |________/|__/  |__/
********************************************************************************************************/

#blog_teaser
{
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 70px;
	background-color: #F7F7F7;
}

#blog_teaser .button-wrapper
{
	position: relative;	
	width: 900px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
}

#blog_teaser .slider-button-container
{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 260px;
	margin: 75px auto 0 auto;
}

#blog_teaser .slider-button-container a
{
	text-decoration: none;
	text-align: center;
	font-family: 'Roboto-Bold';
	font-weight: bold;
	font-size: 13pt;
	color: #000000;
}

#blog_teaser .slider-button-container .slider-button
{
	position: absolute;
	z-index: 500;
	display: block;
	margin: auto 0;
	width: 55px;
	height: 55px;
	transition: transform 200ms;
}

#blog_teaser .slider-button-container .slider-button.previous
{
	left: 0;
	top: 0;
	background: url('/images/red-arrow-left.png') top center no-repeat;
	
}

#blog_teaser .slider-button-container .slider-button.next
{
	right: 0;
	top: 0;
	background: url('/images/red-arrow-right.png') top center no-repeat;
}

#blog_teaser .slider-button-container .slider-button.previous:hover
{
	transform: translateX(-5px);
}

#blog_teaser .slider-button-container .slider-button.next:hover
{
	transform: translateX(5px);
}

/* #blog_teaser .slider-nav img
{
	transition: transform 200ms;
} */



/* #blog_teaser .slider-nav
{
	position: relative;
	height: 60px;
	width: 60px;
	background-image: url('/images/arrow-circle.png');
	background-size: cover;
	transition: transform 200ms;
} */

/* #blog_teaser .slider-nav.previous
{
	justify-content: flex-end;
	left: 0;	
	background: linear-gradient(90deg, #ffffff, transparent);
}

#blog_teaser .slider-nav.previous:hover img
{
	transform: translateX(-5px);
}

#blog_teaser .slider-nav.next
{
	justify-content: flex-start;
	right: 0;	
	background: linear-gradient(90deg, transparent, #ffffff);
}

#blog_teaser .slider-nav.next:hover img
{
	transform: translateX(5px);
} */

#blog_teaser .slider-nav.swiper-button-disabled
{
	display: none;
}

@media screen and (max-width:1200px)
{
	#blog_teaser .slider-nav
	{
		display: none;
	}
}

#blog_teaser .container-fluid
{
	overflow: hidden;
}

#blog_teaser .swiper-slide
{
	/* overflow: hidden;
	margin-right: 30px;
	width: 100%;
	max-width: 100%;
	box-shadow: 0px 0 10px rgba(0,0,0,0.2); */
	/* height: calc((100% - 30px) / 3) !important;	
	padding-top: 10px;
	padding-bottom: 10px; */
	transform: scale(.7);
	transition: all .3s ease-in-out;	

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
}

.blog.swiper-slide.blog.swiper-slide-active 
{
	transform: scale(1) !important;
	opacity: 1 !important;
}

/* #blog_teaser .swiper-slide:hover
{
	transform: translateY(-20px);

} */

@media screen and (max-width:400px)
{
	#blog_teaser .swiper-slide
	{
		margin-right: 0;
	}
}

#blog_teaser .teaser-item:link,
#blog_teaser .teaser-item:active,
#blog_teaser .teaser-item:visited
{
	position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 400px;
    text-decoration: none;
	/* -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.57); 
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.57);    
	padding-top: 20px; */
}

#blog_teaser .teaser-item.no-image
{
	justify-content: center;
}

#blog_teaser .teaser-item .image-container
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* 
#blog_teaser .teaser-item .image-container::after
{
	content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
} */

/* #blog_teaser .teaser-item:hover .image-container::after
{
	display: none;
} */

#blog_teaser .teaser-item .image-container img
{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

#blog_teaser .text-container
{
    position: relative;
    z-index: 2;
    display: flex;
    flex-flow: column nowrap;
    /* justify-content: center; */
    padding-top: 35px;
    /* background-color: #ffffff; */
    height: 100%;
    width: 100%;
    overflow: hidden;
    /* box-shadow: 0 5px 5px rgba(0,0,0,0); */
    transition: all 200ms;
}

/* #blog_teaser .teaser-item:hover .text-container
{
	transform: translateY(-20px);
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
} */

#blog_teaser .teaser-item.no-image .text-container
{
	height: 100%;
}

.title-date-wrapper
{
	display: flex;
	flex-direction: column;
}

.swiper-slide.swiper-slide .text-container .title
{
	font-size: 24pt;
    font-family: 'Roboto-Bold';
	font-weight: bold;
	color: #151618;
	line-height: 1.1;
}



.swiper-slide.swiper-slide .text-container .title span
{
	font-size: 18pt;
    font-family: 'Roboto-Regular';
	font-weight: normal;
	color: #151618;
	display: block;
	margin-top: 12px;
}

/* .swiper-slide.swiper-slide-active .text-container .title
{
	font-size: 24pt;
    font-family: 'Roboto-Bold';
	font-weight: bold;
	color: #151618;
} */



#blog_teaser .teaser-item.no-image .text-container .title
{
	font-size: 24pt;
}

.swiper-slide.swiper-slide .blog-teaser-description
{
	display: none;
}

.swiper-slide.swiper-slide-active .blog-teaser-description
{
	font-size: 15pt;
	font-family: 'NunitoSans10pt-SemiBold';
	font-weight: normal;
	color: #151618;
	display: block;
	margin-top: 15px;
}

@media screen and (max-width:576px)
{
	.swiper-slide.swiper-slide .text-container .title
	{
		font-size: 18pt;
	}

	.swiper-slide.swiper-slide .text-container .title span
	{
		font-size: 16px;
	}

	.swiper-slide.swiper-slide-active .blog-teaser-description
	{
		font-size: 14pt;
	}
}
/* #blog_teaser .teaser-item:hover .blog-teaser-description
{
	color:#212121;
} */

/* #blog_teaser .teaser-item:hover .text-container
{
	transform: translateY(-20px);
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
} */

#blog_teaser .teaser-item .text-container .read-more-text
{
	white-space: nowrap;
	font-family: 'Lato';
	font-size: 12pt;
    font-weight: bold;
    color: #212121;
    text-align: right;
    opacity: 0;
    transition: opacity 200ms;
	text-decoration: underline;
}

/* #blog_teaser .teaser-item:hover .text-container .read-more-text
{
	opacity: 1;
} */
#blog_teaser .teaser-item .text-container .date
{
    font-size: 12pt;
    white-space: nowrap;
    font-family: 'Lato-Regular';
    font-style: normal;
    margin-bottom: 5px;
	color: #212121;
}

.teaser-header h2
{
text-align: center;
margin-top: 80px;
}

/* .button-wrapper.swiper-wrapper
{
	transform: translate3d(0px, 0px, 0px);
} */</pre></body></html>