/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {}
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  .paragraph-photo-gallery__view-all-button a {
    display: inline-block;
    padding: 12px 24px;
    border: 0;
    border-radius: 30px;
    background-color: #0046b4;
    color: #fff;
    font-size: 14px;
    font-family: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .paragraph-photo-gallery__view-all-button a + .btn {
      margin-top: 10px;
    }
  }
  .paragraph-photo-gallery__view-all-button a:focus {
    outline: none;
  }
  .paragraph-photo-gallery__view-all-button a:hover {
    color: #fff;
  }
  .paragraph-photo-gallery__view-all-button a:disabled, .paragraph-photo-gallery__view-all-button a.disabled, .paragraph-photo-gallery__view-all-button a[disabled] {
    opacity: 0.5;
    pointer-events: none;
  }
  .paragraph-photo-gallery__view-all-button a {
    padding: 8px 16px;
    font-size: 12px;
  }
  .paragraph-photo-gallery__view-all-button a {
    background-color: #0046b4;
    color: #fff;
  }
  .paragraph-photo-gallery__view-all-button a:hover {
    background-color: #336bc3;
  }
  .paragraph-photo-gallery__view-all-button a:active, .paragraph-photo-gallery__view-all-button a.active {
    background-color: #002a6c;
  }
  .btn-close {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
  }
  .btn-close:after, .btn-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 33px;
    background: #808080;
  }
  .btn-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .btn-close:before {
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .gallery-component__navigation .arrows {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 0;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #0046b4;
    font-size: 0;
    cursor: pointer;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.2));
  }
  @media (min-width: 767px) {
    .gallery-component__navigation .arrows {
      width: 60px;
      height: 60px;
      border: 5px solid #fff;
    }
  }
  .gallery-component__navigation .arrows:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 18px;
    height: 18px;
    background: url("../../../images/icons/solid-arrow-bold-left-white.svg") center no-repeat;
    background-size: 18px;
  }
  [dir=ltr] .gallery-component__navigation .arrows:after, .gallery-component__navigation [dir=ltr] .arrows:after {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  [dir=rtl] .gallery-component__navigation .arrows:after, .gallery-component__navigation [dir=rtl] .arrows:after {
    right: 50%;
    transform: translate(50%, -50%);
  }
  .gallery-component__navigation .arrows:focus {
    outline: none;
  }
  [dir=ltr] .gallery-component__navigation .arrows__left, .gallery-component__navigation [dir=ltr] .arrows__left {
    left: 0;
    transform: translateY(-50%);
  }
  [dir=rtl] .gallery-component__navigation .arrows__left, .gallery-component__navigation [dir=rtl] .arrows__left {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
  }
  [dir=ltr] .gallery-component__navigation .arrows__left:after, .gallery-component__navigation [dir=ltr] .arrows__left:after {
    margin-right: 2px;
  }
  [dir=rtl] .gallery-component__navigation .arrows__left:after, .gallery-component__navigation [dir=rtl] .arrows__left:after {
    margin-left: 2px;
  }
  [dir=ltr] .gallery-component__navigation .arrows__right, .gallery-component__navigation [dir=ltr] .arrows__right {
    right: 0;
    left: auto;
    transform: translateY(-50%) rotate(180deg);
  }
  [dir=rtl] .gallery-component__navigation .arrows__right, .gallery-component__navigation [dir=rtl] .arrows__right {
    left: 0;
    right: auto;
    transform: translateY(-50%) rotate(0deg);
  }
  [dir=ltr] .gallery-component__navigation .arrows__right:after, .gallery-component__navigation [dir=ltr] .arrows__right:after {
    margin-right: 2px;
  }
  [dir=rtl] .gallery-component__navigation .arrows__right:after, .gallery-component__navigation [dir=rtl] .arrows__right:after {
    margin-left: 2px;
  }
  .gallery-component__navigation .swiper-button-disabled.arrows {
    opacity: 0.5;
    pointer-events: none;
  }
}
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.primary-link, .paragraph-photo-gallery__field-link a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .paragraph-photo-gallery__field-link a:hover {
  text-decoration: underline;
  color: #336bc3;
}

.paragraph-photo-gallery {
  max-width: 1146px;
  padding-top: 55px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .paragraph-photo-gallery {
    padding-top: 80px;
    padding-bottom: 90px;
    margin: 0 auto 0 15px;
  }
}
@media (min-width: 992px) {
  .paragraph-photo-gallery {
    margin: 0 15px;
  }
}
@media (min-width: 1200px) {
  .paragraph-photo-gallery {
    margin: 0 auto;
  }
}
.paragraph-photo-gallery__field-title {
  max-width: 950px;
  margin-inline: 15px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__field-title {
    margin-inline: auto;
    font-size: 36px;
  }
}
.paragraph-photo-gallery__field-subtitle-long {
  max-width: 950px;
  margin-bottom: 25px;
  margin-inline: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__field-subtitle-long {
    margin-inline: auto;
    margin-bottom: 45px;
  }
}
.paragraph-photo-gallery__field-subtitle-long p {
  font-size: 16px;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__field-subtitle-long p {
    font-size: 18px;
  }
}
.paragraph-photo-gallery__gallery {
  height: 260px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__gallery {
    position: relative;
    overflow: auto;
    height: auto;
  }
}
.paragraph-photo-gallery__gallery-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__gallery-wrapper {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 100px;
    grid-gap: 20px;
  }
}
.paragraph-photo-gallery__gallery-wrapper > div:nth-child(1) {
  grid-column: span 2;
  grid-row: span 5;
}
.paragraph-photo-gallery__gallery-wrapper > div:nth-child(2) {
  grid-column: span 2;
  grid-row: span 3;
}
.paragraph-photo-gallery__gallery-wrapper > div:nth-child(3) {
  grid-column: span 1;
  grid-row: span 2;
}
.paragraph-photo-gallery__gallery-wrapper > div:nth-child(4) {
  grid-column: span 1;
  grid-row: span 2;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__gallery-wrapper.gallery-items--4 > div:nth-child(n+5) {
    display: none;
  }
}
.paragraph-photo-gallery__gallery-wrapper.gallery-items--5 > div:nth-child(3) {
  grid-column: span 1;
  grid-row: span 4;
}
.paragraph-photo-gallery__gallery-wrapper.gallery-items--5 > div:nth-child(4) {
  grid-column: span 1;
  grid-row: span 4;
}
.paragraph-photo-gallery__gallery-wrapper.gallery-items--5 > div:nth-child(5) {
  grid-column: span 2;
  grid-row: span 2;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__gallery-wrapper.gallery-items--5 > div:nth-child(n+6) {
    display: none;
  }
}
.paragraph-photo-gallery__gallery-wrapper.gallery-items--6 > div:nth-child(3) {
  grid-column: span 1;
  grid-row: span 4;
}
.paragraph-photo-gallery__gallery-wrapper.gallery-items--6 > div:nth-child(5) {
  grid-column: span 2;
  grid-row: span 2;
}
.paragraph-photo-gallery__gallery-wrapper.gallery-items--6 > div:nth-child(6) {
  grid-column: span 1;
  grid-row: span 2;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__gallery-wrapper.gallery-items--6 > div:nth-child(n+7) {
    display: none;
  }
}
.paragraph-photo-gallery__gallery-wrapper.gallery-items--7 > div:nth-child(3) {
  grid-column: span 2;
  grid-row: span 2;
}
.paragraph-photo-gallery__gallery-wrapper.gallery-items--7 > div:nth-child(4) {
  grid-column: span 1;
  grid-row: span 4;
}
.paragraph-photo-gallery__gallery-wrapper.gallery-items--7 > div:nth-child(5) {
  grid-column: span 1;
  grid-row: span 2;
}
.paragraph-photo-gallery__gallery-wrapper.gallery-items--7 > div:nth-child(6) {
  grid-column: span 2;
  grid-row: span 4;
}
.paragraph-photo-gallery__gallery-wrapper.gallery-items--7 > div:nth-child(7) {
  grid-column: span 1;
  grid-row: span 2;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__gallery-wrapper.gallery-items--7 > div:nth-child(n+8) {
    display: none;
  }
}
.paragraph-photo-gallery__gallery-item {
  display: flex;
  position: relative;
  width: 100vw;
  scroll-snap-align: start;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__gallery-item {
    width: 100%;
  }
}
.paragraph-photo-gallery__gallery-item .media-image-photo-gallery,
.paragraph-photo-gallery__gallery-item .media-image-photo-gallery__field-media-image {
  display: block;
  width: 100%;
  height: 100%;
}
.paragraph-photo-gallery__gallery-item .media-image-photo-gallery img,
.paragraph-photo-gallery__gallery-item .media-image-photo-gallery__field-media-image img {
  display: block;
  width: 100vw;
  height: 260px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__gallery-item .media-image-photo-gallery img,
.paragraph-photo-gallery__gallery-item .media-image-photo-gallery__field-media-image img {
    width: 100%;
    height: 100%;
  }
}
.paragraph-photo-gallery__gallery-item-counter {
  position: absolute;
  right: 17px;
  bottom: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 30px;
  padding: 3px 5px;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 70, 180, 0.85);
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__gallery-item-counter {
    display: none;
  }
}
.paragraph-photo-gallery__view-all-button {
  display: none;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__view-all-button {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
  }
}
.paragraph-photo-gallery__modal {
  position: relative;
  z-index: -1;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.paragraph-photo-gallery__modal.open {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow: auto;
  height: 100vh;
  background-color: rgba(248, 248, 248, 0.96);
}
.paragraph-photo-gallery__modal .btn-close {
  position: fixed;
  top: 15px;
}
[dir=ltr] .paragraph-photo-gallery__modal .btn-close {
  right: 15px;
}
[dir=rtl] .paragraph-photo-gallery__modal .btn-close {
  left: 15px;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__modal .btn-close {
    top: 30px;
  }
  [dir=ltr] .paragraph-photo-gallery__modal .btn-close {
    right: 30px;
  }
  [dir=rtl] .paragraph-photo-gallery__modal .btn-close {
    left: 30px;
  }
}
.paragraph-photo-gallery__modal .btn-close:before, .paragraph-photo-gallery__modal .btn-close:after {
  background-color: #606060;
}
.paragraph-photo-gallery__field-photo-gallery .gallery-top {
  width: 100%;
  height: 100vh;
  max-height: 250px;
}
@media (min-width: 767px) {
  .paragraph-photo-gallery__field-photo-gallery .gallery-top {
    max-height: 520px;
    position: static;
  }
}
.paragraph-photo-gallery__field-photo-gallery .gallery-thumbs {
  display: none;
  width: 100%;
  height: auto;
  padding: 15px 0 0;
  margin: -2px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__field-photo-gallery .gallery-thumbs {
    display: block;
  }
}
.paragraph-photo-gallery__field-photo-gallery .gallery-thumbs .swiper-wrapper {
  flex-wrap: wrap;
}
.paragraph-photo-gallery__field-photo-gallery .gallery-thumbs .swiper-slide {
  opacity: 1;
  width: 74px;
  height: 49px;
  margin: 2px;
  overflow: hidden;
  cursor: pointer;
}
.paragraph-photo-gallery__field-photo-gallery .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraph-photo-gallery__field-photo-gallery .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  position: relative;
}
.paragraph-photo-gallery__field-photo-gallery .gallery-thumbs .swiper-slide-thumb-active:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: url("../../../images/icons/solid-tick-white.svg") center no-repeat;
  background-color: rgba(0, 70, 180, 0.6);
  background-size: 24px;
}
.paragraph-photo-gallery__field-link {
  margin: 15px auto;
  display: block;
  width: fit-content;
}
.paragraph-photo-gallery__field-link a {
  font-size: 13px;
}

.gallery-component__swiper-wrap {
  position: absolute;
  top: 50%;
  width: 100vw;
  max-width: 780px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .gallery-component__swiper-wrap {
    width: 100%;
  }
}
[dir=ltr] .gallery-component__swiper-wrap {
  left: 50%;
  transform: translate(-50%, -50%);
}
[dir=rtl] .gallery-component__swiper-wrap {
  right: 50%;
  transform: translate(50%, -50%);
}
.gallery-component__item *:not(.contextual) {
  height: 100%;
  width: 100%;
}
.gallery-component__item img {
  object-fit: cover;
}
.gallery-component__navigation {
  position: absolute;
  z-index: 1;
  right: 15px;
  bottom: -60px;
  left: 15px;
  display: block;
  width: 185px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .gallery-component__navigation {
    top: 260px;
    bottom: auto;
    width: auto;
  }
}
.gallery-component__navigation .arrows__disabled, .gallery-component__navigation .arrows.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/*# sourceMappingURL=paragraph-photo-gallery.css.map */
