/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 20 2026 | 18:47:48 */
/* Hide Mobile */
@media (max-width: 1024px) {
  .desktopLaptop {
    display: none!important;
  }
}
/* Hide Desktop */
@media (min-width: 1025px) {
  .mobileTablet {
    display: none!important;
  }
}