/* For Webkit-based browsers (Chrome, Safari and Opera) */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* For IE, Edge and Firefox */
.scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.body-no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

/* language selection indicator */
.dotted::after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background-color: white;
  border-radius: 50%;
  margin: -1px auto 0;
}

.h-hero {
  /* svh minus woh banner */
  height: calc(100svh - 55px);
}

.hbe-brandbar {
  background-color: #FAFAFA !important;
}

/* lightbox */
.lightbox {
  visibility: hidden;
  display: flex;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.video-wrapper {
  position: relative;
  align-items: center;
  justify-content: center;
}
