.bee-tabs-controls.has-scrollbar {
  position: relative;
}

.bee-tabs-controls.has-scrollbar::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.5em;
  height: 100%;
  background: linear-gradient(to right, rgba(var(--bee-secondary-rgb), 0) 0%, rgba(var(--bee-secondary-rgb), 0.5) 100%);
  pointer-events: none;
}

.bee-tabs-controls ul {
  display: flex;
  max-width: none;
  padding: 0 !important;
  margin: 0;
  border-bottom: 1px solid #d5e3e1;
  list-style: none !important;
  line-height: inherit !important;
}

.bee-tabs-controls.has-scrollbar ul {
  position: relative;
  overflow: scroll;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--bee-primary) var(--bee-secondary);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.bee-tabs-controls.has-scrollbar ul::-webkit-scrollbar {
  width: 6px;
  height: 8px;
  background-color: var(--bee-secondary);
}

.bee-tabs-controls li:not(:last-child) {
  border-right: 1px solid #d5e3e1;
}

.bee-tabs-controls a,
.bee-child-tabs-controls a {
  padding: 0.5em 1em;
  color: #24322f;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 200 !important ;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 0.25s ease,
    font-weight 0.25s ease;
}
.bee-tabs-controls a {
  display: inline-block;
}

.bee-tabs-controls a:hover,
.bee-tabs-controls a:focus,
.bee-tabs-controls li.bee-tabs-controls-active a,
.bee-child-tabs-controls a:hover,
.bee-child-tabs-controls a:focus,
.bee-child-tabs-controls li.bee-child-tabs-controls-active a {
  background-color: #f0f5f4;
}

.bee-tabs-controls-active a,
.bee-child-tabs-controls-active a {
  pointer-events: none;
  font-weight: 300 !important;
}

.bee-tabs-content {
  padding: 0.5em 0;
}

@media screen and (min-width: 840px) {
  .bee-tabs-content {
    padding: 1em 0;
  }
}

@media screen and (min-width: 840px) {
  .bee-child-tabs {
    display: flex;
  }
}

.bee-child-tabs-controls ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  margin: 0 0 1em 0;
  list-style: none !important;
  line-height: inherit !important;
}

@media screen and (min-width: 840px) {
  .bee-child-tabs-controls ul {
    display: inline-flex;
    flex-direction: column;
    margin: 0 1em 0 0;
  }
}

.bee-child-tabs-controls li {
  display: inline-block;
  border: 1px solid #d5e3e1;
}

@media screen and (min-width: 840px) {
  .bee-child-tabs-controls li:not(:last-child) {
    border-bottom: none;
  }
}

.bee-child-tabs-controls a {
  display: block;
  min-width: 7.1em;
}

.bee-child-tabs-content {
  width: calc(100% - 1em);
  padding-left: 1em;
}

.bee-child-tabs-content.has-scrollbar {
  overflow: scroll;
  overflow-y: hidden;
  scrollbar-color: var(--bee-primary) var(--bee-secondary);
  scrollbar-width: thin;
}

.bee-child-tabs-content.has-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 8px;
  background-color: var(--bee-secondary);
}

.bee-team {
  display: inline-flex;
  gap: 2em;
  padding-bottom: 0.5em;
}

.bee-team-member {
  width: 12em;
  min-width: 12em;
  font-size: 0.85em;
  line-height: 1.1em;
  text-align: center;
}

.bee-team-member img {
  display: block;
  width: 7.5em;
  height: 7.5em;
  margin: 0 auto 1em auto;
  border-radius: 100%;
}

.bee-team-member h3 {
  margin: 0 0 0.1em 0 !important;
  font-family: 'Mada', Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 1em !important;
  font-weight: 600 !important;
}

.bee-team-member p {
  margin: 0;
}

.bee-team-member strong {
  display: block;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #abc7c2;
  font-weight: 400 !important;
}

.bee-team-member a {
  color: var(--bee-primary);
  font-size: 0.85em;
}

.bee-map {
  padding-top: 1em;
}

.bee-map svg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.bee-map polygon,
.bee-map path {
  fill: #d4e4e1;
}

.bee-map .region polygon,
.bee-map .region path {
  fill: #5d8b82;
}

.bee-map .region {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.bee-map .region.is-active {
  opacity: 1;
}
