@charset "UTF-8";
/* Gallery */
/* line 28, gallery.scss */
.zrp-gallery {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, calc(50% - 2px)); }

/* line 34, gallery.scss */
.zrp-gallery__item {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }
  /* line 40, gallery.scss */
  .zrp-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    object-position: top; }

@media (hover: hover) {
  /* line 52, gallery.scss */
  .zrp-gallery__item img {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: linear; }
  /* line 58, gallery.scss */
  .zrp-gallery__item:hover img {
    transform: scale(1.2); } }
@media screen and (min-width: 768px) {
  /* line 66, gallery.scss */
  .zrp-gallery {
    grid-template-columns: repeat(3, auto); } }
@media screen and (min-width: 860px) {
  /* line 72, gallery.scss */
  .zrp-gallery {
    grid-template-columns: repeat(4, auto); } }
@media screen and (min-width: 1600px) {
  /* line 78, gallery.scss */
  .zrp-gallery {
    grid-template-columns: repeat(5, 1fr); } }
/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.2
*/
/* line 89, gallery.scss */
body.hidden-scroll {
  overflow: hidden; }

/* line 93, gallery.scss */
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  display: none;
  z-index: 1035; }

/* line 104, gallery.scss */
.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed; }

/* line 112, gallery.scss */
.sl-wrapper * {
  box-sizing: border-box; }

/* line 115, gallery.scss */
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer; }

/* line 122, gallery.scss */
.sl-wrapper button:hover {
  opacity: 0.7; }

/* line 125, gallery.scss */
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: var(--zrp-color-1);
  font-size: 3rem; }

/* line 140, gallery.scss */
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: var(--zrp-color-1);
  font-size: 1rem; }

/* line 149, gallery.scss */
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem; }

/* line 159, gallery.scss */
.sl-wrapper .sl-download a {
  color: #fff; }

/* line 162, gallery.scss */
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none; }

/* line 166, gallery.scss */
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: var(--zrp-color-1); }

/* line 179, gallery.scss */
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem; }

/* line 183, gallery.scss */
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem; }

@media (min-width: 35.5em) {
  /* line 188, gallery.scss */
  .sl-wrapper .sl-navigation button {
    width: 44px; }

  /* line 191, gallery.scss */
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem; }

  /* line 195, gallery.scss */
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem; } }
@media (min-width: 50em) {
  /* line 201, gallery.scss */
  .sl-wrapper .sl-navigation button {
    width: 88px;
    height: 88px; }

  /* line 205, gallery.scss */
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 4rem; }

  /* line 209, gallery.scss */
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 4rem; } }
/* line 214, gallery.scss */
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr; }

/* line 217, gallery.scss */
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000; }

/* line 223, gallery.scss */
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto; }

@media (min-width: 35.5em) {
  /* line 232, gallery.scss */
  .sl-wrapper .sl-image img {
    border: 0 none; } }
@media (min-width: 50em) {
  /* line 237, gallery.scss */
  .sl-wrapper .sl-image img {
    border: 0 none; } }
/* line 241, gallery.scss */
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none; }

@media (min-width: 35.5em) {
  /* line 246, gallery.scss */
  .sl-wrapper .sl-image iframe {
    border: 0 none; } }
@media (min-width: 50em) {
  /* line 251, gallery.scss */
  .sl-wrapper .sl-image iframe {
    border: 0 none; } }
/* line 255, gallery.scss */
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

/* line 266, gallery.scss */
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0; }

/* line 270, gallery.scss */
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto; }

/* line 274, gallery.scss */
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

/* line 293, gallery.scss */
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

/* line 301, gallery.scss */
.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
