
<style>


.aw-header, .aw-header * {
  box-sizing: border-box;
}

.aw-header a {
  text-decoration: none;
  color: inherit;
}

.aw-header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #000000;
  padding: 20px 0px;
}

.aw-header__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.aw-header__top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px 8px;
}

.aw-header__logo img {
  height: 28px;
  display: block;
}




</style>
