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

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

/*******
* ICONS
********/
/*******
* BUTTONS
********/
/*******
* SCROLLBAR
********/
/*******
* FORM
********/
/*******
* A11Y
********/
.ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-left: 2.5rem;
  text-decoration: none;
  position: relative;
  height: 3.875rem;
  min-width: 2rem;
  border-radius: 0.0313rem;
}
.ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive) .ids-header-1177-pro-item-icon {
  max-width: 2rem;
  max-height: 2rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive) .ids-header-1177-pro-item-icon [class^=ids-icon-] {
  font-size: 2rem;
  color: var(--IDS-HEADER-1177-PRO-ITEM__ICON-COLOR);
}
@media (max-width: 1024px) {
  .ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive) .ids-header-1177-pro-item-icon {
    max-width: 1.5rem;
    max-height: 1.5rem;
  }
  .ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive) .ids-header-1177-pro-item-icon [class^=ids-icon-] {
    font-size: 1.5rem;
  }
}
.ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive) a {
  cursor: pointer;
  position: relative;
  height: 3.875rem;
  z-index: 1;
  inset: 0;
  padding: 0;
  margin: 0;
  border: 0;
  color: var(--IDS-HEADER-1177-PRO-ITEM__COLOR);
  font-family: var(--IDS-FONT-FAMILY-BASE);
  line-height: 1.5rem !important;
  font-size: 1.125rem;
  text-align: center;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 0.0313rem;
}
.ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive) button {
  cursor: pointer;
  position: relative;
  height: 3.875rem;
  z-index: 1;
  inset: 0;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: var(--IDS-HEADER-1177-PRO-ITEM__COLOR);
  font-family: var(--IDS-FONT-FAMILY-BASE);
  line-height: 1.5rem !important;
  font-size: 1.125rem;
  text-align: center;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.0313rem;
}
.ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive):hover .ids-header-1177-pro-item-icon {
  color: var(--IDS-HEADER-1177-PRO-ITEM__HOVER-COLOR);
}
.ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive):hover .ids-header-1177-pro-item-icon [class^=ids-icon-]:before {
  color: var(--IDS-HEADER-1177-PRO-ITEM__HOVER-COLOR);
}
.ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive) a:hover,
.ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive) button:hover {
  color: var(--IDS-HEADER-1177-PRO-ITEM__HOVER-COLOR);
  text-decoration: underline !important;
  text-underline-offset: 0.125rem;
}
@media (max-width: 1024px) {
  .ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive) {
    margin-left: 1.25rem;
    height: 2rem;
  }
  .ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive) .ids-header-1177-pro-item-icon {
    top: 0.25rem;
  }
  .ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive) a,
  .ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive) a:hover,
  .ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive) button,
  .ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive) button:hover {
    color: transparent;
    font-size: 0.0063rem;
    height: 2rem;
    width: 2rem;
  }
}
@media (max-width: 1024px) {
  .ids-header-1177-pro-item:not(.ids-header-1177-pro-item--unresponsive):not(.ids-header-1177-pro-item--mobile) {
    display: none;
  }
}
.ids-header-1177-pro-item.ids-header-1177-pro-item--unresponsive {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-left: 2.5rem;
  text-decoration: none;
  position: relative;
  height: 3.875rem;
  min-width: 2rem;
  border-radius: 0.0313rem;
}
.ids-header-1177-pro-item.ids-header-1177-pro-item--unresponsive .ids-header-1177-pro-item-icon {
  max-width: 2rem;
  max-height: 2rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ids-header-1177-pro-item.ids-header-1177-pro-item--unresponsive .ids-header-1177-pro-item-icon [class^=ids-icon-] {
  font-size: 2rem;
  color: var(--IDS-HEADER-1177-PRO-ITEM__ICON-COLOR);
}
.ids-header-1177-pro-item.ids-header-1177-pro-item--unresponsive a {
  cursor: pointer;
  position: relative;
  height: 3.875rem;
  z-index: 1;
  inset: 0;
  padding: 0;
  margin: 0;
  border: 0;
  color: var(--IDS-HEADER-1177-PRO-ITEM__COLOR);
  font-family: var(--IDS-FONT-FAMILY-BASE);
  line-height: 1.5rem !important;
  font-size: 1.125rem;
  text-align: center;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 0.0313rem;
}
.ids-header-1177-pro-item.ids-header-1177-pro-item--unresponsive button {
  cursor: pointer;
  position: relative;
  height: 3.875rem;
  z-index: 1;
  inset: 0;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: var(--IDS-HEADER-1177-PRO-ITEM__COLOR);
  font-family: var(--IDS-FONT-FAMILY-BASE);
  line-height: 1.5rem !important;
  font-size: 1.125rem;
  text-align: center;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.0313rem;
}
.ids-header-1177-pro-item.ids-header-1177-pro-item--unresponsive:hover .ids-header-1177-pro-item-icon {
  color: var(--IDS-HEADER-1177-PRO-ITEM__HOVER-COLOR);
}
.ids-header-1177-pro-item.ids-header-1177-pro-item--unresponsive:hover .ids-header-1177-pro-item-icon [class^=ids-icon-]:before {
  color: var(--IDS-HEADER-1177-PRO-ITEM__HOVER-COLOR);
}
.ids-header-1177-pro-item.ids-header-1177-pro-item--unresponsive a:hover,
.ids-header-1177-pro-item.ids-header-1177-pro-item--unresponsive button:hover {
  color: var(--IDS-HEADER-1177-PRO-ITEM__HOVER-COLOR);
  text-decoration: underline !important;
  text-underline-offset: 0.125rem;
}