<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************
  /$$$$$$   /$$$$$$  /$$       /$$       /$$$$$$$$ /$$$$$$$  /$$     /$$
 /$$__  $$ /$$__  $$| $$      | $$      | $$_____/| $$__  $$|  $$   /$$/
| $$  \__/| $$  \ $$| $$      | $$      | $$      | $$  \ $$ \  $$ /$$/
| $$ /$$$$| $$$$$$$$| $$      | $$      | $$$$$   | $$$$$$$/  \  $$$$/
| $$|_  $$| $$__  $$| $$      | $$      | $$__/   | $$__  $$   \  $$/
| $$  \ $$| $$  | $$| $$      | $$      | $$      | $$  \ $$    | $$
|  $$$$$$/| $$  | $$| $$$$$$$$| $$$$$$$$| $$$$$$$$| $$  | $$    | $$
 \______/ |__/  |__/|________/|________/|________/|__/  |__/    |__/
 **********************************************************************/
.material-gallery-container .material-title:link,
.material-gallery-container .material-title:active,
.material-gallery-container .material-title:visited
{
	font-family: runda, sans-serif;
    font-size: 15pt;
    font-weight: 500;
    color: #5d5d5d;
    margin: 20px 0;
}

@media screen and (max-width:768px)
{
	.material-gallery-container .sm-remove-bootstrap
	{
		width: auto;
		float: none;
		padding: 0;
		margin: 0;
	}

	.material-gallery-container .row.sm-remove-bootstrap::after
	{
		display: none;
	}
}

.material-gallery-container .material-title::before
{
	display: none;
}

.material-gallery-container div.media-container
{
	align-items: center;
	width: 100%;
	max-width: 120px;
	margin: 0 auto;
}

@media screen and (max-width:768px)
{
	.material-gallery-container div.media-container
	{
		max-width: 80px;
		height: 180px;
		margin-bottom: 0;
	}
}

@media screen and (max-width:357px)
{
	.material-gallery-container div.media-container
	{
		max-width:70px;
	}
}

.material-gallery-container div.media-container div.image-container
{
	position: relative;
	width: 100%;
	height: 120px;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 10px;
}

@media screen and (max-width:768px)
{
	.material-gallery-container div.media-container div.image-container
	{
		height: 80px;
	}
}

@media screen and (max-width:357px)
{
	.material-gallery-container div.media-container div.image-container
	{
		height:70px;
	}
}

.material-gallery-container div.media-container div.image-container img
{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.material-gallery-container div.media-container .caption-container
{
	width: 100%;
}

.material-gallery-container div.media-container .caption-container &gt; div
{
	text-align: center;
}

.material-gallery-container div.media-container .caption-container .caption
{
	font-family: inter;
    font-weight: 300;
    font-size: 13pt;
    color: #434343;
    text-align: center;
}

@media screen and (max-width:480px)
{
	.material-gallery-container div.media-container .caption-container .caption
	{
		font-size: 12pt;
	}
}

.material-gallery-container div.media-container .caption-container .description
{
	font-family: inter;
    font-weight: 300;
    font-size: 11pt;
    color: #434343;
    text-align: center;
}

.material-gallery-container div.media-container .caption-container a
{
	font-family: inter;
    font-weight: 300;
    font-size: 11pt;
    color: #434343;
    text-align: center;
}</pre></body></html>