/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Gallery */
.wkGalleryNav {
  width: 100%;
}
.wkGalleryNav .heading {
  max-width: 128rem;
}
.wkGalleryNav__wrapper {
  position: relative;
  width: 100%;
}
.wkGalleryNav__content {
  position: relative;
  width: 100%;
}
.wkGalleryNav__swiper {
  margin: 0 auto 1.5rem auto;
  max-height: 23rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 576px) {
  .wkGalleryNav__swiper {
    margin: 0 auto 1.5rem auto;
    max-height: 45rem;
  }
}
@media (min-width: 1024px) {
  .wkGalleryNav__swiper {
    height: 45rem;
    width: 100%;
  }
}
.wkGalleryNav__swiper .swiper-initialized .wkGalleryNav__image figcaption {
  display: block;
}
.wkGalleryNav__swiper .swiper-button-prev, .wkGalleryNav__swiper .swiper-button-next {
  cursor: pointer;
  height: 100%;
  margin: 0;
  max-height: 60rem;
  top: 0;
  width: 7%;
  z-index: 2;
}
.wkGalleryNav__swiper .swiper-button-prev:before, .wkGalleryNav__swiper .swiper-button-next:before {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  content: "";
  display: block;
  height: 3rem;
  overflow: hidden;
  position: absolute;
  width: 3rem;
}
@media (min-width: 768px) {
  .wkGalleryNav__swiper .swiper-button-prev:before, .wkGalleryNav__swiper .swiper-button-next:before {
    height: 5rem;
    width: 5rem;
  }
}
.wkGalleryNav__swiper .swiper-button-prev:after, .wkGalleryNav__swiper .swiper-button-next:after {
  color: var(--primary--dark);
  font-family: "RTK";
  font-size: 1.2rem;
  position: absolute;
}
@media (min-width: 768px) {
  .wkGalleryNav__swiper .swiper-button-prev:after, .wkGalleryNav__swiper .swiper-button-next:after {
    font-size: 2rem;
  }
}
.wkGalleryNav__swiper .swiper-button-prev {
  left: 0;
}
.wkGalleryNav__swiper .swiper-button-prev:before {
  left: 1rem;
}
@media (min-width: 768px) {
  .wkGalleryNav__swiper .swiper-button-prev:before {
    left: 2rem;
  }
}
.wkGalleryNav__swiper .swiper-button-prev:after {
  content: "\e982";
  left: 1.8rem;
}
@media (min-width: 768px) {
  .wkGalleryNav__swiper .swiper-button-prev:after {
    left: 3.3rem;
  }
}
.wkGalleryNav__swiper .swiper-button-next {
  right: 0;
}
.wkGalleryNav__swiper .swiper-button-next:before {
  right: 1rem;
}
@media (min-width: 768px) {
  .wkGalleryNav__swiper .swiper-button-next:before {
    right: 2rem;
  }
}
.wkGalleryNav__swiper .swiper-button-next:after {
  content: "\e983";
  right: 1.8rem;
}
@media (min-width: 768px) {
  .wkGalleryNav__swiper .swiper-button-next:after {
    right: 3.3rem;
  }
}
.wkGalleryNav__image {
  align-items: center;
  background: var(--white);
  cursor: grab;
  display: flex !important;
  height: 100%;
  justify-content: center;
  max-height: 23rem;
  min-height: 13rem;
  outline: 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 576px) {
  .wkGalleryNav__image {
    max-height: 45rem;
  }
}
.wkGalleryNav__image:focus, .wkGalleryNav__image:active {
  cursor: grabbing;
}
.wkGalleryNav__image picture {
  align-content: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.wkGalleryNav__image picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wkGalleryNav__image figcaption {
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
  color: var(--text);
  display: none;
  font-size: var(--font-size--xsmall);
  padding: 0.5rem 2rem;
  position: absolute;
  text-align: center;
}
.wkGalleryNav__thumbs {
  margin: 0;
  max-height: 6rem;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 576px) {
  .wkGalleryNav__thumbs {
    max-height: 9rem;
  }
}
@media (min-width: 768px) {
  .wkGalleryNav__thumbs {
    max-height: 7rem;
  }
}
@media (min-width: 1024px) {
  .wkGalleryNav__thumbs {
    max-height: 13rem;
  }
}
.wkGalleryNav__thumbs .swiper-slide {
  flex-shrink: 1;
}
.wkGalleryNav__thumb {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  height: 4rem !important;
  justify-content: center;
  margin-right: 1rem;
  overflow: hidden;
  width: 4rem !important;
}
@media (min-width: 576px) {
  .wkGalleryNav__thumb {
    height: 7rem !important;
    margin-right: 2rem;
    width: 7.5rem !important;
  }
}
@media (min-width: 768px) {
  .wkGalleryNav__thumb {
    height: 5rem !important;
    width: 5.2rem !important;
  }
}
@media (min-width: 1024px) {
  .wkGalleryNav__thumb {
    height: 11rem !important;
    width: 15rem !important;
  }
}
@media (min-width: 1200px) {
  .wkGalleryNav__thumb {
    width: 14.2rem !important;
  }
}
.wkGalleryNav__thumb:hover, .wkGalleryNav__thumb:focus, .wkGalleryNav__thumb:active {
  box-shadow: inset 0 0 0 0.2rem var(--primary);
  outline: 0;
  padding: 0.2rem;
}
.wkGalleryNav__thumb__container {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.wkGalleryNav__thumb__container picture {
  height: 100%;
  width: 100%;
}
.wkGalleryNav__thumb__container picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
/*# sourceMappingURL=wkGalleryNav.css.map */
