

/*      Request ID: 92ab67b8498607d00b916a829197f569_1744924226 (04/20/2025 3:20am) (minifier disabled) (JcpBCoAwDETRGzVHkmiHWBxbSKq5vgU3f/H48qpLZgo1Cw+qXwX1ka11c9SGPkPmiRshxrErxZSEtwXrNvwtRMQH)      */

/**********************************************
 *
 *  Large Gallery
 *  --------------------
 *
 *  Docs: https://github.com/whitewhale/LWGalleries
 *
 *  Large gallery has a letterboxed image with 5 thumbnails down the left side.
 *  Large gallery theme is only loaded when the page has a large gallery.
 * 
 *  Click to show fullscreen gallery with all gallery images.
 *  Go to the fullscreen gallery theme to change fullscreen settings.
 *
  **********************************************
 */
.lw_gallery_large {
  margin-bottom: 165px;
  margin-left: 62px;
}
@media (min-width: 1360px), (min-width: 1160px) and (max-width: 1299px) {
  .lw_gallery_large {
    margin-left: 10px;
  }
}
.lw_gallery_large:not(:first-child) {
  margin-top: 50px;
}
.lw_gallery_large .gallery_title {
  display: none;
}
.lw_gallery_large .gallery {
  width: 100%;
  position: relative;
}
.lw_gallery_large .gallery::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: calc(500 / 760 * 100%);
}
.lw_gallery_large .gallery:focus {
  outline: none;
}
.lw_gallery_large.has-btns .gallery_btn {
  opacity: 1;
}
.lw_gallery_large .gallery_btn {
  z-index: 1;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -62px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 240ms ease;
}
.lw_gallery_large .gallery_btn:nth-of-type(1) {
  top: 0px;
}
.lw_gallery_large .gallery_btn:nth-of-type(2) {
  top: calc(50px + 16px);
}
.lw_gallery_large .gallery_btn:nth-of-type(3) {
  top: calc(50px + 16px + 50px + 16px);
}
.lw_gallery_large .gallery_btn:nth-of-type(4) {
  top: calc(50px + 16px + 50px + 16px + 50px + 16px);
}
.lw_gallery_large .gallery_btn:nth-of-type(5) {
  top: calc(50px + 16px + 50px + 16px + 50px + 16px + 50px + 16px);
}
.lw_gallery_large .gallery_btn:nth-of-type(n+6) {
  display: none;
}
.lw_gallery_large .gallery_btn .gallery_btn_img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  opacity: 0.4;
  transition: opacity 280ms ease;
}
.lw_gallery_large .gallery_btn.is-active .gallery_btn_img {
  opacity: 1;
}
.lw_gallery_large .gallery_btn:hover .gallery_btn_img,
.lw_gallery_large .gallery_btn:focus .gallery_btn_img {
  opacity: 0.6;
}
.lw_gallery_large .gallery_btn:focus {
  outline: none;
  box-shadow: inset 0 0 0px 3px #393430;
}
.lw_gallery_large .gallery_btn.plus-btn {
  background-color: rgba(161, 161, 161, 0.4);
  transition: background-color 280ms ease;
}
.lw_gallery_large .gallery_btn.plus-btn:hover,
.lw_gallery_large .gallery_btn.plus-btn:focus {
  background-color: rgba(161, 161, 161, 0.6);
}
.lw_gallery_large .gallery_btn.plus-btn span {
  display: none;
}
.lw_gallery_large .gallery_btn.plus-btn:before {
  content: "+";
}
.lw_gallery_large .gallery_slide {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.lw_gallery_large .gallery_slide.is-active {
  z-index: 0;
  opacity: 1;
  pointer-events: all;
  transition: opacity 600ms ease 100ms;
}
.lw_gallery_large .gallery_slide_bg {
  width: 100%;
  height: 100%;
  line-height: 0;
  text-align: center;
  background-color: #a1a1a1;
}
.lw_gallery_large .gallery_slide_bg picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lw_gallery_large .gallery_slide_img {
  margin: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.lw_gallery_large .gallery_slide_img img {
  max-height: 100%;
}
.lw_gallery_large .gallery_slide_caption {
  margin-top: 9px;
  color: #555;
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.29;
}
