<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	min-height: 100hv;
	background: #ffffff;
	line-height:20px;
}
*{
	margin:0;
	padding:0;
	font-size: 1em;
}
ul{
	list-style:none;
}
.hide{
    display: none;
}
.lf{
	float: left;
}
.lr{
	float: right;
}
.red, .red a,.red a h5, .red a p{
    color:#FF0000 !important;
}
a {
    text-decoration: none;
    color: inherit;
}
.mr2 {
	margin-right: 1rem;
}
.ml2 {
	margin-left: 1rem;
}

.main-group{
	position: relative;
	min-height:100vh;
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: center;
}

.main-group .item-group{
	position: relative;
	overflow: hidden;
	min-width: 260px;
	max-width: 530px;
	width: 33.33%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #fff;
	margin:0 auto 10px;
	padding:0 10px;
	box-sizing: border-box;
}
.main-group .item-group *:before,
.main-group .item-group *:after
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.50s ease;
	transition: all 0.50s ease;
}

.main-group .item-group img{
	max-width: 100%;
	backface-visibility: hidden;
	vertical-align: top;
}

.main-group .item-group figcaption{
	position:absolute;
	bottom:25px;
	right: 25px;
	padding:5px 10px 10px;
}

.main-group .item-group figcaption:before,
.main-group .item-group figcaption:after{
	content: '';
	height: 2px;
	width: 600px;
	position: absolute;
	background: #fff;
}

.main-group .item-group figcaption:before{
	top:0;
	left:0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.main-group .item-group figcaption::after{
	bottom:0;
	right:0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.main-group .item-group figcaption div:before,
.main-group .item-group figcaption div:after{
	content: '';
	height: 300px;
	width: 2px;
	position: absolute;
	background: #fff;
}
.main-group .item-group figcaption div:before{
	top:0;
	left:0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.main-group .item-group figcaption div:after{
	bottom:0;
	right:0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.main-group .item-group figcaption h3,
.main-group .item-group figcaption h4{
	text-transform: uppercase;
}
.main-group .item-group figcaption h3{
	font-weight: 400;
}

.main-group .item-group figcaption h4{
	display: block;
	font-weight: 700;
	background: #fff;
	padding: 4px 10px;
	color: #000;
	margin-top:4px;
}
.main-group .item-group a{
	position: absolute;
	left:0;
	top:0;
	bottom: 0;
	right: 0;
}

.main-group .item-group:hover img{
	zoom:1;
	filter: alpha(opacity=50);
	-webkit-opacity: 0.5;
	opacity: 0.5;
}

.main-group .item-group:hover figcaption:before,
.main-group .item-group:hover figcaption:after,
.main-group .item-group:hover figcaption div:before,
.main-group .item-group:hover figcaption div:after
{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

@media screen and (max-width: 890px) {
	.main-group .item-group{
		width: 100%;
	}
}</pre></body></html>