.wpnew {
  font-family: "Maven Pro", Arial, sans-serif;
}
.wpnew h1, .wpnew h2, .wpnew h3, .wpnew h4 {
  font-family: "Maven Pro", Arial, sans-serif;
  font-weight: 600;
}
.wpnew img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.stack > * + * {
  margin-top: 1em;
}
.wpHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1em;
  background-color: #0B1418;
  color: #fff;
}
.wpHeader > * {
  position: relative;
  z-index: 2;
}
@media (min-width: 65em) {
  .wpHeader {
    padding: 1em 60px;
    min-height: 100px;
  }
}
.wpHeader__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  gap: 1em;
}
@media (min-width: 65em) {
  .wpHeader__inner {
    flex-direction: row;
  }
}
.wpHeader__logo {
  max-width: 150px;
}
@media (min-width: 48em) {
  .wpHeader__logo {
    max-width: 200px;
  }
}
.wpMenu__bottom {
  display: flex;
  gap: 1em;
}
.am--cart {
  margin-right: 1em;
  position: relative;
}
.am--cart:after {
  position: absolute;
  right: -1em;
  top: 10%;
  width: 1px;
  height: 80%;
  background-color: #3D4549;
  content: "";
}
.am--logout {
  margin-left: 1em;
  position: relative;
}
.am--logout:after {
  position: absolute;
  left: -1em;
  top: 10%;
  width: 1px;
  height: 80%;
  background-color: #3D4549;
  content: "";
}
.wpFooter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2em 1em;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  border-top: 1px solid #E7E7E7;
  color: #5D88A4;
  text-align: center;
  font-size: 0.8em;
}
.wpFooter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 1em;
}
.wpFooter a:hover {
  color: #1A7CDC;
}
@media (min-width: 65em) {
  .wpFooter {
    padding: 3em 20px;
  }
}
.wpFooter__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
}
