/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./components/gallery/gallery.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.gallery_gallerySection__xpSNP,
.gallery_galleryPage__TcIKm {
  background: var(--bg-elevated);
}

.gallery_galleryHead__K9T07 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-bottom: 22px;
}

.gallery_galleryHead__K9T07 .section-title {
  margin: 0;
}

.gallery_galleryCarousel__74nw4 {
  margin-top: 0;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.gallery_carouselInner__X0RvR {
  position: relative;
  height: min(58vw, 560px);
  overflow: hidden;
  touch-action: pan-y;
}

@media (min-width: 721px) {
  .gallery_gallerySection__xpSNP .gallery_carouselInner__X0RvR {
    height: min(60vw, 600px);
  }
}

.gallery_carouselTrack__8jAZf {
  display: flex;
  height: 100%;
  transition: transform 0.56s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.gallery_carouselIndicators__LlsUv {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  list-style: none;
  z-index: 4;
}

.gallery_carouselIndicatorItem__eeny0 {
  display: flex;
}

.gallery_carouselIndicatorButton__XVx7K {
  width: 26px;
  height: 4px;
  border: 0;
  padding: 0;
  background: rgba(198, 204, 214, 0.32);
  cursor: pointer;
}

.gallery_carouselIndicatorItemActive__btlvI .gallery_carouselIndicatorButton__XVx7K {
  background: var(--accent);
}

.gallery_carouselItem__6J01q {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.gallery_galleryImage__auhgv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery_galleryCaption__hjd2l {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 18px 36px;
  z-index: 2;
  display: none;
}

.gallery_galleryTitle__oSM62 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.gallery_galleryMeta__Jd5fO {
  margin: 0;
  color: var(--text-muted);
}

.gallery_carouselControl__UUaew {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12%;
  min-width: 72px;
  border: 0;
  background: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  z-index: 5;
  overflow: hidden;
}

.gallery_carouselControl__UUaew::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.55;
  transition: opacity 0.24s ease;
  pointer-events: none;
}

.gallery_carouselControlPrev__gAwqI {
  left: 0;
  justify-content: flex-start;
  padding-left: 22px;
}

.gallery_carouselControlPrev__gAwqI::before {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 44%,
    rgba(0, 0, 0, 0) 100%
  );
}

.gallery_carouselControlNext__667zi {
  right: 0;
  justify-content: flex-end;
  padding-right: 22px;
}

.gallery_carouselControlNext__667zi::before {
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 44%,
    rgba(0, 0, 0, 0) 100%
  );
}

.gallery_carouselControl__UUaew:hover::before,
.gallery_carouselControl__UUaew:focus-visible::before {
  opacity: 1;
}

.gallery_carouselControlPrevIcon__6xyQ8,
.gallery_carouselControlNextIcon__hWxew {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.7);
}

.gallery_carouselControlPrevIcon__6xyQ8::before {
  content: "‹";
  font-size: 92px;
  font-weight: 300;
}

.gallery_carouselControlNextIcon__hWxew::before {
  content: "›";
  font-size: 92px;
  font-weight: 300;
}

.gallery_carouselControlPrev__gAwqI:hover .gallery_carouselControlPrevIcon__6xyQ8,
.gallery_carouselControlNext__667zi:hover .gallery_carouselControlNextIcon__hWxew {
  color: rgba(255, 255, 255, 0.9);
}

.gallery_carouselControl__UUaew:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: -2px;
}

.gallery_srOnly__Mdu_m {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gallery_galleryPageGrid__tmSD_ {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery_galleryAlbumsWrap__aE_ow {
  display: grid;
  gap: 24px;
}

.gallery_galleryAlbumsGrid__MulcM {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gallery_galleryAlbumCard__7bcTh {
  border: 1px solid var(--border);
  background: linear-gradient(160deg, #1a1c1f 0%, #24272d 100%);
  padding: 0;
  display: grid;
  grid-template-rows: auto auto;
  cursor: pointer;
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gallery_galleryAlbumCard__7bcTh:hover,
.gallery_galleryAlbumCard__7bcTh:focus-visible {
  transform: translateY(-2px);
  border-color: #4a505b;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.34);
}

.gallery_galleryAlbumCardActive__g4f2b {
  border-color: var(--accent);
  box-shadow: 0 12px 24px rgba(210, 31, 53, 0.16);
}

.gallery_galleryAlbumCardMedia__6unDu {
  display: block;
  width: 100%;
  overflow: hidden;
}

.gallery_galleryAlbumCardImage__s1XyT {
  width: 100%;
  height: 148px;
  object-fit: cover;
  display: block;
}

.gallery_galleryAlbumCardBody__lZHiY {
  padding: 10px 12px 12px;
  display: grid;
  gap: 6px;
}

.gallery_galleryAlbumCardTitle__96R91 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.gallery_galleryAlbumCardMeta__HTZAO {
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.3;
}

.gallery_galleryAlbumCarouselSection__hQpkQ {
  display: grid;
  gap: 12px;
}

.gallery_galleryAlbumDescription__oLleX {
  margin: 0 0 18px;
  color: var(--text-muted);
  line-height: 1.45;
}

.gallery_galleryAlbumCarouselHead__gb0Pb .section-title {
  margin: 0;
}

.gallery_galleryBackendBlock__ybAHG {
  margin-top: 34px;
  display: grid;
  gap: 14px;
}

.gallery_galleryCard__eA_yW {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
}

.gallery_galleryCardButton__MllCq {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.gallery_galleryCardButton__MllCq:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}

.gallery_galleryCardImage__p6BjL {
  width: 100%;
  height: min(28vw, 280px);
  object-fit: cover;
  display: block;
}

.gallery_galleryCardCaption__4fsUt {
  padding: 12px 14px;
}

.gallery_galleryCardTitle__ZPPkE {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-main);
}

.gallery_galleryCardMeta__zNduJ {
  margin: 0;
  color: var(--text-muted);
}

.gallery_galleryLightbox__aq9NR {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  background: rgba(13, 16, 24, 0.82);
}

.gallery_galleryLightboxContent__FNDpj {
  position: relative;
  width: min(2200px, 99vw);
}

.gallery_galleryLightboxMedia__Fkwsp {
  position: relative;
  width: fit-content;
  max-width: 99vw;
  margin: 0 auto;
}

.gallery_galleryLightboxImage__R5x9r {
  width: auto;
  height: 80vh;
  max-width: min(92vw, 2100px);
  max-height: 80vh;
  display: block;
  background: transparent;
}

.gallery_galleryLightboxClose__RJrhq {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(18, 19, 22, 0.72);
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: var(--radius-sm);
  padding: 0;
  font-size: 34px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.gallery_galleryLightboxClose__RJrhq:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.gallery_galleryLightboxOpening__AwKpJ {
  animation: gallery_gallery-lightbox-fade-in__Qq7f_ 220ms ease forwards;
}

.gallery_galleryLightboxOpen__6AE7p {
  opacity: 1;
}

.gallery_galleryLightboxClosing__5Z_Op {
  animation: gallery_gallery-lightbox-fade-out__zyZRc 220ms ease forwards;
}

.gallery_galleryLightboxOpening__AwKpJ .gallery_galleryLightboxContent__FNDpj {
  animation: gallery_gallery-lightbox-zoom-in__7J3a6 220ms ease forwards;
}

.gallery_galleryLightboxClosing__5Z_Op .gallery_galleryLightboxContent__FNDpj {
  animation: gallery_gallery-lightbox-zoom-out__qQJ2d 220ms ease forwards;
}

@keyframes gallery_gallery-lightbox-fade-in__Qq7f_ {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes gallery_gallery-lightbox-fade-out__zyZRc {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes gallery_gallery-lightbox-zoom-in__7J3a6 {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes gallery_gallery-lightbox-zoom-out__qQJ2d {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  to {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
  }
}

@media (min-width: 768px) {
  .gallery_galleryCaption__hjd2l {
    display: block;
  }
}

@media (max-width: 1080px) {
  .gallery_galleryAlbumsGrid__MulcM {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery_galleryPageGrid__tmSD_ {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery_carouselControl__UUaew {
    width: 14%;
    min-width: 60px;
  }

  .gallery_carouselControlPrev__gAwqI {
    padding-left: 14px;
  }

  .gallery_carouselControlNext__667zi {
    padding-right: 14px;
  }

  .gallery_carouselControlPrevIcon__6xyQ8::before,
  .gallery_carouselControlNextIcon__hWxew::before {
    font-size: 80px;
  }
}

@media (max-width: 720px) {
  .gallery_galleryCarousel__74nw4 {
    overflow: visible;
    margin-bottom: 20px;
  }

  .gallery_carouselInner__X0RvR {
    order: 1;
  }

  .gallery_carouselIndicators__LlsUv {
    position: absolute;
    left: 50%;
    bottom: -20px;
    order: 2;
    transform: translateX(-50%);
    justify-content: center;
    margin: 0;
    z-index: 6;
  }

  .gallery_carouselIndicatorButton__XVx7K {
    width: 9px;
    height: 9px;
    border-radius: 0;
  }

  .gallery_galleryAlbumCarouselSection__hQpkQ {
    display: none;
  }

  .gallery_galleryHead__K9T07 {
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .gallery_carouselInner__X0RvR {
    height: min(68vw, 380px);
  }

  .gallery_galleryAlbumsGrid__MulcM {
    grid-template-columns: 1fr;
  }

  .gallery_galleryAlbumCardImage__s1XyT {
    height: min(46vw, 220px);
  }

  .gallery_galleryPageGrid__tmSD_ {
    grid-template-columns: 1fr;
  }

  .gallery_galleryCardImage__p6BjL {
    height: min(60vw, 300px);
  }

  .gallery_galleryCardCaption__4fsUt {
    padding: 10px 12px;
  }

  .gallery_galleryCardTitle__ZPPkE {
    font-size: 18px;
  }

  .gallery_galleryCardMeta__zNduJ {
    font-size: 14px;
  }

  .gallery_galleryHead__K9T07 .btn {
    width: auto;
  }

  .gallery_galleryLightbox__aq9NR {
    padding: 2px;
  }

  .gallery_galleryLightboxContent__FNDpj {
    width: min(1200px, 96vw);
  }

  .gallery_galleryLightboxMedia__Fkwsp {
    width: 100%;
    max-width: 96vw;
  }

  .gallery_galleryLightboxImage__R5x9r {
    width: 100%;
    height: auto;
    max-width: 96vw;
    max-height: 78vh;
    object-fit: contain;
  }

  .gallery_galleryLightboxClose__RJrhq {
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
    font-size: 30px;
  }

  .gallery_carouselControl__UUaew {
    width: 18%;
    min-width: 56px;
  }

  .gallery_carouselControlPrev__gAwqI {
    padding-left: 10px;
  }

  .gallery_carouselControlNext__667zi {
    padding-right: 10px;
  }

  .gallery_carouselControlPrevIcon__6xyQ8::before,
  .gallery_carouselControlNextIcon__hWxew::before {
    font-size: 72px;
  }

}

@media (max-width: 480px) {
  .gallery_carouselInner__X0RvR {
    height: min(78vw, 330px);
  }

  .gallery_carouselControl__UUaew {
    width: 24%;
    min-width: 44px;
  }

  .gallery_carouselControlPrevIcon__6xyQ8::before,
  .gallery_carouselControlNextIcon__hWxew::before {
    font-size: 58px;
  }

  .gallery_galleryLightboxClose__RJrhq {
    width: 34px;
    height: 34px;
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery_galleryLightboxOpening__AwKpJ,
  .gallery_galleryLightboxClosing__5Z_Op,
  .gallery_galleryLightboxOpening__AwKpJ .gallery_galleryLightboxContent__FNDpj,
  .gallery_galleryLightboxClosing__5Z_Op .gallery_galleryLightboxContent__FNDpj {
    animation: none;
  }
}

/* KONAR redesign overrides */
.gallery_gallerySection__xpSNP,
.gallery_galleryPage__TcIKm {
  background: transparent;
}

.gallery_galleryCarousel__74nw4,
.gallery_galleryCard__eA_yW,
.gallery_galleryAlbumCard__7bcTh {
  border-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(11, 11, 13, 0.98) 0%, rgba(7, 7, 8, 0.96) 100%);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.5);
}

.gallery_galleryAlbumCard__7bcTh:hover,
.gallery_galleryAlbumCard__7bcTh:focus-visible {
  border-color: rgba(255, 64, 34, 0.46);
}

.gallery_galleryAlbumCardActive__g4f2b {
  border-color: #ff4e34;
  box-shadow: 0 14px 30px rgba(255, 64, 34, 0.2);
}

.gallery_carouselIndicatorButton__XVx7K {
  background: rgba(255, 255, 255, 0.34);
}

.gallery_carouselIndicatorItemActive__btlvI .gallery_carouselIndicatorButton__XVx7K {
  background: #ff4022;
}

.gallery_galleryTitle__oSM62,
.gallery_galleryCardTitle__ZPPkE,
.gallery_galleryAlbumCardTitle__96R91 {
  text-transform: uppercase;
}

.gallery_galleryMeta__Jd5fO,
.gallery_galleryCardMeta__zNduJ,
.gallery_galleryAlbumCardMeta__HTZAO {
  color: #bcc0c8;
}

