/**
 * @file
 * Form elements buttons partial.
 */
.paragraph-photo-gallery__field-link a,
.accommodation-photo-gallery__field-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border: 1px solid #EC0928;
  cursor: pointer;
  transition: all 400ms ease;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background-color: #EC0928;
}
@media (min-width: 767px) {
  .paragraph-photo-gallery__field-link a:hover,
.accommodation-photo-gallery__field-link a:hover, .paragraph-photo-gallery__field-link a:focus,
.accommodation-photo-gallery__field-link a:focus, .paragraph-photo-gallery__field-link a:active,
.accommodation-photo-gallery__field-link a:active {
    color: #EC0928;
    background-color: #fff;
    outline: 0 !important;
  }
}

/**
 * @file
 * SASS Extends.
 */
.node-school-full__gallery-component-label h3,
.node-camp-full__gallery-component-label h3 {
  position: relative;
  padding: 20px 0 0 0;
  color: #404040;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  overflow: hidden;
}
@media (min-width: 767px) {
  .node-school-full__gallery-component-label h3,
.node-camp-full__gallery-component-label h3 {
    padding: 0 0 15px 0;
    font-size: 20px;
  }
}
.node-school-full__gallery-component-label h3:after,
.node-camp-full__gallery-component-label h3:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
@media (min-width: 767px) {
  .node-school-full__gallery-component-label h3:after,
.node-camp-full__gallery-component-label h3:after {
    position: relative;
    left: 5px;
    display: inline-block;
    margin-right: -100%;
    vertical-align: middle;
  }
}

.gallery-component__navigation .arrows {
  position: absolute;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #EC0928;
  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/icon/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;
}

.paragraph-photo-gallery,
.accommodation-photo-gallery {
  max-width: 1146px;
  margin: 0 -15px;
  padding-top: 55px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .paragraph-photo-gallery,
.accommodation-photo-gallery {
    padding-top: 80px;
    padding-bottom: 90px;
    margin: 0 -15px 0 auto;
  }
}
@media (min-width: 992px) {
  .paragraph-photo-gallery,
.accommodation-photo-gallery {
    margin: 0 auto;
  }
}
.paragraph-photo-gallery__field-title,
.accommodation-photo-gallery__field-title {
  max-width: 950px;
  margin-inline: 15px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__field-title,
.accommodation-photo-gallery__field-title {
    margin-inline: auto;
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.paragraph-photo-gallery__field-subtitle-long,
.accommodation-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,
.accommodation-photo-gallery__field-subtitle-long {
    margin-inline: auto;
    margin-bottom: 45px;
  }
}
.paragraph-photo-gallery__field-subtitle-long p,
.accommodation-photo-gallery__field-subtitle-long p {
  font-size: 16px;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__field-subtitle-long p,
.accommodation-photo-gallery__field-subtitle-long p {
    font-size: 18px;
  }
}
.paragraph-photo-gallery__gallery,
.accommodation-photo-gallery__gallery {
  height: 260px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__gallery,
.accommodation-photo-gallery__gallery {
    overflow: auto;
    height: auto;
  }
}
.paragraph-photo-gallery__gallery-wrapper,
.accommodation-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,
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-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),
.accommodation-photo-gallery__gallery-wrapper.gallery-items--7 > div:nth-child(n+8) {
    display: none;
  }
}
.paragraph-photo-gallery__gallery-item,
.accommodation-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,
.accommodation-photo-gallery__gallery-item {
    width: 100%;
  }
}
.paragraph-photo-gallery__gallery-item .article,
.paragraph-photo-gallery__gallery-item .media-image-medium-lg,
.paragraph-photo-gallery__gallery-item .media-image-medium-lg__field-media-image,
.accommodation-photo-gallery__gallery-item .article,
.accommodation-photo-gallery__gallery-item .media-image-medium-lg,
.accommodation-photo-gallery__gallery-item .media-image-medium-lg__field-media-image {
  display: block;
  width: 100%;
  height: 100%;
}
.paragraph-photo-gallery__gallery-item .article img,
.paragraph-photo-gallery__gallery-item .media-image-medium-lg img,
.paragraph-photo-gallery__gallery-item .media-image-medium-lg__field-media-image img,
.accommodation-photo-gallery__gallery-item .article img,
.accommodation-photo-gallery__gallery-item .media-image-medium-lg img,
.accommodation-photo-gallery__gallery-item .media-image-medium-lg__field-media-image img {
  display: block;
  width: 100vw;
  height: 260px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__gallery-item .article img,
.paragraph-photo-gallery__gallery-item .media-image-medium-lg img,
.paragraph-photo-gallery__gallery-item .media-image-medium-lg__field-media-image img,
.accommodation-photo-gallery__gallery-item .article img,
.accommodation-photo-gallery__gallery-item .media-image-medium-lg img,
.accommodation-photo-gallery__gallery-item .media-image-medium-lg__field-media-image img {
    width: 100%;
    height: 100%;
  }
}
.paragraph-photo-gallery__gallery-item-counter,
.accommodation-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: #000;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__gallery-item-counter,
.accommodation-photo-gallery__gallery-item-counter {
    display: none;
  }
}
.paragraph-photo-gallery__view-all-button,
.accommodation-photo-gallery__view-all-button {
  margin: 30px 0 0;
  text-align: center;
}
.paragraph-photo-gallery__view-all-button a,
.accommodation-photo-gallery__view-all-button a {
  position: relative;
  display: inline-block;
  padding: 10px 40px 0;
  color: #EC0928;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
}
.paragraph-photo-gallery__view-all-button a:hover,
.accommodation-photo-gallery__view-all-button a:hover {
  color: #EC0928;
}
.paragraph-photo-gallery__view-all-button a:before,
.accommodation-photo-gallery__view-all-button a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #EC0928;
}
.paragraph-photo-gallery__modal,
.accommodation-photo-gallery__modal {
  position: relative;
  z-index: -1;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.paragraph-photo-gallery__modal.open,
.accommodation-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,
.accommodation-photo-gallery__modal .btn-close {
  position: fixed;
  top: 15px;
}
[dir=ltr] .paragraph-photo-gallery__modal .btn-close,
[dir=ltr] .accommodation-photo-gallery__modal .btn-close {
  right: 15px;
}
[dir=rtl] .paragraph-photo-gallery__modal .btn-close,
[dir=rtl] .accommodation-photo-gallery__modal .btn-close {
  left: 15px;
}
@media (min-width: 992px) {
  .paragraph-photo-gallery__modal .btn-close,
.accommodation-photo-gallery__modal .btn-close {
    top: 30px;
  }
  [dir=ltr] .paragraph-photo-gallery__modal .btn-close,
[dir=ltr] .accommodation-photo-gallery__modal .btn-close {
    right: 30px;
  }
  [dir=rtl] .paragraph-photo-gallery__modal .btn-close,
[dir=rtl] .accommodation-photo-gallery__modal .btn-close {
    left: 30px;
  }
}
.paragraph-photo-gallery__modal .btn-close:before, .paragraph-photo-gallery__modal .btn-close:after,
.accommodation-photo-gallery__modal .btn-close:before,
.accommodation-photo-gallery__modal .btn-close:after {
  background-color: #606060;
}
.paragraph-photo-gallery__field-photo-gallery .gallery-top,
.accommodation-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,
.accommodation-photo-gallery__field-photo-gallery .gallery-top {
    max-height: 520px;
    position: static;
  }
}
.paragraph-photo-gallery__field-photo-gallery .gallery-thumbs,
.accommodation-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,
.accommodation-photo-gallery__field-photo-gallery .gallery-thumbs {
    display: block;
  }
}
.paragraph-photo-gallery__field-photo-gallery .gallery-thumbs .swiper-wrapper,
.accommodation-photo-gallery__field-photo-gallery .gallery-thumbs .swiper-wrapper {
  flex-wrap: wrap;
}
.paragraph-photo-gallery__field-photo-gallery .gallery-thumbs .swiper-slide,
.accommodation-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,
.accommodation-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,
.accommodation-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,
.accommodation-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/icon/solid-tick-white.svg") center no-repeat;
  background-color: rgba(236, 9, 40, 0.6);
  background-size: 24px;
}
.paragraph-photo-gallery__field-link,
.accommodation-photo-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__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;
}

.node-school-full__gallery-component-label h3,
.node-camp-full__gallery-component-label h3 {
  max-width: 1146px;
  padding: 20px 15px 0;
  margin: 0 15px 15px auto;
  text-transform: none;
}
@media (min-width: 767px) {
  .node-school-full__gallery-component-label h3,
.node-camp-full__gallery-component-label h3 {
    padding: 0;
  }
}
.node-school-full__field-gallery-subtitle,
.node-camp-full__field-gallery-subtitle {
  max-width: 1146px;
  padding: 0 15px;
  margin: 0 auto 30px;
  color: #404040;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .node-school-full__field-gallery-subtitle,
.node-camp-full__field-gallery-subtitle {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .paragraph-photo-gallery {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.accommodation-photo-gallery {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .accommodation-photo-gallery {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .accommodation-photo-gallery {
    margin-right: auto;
  }
}
.accommodation-photo-gallery__gallery {
  margin-right: -15px;
}
.accommodation-photo-gallery__container.open .node-camp-full__accommodation-section-content {
  padding-top: 55px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .accommodation-photo-gallery__container {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}

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