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


.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 280px;
	max-width: 720px;
	max-height: 540px;
	width: 31.3%;
	height: auto;
	background: transparent;
	text-align: center;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption &gt; a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption &gt; a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*-----------------*/
/***** Terry *****/
/*-----------------*/


figure.effect-terry figcaption {
	padding: 1em;
}

figure.effect-terry figcaption::before,
figure.effect-terry figcaption::after {
	position: absolute;
	width: 200%;
	height: 200%;
	border-style: solid;
	border-color: #333333;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-terry figcaption::before {
	right: 0;
	bottom: 0;
	border-width: 0 70px 60px 0;
	-webkit-transform: translate3d(70px,60px,0);
	transform: translate3d(70px,60px,0);
}

figure.effect-terry figcaption::after {
	top: 0;
	left: 0;
	border-width: 6px 0 0 6px;
	-webkit-transform: translate3d(-15px,-15px,0);
	transform: translate3d(-15px,-15px,0);
}

figure.effect-terry img,
figure.effect-terry p a {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-terry img {
	/* opacity: 0.85; */
}

figure.effect-terry h2 {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.4em 10px;
	width: 90%;
    text-align: left;
    margin-left: 10px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-terry:hover h2 {
	display: block;
}

@media screen and (max-width: 920px) {
	figure.effect-terry h2 {
		padding: 0.75em 10px;
		font-size: 120%;
	}
}

figure.effect-terry p {
	float: right;
	clear: both;
	text-align: left;
	text-transform: none;
	font-size: 111%;
}

figure.effect-terry p a {
	display: block;
	margin-bottom: 1em;
	color: #fff;
	opacity: 0;
	-webkit-transform: translate3d(90px,0,0);
	transform: translate3d(90px,0,0);
}

figure.effect-terry p a:hover,
figure.effect-terry p a:focus {
	color: #00C7B1;
}

figure.effect-terry:hover figcaption::before,
figure.effect-terry:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-terry:hover img {
	/* opacity: 0.6; */

}

figure.effect-terry:hover h2,
figure.effect-terry:hover p a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-terry:hover p a {
	opacity: 1;
}

figure.effect-terry:hover p a:first-child {
	-webkit-transition-delay: 0.025s;
	transition-delay: 0.025s;
}

figure.effect-terry:hover p a:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-terry:hover p a:nth-child(3) {
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

figure.effect-terry:hover p a:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.network-container{
	margin: 0 -1%;
}

.network-intro{
    padding: 0 1%;
}

.network-intro .highlight-word{
	font-size: 1.8rem;
	color: #00C7B1;
}

.network-intro .highlight-word &gt; span{
	font-weight: bold;
}

.picoplus-network .content-box{
	display: table;
    text-align: center;
    min-height: 500px;
    background: #f7f7f7;
}

.picoplus-network .content-box .logo{
    display: table-cell;
    vertical-align: middle;
}

.picoplus-network .content-box .logo img{
	margin: 0 auto;
	max-width: 240px;
	min-height: 1px;
}

.picoplus-network .content-box .text{
	display: table-row;
}

.picoplus-network .content-box .text &gt; div{
    display: table-cell;
    vertical-align: middle;
    padding: 0 20%;
}


@media screen and (max-width: 1245px) {
	.grid figure {
		width: 48%;
	}
}

@media screen and (max-width: 991px) {
	.picoplus-network .content-box .logo {
		height: 150px;
	}
	
	.picoplus-network .content-box {
		min-height: 320px;
	}
	
	.picoplus-network .content-box .text &gt; div{
		vertical-align: top;
		padding: 0 10%;
	}
	
	figure.effect-terry h2 {
		font-size: 100%;
		padding: 0.75em 10px;
	}
	
	figure.effect-terry p{
		letter-spacing: -18px;
	}
	
	figure.effect-terry figcaption::before {
		border-width: 0 50px 50px 0;
	}
}

/* Media queries */
@media screen and (max-width: 767px) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
	
	.picoplus-network .content-box .text &gt; div{
		padding: 0 20%;
	}
}


@media screen and (max-width: 480px) {
	.picoplus-network .content-box .text &gt; div{
		padding: 0 30px;
	}
	
	html[lang="zh-cn"] .picoplus-network .content-box .text &gt; div {
		padding: 0 70px;
	}
}

@media screen and (max-width: 479px) {
	.picoplus-network .content-box {
		min-height: 280px;
	}
	
	.picoplus-network .content-box .text &gt; div{
		padding: 0 50px;
		height: 200px;
	}
	
	html[lang="zh-cn"] .picoplus-network .content-box .text &gt; div {
		padding: 0 50px;
	}
}

@media screen and (max-width: 350px) {
	
	.picoplus-network .content-box .text &gt; div{
		padding: 0 20px;
	}
}</pre></body></html>