/* Small compatibility fixes for the standalone, framework-free runtime. */
html { scroll-behavior: smooth; }
:root, :host, .spxThemeOverride {
  --wix-ads-height: 0px;
  --wix-ads-top-height: 0px;
  --sticky-offset: 0px;
}
body { --screen-width: 100vw; }
wow-image { display: block; }
[data-motion-enter="done"] { animation: none !important; }
a:focus-visible, button:focus-visible, [role="button"]:focus-visible {
  outline: 2px solid #0057e1;
  outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
