/* -------------------------------------------------- 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>
*/
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- wkVideoCollection */
.wkVideoCollection {
  background: var(--primary--xlite);
  margin: 0 auto;
  max-width: 192rem;
  padding: 6rem 1.5rem 5rem 1.5rem;
}
@media (min-width: 576px) {
  .wkVideoCollection {
    padding: 6rem 2.5rem 5rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .wkVideoCollection {
    padding: 8rem 2.5rem 5rem 2.5rem;
  }
}
@media (min-width: 1366px) {
  .wkVideoCollection {
    padding: 10rem 2.5rem 10rem 2.5rem;
  }
}
.wkVideoCollection .heading {
  margin-bottom: 0;
}
.wkVideoCollection__wrapper {
  display: flex;
  margin: 3rem auto 0 auto;
  max-width: 128rem;
  overflow-y: auto;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .wkVideoCollection__wrapper {
    margin: 5rem auto 0 auto;
  }
}
@media (min-width: 1366px) {
  .wkVideoCollection__wrapper {
    margin: 10rem auto 0 auto;
  }
}
.wkVideoCollection__wrapper .video {
  flex-shrink: 0;
  width: 22.4rem;
}
.wkVideoCollection__wrapper .video__container {
  margin: 0.6rem;
}
.wkVideoCollection__wrapper .video__image {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.wkVideoCollection__wrapper .video__image .length {
  background: var(--primary);
  border-radius: 0.4rem;
  bottom: 0.5rem;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 900;
  padding: 0.4rem 1rem;
  position: absolute;
  right: 0.5rem;
}
.wkVideoCollection__wrapper .video__title {
  color: var(--text--lite);
  font-family: var(--roboto);
  font-size: 1.5rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.07;
  margin-top: 1.2rem;
}
.wkVideoCollection__wrapper .video__play {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  min-height: 12.5rem;
  position: absolute;
  top: 0;
  width: 100%;
}
.wkVideoCollection__wrapper .video__play i {
  color: var(--white);
  font-size: 4rem;
}
.wkVideoCollection__wrapper::-webkit-scrollbar {
  cursor: pointer;
  height: 0.5rem;
}
.wkVideoCollection__wrapper::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 0.4rem;
}
.wkVideoCollection__wrapper::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 0.4rem;
}
.wkVideoCollection.tripleSlider {
  background: var(--white);
  padding: 5rem 0 7rem;
}
.wkVideoCollection.tripleSlider .wkVideoCollection__wrapper {
  margin: 5rem auto auto;
}
.wkVideoCollection.tripleSlider .video__title {
  font-weight: normal;
  height: -moz-min-content;
  height: min-content;
  line-height: 2rem;
  margin: 2.2rem auto auto;
  max-height: 4rem;
}
.wkVideoCollection.highlight {
  background: var(--primary--dark);
}
.wkVideoCollection.highlight .heading {
  margin-top: 0;
}
.wkVideoCollection.highlight .heading .teaser h2 {
  color: var(--white);
}
.wkVideoCollection.highlight .heading .teaser hr {
  border-color: var(--primary);
}
.wkVideoCollection.highlight .heading .title {
  color: var(--white);
}
.wkVideoCollection.highlight .wkVideoCollection__wrapper .prev,
.wkVideoCollection.highlight .wkVideoCollection__wrapper .next {
  color: var(--white);
}
.wkVideoCollection.highlight .wkVideoCollection__wrapper .video__title {
  color: var(--white);
}
/*# sourceMappingURL=wkVideoCollection.css.map */
