/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 18 2025 | 22:05:59 */


/* Fixed form */
@media (min-width: 767px) {
	.stickyForm {
		position: sticky;
		top: 40px;
	}
}