<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 767px) {
	.animated-icon-corp .animated-img:not(.mobile) {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.animated-icon-corp .animated-img.mobile {
		display: none !important;
	}
}

.animated-icon-corp .animated-img.off {
	display: block;
}

.animated-icon-corp .animated-img.on {
	display: none;
}

.animated-icon-corp:hover .animated-img.off {
	display: none;
}

.animated-icon-corp:hover .animated-img.on {
	display: block;
}

.animated-icon-corp:hover .expandable-area {
	max-height: 483px;
}

@media (min-width: 768px) {
	.animated-icon-corp:hover .expandable-area {
		max-height: 287px;
	}
}

@media (min-width: 1360px) {
	.animated-icon-corp:hover .expandable-area {
		max-height: 156px;
	}
}

.animated-icon-corp .main-section {
	padding: 0 5% 10px 5%;
}

.animated-icon-corp .main-section .left-section .title {
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	letter-spacing: 1px;
	color: #2f373f;
	display: block;
	margin-bottom: 0;
}

.animated-icon-corp .main-section .left-section .animated-img {
	margin-top: 20px;
	width: 100px;
	height: 120px;
}

.animated-icon-corp .main-section .left-section .description {
	display: block;
	margin-top: 20px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.8px;
	margin-bottom: 0;
}

.animated-icon-corp .main-section .left-section .description b {
	font-weight: 700;
}

.animated-icon-corp .main-section .left-section .link {
	margin-top: 30px;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	color: #00a0d2;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.animated-icon-corp .main-section .left-section .link i {
	font-size: 24px;
	margin-left: 5px;
}

.animated-icon-corp .main-section .left-section .link i:before {
	line-height: 26px;
}

.animated-icon-corp .expandable-area {
	text-align: center;
	color: #ffffff;
	background-image: linear-gradient(78deg, #4DBA59 13%, #00A0D1 76%);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	max-height: 0;
}

.animated-icon-corp .expandable-area .container {
	padding: 25px 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.animated-icon-corp .expandable-area .container .el {
	padding: 0 25px;
	margin-top: 25px;
}

.animated-icon-corp .expandable-area .container .el .number {
	display: block;
	margin: 0;
}

.animated-icon-corp .expandable-area .container .el .number .n {
	font-size: 40px;
	line-height: normal;
	letter-spacing: 4px;
}

.animated-icon-corp .expandable-area .container .el .number .s {
	font-size: 20px;
	line-height: normal;
	letter-spacing: 2px;
	font-weight: 700;
}

.animated-icon-corp .expandable-area .container .el .description {
	display: block;
	margin-top: 7px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 1.6px;
}

.animated-icon-corp .expandable-area .container .el:first-child {
	margin-top: 0;
}

@media (min-width: 768px) {
	.animated-icon-corp .main-section {
		padding: 0 0 20px 0;
		margin: 0 auto;
		max-width: 633px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.animated-icon-corp .main-section .desktop {
		width: 130px;
		height: 155px;
		margin-left: 100px;
	}
	.animated-icon-corp .expandable-area .container {
		margin: 0 auto;
		max-width: 633px;
		padding: 25px 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.animated-icon-corp .expandable-area .container .el {
		width: 40%;
	}
	.animated-icon-corp .expandable-area .container .el:nth-child(2) {
		margin-top: 0;
	}
}

@media (min-width: 1360px) {
	.animated-icon-corp .main-section {
		max-width: 1036px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 0 30px 0;
	}
	.animated-icon-corp .main-section .left-section .title {
		font-size: 28px;
		letter-spacing: 2.8px;
	}
	.animated-icon-corp .main-section .left-section .description {
		margin-top: 30px;
		font-size: 18px;
		line-height: 33px;
		letter-spacing: 1.3px;
	}
	.animated-icon-corp .main-section .left-section .link {
		margin-top: 50px;
	}
	.animated-icon-corp .main-section .desktop {
		width: 200px;
		height: 220px;
	}
	.animated-icon-corp .expandable-area .container {
		max-width: 1036px;
	}
	.animated-icon-corp .expandable-area .container .el {
		width: 25%;
		margin-top: 0;
	}
}

@media (min-width: 1360px) {
    .animated-icon-corp .main-section { max-width: 1140px; padding-left: 15px; padding-right: 15px; }
}
</pre></body></html>