<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-primary-1{
	background-image:linear-gradient(to right,rgb(60,112,255),rgb(0,17,187));
}

.bg-primary-2{
	background-image:linear-gradient(to right,rgb(90,202,255),rgb(0,17,187));
}

.text-gris{
	color:rgb(203,210,219);
}

.bg-gris{
	background-color:rgb(230,230,230);
}

a{
	text-decoration:none;
}
table,th{
	vertical-align:middle;
}
.w-5{
	width: 5%;
}
.w-10{
	width: 10%;
}
.w-15{
	width: 15%;
}
.w-20{
	width: 20%;
}
.w-30{
	width: 30%;
}
.w-40{
	width: 40%;
}
.w-60{
	width: 60%;
}
.w-70{
	width: 70%;
}
.w-80{
	width: 80%;
}
.w-90{
	width: 90%;
}

.hidden{
	display:none!important;
}</pre></body></html>