/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/header-utility-bar/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.gnk-header__util-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
  height: 36px;
  background: #133A78;
  font-size: 13px;
  color: #C9D6EC;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.gnk-util-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gnk-icon-btn {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  transition: background 0.15s;
  flex-shrink: 0;
  font-family: inherit;
}

.gnk-icon-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

.gnk-icon-btn-bare {
  width: 22px;
  height: 22px;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  border-radius: 4px;
}

.gnk-icon-btn-bare:hover {
  background: rgba(255, 255, 255, 0.15);
}

.gnk-divider-v {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

.gnk-lang-switcher {
  display: flex;
  align-items: center;
  gap: 6px;
}

.gnk-lang-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #C9D6EC;
  font-family: inherit;
  font-size: 13px;
  padding: 0;
  transition: color 0.15s;
  text-decoration: none;
}

.gnk-lang-btn:hover {
  text-decoration: underline;
}

.gnk-lang-btn.active {
  color: #fff;
  font-weight: 600;
}

.gnk-lang-sep {
  color: rgba(255, 255, 255, 0.3);
}

.gnk-search-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}

.gnk-search-expand {
  overflow: hidden;
  width: 0;
  transition: width 0.25s ease;
  display: flex;
  align-items: center;
}

.gnk-search-expand.is-open {
  width: 280px;
}

.gnk-search-expand .search-form input[type=search] {
  height: 28px;
  border-radius: 6px;
  border: none;
  padding: 0 12px;
  font-size: 13px;
  width: 220px;
  outline: none;
  font-family: inherit;
}

@media (max-width: 991px) {
  .gnk-header__util-bar {
    padding: 0 24px;
  }
}

@media (max-width: 768px) {
  .gnk-header__util-bar-wrap,
  .gnk-header__util-bar {
    display: none !important;
  }
}

/*# sourceMappingURL=style-index.css.map*/