<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------*\
    ROWS, COLS, WRAP
\*------------------------------------*/

.section
{
	width:100%;
}
.section.animated
{
	overflow-x: hidden;
}

.wrap,
.wrap-big,
.wrap-small,
.wrap-full
{
	padding:0 0;
	margin:0 auto;
	position:relative;
	box-sizing: border-box;
}

.row{
	min-height:20px;
	box-sizing:border-box;
}
@media (min-width: 800px) {
	.row-negative
	{
		margin-left: -20px;
		width: calc(100% + 40px);
	}
	.row-negative-sm
	{
		margin-left: -10px;
		width: calc(100% + 30px);
	}
}
.row:after{
	clear: both;
}
.row:before,
.row:after{
	display: table;
	content: "";
	line-height: 0;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
.col1-1200, .col2-1200, .col3-1200, .col4-1200, .col5-1200, .col6-1200, .col7-1200, .col8-1200, .col9-1200, .col10-1200, .col11-1200, .col12-1200,
.col1-s-900, .col2-s-900, .col3-s-900, .col4-s-900, .col5-s-900, .col6-s-900, .col7-s-900, .col8-s-900, .col9-s-900, .col10-s-900, .col11-s-900, .col12-s-900,
.col1-s-800, .col2-s-800, .col3-s-800, .col4-s-800, .col5-s-800, .col6-s-800, .col7-s-800, .col8-s-800, .col9-s-800, .col10-s-800, .col11-s-800, .col12-s-800,
.col1-768, .col2-768, .col3-768, .col4-768, .col5-768, .col6-768, .col7-768, .col8-768, .col9-768, .col10-768, .col11-768, .col12-768,
.col1-s, .col2-s, .col3-s, .col4-s, .col5-s, .col6-s, .col7-s, .col8-s, .col9-s, .col10-s, .col11-s, .col12-s,
.col1-xs, .col2-xs, .col3-xxs, .col4-s, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12x-s,
.col1-xs-480, .col2-xs-480, .col3-xxs, .col4-s, .col5-xs-480, .col6-xs-480, .col7-xs-480, .col8-xs-480, .col9-xs-480, .col10-xs-480, .col11-xs-480, .col12x-s, .col-custom-20 {
    float: left;
	min-height: 1px;
	box-sizing:border-box;
	position:relative;
}
.col12{
    width: 100%
}
.col11{
    width: 91.66666667%
}
.col10{
    width: 83.53535333%
}
.col9{
    width: 75%
}
.col8{
    width: 66.66666667%
}
.col7{
    width: 58.53535333%
}
.col6{
    width: 50%
}
.col5{
    width: 41.66666667%
}
.col4 {
    width: 33.333333%
}
.col3{
    width: 25%
}
.col2{
    width: 16.66666667%
}
.col1
{
    width: 8.53535333%
}
.col-custom-20
{
    width: 20%;
}

/*------------------------------------*\
    CONTENT COLS
\*------------------------------------*/
.cols2,
.cols3,
.cols4
{
	list-style: none;
	display: inline-block;
	width: 100%;
}
.cols2 &gt; li,
.cols3 &gt; li,
.cols4 &gt; li
{
	float: left;
	padding-right: 2%;
}
.cols2 &gt; li
{
	width: 50%;
}
.cols3 &gt; li
{
	width: 33.33%;
}
.cols4 &gt; li
{
	width: 25%;
}

.cols2 img,
.cols3 img,
.cols4 img
{
	min-width: 100%;
	max-width: 100%;
	object-fit: cover;
    object-position: top;
	height: inherit;
}

.col-center{
	margin:0 auto;
	float: initial;
}
</pre></body></html>