feat(cookies): MIN-201 add initial cookie banner
Short description:
Added initial cookie banner
Approach:
Implemented a CookieBanner component to inform users about cookies. The component conditionally displays a banner with the option to accept cookies, read more about the policy, and automatically accepts cookies. Redux manages the state, and local storage persists user preferences.