@charset "UTF-8";
:root {
  --logo-url: url('/storage/images/logo-dark.png');
  --header-wow-bg-c: white;
  --header-wow-sticky-bg-c: white;
  --button-color-scheme1-bg-c: #186aff;
  --body-bg-c: white;
  --header-wow-top-list-item-c: black;
  --header-wow-top-list-item-hover-c: #0066f5;
  --live-search-container-bg-c: white;
  --live-search-form-input-c: #f7f8fa;
  --live-search-form-input-color: black;
  --live-search-form-input-focus-b: #007bff;
  --body-color: #333333;
  --header-wow-top-list-icon-item-c: black;
}