/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./dev/blocks/apo/gallery/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.apo-gallery.apo-gallery--style1, .apo-gallery.apo-gallery--style2, .apo-gallery.apo-gallery--style3 {
  gap: 1.25rem;
}
.apo-gallery .apo-gallery__item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.apo-gallery.apo-gallery--style1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
}
.apo-gallery.apo-gallery--style1 .apo-gallery__item {
  aspect-ratio: 310/254;
  max-height: 15.906rem;
  width: 100%;
  position: relative;
}
.apo-gallery.apo-gallery--style1 .apo-gallery__item:nth-child(n+5) {
  display: none !important;
}
.apo-gallery.apo-gallery--style1 .apo-gallery__item:has(.apo-gallery__item:nth-child(4)[data-hidden-count]) .apo-gallery__item:not(:nth-child(4)) {
  pointer-events: none;
}
.apo-gallery.apo-gallery--style1 .apo-gallery__item .apo-gallery__trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.apo-gallery.apo-gallery--style1 .apo-gallery__item:nth-child(4)[data-hidden-count]::before {
  content: "+" attr(data-hidden-count);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  font-weight: 600;
  font-size: 3.375rem;
  line-height: 120%;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}
.apo-gallery.apo-gallery--style1 .apo-gallery__item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.apo-gallery.apo-gallery--style2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
}
.apo-gallery.apo-gallery--style2 .apo-gallery__item {
  width: 100% !important;
  height: 100%;
  position: relative;
  aspect-ratio: 310/254;
  max-height: 15.906rem;
}
.apo-gallery.apo-gallery--style2 .apo-gallery__item:first-child {
  grid-row: span 2;
  min-height: 32.675rem;
  aspect-ratio: 642/523;
  min-width: 40.125rem;
}
.apo-gallery.apo-gallery--style2 .apo-gallery__item:nth-child(n+6) {
  display: none !important;
}
.apo-gallery.apo-gallery--style2 .apo-gallery__item:has(.apo-gallery__item:nth-child(5)[data-hidden-count]) .apo-gallery__item:not(:nth-child(5)) {
  pointer-events: none;
}
.apo-gallery.apo-gallery--style2 .apo-gallery__item:nth-child(5)[data-hidden-count]::before {
  content: "+" attr(data-hidden-count);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  font-weight: 600;
  font-size: 3.375rem;
  line-height: 120%;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}
.apo-gallery.apo-gallery--style2 .apo-gallery__item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.apo-gallery.apo-gallery--style3 {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
  overflow: hidden;
  --apo-marquee-speed: 55;
  gap: 0;
}
.apo-gallery.apo-gallery--style3 .apo-gallery__item {
  flex: 0 0 auto;
  aspect-ratio: 600/430;
  max-height: 26.875rem;
  min-width: 37.5rem;
}
.apo-gallery.apo-gallery--style3 .apo-gallery__item a {
  height: 100%;
  width: 100%;
  display: block;
}
.apo-gallery.apo-gallery--style3 .apo-gallery__item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.apo-gallery.apo-gallery--style3 .gallery-inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.25rem;
  animation-name: scroll-left;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-play-state: paused;
  will-change: transform;
  transform: translateZ(0);
  box-sizing: content-box;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.apo-carousel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
}
.apo-carousel-footer .carousel-control-prev,
.apo-carousel-footer .carousel-control-next {
  position: static;
  width: auto;
  height: auto;
  opacity: 1;
  color: #c5c5c5;
  transition: all 0.5s ease;
}
.apo-carousel-footer .carousel-control-prev:hover,
.apo-carousel-footer .carousel-control-next:hover {
  color: #2d2d2d;
}

.apo-carousel-caption {
  flex: 1;
  text-align: center;
  font-size: 1.063rem;
  font-weight: 500;
  line-height: 110%;
  transition: all 0.5s ease;
}

.apo-carousel-counter {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 110%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
}

/*# sourceMappingURL=style-index.css.map*/