.z-index-up {
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.block--markets-we-serve {
  margin-bottom: 5rem;
}
.block--markets-we-serve .header {
  position: relative;
}
.block--markets-we-serve .header::before {
  content: url("../../../assets/images/larson-shield.svg");
  position: absolute;
  left: -25px;
  top: 10px;
}
@media screen and (max-width: 991px) {
  .block--markets-we-serve .header::before {
    top: 0;
  }
}
.block--markets-we-serve ul li {
  list-style: none;
  color: #595959;
  font-weight: 400;
}
.block--markets-we-serve ul li:hover {
  cursor: pointer;
}
.block--markets-we-serve ul li.active {
  color: #000;
  font-weight: 700;
  position: relative;
}
.block--markets-we-serve ul li.active::before {
  position: absolute;
  content: url("../../../assets/images/svg-icons/arrow.svg");
  left: -40px;
  top: 3px;
}
.block--markets-we-serve .market-selector {
  position: relative;
}
@media screen and (max-width: 991px) {
  .block--markets-we-serve .market-selector:after {
    position: absolute;
    content: url("../../../assets/images/svg-icons/dropdown-arrow.svg");
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.block--markets-we-serve .market-selector .form-control {
  position: relative;
  background-color: #F2F2F2;
  border-radius: 0;
}
.block--markets-we-serve .market-wrapper {
  position: relative;
}
.block--markets-we-serve .market-wrapper .market-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
}
.block--markets-we-serve .market-wrapper .project-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .block--markets-we-serve .market-wrapper .project-content {
    width: 90%;
  }
}
.block--markets-we-serve .market-wrapper .repeater-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .block--markets-we-serve .market-wrapper .repeater-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    pointer-events: none;
  }
}
.block--markets-we-serve .market-wrapper .repeater-content .project-content {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .block--markets-we-serve .market-wrapper .repeater-content .project-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
