.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.ux-iws-locale-selection-banner {
  display: block;
  position: relative;
  height: 0;
  transition: height 500ms ease-in-out;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #f6f6f6;
  padding: 0;
}
.ux-iws-locale-selection-banner__content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 35px;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-locale-selection-banner__content-container {
    padding: 10px 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.ux-iws-locale-selection-banner__description-text {
  font-family: "Frutiger-Light", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 13px;
  color: #727272;
  text-align: center;
  padding: 0 0 20px;
  flex: 1 1 auto;
}
@media only screen and (min-width: 768px) {
  .ux-iws-locale-selection-banner__description-text {
    padding: 0 10px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-locale-selection-banner__description-text {
    padding: 0 10px;
  }
}
.ux-iws-locale-selection-banner__select-container {
  margin-bottom: 20px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-locale-selection-banner__select-container {
    margin-bottom: 0;
    margin-right: 30px;
    margin-left: 10px;
  }
}
.ux-iws-locale-selection-banner__close-container {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
}
@media only screen and (max-width: 1023px) {
  .ux-iws-locale-selection-banner__close-container {
    position: absolute;
    top: 5px;
    right: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-locale-selection-banner__close-container {
    margin-left: 20px;
  }
}
.ux-iws-locale-selection-banner ux-select:not(.hydrated) {
  display: block;
  height: 44px;
  max-height: 44px;
  overflow: hidden;
}