.header-lp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header-lp__logo {
  max-width: 200px;
}

.header-lp__logo svg {
  width: 100%;
}

.header-lp__logo svg path {
  fill: var(--dark-blue);
}