<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2023 | 02:37:03 */
.bcol .wpb_wrapper {
  -webkit-column-count: 5 !important;
  -webkit-column-gap: 10px !important;
  -webkit-column-rule: 0px dotted black !important;
  -moz-column-count: 5 !important;
  -moz-column-gap: 10px !important; 
  -moz-column-rule: 0px dotted black !important;
  column-count: 5 !important;
  column-gap: 10px !important;
  column-rule: 0px dotted black !important;
-webkit-column-width: 150px;
-moz-column-width: 150px;
-column-width: 150px;
}
	@media screen and (max-width:760px) {
       .bcol {-webkit-column-count: 1 !important;-webkit-column-gap: 10px !important;-webkit-column-rule: 0px dotted black !important;-moz-column-count: 1 !important;-moz-column-gap: 10px !important; -moz-column-rule: 0px dotted black !important;column-count: 1 !important;column-gap: 10px !important;column-rule: 0px dotted black !important;
-webkit-column-width: 150px;
-moz-column-width: 150px;
-column-width: 150px;
      }
@media screen and (max-width:991px) {
.bcol .wpb_wrapper {
  -webkit-column-count: 3 !important;
  -webkit-column-gap: 10px !important;
  -webkit-column-rule: 0px dotted black !important;
  -moz-column-count: 3 !important;
  -moz-column-gap: 10px !important; 
  -moz-column-rule: 0px dotted black !important;
  column-count: 3 !important;
  column-gap: 10px !important;
  column-rule: 0px dotted black !important;
-webkit-column-width: 250px;
-moz-column-width: 250px;
-column-width: 250px;
}
@media screen and (max-width:1024px) {
		.bcol {-webkit-column-count: 4 !important;-webkit-column-gap: 10px !important;-webkit-column-rule: 0px dotted black !important;-moz-column-count: 4 !important;-moz-column-gap: 10px !important; -moz-column-rule: 0px dotted black !important;column-count: 4 !important;column-gap: 10px !important;column-rule: 0px dotted black !important;
-webkit-column-width: 150px;
-moz-column-width: 150px;
-column-width: 150px;}
}</pre></body></html>