/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2026 | 20:11:10 */
.wp-block-group.is-position-sticky {
  transition: transform 0.3s ease;
}

.wp-block-group.is-position-sticky.hidden {
  transform: translateY(-100%);
}

