@media (max-width: 639px) {
  .ids-desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .ids-mobile {
    display: none !important;
  }
}

nav.ids-header-1177-nav:not(.ids-header-1177-nav--unresponsive) {
  background-color: var(--IDS-HEADER-1177-NAV__BACKGROUND-COLOR);
  border-top: 0.0625rem solid var(--IDS-HEADER-1177-NAV__BORDER-COLOR);
  position: relative;
  width: 100%;
}
nav.ids-header-1177-nav:not(.ids-header-1177-nav--unresponsive) .ids-header-1177-nav__inner {
  max-width: var(--IDS__MAX-WIDTH);
  padding: var(--IDS__CONTAINER-PADDING);
  box-sizing: border-box;
  background-color: var(--IDS-HEADER-1177-NAV__BACKGROUND-COLOR);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
}
nav.ids-header-1177-nav:not(.ids-header-1177-nav--unresponsive) .ids-header-1177-nav__inner .ids-header-1177-nav__content {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
nav.ids-header-1177-nav:not(.ids-header-1177-nav--unresponsive) .ids-header-1177-nav__inner-mobile {
  display: none;
}
@media (max-width: 1024px) {
  nav.ids-header-1177-nav:not(.ids-header-1177-nav--unresponsive) {
    border-bottom: none;
  }
  nav.ids-header-1177-nav:not(.ids-header-1177-nav--unresponsive) .ids-header-1177-nav__inner-mobile {
    background-color: var(--IDS-HEADER-1177-NAV__BACKGROUND-COLOR);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 3rem;
  }
  nav.ids-header-1177-nav:not(.ids-header-1177-nav--unresponsive) .ids-header-1177-nav__inner-mobile-left {
    justify-content: flex-start;
    margin-left: 1rem;
  }
  nav.ids-header-1177-nav:not(.ids-header-1177-nav--unresponsive) .ids-header-1177-nav__inner-mobile-right {
    justify-content: flex-end;
    margin-right: 1rem;
  }
  nav.ids-header-1177-nav:not(.ids-header-1177-nav--unresponsive) .ids-header-1177-nav__content {
    margin: 0 1.25rem;
  }
}
@media (max-width: 1024px) {
  nav.ids-header-1177-nav:not(.ids-header-1177-nav--unresponsive).ids-header-1177-nav--hide-on-tablet {
    display: none;
  }
}
nav.ids-header-1177-nav.ids-header-1177-nav--unresponsive {
  background-color: var(--IDS-HEADER-1177-NAV__BACKGROUND-COLOR);
  border-top: 0.0625rem solid var(--IDS-HEADER-1177-NAV__BORDER-COLOR);
  position: relative;
  width: 100%;
}
nav.ids-header-1177-nav.ids-header-1177-nav--unresponsive .ids-header-1177-nav__inner {
  max-width: var(--IDS__MAX-WIDTH);
  padding: var(--IDS__CONTAINER-PADDING);
  box-sizing: border-box;
  background-color: var(--IDS-HEADER-1177-NAV__BACKGROUND-COLOR);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
}
nav.ids-header-1177-nav.ids-header-1177-nav--unresponsive .ids-header-1177-nav__inner .ids-header-1177-nav__content {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
nav.ids-header-1177-nav.ids-header-1177-nav--unresponsive .ids-header-1177-nav__inner-mobile {
  display: none;
}
@media (max-width: 1024px) {
  nav.ids-header-1177-nav.ids-header-1177-nav--unresponsive.ids-header-1177-nav--hide-on-tablet {
    display: none;
  }
}