.o-header-nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  margin-left: 72px;
}
@media (max-width: 1280px) {
  .o-header-nav {
    max-width: 820px;
    margin-left: 56px;
  }
}
@media (max-width: 980px) {
  .o-header-nav {
    display: none !important;
  }
}
.o-header-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid transparent;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 550;
  letter-spacing: -0.0325em;
  text-decoration: none;
  transition-property: border-bottom-color, color;
}
.o-header:hover .o-header-nav__item, .o-header--active .o-header-nav__item, body:not(body:has(.o-jumbotron)) .o-header-nav__item {
  color: #111111;
}
.o-header-nav__item:hover, .o-header-nav__item--active {
  border-bottom-color: #111111;
}
.o-header:has(.o-header-sub-nav__list-item:nth-child(1):hover) .o-header-nav__item:nth-child(1) {
  border-bottom-color: #111111;
}
.o-header:has(.o-header-sub-nav__list-item:nth-child(2):hover) .o-header-nav__item:nth-child(2) {
  border-bottom-color: #111111;
}
.o-header:has(.o-header-sub-nav__list-item:nth-child(3):hover) .o-header-nav__item:nth-child(3) {
  border-bottom-color: #111111;
}
.o-header:has(.o-header-sub-nav__list-item:nth-child(4):hover) .o-header-nav__item:nth-child(4) {
  border-bottom-color: #111111;
}
.o-header:has(.o-header-sub-nav__list-item:nth-child(5):hover) .o-header-nav__item:nth-child(5) {
  border-bottom-color: #111111;
}
.o-header:has(.o-header-sub-nav__list-item:nth-child(6):hover) .o-header-nav__item:nth-child(6) {
  border-bottom-color: #111111;
}
.o-header:has(.o-header-sub-nav__list-item:nth-child(7):hover) .o-header-nav__item:nth-child(7) {
  border-bottom-color: #111111;
}
.o-header:has(.o-header-sub-nav__list-item:nth-child(8):hover) .o-header-nav__item:nth-child(8) {
  border-bottom-color: #111111;
}
.o-header:has(.o-header-sub-nav__list-item:nth-child(9):hover) .o-header-nav__item:nth-child(9) {
  border-bottom-color: #111111;
}
/*# sourceMappingURL=eb936220b2a951f31de1cdde9f6ff5dca7b46b9a.HeaderNav.scss.map */
