Wilson is the Access in-house installation profile and theme starterkit for Drupal 9. A development kickstarter with a focus on Paragraph-based landing pages.
See the Wilson installation guide on Confluence.
Due a restriction in the Composer Patches package, it is not possible to apply patches to Drupal Core from the Wilson composer file. Consider adding the following patches to your project Composer file (via cweagans/composer-patches) if you encounter the relevant problem:-
Drupal's responsive images tag doesn't include image dimensions, which means browsers struggle to handle lazy loading images and calculating the true position of elements. This manifests in faulty behaviour of component animation effects and incorrectly handled jump nav links.
Applying this patch from this issue seems to solve the problem.