.header {
  /*background-color: #14141422;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}
.team-member {
  position: relative;
}
.team-member__image {
  opacity: 0.75;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
.team-member__linkedin {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 100;
  cursor: pointer;
  width: clamp(28px, 2.083vw, 54px);
  height: clamp(28px, 2.083vw, 54px);
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}
.team-member__linkedin:hover {
  background-color: var(--color-primary1);
}

.team-member__text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100px;
}

.innovation-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 48px;
}

.innovation-item {
  width: 100%;
  padding: 24px;
  border: 2px solid white;
  text-align: center;
  font-size: 32px;
  color: white;
  border-radius: 6px;
  flex: 1;
  line-height: 2.5rem;
}

.innovation-item__arrow {
  border: none;
  color: #141414;
  position: relative;
  background: var(--color-primary1);
  /*clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 15% 50%, 0% 0%);*/
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 50%, 0% 0%);
}

.goals-title {
  font-size: 26px;
  font-weight: bold;
  padding: 12px 0 8px;
}
.goals-description {
  font-size: 20px;
  font-weight: bold;
  padding: 12px 0 6px;
}
.goals-text {
}

.u-container-full {
  max-width: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bh-map-hover {
  mix-blend-mode: exclusion;
  position: absolute;
  inset: 0%;
}

.bh-map {
  z-index: 1;
  aspect-ratio: 2;
  opacity: 0.6;
  object-fit: cover;
  object-position: 50% 100%;
  position: relative;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.bh-map-wrap {
  flex-flow: column;
  place-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bh-map-point {
  z-index: 2;
  border-radius: 100%;
  background-color: #aeff0d33;
  width: 3.5em;
  height: 3.5em;
  font-size: 1.5vw;
  position: absolute;
  inset: 0 auto auto 0;
}
.bh-map-point:hover {
  z-index: 100;
  background-color: #7cf50988;
}

.bh-map-point.disabled {
  width: 2.1em;
  height: 2.1em;
  background-color: rgba(108, 108, 108, 0.2);
}
.bh-map-point.disabled > .bh-circle-small {
  background-color: rgba(220, 220, 220, 0.2);
  top: 0.7em;
  right: 0.7em;
}
.bh-map-point.disabled > .bh-map-tag {
  color: #3f3f3f;
  top: 0.5em;
}

.bh-map-point:hover > .bh-map-tag {
  opacity: 1;
}

.bh-map-tag {
  white-space: nowrap;
  word-break: normal;
  opacity: 0;
  position: absolute;
  inset: 1.15em auto auto 3.7em;
  transition: opacity 0.4s;
}

/*Hidden projects*/
.bh-map-point.point-spain {
  top: 12em;
  left: 30em;
}

.bh-map-point.point-germany {
  top: 9em;
  left: 33em;
}

.bh-map-point.point-utah {
  top: 10em;
  left: 8.4em;
}

.bh-map-point.point-alabama {
  top: 13em;
  left: 15em;
}

.bh-map-point.point-texas {
  top: 13.5em;
  left: 12em;
}

.bh-map-point.point-california {
  top: 13em;
  left: 9em;
}

.bh-map-point.point-colorado {
  top: 10em;
  left: 13em;
}

.bh-map-point.point-zambia {
  top: 21em;
  left: 35em;
}

.bh-map-point.point-madagascar {
  top: 23.2em;
  left: 39.2em;
}

.bh-map-point.point-uganda {
  top: 18em;
  left: 36em;
}

.bh-map-point.point-ukraine {
  top: 9.5em;
  left: 37em;
}

/* Project points*/
.bh-map-point.point-natron {
  top: 19.5em;
  left: 35.5em;
}

.bh-map-point.point-aceh {
  top: 18.6em;
  left: 48.2em;
}

.bh-map-point.point-south-sumatra {
  top: 19.6em;
  left: 49em;
}

.bh-map-point.point-kastamonu {
  top: 11.5em;
  left: 36.7em;
}

.bh-map-point.point-la-sol {
  top: 24.5em;
  left: 17.3em;
}

.bh-circle-1 {
  border-radius: 100%;
  background-color: #aeff0d33;
  width: 7vw;
  height: 7vw;
}

.bh-circle-small {
  border-radius: 100%;
  background-color: var(--color-primary1);
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 1.35em;
  left: auto;
  right: 1.35em;
}

.bh-map-list-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bh-map-list-mobile.u-color-faded {
  display: none;
}
.portfolio-project {
  padding-top: 100px;
  margin-top: -100px;
}
