.paragraph-image-gallery__field-link a {
  display: inline-block;
  padding: 16px 60px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #00A4D9;
}
.paragraph-image-gallery__field-link a:hover {
  background-color: #007DB3;
  color: #fff;
}
.paragraph-image-gallery__field-link a:active {
  background-color: #240F6E;
  color: #fff;
}
.paragraph-image-gallery__view-all-button a {
  display: inline-block;
  padding: 15px 60px;
  border-radius: 5px;
  color: #00A4D9;
  font-weight: 700;
  text-decoration: none;
}
.paragraph-image-gallery__view-all-button a:hover {
  border: 1px solid #007DB3;
  color: #007DB3;
}
.paragraph-image-gallery__view-all-button a:active {
  border: 1px solid #240F6E;
  color: #240F6E;
}
.paragraph-image-gallery__view-all-button a {
  padding: 10px 20px;
  border: 1px solid #00A4D9;
  font-size: 13px;
  line-height: 1.3;
}
.paragraph-image-gallery {
  padding-left: 15px;
  padding-right: 15px;
}
.paragraph-image-gallery__container {
  padding-top: 55px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .paragraph-image-gallery__container {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
.paragraph-image-gallery__field-title {
  font-size: 24px;
  text-align: center;
  max-width: 950px;
  font-weight: 700;
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .paragraph-image-gallery__field-title {
    font-size: 36px;
  }
}
.paragraph-image-gallery__field-subtitle-long {
  max-width: 950px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: -15px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .paragraph-image-gallery__field-subtitle-long {
    margin-bottom: 45px;
  }
}
.paragraph-image-gallery__field-subtitle-long p {
  font-size: 16px;
}
@media (min-width: 992px) {
  .paragraph-image-gallery__field-subtitle-long p {
    font-size: 18px;
  }
}
.paragraph-image-gallery__gallery-component {
  margin-top: 30px;
  margin-bottom: 50px;
  clear: both;
}
@media (min-width: 767px) {
  .paragraph-image-gallery__gallery-component {
    margin-top: 0;
    margin-bottom: 95px;
  }
}
.paragraph-image-gallery__gallery-component-label h3 {
  max-width: 1146px;
  margin: 0 auto 15px;
  text-transform: none;
}
@media (min-width: 767px) {
  .paragraph-image-gallery__gallery-component-label h3 {
    margin-bottom: 0;
  }
}
.paragraph-image-gallery__field-gallery-subtitle {
  max-width: 1146px;
  margin: 0 auto 30px;
  color: #606060;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.paragraph-image-gallery__image-list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
@media (min-width: 767px) {
  .paragraph-image-gallery__image-list {
    justify-content: center;
    margin: 0 -15px;
    overflow: hidden;
  }
}
.paragraph-image-gallery__image-list > .media-container {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  width: calc(50% - 10px);
  height: 112px;
  margin: 5px;
  cursor: pointer;
}
@media (min-width: 767px) {
  .paragraph-image-gallery__image-list > .media-container {
    width: calc(25% - 4px);
    height: 277px;
    margin: 1px 2px;
  }
}
.paragraph-image-gallery__image-list > .media-container:after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #00A4D9 url("../../../images/icon/solid-images-white.svg") center no-repeat;
  background-size: 16px;
}
[dir=ltr] .paragraph-image-gallery__image-list > .media-container:after {
  right: 10px;
}
[dir=rtl] .paragraph-image-gallery__image-list > .media-container:after {
  left: 10px;
}
@media (min-width: 767px) {
  .paragraph-image-gallery__image-list > .media-container:after {
    width: 42px;
    height: 42px;
    background-size: 20px;
  }
}
.paragraph-image-gallery__image-list > .media-container *:not(.contextual) {
  height: 100%;
  width: 100%;
}
.paragraph-image-gallery__image-list > .media-container img {
  display: block;
  max-width: none;
  width: 100%;
  object-fit: cover;
}
.paragraph-image-gallery__view-all-button {
  margin: 30px 0 0;
  text-align: center;
}
.paragraph-image-gallery__modal {
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
}
.paragraph-image-gallery__modal.open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  overflow: auto;
  height: 100vh;
  background-color: rgba(248, 248, 248, 0.96);
  z-index: 999;
}
.paragraph-image-gallery__modal .btn-close {
  position: fixed;
  top: 15px;
}
[dir=ltr] .paragraph-image-gallery__modal .btn-close {
  right: 15px;
}
[dir=rtl] .paragraph-image-gallery__modal .btn-close {
  left: 15px;
}
@media (min-width: 992px) {
  .paragraph-image-gallery__modal .btn-close {
    top: 30px;
  }
  [dir=ltr] .paragraph-image-gallery__modal .btn-close {
    right: 30px;
  }
  [dir=rtl] .paragraph-image-gallery__modal .btn-close {
    left: 30px;
  }
}
.paragraph-image-gallery__modal .btn-close:before, .paragraph-image-gallery__modal .btn-close:after {
  background-color: #606060;
}
.paragraph-image-gallery__field-image-gallery .gallery-top {
  width: 100%;
  height: 100vh;
  max-height: 250px;
}
@media (min-width: 767px) {
  .paragraph-image-gallery__field-image-gallery .gallery-top {
    max-height: 520px;
    position: static;
  }
}
.paragraph-image-gallery__field-image-gallery .gallery-thumbs {
  display: none;
  width: 100%;
  height: auto;
  margin: -2px;
  box-sizing: border-box;
  padding: 15px 0 0;
}
@media (min-width: 992px) {
  .paragraph-image-gallery__field-image-gallery .gallery-thumbs {
    display: block;
  }
}
.paragraph-image-gallery__field-image-gallery .gallery-thumbs .swiper-wrapper {
  flex-wrap: wrap;
}
.paragraph-image-gallery__field-image-gallery .gallery-thumbs .swiper-slide {
  opacity: 1;
  width: 74px;
  height: 49px;
  margin: 2px;
  overflow: hidden;
  cursor: pointer;
}
.paragraph-image-gallery__field-image-gallery .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  position: relative;
}
.paragraph-image-gallery__field-image-gallery .gallery-thumbs .swiper-slide-thumb-active:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../../../images/icon/solid-tick-white.svg") center no-repeat;
  background-color: rgba(0, 164, 217, 0.75);
  background-size: 24px;
}
.paragraph-image-gallery__field-image-gallery .arrows {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 0;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #00A4D9;
  font-size: 0;
  cursor: pointer;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.2));
}
@media (min-width: 767px) {
  .paragraph-image-gallery__field-image-gallery .arrows {
    width: 60px;
    height: 60px;
    border: 5px solid #fff;
  }
}
.paragraph-image-gallery__field-image-gallery .arrows:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../../../images/icon/solid-arrow-bold-left-white.svg") center no-repeat;
  background-size: 24px;
}
[dir=ltr] .paragraph-image-gallery__field-image-gallery .arrows:after {
  left: 50%;
  transform: translate(-50%, -50%);
}
[dir=rtl] .paragraph-image-gallery__field-image-gallery .arrows:after {
  right: 50%;
  transform: translate(50%, -50%);
}
.paragraph-image-gallery__field-image-gallery .arrows:focus {
  outline: none;
}
[dir=ltr] .paragraph-image-gallery__field-image-gallery .arrows__left {
  left: 0;
  transform: translateY(-50%);
}
[dir=rtl] .paragraph-image-gallery__field-image-gallery .arrows__left {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
[dir=ltr] .paragraph-image-gallery__field-image-gallery .arrows__left:after {
  margin-right: 2px;
}
[dir=rtl] .paragraph-image-gallery__field-image-gallery .arrows__left:after {
  margin-left: 2px;
}
[dir=ltr] .paragraph-image-gallery__field-image-gallery .arrows__right {
  right: 0;
  left: auto;
  transform: translateY(-50%) rotate(180deg);
}
[dir=rtl] .paragraph-image-gallery__field-image-gallery .arrows__right {
  left: 0;
  right: auto;
  transform: translateY(-50%) rotate(0deg);
}
[dir=ltr] .paragraph-image-gallery__field-image-gallery .arrows__right:after {
  margin-right: 2px;
}
[dir=rtl] .paragraph-image-gallery__field-image-gallery .arrows__right:after {
  margin-left: 2px;
}
.paragraph-image-gallery__field-image-gallery .arrows__disabled, .paragraph-image-gallery__field-image-gallery .arrows.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.paragraph-image-gallery__field-link {
  margin: 15px auto;
  display: block;
  width: fit-content;
}
.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__container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-component__item *:not(.contextual) {
  height: 100%;
  width: 100%;
}
.gallery-component__item img {
  display: block;
  max-width: none;
  width: 100%;
  object-fit: cover;
}
.gallery-component__navigation {
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 1;
  bottom: -60px;
  display: block;
  width: 185px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .gallery-component__navigation {
    top: 260px;
    bottom: auto;
    width: auto;
  }
}

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