.home-faq__trigger {
  display: block;
  position: relative;
  padding: 24px;
  color: #313131;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: -0.5px;
}
.home-faq__item {
  border-radius: 20px;
  background: #f1f4e6;
  margin-bottom: 12px;
}

.home-faq__output {
  padding: 0 24px 24px;
  display: none;
}
.home-faq__output > a {
  margin-top: 28px;
  display: inline-block;
}
.home-faq__trigger h5 {
  color: #313131;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: -0.5px;
}

.home-faq__trigger {
  position: relative;
}
.home-faq__trigger::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../../assets/icons/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
}
.home-faq__item.active .home-faq__output {
  display: block;
}
.home-faq__item.active .home-faq__trigger::after,
.home-faq__trigger.active::after {
  transform: rotate(45deg) translate(-50%, -50%);
  transition: 0.3s;
}
.locations-content__wrapper {
  gap: 40px;
}
.location-content__left {
  width: 77%;
}
.location-content__right {
  width: 23%;
}
.location__image {
  border-radius: 16px;
}

.locations__content h3,
.faq_title h3 {
  color: #313131;
  font-size: clamp(34px, 2.395833333333333vw, 46px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1px;
  padding-bottom: 20px;
  padding-top: 56px;
}
.locations__content strong {
  color: rgba(59, 59, 59, 0.85);
}
.locations__content ol {
  margin: 0;
  padding-left: 20px;
}

.locations__content ul li,
.locations__content ol li {
  position: relative;
  color: #69745d;
  font-weight: 500;
  padding: 10px 0 10px 40px;
  border-bottom: 1px solid #ecebea;
}
.locations__content ol li {
  list-style-type: decimal;
  padding: 10px 0 10px 20px;
}
.locations__content ul li:not(:last-of-type),
.locations__content ol li:not(:last-of-type) {
  margin-bottom: 15px;
}

.locations__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../../assets/icons/checked-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.locations__content p {
  color: rgba(59, 59, 59, 0.75);
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 1.4;
}
.locations-sidebar {
  padding: 26px;
  background-color: #faf3e9;
  border-radius: 24px;
  position: sticky;
  top: 105px;
}
.locations__map iframe {
  border-radius: 16px;
  height: 260px;
  filter: invert(90%) hue-rotate(180deg);
}
.locations__info__link {
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 16px;
  border-bottom: 1px solid #ecebea;
  color: #69745d;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 1.1;
}
.locations__info__link svg {
  min-width: 24px;
}
.locations__info__link strong {
  font-weight: 600;
}

.locations-sidebar .filled__button {
  white-space: nowrap;
}

.page-id-523 #page,
.page-id-462 #page,
.page-id-531 #page,
.page-id-534 #page {
  overflow: visible;
}

@media only screen and (max-width: 1860px) {
  .locations-sidebar .filled__button {
    white-space: wrap;
    text-align: center;
  }
}
@media only screen and (max-width: 1670px) {
  .location-content__left {
    width: 70%;
  }
  .location-content__right {
    width: 30%;
  }
}
@media only screen and (max-width: 1400px) {
  .location-content__left {
    width: 65%;
  }
  .location-content__right {
    width: 35%;
  }
  .global-hero {
    height: 400px;
  }
}
@media only screen and (max-width: 992px) {
  .location-content__left {
    width: 100%;
  }
  .location-content__right {
    width: 100%;
  }
  .locations-content__wrapper {
    flex-direction: column-reverse;
  }
  .locations__map iframe {
    width: 100%;
  }
  .global-hero {
    height: 350px;
  }
}

@media only screen and (max-width: 576px) {
  .locations-sidebar {
    padding: 15px;
    background-color: #faf3e9;
    border-radius: 24px;
    position: sticky;
    top: 105px;
  }
  .locations-content__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
