/* 
APP
-------------
1. Home
1.1 Header
*/

.header {
  position: sticky;
  z-index: 9999;
  top: 74px;
  left: 0;
}

.header-logo img {
  width: 207px;
  min-height: 47px;
}

.header-right .elementor-widget-wrap {
  justify-content: flex-end;
}
