/******* Do not edit this file *******
Code Snippets Manager
Saved: May 06 2026 | 11:36:22 */
/* prevent horizontal scrolling on touch screens */
html:not(.no-touch) .l-canvas {
  overflow: hidden;
}
/* reset default body margin */
body {
  margin: 0;
}
/* class accordian toggle border glitch fix */
.jet-toggle {
  border-style: none;
}
