.paragraph--locations {
  overflow: hidden;
}
.paragraph--locations .intro {
  background-color: var(--background--background-dark);
  color: #fff;
  padding: clamp(var(--spacing--6), 8vw, var(--spacing--8)) 0 var(--spacing--4);
}
.paragraph--locations .img-wrapper {
  background-color: #2b0001;
}
.paragraph--locations .img-wrapper picture img {
  margin: 0 auto;
  max-width: 180rem;
  width: 100%;
  height: 100%;
}
.paragraph--locations .content-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing--2);
}
@media (max-width: 991px) {
  .paragraph--locations .content-text {
    gap: var(--spacing--3);
    margin-top: var(--spacing--3);
  }
}
.paragraph--locations .location-country-list {
  background-color: var(--background--background);
  color: var(--text--primary);
  padding: var(--spacing--6) 0 var(--spacing--7);
  width: 100%;
}
.paragraph--locations .location-country-list .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: var(--spacing--3);
}
.paragraph--locations .location-country-list .swiper {
  overflow: initial;
}
@media (min-width: 1200px) {
  .paragraph--locations .location-country-list .swiper {
    width: 80%;
    margin-left: initial;
  }
}
.paragraph--locations .location-country-list .swiper-slide {
  height: auto;
}
.paragraph--locations .location-country-list .slider-navigation {
  display: flex;
  gap: var(--spacing--1);
}
.paragraph--locations .location-country-list .slider-navigation .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .paragraph--locations .location-country-list {
    width: calc(100% - var(--spacing--4));
  }
  .paragraph--locations .location-country-list .slider-navigation {
    display: none;
  }
}
/*# sourceMappingURL=paragraph--locations.css.map */
