<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 575px){    
.mobile-hide{display:none !important;}
}
@media only screen and (max-width: 575px) and (min-width: 320px){    
.desktop-hide{Display:none !important;}
}
.wrapper_pg{
  max-width: 1236px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
}
.max_width{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}


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