.language-switcher-locale-url span.language-link {
  color: #666666;
  font-size: 12px;
  padding: 0;
  cursor: auto;
  font-weight: 600;
  pointer-events: none;
}

.language-switcher-locale-url a.language-link {
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}

.language-switcher-locale-url .language-link.active {
  background-color: none;
  border-bottom: 0;
  color: #999;
  cursor: default;
  text-decoration: none;
}

.language-switcher-locale-url .language-link.active:hover {
  color: #999;
}

.language-switcher-locale-url .language-link:focus {
  text-decoration: none;
}

.language-switcher-locale-url {
  padding: 0 !important;
}

.language-switcher-locale-url li {
  text-transform: uppercase;
}

.language-switcher-locale-url li:last-child {
  border-right: 0;
}

.block-locale .block-title {
  display: none;
}

.brand-bar-section {
  border-top: 0px;
  background-color: #fafafa;
  height: auto;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: .3s all ease-in-out;
}

.brand-bar-section.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.brand-bar-section .container {
  background: transparent;
}

.brand-bar-section .brand-bar {
  background: transparent;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 66px;
}

.brand-bar-section .brand-bar ul {
  margin: 0;
  padding: 0 20px 0 0;
}

.brand-bar-section .brand-bar ul li {
  display: inline;
  padding: 0 8px;
  position: relative;
}

.brand-bar-section .brand-bar ul li:first-child:before {
  border-right: 1px solid;
  content: "";
  display: inline-block;
  width: 2px;
  position: absolute;
  height: 12px;
  right: -2px;
  top: calc(50% - 5px);
}

.brand-bar-section .brand-bar ul li a {
  color: #666;
  font-size: 12px;
  padding: 0;
  cursor: pointer;
}

.brand-bar-section .brand-bar ul li a.active {
  font-weight: 600;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  cursor: auto;
  pointer-events: none;
}

.brand-bar-section .brand-bar .brand-bar__info-02 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  padding: 6px 0px;
}

.brand-bar-section .brand-bar .brand-bar__info-01 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.brand-bar-section .brand-bar .brand-bar__logo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.brand-bar-section .brand-bar .brand-bar__logo .icon {
  fill: #012169;
  font-size: 72px;
  height: 32px;
}

.brand-bar-section .brand-bar .brand-bar__info-02.brand-bar__one-row {
  width: auto;
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .brand-bar-section {
    max-width: 320px;
  }
}

@media screen and (min-width: 1024px) {
  .brand-bar-section {
    position: relative;
    max-width: none;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    border-top: 3px solid #012169;
    background-image: linear-gradient(to right, white, #e9e9e9);
    height: 36px;
    transition: 0s all ease-in-out;
  }

  .brand-bar-section .brand-bar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: auto;
  }

  .brand-bar-section .brand-bar .brand-bar__info-02 {
    order: 0;
    width: auto;
    padding: 0 20px 0 0;
    border-bottom: 0px;
  }
  
  .prof-url-invisible {
    display: none;
  }
}