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

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

@media (max-width: 639px), (min-width: 1024px) {
  .ids-tablet-only {
    display: none !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .ids-tablet-hide {
    display: none !important;
  }
}

@media (max-width: 1023px), (min-width: 1280px) {
  .ids-desktop-small-only {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .ids-desktop-small-hide {
    display: none !important;
  }
}

@media (max-width: 1279px), (min-width: 1440px) {
  .ids-desktop-medium-only {
    display: none !important;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .ids-desktop-medium-hide {
    display: none !important;
  }
}

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

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

@media (max-width: 1919px) {
  .ids-desktop-extra-large-up {
    display: none !important;
  }
}

.ids--light,
.ids--dark {
  --IDS-FONT-FAMILY-BASE: "Open Sans";
  --IDS-FONT-FAMILY-HEADING: "Inter";
  --IDS-FONT-COLOR: var(--ids-color-surface-text-on-default);
  --IDS-HEADING-XXL__MARGIN-BOTTOM: 1.75rem;
  --IDS-HEADING-XL__MARGIN-BOTTOM: 1.75rem;
  --IDS-HEADING-L__MARGIN-BOTTOM: 1.75rem;
  --IDS-PAGE-LIST__COLOR: var(--ids-color-brand-text-primary);
  --IDS-PAGE-LIST__FONT-FAMILY: var(--IDS-FONT-FAMILY-HEADING);
  --IDS-PAGE-LIST__FONT-SIZE: 1.25rem;
  --IDS-PAGE-LIST__LINE-HEIGHT: 1.5rem;
  --IDS-PAGE-LIST__FONT-WEIGHT: 700;
  --IDS-PAGE-LIST__LETTER-SPACING: -0.025rem;
  --IDS-BULLET-LIST__MARKER-COLOR: var(--ids-color-brand-text-primary);
  --IDS-BULLET-LIST__MARKER-FONT-WEIGHT: bold;
  --IDS-BULLET-LIST__LINE-HEIGHT: 1.5rem;
  --IDS-DIVIDER__COLOR: var(--ids-color-surface-border-default);
  --IDS-BODY__MARGIN-BOTTOM: 1rem;
}
.ids--light.ids--1177-pro, .ids--light.ids--1177-admin,
.ids--dark.ids--1177-pro,
.ids--dark.ids--1177-admin {
  --IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
}
.ids--light.ids--inera, .ids--light.ids--inera-general, .ids--light.ids--inera-admin,
.ids--dark.ids--inera,
.ids--dark.ids--inera-general,
.ids--dark.ids--inera-admin {
  --IDS-FONT-FAMILY-BASE: "Open Sans";
  --IDS-FONT-FAMILY-HEADING: "Poppins";
  --IDS-PAGE-LIST__FONT-WEIGHT: 600;
  --IDS-PAGE-LIST__LETTER-SPACING: 0;
  --IDS-BULLET-LIST__MARKER-FONT-WEIGHT: normal;
  --IDS-BULLET-LIST__LINE-HEIGHT: 1.625rem;
  --IDS-DESCRIPTION-LIST__TERM-FONT-WEIGHT: 600;
}
.ids--light.ids--dark,
.ids--dark.ids--dark {
  --IDS-PAGE-LIST__COLOR: var(--ids-color-navigation-text-default);
}
.ids--light.ids--dark.ids--1177-pro, .ids--light.ids--dark.ids--1177-admin, .ids--light.ids--dark.ids--inera, .ids--light.ids--dark.ids--inera-general, .ids--light.ids--dark.ids--inera-admin,
.ids--dark.ids--dark.ids--1177-pro,
.ids--dark.ids--dark.ids--1177-admin,
.ids--dark.ids--dark.ids--inera,
.ids--dark.ids--dark.ids--inera-general,
.ids--dark.ids--dark.ids--inera-admin {
  --IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
}

header.ids-header-1177 {
  position: relative;
  z-index: var(--IDS-Z-HEADERS);
  border-bottom: 0.0625rem solid var(--IDS-HEADER-1177__BORDER-COLOR);
}
header.ids-header-1177 .ids-header-1177__skip-to-content {
  display: block;
  position: relative;
  z-index: var(--IDS-Z-TOASTS);
  max-width: var(--IDS__CONTAINER-MAX-WIDTH);
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
header.ids-header-1177 .ids-header-1177__skip-to-content ::slotted(a),
header.ids-header-1177 .ids-header-1177__skip-to-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  height: 3rem;
  text-align: center;
  background-color: var(--IDS-SKIP-TO-CONTENT-LINK__BACKGROUND-COLOR);
  box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-2);
  z-index: var(--IDS-Z-TOASTS);
  font-family: var(--IDS-LINK__FONT-FAMILY);
  font-size: 1rem;
  font-weight: 400;
  color: var(--IDS-LINK--COLOR-PRESET-1__COLOR);
  text-decoration-color: var(--IDS-LINK--COLOR-PRESET-1__COLOR);
  text-decoration: underline;
  position: absolute;
  right: 0;
  left: 0;
  transform: translateY(-300%);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
header.ids-header-1177 .ids-header-1177__skip-to-content ::slotted(a:focus-visible),
header.ids-header-1177 .ids-header-1177__skip-to-content a:focus-visible {
  transform: translateY(0);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  outline-offset: -0.375rem !important;
  opacity: 1;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.5rem;
  z-index: var(--IDS-Z-HEADERS);
  background-color: var(--IDS-HEADER-1177__TOP-BORDER-COLOR);
}
@media (max-width: 1023px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive):before {
    height: 0.25rem;
  }
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container {
  background-color: var(--IDS-HEADER-1177__BACKGROUND-COLOR);
  padding: 0;
  position: relative;
  z-index: var(--IDS-Z-HEADERS);
  display: flex;
  align-items: center;
  border-bottom: 0.0625rem solid var(--IDS-HEADER-1177__BORDER-COLOR);
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__left,
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__right {
  flex: 1 1 0;
  min-width: 0;
  height: 7.5rem;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__left {
  background-color: var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR);
}
@media (max-width: 1023px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__left,
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__right {
    height: 3rem;
  }
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner {
  flex-grow: 1;
  flex: 0 1 auto;
  max-width: var(--IDS__MAX-WIDTH);
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-left {
  display: flex;
  position: relative;
  z-index: var(--IDS-Z-HEADERS);
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-right {
  display: flex;
  padding-right: var(--IDS__CONTAINER-MARGIN);
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper {
  background-color: var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR);
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  min-height: 7.5rem;
  margin-left: 0 !important;
  margin-right: 0;
  padding-left: var(--IDS__CONTAINER-MARGIN);
  overflow-y: clip;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after {
  content: "";
  background-color: var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);
  position: absolute;
  z-index: var(--IDS-Z-CONTENT);
  border-radius: var(--IDS-BORDER-RADIUS-100);
  right: -0.5625rem;
  top: 0;
  left: auto;
  top: 50%;
  margin-top: -12.5rem;
  clip: rect(8.75rem, 25rem, 16.25rem, 24.375rem);
  height: 25rem;
  width: 25rem;
}
@media (max-width: 1023px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after {
    display: none;
  }
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo {
  width: 6.4375rem;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:focus-visible {
  outline: var(--IDS-FOCUS__OUTLINE--LIGHT) !important;
  outline-offset: 0 !important;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link {
  cursor: pointer;
  height: 5.625rem;
  width: 100%;
  position: relative;
  border-radius: var(--IDS-FOCUS__BORDER-RADIUS);
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:before {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  flex-shrink: 0;
  content: "\e91e";
  color: var(--IDS-HEADER-1177__LOGO-COLOR);
  font-size: 6.625rem;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a:focus-visible {
  outline: var(--IDS-FOCUS__OUTLINE--LIGHT) !important;
  outline-offset: 0 !important;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a {
  display: flex;
  align-items: center;
  font-size: 6.625rem;
  color: var(--IDS-HEADER-1177__LOGO-COLOR);
  border-radius: var(--IDS-FOCUS__BORDER-RADIUS);
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a:focus-visible {
  outline: var(--IDS-FOCUS__OUTLINE--LIGHT) !important;
  outline-offset: 0 !important;
}
@media (max-width: 1023px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    min-height: 3rem;
    min-width: 3.125rem;
    height: 1rem !important;
  }
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after {
    content: "";
    background-color: var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);
    position: absolute;
    z-index: var(--IDS-Z-CONTENT);
    border-radius: var(--IDS-BORDER-RADIUS-100);
    right: -0.5625rem;
    top: 0;
    left: auto;
    display: none;
    top: 0;
    margin-top: -7.81rem;
    clip: rect(7.8125rem, 18.75rem, 10.8125rem, 18.125rem);
    height: 18.75rem;
    width: 18.75rem;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after {
    display: block;
  }
}
@media (max-width: 1023px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo {
    width: 3rem;
    margin-right: 0;
  }
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link {
    height: 2rem;
  }
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:before {
    font-size: 3rem;
  }
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a {
    font-size: 3rem;
    height: 2rem;
  }
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 1.25rem;
  margin-left: 1rem;
}
@media (max-width: 1023px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items {
    margin-left: 1rem;
    margin-right: 0.5rem;
  }
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region-picker {
  display: flex;
  flex-grow: 1;
  align-items: center;
  position: relative;
  margin-left: 1.875rem;
}
@media (max-width: 1023px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region-picker {
    display: none;
  }
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-nav__mobile {
  display: none;
  background-color: var(--IDS-HEADER-1177__NAV-MOBILE-BACKGROUND-COLOR);
  flex-wrap: wrap;
  flex: 1 1 auto;
  box-sizing: border-box;
  height: 3.125rem;
}
@media (max-width: 1023px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-nav__mobile {
    display: flex;
  }
}
header.ids-header-1177.ids-header-1177--unresponsive:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.5rem;
  z-index: var(--IDS-Z-HEADERS);
  background-color: var(--IDS-HEADER-1177__TOP-BORDER-COLOR);
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container {
  background-color: var(--IDS-HEADER-1177__BACKGROUND-COLOR);
  padding: 0;
  position: relative;
  z-index: var(--IDS-Z-HEADERS);
  display: flex;
  align-items: center;
  border-bottom: 0.0625rem solid var(--IDS-HEADER-1177__BORDER-COLOR);
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__left,
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__right {
  flex: 1 1 0;
  min-width: 0;
  height: 7.5rem;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__left {
  background-color: var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR);
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner {
  flex-grow: 1;
  flex: 0 1 auto;
  max-width: var(--IDS__MAX-WIDTH);
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-left {
  display: flex;
  position: relative;
  z-index: var(--IDS-Z-HEADERS);
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-right {
  display: flex;
  padding-right: var(--IDS__CONTAINER-MARGIN);
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper {
  background-color: var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR);
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  min-height: 7.5rem;
  margin-left: 0 !important;
  margin-right: 0;
  padding-left: var(--IDS__CONTAINER-MARGIN);
  overflow-y: clip;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after {
  content: "";
  background-color: var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);
  position: absolute;
  z-index: var(--IDS-Z-CONTENT);
  border-radius: var(--IDS-BORDER-RADIUS-100);
  right: -0.5625rem;
  top: 0;
  left: auto;
  top: 50%;
  margin-top: -12.5rem;
  clip: rect(8.75rem, 25rem, 16.25rem, 24.375rem);
  height: 25rem;
  width: 25rem;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo {
  width: 6.4375rem;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:focus-visible {
  outline: var(--IDS-FOCUS__OUTLINE--LIGHT) !important;
  outline-offset: 0 !important;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link {
  cursor: pointer;
  height: 5.625rem;
  width: 100%;
  position: relative;
  border-radius: var(--IDS-FOCUS__BORDER-RADIUS);
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:before {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  flex-shrink: 0;
  content: "\e91e";
  color: var(--IDS-HEADER-1177__LOGO-COLOR);
  font-size: 6.625rem;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a:focus-visible {
  outline: var(--IDS-FOCUS__OUTLINE--LIGHT) !important;
  outline-offset: 0 !important;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a {
  display: flex;
  align-items: center;
  font-size: 6.625rem;
  color: var(--IDS-HEADER-1177__LOGO-COLOR);
  border-radius: var(--IDS-FOCUS__BORDER-RADIUS);
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a:focus-visible {
  outline: var(--IDS-FOCUS__OUTLINE--LIGHT) !important;
  outline-offset: 0 !important;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 1.25rem;
  margin-left: 1rem;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region-picker {
  display: flex;
  flex-grow: 1;
  align-items: center;
  position: relative;
  margin-left: 1.875rem;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177-nav__mobile {
  display: none;
  background-color: var(--IDS-HEADER-1177__NAV-MOBILE-BACKGROUND-COLOR);
  flex-wrap: wrap;
  flex: 1 1 auto;
  box-sizing: border-box;
  height: 3.125rem;
}

.ids-header-1177-region-picker {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ids-header-1177-region-picker .ids-header-1177-region-picker__button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: var(--IDS-FONT-FAMILY-HEADING);
  color: var(--IDS-HEADER-1177-REGION-PICKER__TEXT-COLOR-DESKTOP);
  align-items: center;
  padding: 0 1.75rem 0 0.125rem;
  position: relative;
  border-radius: var(--IDS-FOCUS__BORDER-RADIUS);
}
.ids-header-1177-region-picker .ids-header-1177-region-picker__button:focus-visible {
  outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
  outline-offset: 0.125rem !important;
}
.ids-header-1177-region-picker .ids-header-1177-region-picker__button:after {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  flex-shrink: 0;
  content: "\e906";
  color: var(--IDS-HEADER-1177-REGION-PICKER__TEXT-COLOR-DESKTOP);
  right: 0.125rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
}
.ids-header-1177-region-picker .ids-header-1177-region-picker__button.ids-header-1177-region-picker__button--expanded:after {
  content: "\e909";
}
.ids-header-1177-region-picker .ids-header-1177-region-picker__button:hover {
  color: var(--IDS-HEADER-1177-REGION-PICKER__TEXT-HOVER-COLOR-DESKTOP);
  text-decoration: underline !important;
  text-underline-offset: 0.125rem !important;
  text-decoration-thickness: 0.0938rem !important;
}
.ids-header-1177-region-picker .ids-header-1177-region-picker__button:hover:after, .ids-header-1177-region-picker .ids-header-1177-region-picker__button:hover:before {
  color: var(--IDS-HEADER-1177-REGION-PICKER__TEXT-HOVER-COLOR-DESKTOP);
}
.ids-header-1177-region-picker.ids-header-1177-region-picker--selected-region .ids-header-1177-region-picker__region-icon {
  background-color: var(--IDS-HEADER-1177-REGION-PICKER__ICON-BACKGROUND-COLOR);
  height: 7.5rem;
  padding: 0 0.625rem 0 1.25rem;
  margin-left: -1.875rem;
  margin-right: 1.875rem;
  position: relative;
  display: flex;
  align-items: center;
  overflow-y: clip;
}
.ids-header-1177-region-picker.ids-header-1177-region-picker--selected-region .ids-header-1177-region-picker__region-icon:after {
  content: "";
  background-color: var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);
  position: absolute;
  z-index: var(--IDS-Z-CONTENT);
  border-radius: var(--IDS-BORDER-RADIUS-100);
  right: -0.5625rem;
  top: 0;
  left: auto;
  top: 50%;
  margin-top: -12.5rem;
  clip: rect(8.75rem, 25rem, 16.25rem, 24.375rem);
  height: 25rem;
  width: 25rem;
}
.ids-header-1177-region-picker.ids-header-1177-region-picker--selected-region:before {
  content: "";
  position: absolute;
  z-index: var(--IDS-Z-RAISED);
  left: -1.875rem;
  width: 0.0313rem;
  min-height: 4rem;
  background-color: var(--IDS-HEADER-1177-REGION-PICKER__SEPARATOR-COLOR);
}

.ids-header-1177-region-picker-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .ids-header-1177-region-picker-mobile {
    display: flex;
    flex-grow: 1;
    align-items: center;
  }
}
.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: var(--IDS-FONT-FAMILY-HEADING);
  color: var(--IDS-HEADER-1177-REGION-PICKER__TEXT-COLOR-MOBILE);
  align-items: center;
  justify-content: center;
  height: 2.375rem;
  padding-right: 1.875rem;
  padding-left: 2rem;
  position: relative;
  white-space: nowrap;
  border-radius: var(--IDS-FOCUS__BORDER-RADIUS);
}
.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:focus-visible {
  outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
  outline-offset: 0.125rem !important;
}
.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:before {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  flex-shrink: 0;
  content: "\e921";
  font-size: 1.5rem;
  color: var(--IDS-HEADER-1177-REGION-PICKER__ICON-COLOR-MOBILE);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:after {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  flex-shrink: 0;
  content: "\e936";
  color: var(--IDS-HEADER-1177-REGION-PICKER__TEXT-COLOR-MOBILE);
  right: 0.125rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:hover .ids-header-1177-region-picker-mobile__button-text {
  text-decoration: underline !important;
  text-underline-offset: 0.125rem !important;
  text-decoration-thickness: 0.0938rem !important;
}
.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button.ids-header-1177-region-picker-mobile__button--expanded:after {
  content: "\e939";
}
.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__region-icon {
  background-color: transparent;
  padding: 0;
}
.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__region-icon::after {
  display: none;
}
@media (max-width: 1023px) {
  .ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--unresponsive {
    display: none !important;
  }
}
.ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--selected-region .ids-header-1177-region-picker-mobile__button {
  color: var(--IDS-HEADER-1177-REGION-PICKER--SELECTED__TEXT-COLOR-MOBILE);
  padding: 0 1.75rem 0 0.25rem;
}
.ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--selected-region .ids-header-1177-region-picker-mobile__button::before {
  display: none;
}
.ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--selected-region .ids-header-1177-region-picker-mobile__button::after {
  color: var(--IDS-HEADER-1177-REGION-PICKER--SELECTED__TEXT-COLOR-MOBILE);
}
.ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--selected-region .ids-header-1177-region-picker-mobile__button .ids-header-1177-region-picker-mobile__button-text {
  display: none;
}

.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: 1.5rem;
  text-decoration: none;
  position: relative;
  border-radius: var(--IDS-FOCUS__BORDER-RADIUS);
}
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) .ids-header-1177-item__icon {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) .ids-header-1177-item__icon [class^=ids-icon-] {
  color: var(--IDS-HEADER-1177-ITEM__ICON-COLOR);
  font-size: 1.5rem;
}
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive):hover .ids-header-1177-item__icon {
  color: --IDS-HEADER-1177-ADMIN-ITEM__HOVER-COLOR;
}
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive):hover .ids-header-1177-item__icon [class^=ids-icon-]:before {
  color: --IDS-HEADER-1177-ADMIN-ITEM__HOVER-COLOR;
}
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) > a,
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) > button:not(.ids-button) {
  cursor: pointer;
  position: relative;
  z-index: var(--IDS-Z-CONTENT);
  inset: 0;
  padding: 0;
  padding-left: 2rem;
  margin: 0;
  color: var(--IDS-HEADER-1177-ITEM__COLOR);
  font-family: var(--IDS-FONT-FAMILY-BASE) !important;
  line-height: 1.5rem !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  border-radius: var(--IDS-FOCUS__BORDER-RADIUS);
  background-color: transparent;
  outline-offset: 0.125rem !important;
}
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) > a:hover,
.ids-header-1177-item:not(.ids-header-1177-item--unresponsive) > button:not(.ids-button):hover {
  color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
  text-decoration: underline !important;
  text-underline-offset: 0.125rem !important;
  text-decoration-thickness: 0.0938rem !important;
}
@media (max-width: 1023px) {
  .ids-header-1177-item:not(.ids-header-1177-item--unresponsive) {
    margin-left: 0.75rem;
  }
  .ids-header-1177-item:not(.ids-header-1177-item--unresponsive) .ids-header-1177-item__icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ids-header-1177-item:not(.ids-header-1177-item--unresponsive) > a,
  .ids-header-1177-item:not(.ids-header-1177-item--unresponsive) > a:hover,
  .ids-header-1177-item:not(.ids-header-1177-item--unresponsive) > button:not(.ids-button),
  .ids-header-1177-item:not(.ids-header-1177-item--unresponsive) > button:not(.ids-button):hover {
    color: transparent;
    font-size: 0.0063rem !important;
    height: 2rem;
    width: 2rem;
  }
}
@media (max-width: 1023px) {
  .ids-header-1177-item:not(.ids-header-1177-item--unresponsive).ids-header-1177-item--keep-text .ids-header-1177-item__icon {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .ids-header-1177-item:not(.ids-header-1177-item--unresponsive).ids-header-1177-item--keep-text > a,
  .ids-header-1177-item:not(.ids-header-1177-item--unresponsive).ids-header-1177-item--keep-text > button {
    color: var(--IDS-HEADER-1177-ITEM__COLOR);
    font-size: 1.125rem !important;
    padding-left: 2rem;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    align-items: center;
  }
  .ids-header-1177-item:not(.ids-header-1177-item--unresponsive).ids-header-1177-item--keep-text > a:hover,
  .ids-header-1177-item:not(.ids-header-1177-item--unresponsive).ids-header-1177-item--keep-text > button:hover {
    color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
    text-decoration: underline !important;
    text-underline-offset: 0.125rem !important;
    text-decoration-thickness: 0.0938rem !important;
  }
}
@media (max-width: 1023px) {
  .ids-header-1177-item:not(.ids-header-1177-item--unresponsive):not(.ids-header-1177-item--mobile) {
    display: none;
  }
}
.ids-header-1177-item.ids-header-1177-item--unresponsive {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: 1.5rem;
  text-decoration: none;
  position: relative;
  border-radius: var(--IDS-FOCUS__BORDER-RADIUS);
}
.ids-header-1177-item.ids-header-1177-item--unresponsive .ids-header-1177-item__icon {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ids-header-1177-item.ids-header-1177-item--unresponsive .ids-header-1177-item__icon [class^=ids-icon-] {
  color: var(--IDS-HEADER-1177-ITEM__ICON-COLOR);
  font-size: 1.5rem;
}
.ids-header-1177-item.ids-header-1177-item--unresponsive:hover .ids-header-1177-item__icon {
  color: --IDS-HEADER-1177-ADMIN-ITEM__HOVER-COLOR;
}
.ids-header-1177-item.ids-header-1177-item--unresponsive:hover .ids-header-1177-item__icon [class^=ids-icon-]:before {
  color: --IDS-HEADER-1177-ADMIN-ITEM__HOVER-COLOR;
}
.ids-header-1177-item.ids-header-1177-item--unresponsive > a,
.ids-header-1177-item.ids-header-1177-item--unresponsive > button:not(.ids-button) {
  cursor: pointer;
  position: relative;
  z-index: var(--IDS-Z-CONTENT);
  inset: 0;
  padding: 0;
  padding-left: 2rem;
  margin: 0;
  color: var(--IDS-HEADER-1177-ITEM__COLOR);
  font-family: var(--IDS-FONT-FAMILY-BASE) !important;
  line-height: 1.5rem !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  border-radius: var(--IDS-FOCUS__BORDER-RADIUS);
  background-color: transparent;
  outline-offset: 0.125rem !important;
}
.ids-header-1177-item.ids-header-1177-item--unresponsive > a:hover,
.ids-header-1177-item.ids-header-1177-item--unresponsive > button:not(.ids-button):hover {
  color: var(--IDS-HEADER-1177-ITEM__HOVER-COLOR);
  text-decoration: underline !important;
  text-underline-offset: 0.125rem !important;
  text-decoration-thickness: 0.0938rem !important;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) {
  justify-self: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 1rem;
  flex-grow: 1;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__avatar {
  position: relative;
  justify-self: flex-end;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-top: 0.0625rem;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: calc(100dvw - 13rem);
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button {
  padding: 0.75rem 2.75rem 0.75rem 3rem;
  position: relative;
  flex-direction: row;
  display: flex;
  align-self: flex-end;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  min-width: 8.5rem;
  max-width: 18rem;
  color: var(--IDS-HEADER-1177-AVATAR__COLOR);
  background-color: var(--IDS-HEADER-1177-AVATAR__BACKGROUND-COLOR);
  border: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__BORDER-COLOR);
  border-radius: 6.25rem;
  cursor: pointer;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:focus-visible {
  outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:before {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  flex-shrink: 0;
  content: "\e923";
  font-size: 1.5rem;
  color: var(--IDS-HEADER-1177-AVATAR__ICON-COLOR);
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:after {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  flex-shrink: 0;
  content: "\e906";
  color: var(--IDS-HEADER-1177-AVATAR__ICON-COLOR);
  background-color: var(--IDS-HEADER-1177-AVATAR__BACKGROUND-COLOR);
  padding: 0.25rem 1rem 0.25rem 0.25rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0.0625rem solid transparent;
  border-radius: 6.25rem;
  font-size: 1.25rem;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:hover:before, .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:hover::after {
  color: var(--IDS-HEADER-1177-ADMIN-AVATAR__ICON-HOVER-COLOR);
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:focus-visible {
  z-index: var(--IDS-Z-HEADERS);
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button.ids-header-1177-avatar__button--expanded:after {
  content: "\e909";
}
@media (max-width: 1023px) {
  .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button {
    padding: 0.5rem 2.5rem 0.5rem 2.5rem;
    max-width: none;
  }
  .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:before {
    font-size: 1.25rem;
    left: 0.875rem;
  }
  .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:after {
    right: 0;
    padding-right: 0.75rem;
  }
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button .ids-header-1177-avatar__name {
  text-align: start;
  font-weight: 400;
  font-family: var(--IDS-FONT-FAMILY-BASE);
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  text-align: left;
  max-width: 100%;
  color: var(--IDS-HEADER-1177-AVATAR__COLOR);
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 1023px) {
  .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button .ids-header-1177-avatar__name {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.25rem);
  left: auto;
  right: 0;
  z-index: var(--IDS-Z-FLOATING);
  width: 20rem;
  background-color: var(--IDS-HEADER-1177-AVATAR__DROPDOWN-BACKGROUND-COLOR);
  border: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__DROPDOWN-BORDER-COLOR);
  padding: 1.25rem;
  box-sizing: border-box;
  border-radius: var(--IDS-BORDER-RADIUS-MEDIUM);
  box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-2);
  flex-direction: column;
  gap: 1rem;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu.ids-header-1177-avatar__menu--expanded {
  display: flex;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu .ids-header-1177-avatar__agent p {
  font-style: normal;
  color: var(--ids-color-surface-text-on-default);
  font-family: var(--ids-font-family-body-text);
  font-size: var(--ids-font-size-body-text);
  line-height: var(--ids-font-line-height-body-text);
  font-weight: var(--ids-font-weight-body-text);
  letter-spacing: 0;
  margin-top: 0.75rem !important;
  margin-bottom: 0 !important;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu .ids-header-1177-avatar__menu-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu .ids-header-1177-avatar__menu-links hr {
  width: 100%;
  height: 0.0313rem;
  display: block;
  margin: 0;
  border: 0;
  border-top: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__MENU-SEPARATOR-COLOR);
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu hr {
  width: 100%;
  height: 0.0313rem;
  display: block;
  margin: 0;
  border: 0;
  border-top: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__MENU-SEPARATOR-COLOR);
}
@media (max-width: 1023px) {
  .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu {
    max-width: 20rem;
    top: calc(100% + 0.25rem);
  }
}
@media (max-width: 639px) {
  .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100dvw;
    max-width: 100dvw;
    right: -3.5rem;
  }
  .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu.ids-header-1177-avatar__menu--no-mobile-menu {
    right: -1rem;
  }
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive {
  justify-self: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 1rem;
  flex-grow: 1;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__avatar {
  position: relative;
  justify-self: flex-end;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-top: 0.0625rem;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: calc(100dvw - 13rem);
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button {
  padding: 0.75rem 2.75rem 0.75rem 3rem;
  position: relative;
  flex-direction: row;
  display: flex;
  align-self: flex-end;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  min-width: 8.5rem;
  max-width: 18rem;
  color: var(--IDS-HEADER-1177-AVATAR__COLOR);
  background-color: var(--IDS-HEADER-1177-AVATAR__BACKGROUND-COLOR);
  border: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__BORDER-COLOR);
  border-radius: 6.25rem;
  cursor: pointer;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:focus-visible {
  outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:before {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  flex-shrink: 0;
  content: "\e923";
  font-size: 1.5rem;
  color: var(--IDS-HEADER-1177-AVATAR__ICON-COLOR);
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:after {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  flex-shrink: 0;
  content: "\e906";
  color: var(--IDS-HEADER-1177-AVATAR__ICON-COLOR);
  background-color: var(--IDS-HEADER-1177-AVATAR__BACKGROUND-COLOR);
  padding: 0.25rem 1rem 0.25rem 0.25rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0.0625rem solid transparent;
  border-radius: 6.25rem;
  font-size: 1.25rem;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:hover:before, .ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:hover::after {
  color: var(--IDS-HEADER-1177-ADMIN-AVATAR__ICON-HOVER-COLOR);
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:focus-visible {
  z-index: var(--IDS-Z-HEADERS);
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button.ids-header-1177-avatar__button--expanded:after {
  content: "\e909";
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button .ids-header-1177-avatar__name {
  text-align: start;
  font-weight: 400;
  font-family: var(--IDS-FONT-FAMILY-BASE);
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  text-align: left;
  max-width: 100%;
  color: var(--IDS-HEADER-1177-AVATAR__COLOR);
  font-size: 1rem;
  line-height: 1.5rem;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.25rem);
  left: auto;
  right: 0;
  z-index: var(--IDS-Z-FLOATING);
  width: 20rem;
  background-color: var(--IDS-HEADER-1177-AVATAR__DROPDOWN-BACKGROUND-COLOR);
  border: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__DROPDOWN-BORDER-COLOR);
  padding: 1.25rem;
  box-sizing: border-box;
  border-radius: var(--IDS-BORDER-RADIUS-MEDIUM);
  box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-2);
  flex-direction: column;
  gap: 1rem;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu.ids-header-1177-avatar__menu--expanded {
  display: flex;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu .ids-header-1177-avatar__agent p {
  font-style: normal;
  color: var(--ids-color-surface-text-on-default);
  font-family: var(--ids-font-family-body-text);
  font-size: var(--ids-font-size-body-text);
  line-height: var(--ids-font-line-height-body-text);
  font-weight: var(--ids-font-weight-body-text);
  letter-spacing: 0;
  margin-top: 0.75rem !important;
  margin-bottom: 0 !important;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu .ids-header-1177-avatar__menu-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu .ids-header-1177-avatar__menu-links hr {
  width: 100%;
  height: 0.0313rem;
  display: block;
  margin: 0;
  border: 0;
  border-top: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__MENU-SEPARATOR-COLOR);
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu hr {
  width: 100%;
  height: 0.0313rem;
  display: block;
  margin: 0;
  border: 0;
  border-top: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__MENU-SEPARATOR-COLOR);
}

.ids-header-1177-nav {
  background-color: var(--IDS-HEADER-1177-NAV__BACKGROUND-COLOR-DESKTOP);
  box-sizing: border-box;
  width: 100%;
}
.ids-header-1177-nav .ids-header-1177-nav__inner {
  max-width: var(--IDS__MAX-WIDTH);
  padding: var(--IDS__CONTAINER-PADDING);
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1023px) {
  .ids-header-1177-nav.ids-header-1177-nav--hide-on-tablet {
    display: none;
  }
}
@media (max-width: 1023px) {
  .ids-header-1177-nav:not(.ids-header-1177-nav--unresponsive) {
    border-bottom: none;
  }
  .ids-header-1177-nav:not(.ids-header-1177-nav--unresponsive) .ids-header-1177-nav__inner {
    height: 3rem;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
}

.ids-header-1177-nav-item {
  display: none;
  align-items: flex-end;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .ids-header-1177-nav-item {
    display: flex;
  }
}
.ids-header-1177-nav-item.ids-header-1177-nav-item--unresponsive {
  display: flex;
}
.ids-header-1177-nav-item .ids-header-1177-nav-item__button,
.ids-header-1177-nav-item .ids-header-1177-nav-item__link {
  position: relative;
  align-self: stretch;
}
.ids-header-1177-nav-item .ids-header-1177-nav-item__button:after,
.ids-header-1177-nav-item .ids-header-1177-nav-item__link:after {
  content: "";
  background-color: var(--IDS-HEADER-1177-NAV-ITEM__BOTTOM-BORDER-COLOR);
  display: block;
  height: 0.25rem;
  left: 0;
  right: 100%;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease;
  width: 0;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  pointer-events: none;
}
.ids-header-1177-nav-item .ids-header-1177-nav-item__button:hover:after,
.ids-header-1177-nav-item .ids-header-1177-nav-item__link:hover:after {
  background-color: var(--IDS-HEADER-1177-NAV-ITEM__BOTTOM-BORDER-HOVER-COLOR);
  width: auto;
  right: 0;
}
.ids-header-1177-nav-item .ids-header-1177-nav-item__button > a,
.ids-header-1177-nav-item .ids-header-1177-nav-item__button > button, .ids-header-1177-nav-item .ids-header-1177-nav-item__button:is(a), .ids-header-1177-nav-item .ids-header-1177-nav-item__button:is(button),
.ids-header-1177-nav-item .ids-header-1177-nav-item__link > a,
.ids-header-1177-nav-item .ids-header-1177-nav-item__link > button,
.ids-header-1177-nav-item .ids-header-1177-nav-item__link:is(a),
.ids-header-1177-nav-item .ids-header-1177-nav-item__link:is(button) {
  display: flex;
  align-self: stretch;
  height: 100%;
  border: 0;
  position: relative;
  text-decoration: none;
  text-align: left;
  font-size: 1.25rem !important;
  line-height: 1.5rem !important;
  font-weight: var(--IDS-HEADER-1177-NAV-ITEM__FONT-WEIGHT) !important;
  font-family: var(--IDS-FONT-FAMILY-HEADING) !important;
  font-style: normal !important;
  color: var(--IDS-HEADER-1177-NAV-ITEM__COLOR);
  background-color: transparent;
  cursor: pointer;
  padding: 1rem 0.75rem 1rem 0.75rem;
  margin: 0 0.125rem;
}
.ids-header-1177-nav-item .ids-header-1177-nav-item__button > a:hover,
.ids-header-1177-nav-item .ids-header-1177-nav-item__button > button:hover, .ids-header-1177-nav-item .ids-header-1177-nav-item__button:is(a:hover), .ids-header-1177-nav-item .ids-header-1177-nav-item__button:is(button:hover),
.ids-header-1177-nav-item .ids-header-1177-nav-item__link > a:hover,
.ids-header-1177-nav-item .ids-header-1177-nav-item__link > button:hover,
.ids-header-1177-nav-item .ids-header-1177-nav-item__link:is(a:hover),
.ids-header-1177-nav-item .ids-header-1177-nav-item__link:is(button:hover) {
  text-decoration: none;
  color: var(--IDS-HEADER-1177-NAV-ITEM__HOVER-COLOR);
}
.ids-header-1177-nav-item .ids-header-1177-nav-item__button > a:focus-visible,
.ids-header-1177-nav-item .ids-header-1177-nav-item__button > button:focus-visible, .ids-header-1177-nav-item .ids-header-1177-nav-item__button:is(a:focus-visible), .ids-header-1177-nav-item .ids-header-1177-nav-item__button:is(button:focus-visible),
.ids-header-1177-nav-item .ids-header-1177-nav-item__link > a:focus-visible,
.ids-header-1177-nav-item .ids-header-1177-nav-item__link > button:focus-visible,
.ids-header-1177-nav-item .ids-header-1177-nav-item__link:is(a:focus-visible),
.ids-header-1177-nav-item .ids-header-1177-nav-item__link:is(button:focus-visible) {
  outline: var(--IDS-FOCUS__OUTLINE);
  border-radius: 0 !important;
  outline-offset: -0.0625rem !important;
}
.ids-header-1177-nav-item .ids-header-1177-nav-item__button > a:active,
.ids-header-1177-nav-item .ids-header-1177-nav-item__button > button:active, .ids-header-1177-nav-item .ids-header-1177-nav-item__button:is(a:active), .ids-header-1177-nav-item .ids-header-1177-nav-item__button:is(button:active),
.ids-header-1177-nav-item .ids-header-1177-nav-item__link > a:active,
.ids-header-1177-nav-item .ids-header-1177-nav-item__link > button:active,
.ids-header-1177-nav-item .ids-header-1177-nav-item__link:is(a:active),
.ids-header-1177-nav-item .ids-header-1177-nav-item__link:is(button:active) {
  color: var(--IDS-HEADER-1177-NAV-ITEM__SELECTED-COLOR);
}
.ids-header-1177-nav-item.ids-header-1177-nav-item--active .ids-header-1177-nav-item__button:after,
.ids-header-1177-nav-item.ids-header-1177-nav-item--active .ids-header-1177-nav-item__link:after, .ids-header-1177-nav-item.ids-header-1177-nav-item--expanded .ids-header-1177-nav-item__button:after,
.ids-header-1177-nav-item.ids-header-1177-nav-item--expanded .ids-header-1177-nav-item__link:after {
  background-color: var(--IDS-HEADER-1177-NAV-ITEM__BOTTOM-BORDER-ACTIVE-COLOR);
  width: auto;
  right: 0;
  pointer-events: none;
}
.ids-header-1177-nav-item.ids-header-1177-nav-item--active .ids-header-1177-nav-item__button:hover:after,
.ids-header-1177-nav-item.ids-header-1177-nav-item--active .ids-header-1177-nav-item__link:hover:after, .ids-header-1177-nav-item.ids-header-1177-nav-item--expanded .ids-header-1177-nav-item__button:hover:after,
.ids-header-1177-nav-item.ids-header-1177-nav-item--expanded .ids-header-1177-nav-item__link:hover:after {
  background-color: var(--IDS-HEADER-1177-NAV-ITEM__BOTTOM-BORDER-HOVER-COLOR);
}
.ids-header-1177-nav-item.ids-header-1177-nav-item--has-dropdown {
  position: relative;
}
.ids-header-1177-nav-item.ids-header-1177-nav-item--has-dropdown .ids-header-1177-nav-item__button {
  padding-right: 1.75rem;
}
.ids-header-1177-nav-item.ids-header-1177-nav-item--has-dropdown .ids-header-1177-nav-item__button:before {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  flex-shrink: 0;
  content: "\e906";
  color: var(--IDS-HEADER-1177-NAV-ITEM__COLOR);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
}
.ids-header-1177-nav-item.ids-header-1177-nav-item--has-dropdown .ids-header-1177-nav-item__button:after {
  margin-right: 1.75rem;
}
.ids-header-1177-nav-item.ids-header-1177-nav-item--has-dropdown .ids-header-1177-nav-item__button.ids-header-1177-nav-item__button--expanded:before {
  content: "\e909";
}
.ids-header-1177-nav-item .ids-header-1177-nav-item__dropdown-menu {
  border-top: 0.0625rem solid var(--IDS-HEADER-1177__BORDER-COLOR);
  background-color: var(--IDS-HEADER-1177-NAV-ITEM-MENU__BACKGROUND-COLOR);
  box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-2);
  left: 0;
  right: auto;
  top: 100%;
  padding: 0;
  position: absolute;
  box-sizing: border-box;
  display: none;
}
.ids-header-1177-nav-item .ids-header-1177-nav-item__dropdown-menu.ids-header-1177-nav-item__dropdown-menu--expanded {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}
.ids-header-1177-nav-item.ids-header-1177-nav-item--has-menu .ids-header-1177-nav-item__button {
  padding-right: 1.75rem;
}
.ids-header-1177-nav-item.ids-header-1177-nav-item--has-menu .ids-header-1177-nav-item__button:before {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  flex-shrink: 0;
  content: "\e906";
  color: var(--IDS-HEADER-1177-NAV-ITEM__COLOR);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
}
.ids-header-1177-nav-item.ids-header-1177-nav-item--has-menu .ids-header-1177-nav-item__button:after {
  margin-right: 1.75rem;
}
.ids-header-1177-nav-item.ids-header-1177-nav-item--has-menu .ids-header-1177-nav-item__button.ids-header-1177-nav-item__button--expanded:before {
  content: "\e909";
}
.ids-header-1177-nav-item .ids-header-1177-nav-item__menu {
  border-top: 0.0625rem solid var(--IDS-HEADER-1177__BORDER-COLOR);
  background-color: var(--IDS-HEADER-1177-NAV-ITEM-MENU__BACKGROUND-COLOR);
  box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-2);
  left: 0;
  right: 0;
  top: 100%;
  min-height: 10.813rem;
  padding: 3rem 0;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  overflow-y: hidden;
  overflow-x: auto;
  display: none;
}
.ids-header-1177-nav-item .ids-header-1177-nav-item__menu.ids-header-1177-nav-item__menu--expanded {
  display: flex;
}
.ids-header-1177-nav-item .ids-header-1177-nav-item__menu-content {
  max-width: var(--IDS__MAX-WIDTH);
  padding: var(--IDS__CONTAINER-PADDING);
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: flex;
}
.ids-header-1177-nav-item .ids-header-1177-nav-item__menu-col-1,
.ids-header-1177-nav-item .ids-header-1177-nav-item__menu-col-2,
.ids-header-1177-nav-item .ids-header-1177-nav-item__menu-col-3,
.ids-header-1177-nav-item .ids-header-1177-nav-item__menu-col-4 {
  flex: 0 25%;
  flex-shrink: 0;
}
.ids-header-1177-nav-item .ids-header-1177-nav__menu-item-wrapper {
  display: flex;
  padding: 0.5rem 0;
  margin-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  border-bottom: 0.063rem solid var(--IDS-HEADER-1177-NAV-ITEM-MENU__LINK-BORDER-COLOR);
}

.ids-header-1177-nav-item-dropdown-link {
  color: var(--IDS-HEADER-1177-NAV-DROPDOWN-ITEM__COLOR);
  border-bottom: 0.0625rem solid var(--IDS-HEADER-1177-NAV-DROPDOWN-ITEM__BORDER-COLOR);
  font-family: var(--IDS-FONT-FAMILY-BASE);
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none !important;
}
.ids-header-1177-nav-item-dropdown-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  bottom: 0;
  background-color: transparent;
  z-index: var(--IDS-Z-PSEUDO);
}
.ids-header-1177-nav-item-dropdown-link:hover:before {
  background-color: var(--IDS-HEADER-1177-NAV-DROPDOWN-ITEM__BEFORE-HOVER-COLOR);
}
.ids-header-1177-nav-item-dropdown-link > a {
  color: var(--IDS-HEADER-1177-NAV-DROPDOWN-ITEM__COLOR);
  font-family: var(--IDS-FONT-FAMILY-BASE);
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-decoration: none !important;
}
.ids-header-1177-nav-item-dropdown-link > a:active {
  color: var(--IDS-HEADER-1177-NAV-DROPDOWN-ITEM__ACTIVE-COLOR);
}
.ids-header-1177-nav-item-dropdown-link > a:hover,
.ids-header-1177-nav-item-dropdown-link > a:active:hover {
  color: var(--IDS-HEADER-1177-NAV-DROPDOWN-ITEM__HOVER-COLOR);
}
.ids-header-1177-nav-item-dropdown-link > a:focus-visible {
  outline-offset: -0.25rem !important;
}
.ids-header-1177-nav-item-dropdown-link.ids-header-1177-nav-item-dropdown-link--selected:before {
  background-color: var(--IDS-HEADER-1177-NAV-DROPDOWN-ITEM__BEFORE-SELECTED-COLOR);
}
.ids-header-1177-nav-item-dropdown-link.ids-header-1177-nav-item-dropdown-link--selected:hover:before {
  background-color: var(--IDS-HEADER-1177-NAV-DROPDOWN-ITEM__BEFORE-HOVER-COLOR);
}
.ids-header-1177-nav-item-dropdown-link:has(a:active):before {
  background-color: var(--IDS-HEADER-1177-NAV-DROPDOWN-ITEM__BEFORE-ACTIVE-COLOR);
}

.ids-header-1177-nav-item-mobile {
  display: none;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: 2rem;
  position: relative;
  color: var(--IDS-HEADER-1177-NAV-ITEM-MOBILE__COLOR);
  cursor: pointer;
}
.ids-header-1177-nav-item-mobile .ids-header-1177-nav-item-mobile__icon {
  color: var(--IDS-HEADER-1177-NAV-ITEM-MOBILE__ICON-COLOR);
  display: inline-block;
  position: absolute;
  left: 0.25rem;
  font-size: 1.5rem;
  height: 1.5rem;
}
.ids-header-1177-nav-item-mobile:hover .ids-header-1177-nav-item-mobile__icon {
  color: var(--IDS-HEADER-1177-NAV-ITEM-MOBILE__HOVER-COLOR);
}
.ids-header-1177-nav-item-mobile > a,
.ids-header-1177-nav-item-mobile > button {
  color: var(--IDS-HEADER-1177-NAV-ITEM-MOBILE__COLOR);
  height: 2rem;
  padding-left: 2rem;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: flex-end;
  background: none;
  border: none;
  cursor: pointer;
}
.ids-header-1177-nav-item-mobile > a:hover,
.ids-header-1177-nav-item-mobile > button:hover {
  text-decoration: underline !important;
  text-underline-offset: 0.125rem !important;
  text-decoration-thickness: 0.0938rem !important;
  color: var(--IDS-HEADER-1177-NAV-ITEM-MOBILE__HOVER-COLOR);
}
@media (max-width: 1023px) {
  .ids-header-1177-nav-item-mobile:not(.ids-header-1177-nav-item-mobile--unresponsive) {
    display: flex;
  }
}

.ids-header-1177-menu-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .ids-header-1177-menu-mobile {
    display: block;
  }
  .ids-header-1177-menu-mobile.ids-header-1177-menu-mobile--unresponsive {
    display: none;
  }
}
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button:focus-visible {
  outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
}
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button .ids-hamburger {
  transition: all 0.2s;
  cursor: pointer;
  user-select: none;
  position: relative;
  flex-shrink: 0;
}
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button .ids-hamburger__lines {
  display: block;
  cursor: pointer;
  border-radius: 0.125rem;
  transition: all 0.2s;
  background-color: var(--IDS-HEADER-1177-MOBILE-MENU__HAMBURGER-COLOR);
  position: relative;
  height: 0.0938rem;
  width: 100%;
  min-width: 1rem;
}
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button .ids-hamburger__lines:before,
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button .ids-hamburger__lines:after {
  display: inline-block;
  border-radius: 0.125rem;
  transition: all 0.2s;
  background-color: var(--IDS-HEADER-1177-MOBILE-MENU__HAMBURGER-COLOR);
  position: absolute;
  height: 0.0938rem;
  left: 0;
  width: 100%;
  min-width: 1rem;
  content: "";
  -webkit-transform-origin: 0.0063rem center;
  transform-origin: 0.0063rem center;
  -webkit-transform-origin: 0.13393rem center;
  transform-origin: 0.13393rem center;
}
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button .ids-hamburger__lines:before {
  top: 0.4375rem;
}
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button .ids-hamburger__lines:after {
  top: -0.4375rem;
}
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button:hover .ids-hamburger__lines,
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button:hover .ids-hamburger__lines:before,
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button:hover .ids-hamburger__lines:after {
  background-color: var(--IDS-HEADER-1177-MOBILE-MENU__HAMBURGER-HOVER-COLOR);
}
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button[aria-expanded=true] .ids-hamburger .ids-hamburger__lines {
  background: transparent;
}
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button[aria-expanded=true] .ids-hamburger .ids-hamburger__lines:before, .ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button[aria-expanded=true] .ids-hamburger .ids-hamburger__lines:after {
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 1rem;
}
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button[aria-expanded=true] .ids-hamburger .ids-hamburger__lines:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button[aria-expanded=true] .ids-hamburger .ids-hamburger__lines:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button:focus-visible {
  outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
  outline-offset: 0 !important;
  border-radius: var(--IDS-FOCUS__BORDER-RADIUS);
}
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button:focus-visible[aria-expanded=true] {
  border-radius: var(--IDS-BORDER-RADIUS-100);
}
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__button {
  border: 0;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  height: 2rem;
  width: 2rem;
  margin-right: -0.25rem;
  margin-left: 0.75rem;
  padding-inline-end: unset;
  padding-inline-start: unset;
  border-radius: var(--IDS-FOCUS__BORDER-RADIUS);
}
.ids-header-1177-menu-mobile .ids-header-1177-menu-mobile__items {
  display: none;
  background-color: var(--IDS-HEADER-1177-MOBILE-MENU__BACKGROUND-COLOR);
  border-top: 0.0625rem solid var(--IDS-HEADER-1177-MOBILE-MENU__BORDER-COLOR);
  position: absolute;
  left: 0;
  right: 0;
  z-index: var(--IDS-Z-RAISED);
  box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-1);
  top: 100%;
}
.ids-header-1177-menu-mobile.ids-header-1177-menu-mobile--expanded .ids-header-1177-menu-mobile__items {
  display: block;
}