<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.privacy .row {
	padding: 0 15px 20px 15px;
}
.privacy .row .title h2{
	margin: 45px 0 0 0!important;
	padding: 0 0!important;
	font-size: 2.8em;
	line-height:1.1em;
	text-align: center;
}

.privacy_16d h3{
	font-size: 1.3em;
	line-height:1.3em;
	color:#f7ff75;
	margin: 25px 0 10px 0!important;
}
.privacy_16d h3:before {
	content: " \f1b2";
	padding-right: 5px;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.privacy_16d p{
	font-size: 14px;
	line-height:1.4em;
	margin: 0 0 4px 0;
}

.privacy_16d .mt{
	margin-top: 30px;
}



/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {

}

/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {

	}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {
	
	.privacy .row .title {
    padding-bottom: 30px;
}

	.privacy .row .title h2{
	margin: 30px 0 0 0!important;
	font-size: 28px;
	font-weight: 700;
}
}


/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.privacy .row .title h2{
	margin: 35px 0 0 0!important;
	font-size: 30px!important;
	font-weight: 700;
}
	.privacy_16d h3{
	font-size: 14px;
	font-weight: 700;
}
	.privacy_16d p{
	font-size: 13px;
	line-height: 1.3em;
}
	
	}
	</pre></body></html>