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

.lx-height-10{
	height:10px !important;
}
@media(max-width:1024px){
	.lx-height-10{
		height:0px !important;
	}
	.lx-g6-5-f{
		width:100% !important;
	}
}
.lx-width-120{
	width:120px !important;
	margin-left:20px !important;
}
@media(max-width:1024px){
	.lx-width-120{
		margin-left:10px !important;
	}
}
.lx-width-90{
	width:90px !important;
	margin-left:20px !important;
}
.lx-width-70{
	width:70px !important;
	margin-left:20px !important;
}
.lx-width-200{
	width:200px !important;
}
.lx-width-40per{
	width:40% !important;
	margin-left:20px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
}
@media(max-width:768px){
	.lx-width-40per{
		width:100% !important;
		margin-right:0px !important;
		margin-top:0px !important;
		margin-bottom:10px !important;
	}
}
.lx-mr-10{
	margin-right:10px !important;
}
.lx-mr-20{
	margin-right:20px !important;
}
.lx-mr-13{
	margin-right:13.33px !important;
}
.lx-mr-0{
	margin-right:0px !important;
}
.lx-ml-10{
	margin-left:10px !important;
}
.lx-ml-13{
	margin-left:13.33px !important;
}
.lx-ml-0{
	margin-left:0px !important;
}
.lx-mrl-10{
	margin-left:10px !important;
	margin-right:10px !important;
}
.lx-mrl-5{
	margin-left:5px !important;
	margin-right:5px !important;
}
.lx-mrl-6{
	margin-left:6.66px !important;
	margin-right:6.66px !important;
}
@media(max-width:768px){
	.lx-mr-10{
		margin-right:0px !important;
	}
	.lx-mr-20{
		margin-right:0px !important;
	}
	.lx-mr-13{
		margin-right:0px !important;
	}
	.lx-ml-10{
		margin-left:0px !important;
	}
	.lx-ml-13{
		margin-left:0px !important;
	}
	.lx-mrl-10{
		margin-left:0px !important;
		margin-right:0px !important;
	}
	.lx-mrl-5{
		margin-left:0px !important;
		margin-right:0px !important;
	}
	.lx-mrl-6{
		margin-left:0px !important;
		margin-right:0px !important;
	}
}
.lx-mb-0{
	margin-bottom:0px !important;
}
.lx-mb-1{
	margin-bottom:1px !important;
}
.lx-mb-20{
	margin-bottom:20px !important;
}
.lx-mb-100{
	margin-bottom:100px !important;
}
.lx-pr-10{
	padding-right:10px !important;
}
.lx-mt-20{
	margin-top:20px !important;
}
.lx-mt-100{
	margin-top:100px !important;
}
.lx-p-0{
	padding:0px !important;
}
.lx-bg-none{
	background:none !important;
}
.lx-br-0{
	border:0px !important;
}
.lx-fr{
	float:right !important;
}
.lx-fl{
	float:left !important;
}



/* Style the button that is used to open and close the collapsible1 content */
.collapsible1 {
 background-color: #a5ffac;
 color: #444;
 cursor: pointer;
 padding: 18px;
 width: 100%;
 border: none;
 outline: none;
 font-size: 15px;
}

.collapsible1:after {
 content: '\02795'; /* Unicode character for "plus" sign (+) */
 font-size: 13px;
 color: white;
 float: right;
 margin-left: 5px;
}

.collapsible1.active:after {
 content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible1.active, .collapsible1:hover {
 background-color: #6eff79;
}

/* Style the collapsible1 content. Note: hidden by default */
.content {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.whatsapp-float {
	position: fixed;
	bottom: 12px;
	z-index: 99999;
}

/* Default LTR positioning */
.whatsapp-float {
	right: 20px;
}

.whatsapp-float a {
	background-color: #25d366;
	color: white;
	font-size: 24px;
	padding: 11px 15px;
	border-radius: 50%;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease-in-out;
	display: flex;
	text-decoration: none;
}

.whatsapp-float a:hover {
	transform: scale(1.1);
}</pre></body></html>