header {
  background-color: #24b7c6 !important;
}
.language-button {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  width: 60px;
}
.language-not-selected {
  color: #ffffff !important;
}
@media screen and (max-width: 988px) {
  .language-not-selected {
    color: #565656 !important;
  }
  .language-selected {
    color: #24b7c6 !important;
  }
}
.grecaptcha-badge { visibility: hidden; }
