@charset "UTF-8";
:root {
  --padding: 40px;
  --color: #000000;
}

.with-featherlight {
  overflow: hidden;
}
.with-featherlight .featherlight {
  display: none;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next, .featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0);
}

.featherlight-previous {
  left: 25px;
  right: 80%;
}

.featherlight-next span, .featherlight-previous span {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  margin-top: -40px;
  text-shadow: 0 0 5px #fff;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.featherlight-next span {
  right: 5%;
  left: auto;
}

.featherlight-first-slide.featherlight-last-slide .featherlight-next, .featherlight-first-slide.featherlight-last-slide .featherlight-previous, .featherlight-loading .featherlight-next, .featherlight-loading .featherlight-previous, .featherlight-swipe-aware .featherlight-next, .featherlight-swipe-aware .featherlight-previous {
  display: none;
}

@media only screen and (max-device-width: 1024px) {
  .featherlight-next span, .featherlight-previous span {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight-next, .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span, .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
.featherlight {
  /*
  .featherlight-content {
  	overflow-x: hidden;
  	border: none;
  	padding: 0;
  	background: none;
  	max-height: calc(100% - 40px);
  	margin-left: 0;
  	margin-right: 0;
  	max-width: calc(100% - 40px * 2);
  }
  */
}
.featherlight .featherlight-content {
  border: none;
  padding: 0;
  background: none;
  max-width: calc(100% - 80px);
  max-height: calc(100% - 40px);
  margin-left: 0;
  margin-right: 0;
}
.featherlight .featherlight-close-icon {
  background: transparent;
  text-indent: -9999em;
  outline: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  border: 2px solid #222222;
  border-radius: 50%;
  transition: all 0.1s linear;
  z-index: 2;
}
.featherlight .featherlight-close-icon:before, .featherlight .featherlight-close-icon:after {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  transition: all 0.1s linear;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background: #222222;
}
.featherlight .featherlight-close-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.featherlight .featherlight-close-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.featherlight .featherlight-previous,
.featherlight .featherlight-next {
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  width: 3vw;
  height: 100%;
}
.featherlight .featherlight-previous span,
.featherlight .featherlight-next span {
  position: fixed;
  top: 50%;
  bottom: auto;
  left: auto;
  right: auto;
  width: 16px;
  height: 16px;
  margin: -1vw 0 auto;
  display: block;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
  text-indent: -9999em;
}
.featherlight .featherlight-previous span img,
.featherlight .featherlight-next span img {
  display: none !important;
}
.featherlight .featherlight-previous span {
  left: 30px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.featherlight .featherlight-next span {
  right: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.featherlight:last-of-type {
  background: rgba(221, 221, 221, 0.85);
  cursor: url(../images/close.svg), pointer;
}
.featherlight .featherlight-image {
  margin: 0 auto;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.slick-slider .slick-list .slick-track .slick-slide {
  height: 100%;
  min-height: 1px;
}
.slick-slider .slick-list .slick-track .slick-slide img {
  display: block;
}
.slick-slider .slick-list .slick-track .slick-slide.slick-loading img {
  display: none;
}
.slick-slider .slick-list .slick-track .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slider .slick-list .slick-track .slick-slide {
  display: block;
}
.slick-loading .slick-slider .slick-list .slick-track .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slider .slick-list .slick-track .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slider .slick-list .slick-track:before, .slick-slider .slick-list .slick-track:after {
  content: "";
  display: table;
}
.slick-slider .slick-list .slick-track:after {
  clear: both;
}
.slick-loading .slick-slider .slick-list .slick-track {
  visibility: hidden;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 1vw 0;
  margin: 0;
  height: 15px;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
}
.slick-dots li button {
  background: rgba(34, 34, 34, 0.08);
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #cce667;
}

.slidersArrow {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}

.slick-arrow {
  background-image: none !important;
  background-color: transparent;
  position: absolute;
  width: 2.5vw;
  height: 2.5vw;
  top: 0;
  z-index: 2;
  cursor: pointer;
  text-indent: -9999em;
  border: none;
  outline: none;
}
.slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  height: 1.25vw;
  width: 1.25vw;
  z-index: 2;
  cursor: pointer;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  top: 50%;
  margin-top: -0.75vw;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  left: 0.75vw;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  right: 0.75vw;
}
.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (min-width: 1025px) {
  .featherlight .featherlight-close-icon:hover {
    border-radius: 0;
  }
  .featherlight .featherlight-next:hover {
    background: none;
  }
  .featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next:hover span, .featherlight-previous:hover span {
    display: inline-block;
  }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
    background: #93b900;
  }
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .slick-arrow:after {
    height: 20px;
    width: 20px;
    margin-top: -10px;
  }
  .slick-arrow.slick-prev:after {
    left: 10px;
  }
  .slick-arrow.slick-next:after {
    right: 10px;
  }
}
@media (max-width: 767px) {
  html.with-featherlight {
    overflow: hidden;
  }
  .featherlight .featherlight-content {
    padding: 0;
  }
}

/*# sourceMappingURL=js.css.map */
