.thehands-our-locations {
  padding-top: 8rem;
  padding-bottom: clamp(80 / 10 * 1rem, 40 * (100vw - 375px) / 905 + 80px, 120 / 10 * 1rem);
}
.thehands-our-locations .wrap {
  text-align: center;
  width: 85.6rem;
  max-width: 100%;
  margin: 0 auto clamp(35 / 10 * 1rem, 20 * (100vw - 375px) / 905 + 35px, 55 / 10 * 1rem);
}
.thehands-our-locations .title {
  font-weight: 700;
  font-size: clamp(38 / 10 * 1rem, 50 * (100vw - 375px) / 905 + 38px, 88 / 10 * 1rem);
  line-height: 120%;
  margin-bottom: clamp(24 / 10 * 1rem, 31 * (100vw - 375px) / 905 + 24px, 55 / 10 * 1rem);
}
.thehands-our-locations .sub-title {
  font-weight: 400;
  font-size: clamp(16 / 10 * 1rem, 8 * (100vw - 375px) / 905 + 16px, 24 / 10 * 1rem);
  line-height: 150%;
}
.thehands-our-locations .sub-title strong {
  font-weight: 700;
}
.thehands-our-locations .locations .locations-select {
  position: relative;
}
.thehands-our-locations .locations .locations-select .current {
  display: none;
}
.thehands-our-locations .locations .locations-select .dropdown {
  display: flex;
  gap: 4.1rem;
  justify-content: center;
}
.thehands-our-locations .locations .locations-select .dropdown .item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  cursor: pointer;
}
.thehands-our-locations .locations .locations-select .dropdown .item span {
  font-size: clamp(14 / 10 * 1rem, 8 * (100vw - 375px) / 905 + 14px, 22 / 10 * 1rem);
  text-transform: uppercase;
  line-height: 120xp;
  color: rgb(244, 244, 244);
  transition: color var(--transition);
}
.thehands-our-locations .locations .locations-select .dropdown .item svg path {
  transition: fill var(--transition);
}
.thehands-our-locations .locations .locations-select .dropdown .item.active span {
  font-weight: 600;
  color: var(--color-orange);
}
.thehands-our-locations .locations .locations-select .dropdown .item.active svg path {
  fill: var(--color-orange);
}
.thehands-our-locations .locations .locations-select .dropdown .item:hover span {
  color: var(--color-orange);
}
.thehands-our-locations .locations .locations-select .dropdown .item:hover svg path {
  fill: var(--color-orange);
}
.thehands-our-locations .locations .locations-maps {
  margin-top: clamp(35 / 10 * 1rem, 10 * (100vw - 375px) / 905 + 35px, 45 / 10 * 1rem);
  height: clamp(523 / 10 * 1rem, 287 * (100vw - 375px) / 905 + 523px, 810 / 10 * 1rem);
  position: relative;
}
.thehands-our-locations .locations .locations-maps .item {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity var(--transition);
  pointer-events: none;
}
.thehands-our-locations .locations .locations-maps .item iframe {
  height: 100%;
  width: 100%;
}
.thehands-our-locations .locations .locations-maps .item.active {
  opacity: 1;
  pointer-events: all;
}

@media all and (max-width: 991px) {
  .thehands-our-locations .locations .locations-select {
    width: 18.7rem;
    margin: 0 auto;
    position: relative;
  }
  .thehands-our-locations .locations .locations-select .current {
    height: 4.1rem;
    width: 100%;
    display: flex;
    cursor: pointer;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 2.6rem;
  }
  .thehands-our-locations .locations .locations-select .current span {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 120%;
    text-transform: uppercase;
    color: white;
  }
  .thehands-our-locations .locations .locations-select .current > svg:first-child {
    transition: transform var(--transition);
  }
  .thehands-our-locations .locations .locations-select .current > svg:first-child path {
    fill: var(--color-orange);
  }
  .thehands-our-locations .locations .locations-select .dropdown {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 100%;
    z-index: -1;
    pointer-events: none;
    background-color: var(--color-dark);
    padding: 2.9rem 2.7rem;
    border-radius: 2.6rem;
    opacity: 0;
  }
  .thehands-our-locations .locations .locations-select .dropdown .item {
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 1.8rem 0;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  }
  .thehands-our-locations .locations .locations-select .dropdown .item span {
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 120xp;
    color: rgb(244, 244, 244);
    transition: color var(--transition);
    font-weight: 500;
  }
  .thehands-our-locations .locations .locations-select .dropdown .item svg {
    display: none;
  }
  .thehands-our-locations .locations .locations-select .dropdown .item.active span {
    color: var(--color-orange);
  }
  .thehands-our-locations .locations .locations-select .dropdown .item:hover span {
    color: var(--color-orange);
  }
  .thehands-our-locations .locations .locations-select .dropdown .item:last-child {
    border-bottom: none;
  }
  .thehands-our-locations .locations .locations-select.opened .current svg:nth-child(2) {
    transform: rotate(180deg);
  }
  .thehands-our-locations .locations .locations-select.opened .dropdown {
    opacity: 1;
    z-index: 1;
    pointer-events: all;
  }
}
/*# sourceMappingURL=our-locations.css.map */
