<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0;
	margin: 0;
	list-style: none;

}

a {
	text-decoration: none;
	display: block;
}

body {
	box-sizing: border-box;
	background-color: #fff;
	font-family: "Lato", sans-serif;
	position: relative;
	font: 400 14px / 20px Segoe UI, Arial, sans-serif;
	letter-spacing: normal;
}


img {
	object-fit: cover;
}

/* å¤´éƒ¨å¹¿å‘Šä½ */
.de_iv_adv {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	/* background-color: #F8F8F8; */
	margin: 10px 0 0px;
}

/* åº•éƒ¨å¹¿å‘Šä½ */
.postionFixed {
	width: 100%;
	min-height: 60px;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
}

.footer {
	width: 70%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 15% 35px;
	color: #FFFFFF;
	background-color: #263238;
	margin-bottom: 60px;
	line-height: 1.5;
	font-family: Poppins, sans-serif;
}

.f_inner-box {
	width: 55%;
}

.f_inner-box:nth-of-type(2) {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	text-align: right;
}

.f_logo img {
	width: 190px;
	height: 45px;
	object-fit: contain;
}

.f_text {
	width: 90%;
	line-height: 1.5;
	margin: 10px 0 20px;
	color: #a4a7ab;
	font-size: 14px;
	word-spacing: 3px;
}

.f_bottom_text {
	width: 100%;
	font-size: 12px;
	color: #a4a7ab;
	margin-top: 20px;
}

.f_title {
	width: 90%;
	margin: 0 auto 20px;
	font-size: 20px;
	font-weight: 600;
	color: hsla(0, 0%, 100%, .85);
}

.about&gt;a {
	text-decoration: none;
	color: #a4a7ab;
	text-align: center;
	padding: 0px 5px;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 14px;
}

.about&gt;:hover {
	color: #6540DF;
}

@media (max-width:768px) {

	.header {
		width: 100%;
		height: auto;
		position: relative;
		background-color: #fff;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
		border-bottom: 5px soldi gainsboro;
		padding-top: 10px;
	}

	.header::after {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 10px;
		background-color: #643DE2;

	}

	.h-box {
		position: relative;
	}

	.hb {
		width: 96%;
		/* height: 50px; */
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin: auto;
		position: relative;
		padding: 3px 2%;
		background-size: 100% 100%;
	}

	.title {
		width: 50%;
		height: 45px;
	}

	.title img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		display: block;
	}

	.menu {
		width: 7%;
		height: 20px;
		object-fit: contain;
	}

	.seach {
		width: 8%;
		height: 25px;
		object-fit: contain;
		border-radius: 15px;
		padding: 5px;
	}


	.menu-box {
		width: 100%;
		height: calc(100vh - 50px);
		background-color: #07080A;
		transition: all 0.2s linear;
		transform: translateX(-100vw);
		position: absolute;
		top: 50px;
		left: 0;
		z-index: 9999;
	}

	.menu_list {
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin: 20px auto 0;
	}

	.menu_list a {
		width: 95%;
		margin: 0 auto 20px;
		color: #ddd;
		text-align: center;
		display: flex;
		padding: 5px 2%;
		background-color: #111111;
		text-transform: capitalize;
		align-items: center;
		font-size: 16px;
		text-align: center;
		line-height: 2;

	}

	.menu_list a img {
		width: 25px;
		height: 25px;
		display: block;
		padding: 3px;
		border-radius: 5px;
		margin-right: 15px;
	}

	.search-box {
		width: 100%;
		height: calc(100vh - 45px);
		background-color: #fff;
		transition: all 0.2s linear;
		display: none;
		position: absolute;
		top: 50px;
		left: 0;
		z-index: 9999;
	}

	.seachdiv {
		width: 90%;
		height: 36px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: auto;
		background-color: #F0F3F5;
		padding: 3px;
		margin-top: 20px;
		border-radius: 20px;
	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 83%;
		color: #000;
		font-size: 16px;
		text-indent: 1em;
		font-weight: 400;
		background-color: transparent;
		text-overflow: ellipsis;
	}

	.seach-img {
		width: auto;
		height: 32px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.seach-img span {
		display: none;
	}

	.seach-img img {
		width: 25px;
		height: 25px;
		padding: 3px;
		border-radius: 100%;
		/* background-color: #2b373a; */

	}

	.footer {
		width: 90%;
		padding: 10px 5% 20px;
		flex-wrap: wrap;
	}

	.f_inner-box {
		width: 100%;
	}

	.f_inner-box:nth-of-type(2) {
		width: 100%;
		text-align: left;
		justify-content: flex-start;
	}

	.f_title {
		width: 100%;
	}

	.about&gt;a {
		text-align: left;
		padding: 0;
	}

}

@media (min-width:768px) {
	.header {
		width: 100%;
		height: auto;
		z-index: 99999;
		background-color: #fff;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
		justify-content: space-between;
		padding: 20px 0 0;
		position: relative;
	}

	.header::after {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 20px;
		background-color: #643DE2;

	}

	.h-box {
		width: 74%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		margin: auto;
		/* background-color: #07222e; */
		padding: 5px 13%;
	}

	.hb {
		width: 55%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		/* background-color: #000; */
	}

	.title {
		height: 50px;
	}

	.title img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.menu,
	.seach {
		display: none;
	}

	.menu-box {
		width: auto;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 20px;
	}

	.menu_list {
		display: flex;
		justify-content: flex-start;
	}

	.menu_list a {
		width: auto;
		display: flex;
		line-height: 35px;
		font-size: 15px;
		align-items: center;
		color: #000;
		text-transform: capitalize;
		padding: 0 10px;
		font-weight: 700;
		margin-right: 10px;
	}

	.menu_list a:nth-last-of-type(1) {
		margin-right: 0px;
	}


	.menu_list a:hover {
		text-decoration: underline;
		text-underline-offset: 5px;
		text-decoration-thickness: 2px;

	}

	.menu_list a img {
		width: 20px;
		height: 20px;
		margin-right: 5px;
		background-color: #E4001D;
		display: none;
	}

	.search-box {
		width: 56%;
		margin-left: 5%;
	}

	.seachdiv {
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0px 4px;
		border-radius: 20px;
		background-color: #F0F3F5;

	}


	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 80%;
		font-size: 16px;
		text-indent: 2em;
		color: #000;
		font-weight: 400;
		background-color: transparent;
		margin-right: 10px;
		/* font-weight: 600; */
	}

	.seach-img {
		width: auto;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.seach-img img {
		width: 25px;
		height: 25px;
		padding: 3px;
		/* background-color: #256BE4; */
		object-fit: cover;
		border-radius: 50%;

	}

	.h_bottom {
		width: 60%;
		padding: 10px 20%;
		background-color: #000;
		margin: auto;
	}

	.h_bottom a {
		display: block;
	}

}</pre></body></html>