/**/@charset "UTF-8";
abbr[title] {
  border-bottom: 0;
}

figure {
  margin: 0;
  padding: 0;
}

figure img {
  width: 100%;
}

.wk-button[wk-button*='hollow'],
[wk-button][wk-button*='hollow'] {
  position: relative;
  padding-right: 4rem;
  background: none;
  color: #474747;
}

.wk-button[wk-button*='hollow']::before,
[wk-button][wk-button*='hollow']::before {
  background: #757575;
  color: #fff;
  margin: 0;
  padding: 1.0625rem;
  position: absolute;
  top: 0;
  width: 3rem;
  right: 0;
}

.wk-button[wk-button*='hollow']:hover:not([disabled]),
[wk-button][wk-button*='hollow']:hover:not([disabled]) {
  position: relative;
  padding-right: 4rem;
  background: none;
  color: #474747;
}

.wk-button[wk-button*='hollow']:hover:not([disabled])::before,
[wk-button][wk-button*='hollow']:hover:not([disabled])::before {
  background: #007ac3;
  color: #fff;
  margin: 0;
  padding: 1.0625rem;
  position: absolute;
  top: 0;
  width: 3rem;
  right: 0;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.wk-carousel, .wk-feature-carousel {
  overflow: hidden;
  position: relative;
}

.wk-carousel .wk-carousel-body, .wk-feature-carousel .wk-carousel-body {
  height: 100vh;
}

@media (min-width: 37.5rem) {
  .wk-carousel .wk-carousel-body, .wk-feature-carousel .wk-carousel-body {
    height: auto;
  }
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-carousel .wk-carousel-body, .wk-feature-carousel .wk-carousel-body {
    height: 22.5rem;
  }
}

@media (min-width: 65rem) {
  .wk-carousel .wk-carousel-body, .wk-feature-carousel .wk-carousel-body {
    height: 28.75rem;
  }
}

.wk-carousel .wk-carousel-body .wk-carousel-slide, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide {
  background-color: #dadada;
  position: relative;
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-carousel .wk-carousel-body .wk-carousel-slide, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide {
    max-height: 22.5rem;
  }
}

@media (min-width: 65rem) {
  .wk-carousel .wk-carousel-body .wk-carousel-slide, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide {
    max-height: 28.75rem;
  }
}

.wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-image-wrapper, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-image-wrapper {
  height: 100%;
  margin: 0;
}

.wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-image, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
  height: 100%;
}

.wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-image::before, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-image::before {
  content: '';
  display: block;
}

.wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description {
  background-color: rgba(148, 12, 114, 0.8);
  bottom: 0;
  color: #fff;
  display: block;
  font-family: "Franziska", "Times New Roman", Times, serif;
  height: 100%;
  position: absolute;
  width: 100%;
}

.wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description figcaption, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description figcaption {
  font-size: 1.875rem;
  font-style: italic;
  padding: 15% 2% 2% 5%;
}

@media (min-width: 37.5rem) {
  .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description {
    height: 50%;
  }
  .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description figcaption, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description figcaption {
    font-size: 1.5625rem;
  }
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description figcaption, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description figcaption {
    padding: 5% 0 0 6%;
  }
}

@media (min-width: 65rem) {
  .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description {
    left: 3%;
    width: 47%;
  }
  .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description figcaption, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description figcaption {
    padding: 2.1875rem 0 0 7%;
  }
}

.wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar {
  background-color: transparent;
  bottom: 5rem;
  position: absolute;
  width: 100%;
}

.wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar .wk-carousel-slide-button, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar .wk-carousel-slide-button {
  margin: 0;
  position: static;
}

.wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar .wk-carousel-slide-button::before, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar .wk-carousel-slide-button::before {
  width: 1rem;
}

@media (min-width: 37.5rem) {
  .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar {
    background-color: #fff;
    bottom: 0;
  }
  .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar .wk-carousel-slide-button, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar .wk-carousel-slide-button {
    float: right;
    position: static;
    width: 20%;
  }
}

@media (min-width: 65rem) {
  .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar, .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar {
    width: 50%;
  }
}

.wk-carousel .wk-carousel-pagination, .wk-feature-carousel .wk-carousel-pagination {
  height: 6%;
  position: absolute;
  text-align: center;
  text-indent: -6%;
  z-index: 10;
}

.wk-carousel .wk-carousel-pagination .swiper-pagination-bullet, .wk-feature-carousel .wk-carousel-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: inherit;
  height: 1.25rem;
  margin: 0 0.5rem;
  width: 1.25rem;
}

@media (min-width: 37.5rem) {
  .wk-carousel .wk-carousel-pagination .swiper-pagination-bullet, .wk-feature-carousel .wk-carousel-pagination .swiper-pagination-bullet {
    height: 0.875rem;
    margin: 0 0.3125rem;
    width: 0.875rem;
  }
}

.wk-carousel .wk-carousel-pagination .swiper-pagination-bullet-active, .wk-feature-carousel .wk-carousel-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media (min-width: 37.5rem) {
  .wk-carousel .wk-carousel-pagination, .wk-feature-carousel .wk-carousel-pagination {
    text-align: left;
    text-indent: 6%;
    top: 52%;
  }
}

.wk-carousel .wk-carousel-nav-prev, .wk-feature-carousel .wk-carousel-nav-prev,
.wk-carousel .wk-carousel-nav-next,
.wk-feature-carousel .wk-carousel-nav-next {
  background-image: none;
  display: none;
  font-family: "wk-icons-open";
  line-height: 1.4;
  margin: 0;
}

@media (min-width: 65rem) {
  .wk-carousel .wk-carousel-nav-prev, .wk-feature-carousel .wk-carousel-nav-prev,
  .wk-carousel .wk-carousel-nav-next,
  .wk-feature-carousel .wk-carousel-nav-next {
    display: block;
    height: 10%;
    position: absolute;
    top: 50%;
    width: 3%;
  }
}

.wk-carousel .wk-carousel-nav-prev::before, .wk-feature-carousel .wk-carousel-nav-prev::before,
.wk-carousel .wk-carousel-nav-next::before,
.wk-feature-carousel .wk-carousel-nav-next::before {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  display: inline-block;
  font-size: 2.0625rem;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.wk-carousel .wk-carousel-nav-prev, .wk-feature-carousel .wk-carousel-nav-prev {
  left: 0;
}

.wk-carousel .wk-carousel-nav-prev::before, .wk-feature-carousel .wk-carousel-nav-prev::before {
  text-indent: -0.25rem;
}


.wk-carousel .wk-carousel-nav-next,
.wk-feature-carousel .wk-carousel-nav-next {
  right: 0;
}


.wk-carousel .wk-carousel-nav-next::before,
.wk-feature-carousel .wk-carousel-nav-next::before {
  text-indent: -0.0625rem;
}

.wk-feature-carousel .wk-carousel-body {
  max-height: 23.75rem;
}

.wk-feature-carousel .wk-carousel-body .wk-carousel-slide {
  background: none;
  height: auto;
}

@media (min-width: 65rem) {
  .wk-feature-carousel .wk-carousel-body .wk-carousel-slide {
    height: auto;
  }
}

.wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-image-wrapper {
  height: 100%;
  width: 100%;
}

@media (min-width: 65rem) {
  .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-image-wrapper {
    float: left;
    height: 60%;
    width: 90%;
  }
}

.wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description {
  padding: 0;
  width: 100%;
}

.wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description figcaption {
  background: none;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  left: 0;
  padding: 0 1.875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 65rem) {
  .wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description {
    bottom: auto;
    left: auto;
    right: 0;
    top: 50%;
    width: 90%;
  }
}

.wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar {
  background: transparent;
  bottom: 0;
  width: 100%;
}

.wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar .wk-carousel-slide-button {
  background: transparent;
  bottom: 0;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  width: auto;
}

.wk-feature-carousel .wk-carousel-pagination {
  left: 25px;
  text-indent: 0;
  width: auto;
}

@media (min-width: 65rem) {
  .wk-feature-carousel .wk-carousel-pagination {
    left: 65px;
  }
}

.wk-feature-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description {
  background-color: rgba(64, 155, 210, 0.8);
}

.wk-content-bar {
  background-color: #fff;
}

.wk-content-bar-alt {
  background-color: #dadada;
}

.wk-content-bar-featured-media {
  background-color: #241866;
}

@media (min-width: 65rem) {
  .wk-hero, .wk-featured-hero-shop {
    padding-bottom: 2.5rem;
  }
}

.wk-hero .wk-hero-container, .wk-featured-hero-shop .wk-hero-container {
  height: 100vh;
  position: relative;
}

@media (min-width: 37.5rem) {
  .wk-hero .wk-hero-container, .wk-featured-hero-shop .wk-hero-container {
    height: 28.75rem;
  }
}

.wk-hero .wk-hero-container .wk-hero-image-wrapper, .wk-featured-hero-shop .wk-hero-container .wk-hero-image-wrapper {
  height: 100%;
}

.wk-hero .wk-hero-container .wk-hero-image-wrapper .wk-hero-image, .wk-featured-hero-shop .wk-hero-container .wk-hero-image-wrapper .wk-hero-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
  height: 100%;
}

.wk-hero .wk-hero-container .wk-hero-image-wrapper .wk-hero-image::before, .wk-featured-hero-shop .wk-hero-container .wk-hero-image-wrapper .wk-hero-image::before {
  content: '';
  display: block;
}

.wk-hero .wk-hero-container .wk-hero-header, .wk-featured-hero-shop .wk-hero-container .wk-hero-header {
  position: absolute;
  top: 0;
  width: 100%;
}

.wk-hero .wk-hero-container .wk-hero-header .wk-header, .wk-featured-hero-shop .wk-hero-container .wk-hero-header .wk-header {
  background-color: transparent;
}

@media (min-width: 65rem) {
  .wk-hero .wk-hero-container .wk-hero-header .wk-header, .wk-featured-hero-shop .wk-hero-container .wk-hero-header .wk-header {
    padding: 0 3.75rem;
  }
}

.wk-hero .wk-hero-container .wk-hero-header .wk-header .wk-nav, .wk-featured-hero-shop .wk-hero-container .wk-hero-header .wk-header .wk-nav,
.wk-hero .wk-hero-container .wk-hero-header .wk-header .wk-more-menu,
.wk-featured-hero-shop .wk-hero-container .wk-hero-header .wk-header .wk-more-menu {
  color: #fff;
}

.wk-hero .wk-hero-container .wk-hero-header .wk-header .wk-nav a, .wk-featured-hero-shop .wk-hero-container .wk-hero-header .wk-header .wk-nav a,
.wk-hero .wk-hero-container .wk-hero-header .wk-header .wk-more-menu a,
.wk-featured-hero-shop .wk-hero-container .wk-hero-header .wk-header .wk-more-menu a {
  color: currentColor;
}

.wk-hero .wk-hero-container .wk-hero-header .wk-header .wk-nav span::before, .wk-featured-hero-shop .wk-hero-container .wk-hero-header .wk-header .wk-nav span::before,
.wk-hero .wk-hero-container .wk-hero-header .wk-header .wk-more-menu span::before,
.wk-featured-hero-shop .wk-hero-container .wk-hero-header .wk-header .wk-more-menu span::before {
  color: currentColor;
}

.wk-hero .wk-hero-container .wk-hero-details-container, .wk-featured-hero-shop .wk-hero-container .wk-hero-details-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
  top: -100%;
}

.wk-hero .wk-hero-container .wk-hero-details-container:after, .wk-featured-hero-shop .wk-hero-container .wk-hero-details-container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-hero .wk-hero-container .wk-hero-details-container, .wk-featured-hero-shop .wk-hero-container .wk-hero-details-container {
    height: 28.75rem;
  }
}

.wk-hero .wk-hero-container .wk-hero-details, .wk-featured-hero-shop .wk-hero-container .wk-hero-details {
  background-color: rgba(36, 24, 102, 0.8);
  height: calc(100% - 100px);
  padding-bottom: 3rem;
  padding-top: 1.25rem;
  position: absolute;
  top: 6.25rem;
  width: 100%;
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-hero .wk-hero-container .wk-hero-details, .wk-featured-hero-shop .wk-hero-container .wk-hero-details {
    height: 50%;
    padding-left: 1.25rem;
    padding-top: 0.625rem;
    top: 50%;
  }
}

@media (min-width: 65rem) {
  .wk-hero .wk-hero-container .wk-hero-details, .wk-featured-hero-shop .wk-hero-container .wk-hero-details {
    background-color: transparent;
    bottom: 0;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    top: 0;
  }
  .wk-hero .wk-hero-container .wk-hero-details .caption-container, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container,
  .wk-hero .wk-hero-container .wk-hero-details .caption-description,
  .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-description {
    display: inline-block;
  }
}

.wk-hero .wk-hero-container .wk-hero-details .caption-container::after, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container::after {
  clear: both;
  content: ' ';
  display: table;
}

@media (min-width: 65rem) {
  .wk-hero .wk-hero-container .wk-hero-details .caption-container, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container {
    bottom: 0;
    position: absolute;
    width: 52%;
    z-index: 1;
  }
}

.wk-hero .wk-hero-container .wk-hero-details .caption-container .caption, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container .caption {
  color: #fff;
  padding: 0.625rem;
}

@media (min-width: 65rem) {
  .wk-hero .wk-hero-container .wk-hero-details .caption-container .caption, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container .caption {
    background-color: rgba(36, 24, 102, 0.8);
    padding: 1.25rem 4.375rem 1.25rem 2.5rem;
  }
}

.wk-hero .wk-hero-container .wk-hero-details .caption-container .caption h5, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container .caption h5 {
  color: currentColor;
  font-family: "Franziska", "Times New Roman", Times, serif;
  font-size: 1.375rem;
  font-style: italic;
  margin-top: 0;
}

.wk-hero .wk-hero-container .wk-hero-details .caption-container .caption p, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container .caption p {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  padding-top: 0.625rem;
}

.wk-hero .wk-hero-container .wk-hero-details .caption-container .caption-button, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container .caption-button {
  bottom: 0;
  margin-bottom: 0;
  position: absolute;
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-hero .wk-hero-container .wk-hero-details .caption-container .caption-button, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container .caption-button {
    right: 0;
  }
}

@media (min-width: 65rem) {
  .wk-hero .wk-hero-container .wk-hero-details .caption-container .caption-button, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container .caption-button {
    float: right;
    position: relative;
    right: 0;
  }
}


.wk-hero .wk-hero-container .wk-hero-details .caption-description,
.wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-description {
  color: #fff;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  font-style: italic;
  padding: 0.625rem;
}

@media (min-width: 65rem) {
  
  .wk-hero .wk-hero-container .wk-hero-details .caption-description,
  .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-description {
    background-color: #fff;
    bottom: -3rem;
    color: #474747;
    min-height: 9rem;
    padding-left: 4.375rem;
    padding-right: 1.25rem;
    position: absolute;
    right: 0;
    vertical-align: top;
    width: 52%;
  }
}

.wk-hero .wk-hero-container .wk-hero-details .caption-description p, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-description p {
  line-height: 1.5;
}

.wk-hero-carousel .wk-hero-container {
  position: relative;
}

.wk-hero-carousel .wk-hero-container .wk-hero-header {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.wk-hero-carousel .wk-hero-container .wk-hero-header .wk-header {
  background-color: transparent;
  position: relative;
}

@media (min-width: 65rem) {
  .wk-hero-carousel .wk-hero-container .wk-hero-header .wk-header {
    padding: 0 3.75rem;
  }
}

.wk-hero-carousel .wk-hero-container .wk-hero-header .wk-nav,
.wk-hero-carousel .wk-hero-container .wk-hero-header .wk-more-menu {
  color: #fff;
}

.wk-hero-carousel .wk-hero-container .wk-hero-header .wk-nav a,
.wk-hero-carousel .wk-hero-container .wk-hero-header .wk-more-menu a {
  color: currentColor;
}

.wk-hero-carousel .wk-hero-container .wk-hero-header .wk-nav span::before,
.wk-hero-carousel .wk-hero-container .wk-hero-header .wk-more-menu span::before {
  color: currentColor;
}

@media (min-width: 37.5rem) {
  .wk-hero-carousel .wk-carousel .wk-carousel-pagination {
    position: absolute;
    right: 50%;
    top: 52%;
    width: 50%;
  }
}

@media (min-width: 75rem) {
  .wk-hero-carousel .wk-carousel .wk-carousel-pagination {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5rem;
    right: 0;
    text-indent: 0;
    width: 75rem;
  }
}

@media (min-width: 65rem) {
  .wk-hero-carousel .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description {
    left: auto;
    max-width: 37.5rem;
    right: 50%;
  }
}

.wk-hero-carousel .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description figcaption {
  padding-top: 9.375rem;
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-hero-carousel .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description figcaption {
    padding-top: 1.875rem;
  }
}

@media (min-width: 65rem) {
  .wk-hero-carousel .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-description figcaption {
    padding-top: 2.1875rem;
  }
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-hero-carousel .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar .wk-carousel-slide-button {
    bottom: 0;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 65rem) {
  .wk-hero-carousel .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar {
    max-width: 37.5rem;
    right: 50%;
  }
}

.wk-icon-header, .wk-featured-media .wk-icon-header {
  color: #fff;
  display: block;
  margin: 0;
  margin-top: 2.5rem;
  padding: 0.9375rem 1.25rem 0.625rem 1.25rem;
  position: relative;
  width: auto;
}

.wk-icon-header::before, .wk-featured-media .wk-icon-header::before,
.wk-icon-header .wk-icon-header-icon {
  color: #fff;
  font-size: 1.5625rem;
  left: 1.25rem;
  line-height: 1.4;
  margin: 0;
  padding: 0.625rem;
  position: absolute;
  top: -2.1875rem;
  width: auto;
}


.wk-icon-header .wk-icon-header-icon {
  height: 45px;
  padding: 0.5rem 0.75rem;
  width: 45px;
}

.wk-icon-header {
  background: #007ac3;
  color: #fff;
}

.wk-icon-header::before,
.wk-icon-header .wk-icon-header-icon {
  background-color: #409bd2;
  color: #fff;
}

.wk-icon-header .wk-icon-header-icon wk-icon {
  fill: #fff;
}

.wk-feature {
  margin-bottom: 3rem;
}

@media (min-width: 65rem) {
  .wk-feature {
    margin-top: 6.375rem;
  }
  .wk-feature::after {
    clear: both;
    content: ' ';
    display: table;
  }
}

.wk-feature h1,
.wk-feature .wk-feature-heading {
  background-color: rgba(234, 143, 0, 0.7);
  color: #fff;
  font-family: "Franziska", "Times New Roman", Times, serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0.46875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.46875rem;
}

@media (min-width: 65rem) {
  .wk-feature h1,
  .wk-feature .wk-feature-heading {
    float: right;
    font-size: 2rem;
    font-weight: 400;
    margin-left: 2.5rem;
    margin-top: -4.5rem;
    max-width: 36.0625rem;
    padding-bottom: 1.25rem;
    padding-left: 2.8125rem;
    padding-right: 5.5rem;
    padding-top: 1.25rem;
    position: relative;
    z-index: 1;
  }
}

.wk-feature figure figcaption {
  z-index: 1;
}

.wk-feature figure .wk-feature-figure-image {
  max-height: 16rem;
  overflow: hidden;
}

.wk-feature figure .wk-feature-figure-image img {
  width: 100%;
}

.wk-feature blockquote {
  border-left: 0;
  margin: 0;
  padding: 0;
  quotes: "â€œ" "â€" "â€˜" "â€™";
}

.wk-feature blockquote::before {
  content: open-quote;
}

.wk-feature blockquote::after {
  content: close-quote;
}

.wk-feature .wk-feature-body {
  background-color: #fff;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  position: relative;
}

@media (min-width: 65rem) {
  .wk-feature .wk-feature-body {
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    width: 65%;
  }
}

.wk-feature .wk-feature-body .wk-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wk-feature .wk-feature-body .wk-feature-list > li {
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  position: relative;
  word-break: break-word;
}

.wk-feature .wk-feature-body .wk-feature-list > li::before {
  content: &#xe911;;
  font-family: "wk-icons-open";
  margin-left: -1.25rem;
  position: absolute;
  top: 0;
}

.wk-feature footer {
  bottom: 0;
  position: absolute;
  right: 0;
}

.wk-feature footer .wk-button,
.wk-feature footer [wk-button] {
  margin-bottom: 0;
}

.wk-feature[wk-feature='call-to-action'] {
  margin-top: 0;
  padding: 2.5rem;
  position: relative;
}

@media (min-width: 65rem) {
  .wk-feature[wk-feature='call-to-action'] {
    margin-bottom: 0;
    padding: 2.5rem;
  }
}

@media (min-width: 65rem) {
  .wk-feature[wk-feature='call-to-action'] .wk-feature-heading {
    float: none;
    height: calc(100% - 88px);
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}

.wk-feature[wk-feature='call-to-action'] .wk-feature-body {
  font-weight: 300;
}

@media (min-width: 65rem) {
  .wk-feature[wk-feature='call-to-action'] .wk-feature-body {
    margin-right: 0;
    margin-top: 1.25rem;
    padding-right: 34%;
    position: static;
    width: calc(100% - 144px);
  }
  .wk-feature[wk-feature='call-to-action'] .wk-feature-body::after {
    clear: both;
    content: ' ';
    display: table;
  }
  .wk-feature[wk-feature='call-to-action'] .wk-feature-body address,
  .wk-feature[wk-feature='call-to-action'] .wk-feature-body blockquote,
  .wk-feature[wk-feature='call-to-action'] .wk-feature-body dl,
  .wk-feature[wk-feature='call-to-action'] .wk-feature-body ol,
  .wk-feature[wk-feature='call-to-action'] .wk-feature-body p,
  .wk-feature[wk-feature='call-to-action'] .wk-feature-body ul {
    font-size: 1.125rem;
  }
}

@media (min-width: 65rem) {
  .wk-feature[wk-feature='call-to-action'] footer {
    bottom: 2.5rem;
    position: absolute;
  }
}

@media (min-width: 65rem) {
  .wk-feature[wk-feature='promobox'] {
    margin-top: 0;
  }
}

@media (min-width: 65rem) {
  .wk-feature[wk-feature='promobox'] figure {
    float: right;
    width: 35%;
  }
}

.wk-feature[wk-feature='promobox'] figure figcaption {
  background-color: #ea8f00;
  color: #fff;
  font-family: "Franziska", "Times New Roman", Times, serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
  padding-bottom: 0.46875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.46875rem;
}

@media (min-width: 65rem) {
  .wk-feature[wk-feature='promobox'] figure figcaption {
    left: -3rem;
    position: relative;
  }
}

@media (min-width: 65rem) {
  .wk-feature[wk-feature='promobox'] .wk-feature-body {
    float: right;
  }
}

.wk-feature[wk-feature='testimonial'] figure {
  float: none;
}

@media (min-width: 65rem) {
  .wk-feature[wk-feature='testimonial'] figure .wk-feature-figure-image {
    float: none;
    max-height: 24.125rem;
    min-height: 25rem;
    min-width: 31.25rem;
    overflow-x: visible;
    width: 65%;
  }
  .wk-feature[wk-feature='testimonial'] figure .wk-feature-figure-image::after {
    clear: both;
    content: ' ';
    display: table;
  }
}

.wk-feature[wk-feature='testimonial'] figcaption,
.wk-feature[wk-feature='testimonial'] .wk-feature-heading {
  background-color: #007ac3;
  margin-right: 0;
}

@media (min-width: 65rem) {
  .wk-feature[wk-feature='testimonial'] figcaption,
  .wk-feature[wk-feature='testimonial'] .wk-feature-heading {
    margin-top: -28.6875rem;
  }
}

.wk-feature[wk-feature='testimonial'] figcaption blockquote,
.wk-feature[wk-feature='testimonial'] .wk-feature-heading blockquote {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 65rem) {
  .wk-feature[wk-feature='testimonial'] figcaption blockquote,
  .wk-feature[wk-feature='testimonial'] .wk-feature-heading blockquote {
    font-size: 2rem;
  }
}

.wk-feature[wk-feature='testimonial'] figcaption .wk-feature-source,
.wk-feature[wk-feature='testimonial'] .wk-feature-heading .wk-feature-source {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
}

.wk-feature[wk-feature='testimonial'] figcaption .wk-feature-source-meta,
.wk-feature[wk-feature='testimonial'] .wk-feature-heading .wk-feature-source-meta {
  font-weight: 300;
}

.wk-feature-card, .wk-featured-media, .my-hero-division {
  margin-top: 2.25rem;
}

.wk-feature-card .wk-feature-card-body, .wk-featured-media .wk-feature-card-body, .my-hero-division .wk-feature-card-body {
  padding: 1.25rem;
}

.wk-feature-card-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wk-feature-card-container > .wk-feature-card {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

@media (min-width: 0) and (max-width: 37.5rem) {
  .wk-feature-card-container > .wk-feature-card {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .wk-feature-card-container > .wk-feature-card:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-feature-card-container > .wk-feature-card {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .wk-feature-card-container > .wk-feature-card:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 65rem) {
  .wk-feature-card-container > .wk-feature-card {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .wk-feature-card-container > .wk-feature-card:nth-child(3n) {
    margin-right: 0;
  }
}

.wk-featured-faq {
  background-color: #dadada;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  padding: 1.875rem 0;
}

@media (min-width: 65rem) {
  .wk-featured-faq {
    position: relative;
  }
}

.wk-featured-faq .wk-featured-faq-body {
  background-color: #241866;
  padding: 0.625rem 0.625rem 3rem 1.25rem;
  position: relative;
}

.wk-featured-faq .wk-featured-faq-body::after {
  clear: both;
  content: ' ';
  display: table;
}

@media (min-width: 37.5rem) {
  .wk-featured-faq .wk-featured-faq-body {
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    position: static;
  }
}

@media (min-width: 65rem) {
  .wk-featured-faq .wk-featured-faq-body {
    padding: 0.625rem 0 0.625rem 1.875rem;
    width: 60%;
  }
}

.wk-featured-faq .wk-featured-faq-body .wk-featured-faq-heading {
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 0.875rem;
  opacity: 0.7;
}

.wk-featured-faq .wk-featured-faq-body .wk-featured-faq-list {
  color: #fff;
  font-size: 0.8125rem;
}

.wk-featured-faq .wk-featured-faq-body .wk-featured-faq-list .wk-faq-title {
  cursor: pointer;
  padding: 0.625rem 0.875rem;
}

.wk-featured-faq .wk-featured-faq-body .wk-featured-faq-list .wk-faq-title + .wk-faq-description {
  display: none;
}

.wk-featured-faq .wk-featured-faq-body .wk-featured-faq-list .wk-faq-title .wk-faq-title-label {
  opacity: 0.7;
}

.wk-featured-faq .wk-featured-faq-body .wk-featured-faq-list .wk-faq-title .wk-faq-title-caption {
  font-size: 0.8125rem;
}

.wk-featured-faq .wk-featured-faq-body .wk-featured-faq-list .wk-faq-title.active {
  background-color: #fff;
}

.wk-featured-faq .wk-featured-faq-body .wk-featured-faq-list .wk-faq-title.active + .wk-faq-description {
  background-color: #fff;
  color: #241866;
  display: block;
  margin: 0;
  padding: 0.625rem 0.875rem;
}

@media (min-width: 65rem) {
  .wk-featured-faq .wk-featured-faq-body .wk-featured-faq-list .wk-faq-title.active + .wk-faq-description {
    height: calc(100% - 60px);
    padding: 1.875rem;
    position: absolute;
    right: 0;
    top: 1.875rem;
    width: 40%;
  }
}

.wk-featured-faq .wk-featured-faq-body .wk-featured-faq-list .wk-faq-title.active .wk-faq-title-label {
  color: #474747;
}

.wk-featured-faq .wk-featured-faq-body .wk-featured-faq-list .wk-faq-title.active .wk-faq-title-caption {
  color: #241866;
}

.wk-featured-faq .wk-featured-faq-body .wk-featured-faq-button {
  background-color: inherit;
  left: 0;
  margin-bottom: 0;
  opacity: 0.7;
  position: absolute;
}

@media (min-width: 37.5rem) {
  .wk-featured-faq .wk-featured-faq-body .wk-featured-faq-button {
    float: right;
    font-size: 0.75rem;
    position: relative;
    top: 0.625rem;
  }
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-featured-faq .wk-featured-faq-body .wk-featured-faq-button {
    left: 0.625rem;
  }
}

.wk-usp-card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wk-usp-card-group > .wk-usp-card {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

@media (min-width: 0) and (max-width: 37.5rem) {
  .wk-usp-card-group > .wk-usp-card {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .wk-usp-card-group > .wk-usp-card:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-usp-card-group > .wk-usp-card {
    width: 47.82609%;
    float: left;
    margin-right: 4.34783%;
  }
  .wk-usp-card-group > .wk-usp-card:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 65rem) {
  .wk-usp-card-group > .wk-usp-card {
    width: 47.82609%;
    float: left;
    margin-right: 4.34783%;
  }
  .wk-usp-card-group > .wk-usp-card:nth-child(2n) {
    margin-right: 0;
  }
}

.wk-usp-card {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  padding-bottom: 1.5rem;
}

.wk-usp-card.wk-usp-card-centered,
.wk-usp-card-group-centered .wk-usp-card {
  text-align: center;
}

.wk-usp-card.wk-usp-card-image-left .wk-card-content,
.wk-usp-card-group-image-left .wk-usp-card .wk-card-content, .wk-usp-card.wk-usp-card-image-right .wk-card-content,
.wk-usp-card-group-image-right .wk-usp-card .wk-card-content {
  position: relative;
}

.wk-usp-card.wk-usp-card-image-left .wk-card-content .wk-card-image,
.wk-usp-card-group-image-left .wk-usp-card .wk-card-content .wk-card-image, .wk-usp-card.wk-usp-card-image-right .wk-card-content .wk-card-image,
.wk-usp-card-group-image-right .wk-usp-card .wk-card-content .wk-card-image {
  position: absolute;
  text-align: center;
  top: 0;
}

.wk-usp-card.wk-usp-card-image-left .wk-card-content .wk-card-image img,
.wk-usp-card-group-image-left .wk-usp-card .wk-card-content .wk-card-image img, .wk-usp-card.wk-usp-card-image-right .wk-card-content .wk-card-image img,
.wk-usp-card-group-image-right .wk-usp-card .wk-card-content .wk-card-image img {
  width: 100%;
}

.wk-usp-card.wk-usp-card-image-left .wk-card-content,
.wk-usp-card-group-image-left .wk-usp-card .wk-card-content {
  margin-left: calc(3rem + 0.75rem);
}

.wk-usp-card.wk-usp-card-image-left .wk-card-content .wk-card-image,
.wk-usp-card-group-image-left .wk-usp-card .wk-card-content .wk-card-image {
  left: calc((3rem + 0.75rem) * -1);
}

@media (min-width: 37.5rem) {
  .wk-usp-card.wk-usp-card-image-left .wk-card-content,
  .wk-usp-card-group-image-left .wk-usp-card .wk-card-content {
    margin-left: calc(3rem + 0.75rem);
  }
  .wk-usp-card.wk-usp-card-image-left .wk-card-content .wk-card-image,
  .wk-usp-card-group-image-left .wk-usp-card .wk-card-content .wk-card-image {
    left: calc((3rem + 0.75rem) * -1);
  }
}

.wk-usp-card.wk-usp-card-image-right .wk-card-content,
.wk-usp-card-group-image-right .wk-usp-card .wk-card-content {
  margin-right: calc(3rem + 0.75rem);
}

.wk-usp-card.wk-usp-card-image-right .wk-card-content .wk-card-image,
.wk-usp-card-group-image-right .wk-usp-card .wk-card-content .wk-card-image {
  right: calc((3rem + 0.75rem) * -1);
}

@media (min-width: 37.5rem) {
  .wk-usp-card.wk-usp-card-image-right .wk-card-content,
  .wk-usp-card-group-image-right .wk-usp-card .wk-card-content {
    margin-right: calc(3rem + 0.75rem);
  }
  .wk-usp-card.wk-usp-card-image-right .wk-card-content .wk-card-image,
  .wk-usp-card-group-image-right .wk-usp-card .wk-card-content .wk-card-image {
    right: calc((3rem + 0.75rem) * -1);
  }
}

.wk-usp-card .wk-card-image wk-icon {
  fill: #007ac3;
}

.wk-usp-card .wk-card-image img {
  display: inline-block;
  height: auto;
  vertical-align: top;
}

@media (min-width: 37.5rem) {
  .wk-usp-card .wk-card-image img {
    margin-top: 3px;
  }
}

.wk-usp-card .wk-card-title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #757575;
  margin-bottom: 0.625rem;
}

@media (min-width: 37.5rem) {
  .wk-usp-card .wk-card-title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.25rem;
  }
}

.wk-usp-card .wk-card-description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #474747;
}

@media (min-width: 37.5rem) {
  .wk-usp-card .wk-card-description {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6875rem;
  }
}

.wk-usp-card a .wk-card-title,
a .wk-usp-card .wk-card-title {
  color: #007ac3;
}

.wk-usp-card a:hover .wk-card-title,
.wk-usp-card a:hover .wk-card-image,
a .wk-usp-card:hover .wk-card-title,
a .wk-usp-card:hover .wk-card-image {
  color: #005b92;
}

.wk-featured-product-block {
  color: #fff;
  margin-top: 4rem;
}

.wk-featured-product-block ul,
.wk-featured-product-block li,
.wk-featured-product-block h4,
.wk-featured-product-block h5 {
  margin: 0;
  padding: 0;
}

.wk-featured-product-block header {
  background-color: #5b528c;
  min-height: 4rem;
  padding: 1.125rem 1rem;
}

@media (min-width: 37.5rem) {
  .wk-featured-product-block header {
    margin-right: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.wk-featured-product-block header h4 {
  color: #fff;
  font-weight: 400;
}

.wk-featured-product-block .wk-featured-product-block-body {
  background-color: #241866;
  padding: 0 1rem 5rem;
  position: relative;
}

.wk-featured-product-block .wk-featured-product-block-body::after {
  clear: both;
  content: ' ';
  display: table;
}

@media (min-width: 37.5rem) {
  .wk-featured-product-block .wk-featured-product-block-body {
    margin-left: 4rem;
    padding: 0 3rem 3rem;
  }
}

.wk-featured-product-block .wk-featured-product-block-body li {
  line-height: 1.5rem;
  list-style-type: none;
  margin-bottom: 0.875rem;
}

@media (min-width: 37.5rem) {
  .wk-featured-product-block .wk-featured-product-block-body li {
    font-size: 1.125rem;
  }
  .wk-featured-product-block .wk-featured-product-block-body li [class^='wk-icon-']::before,
  .wk-featured-product-block .wk-featured-product-block-body li [class*=' wk-icon-']::before {
    font-size: 2rem;
    top: 0.2rem;
  }
}

.wk-featured-product-block .wk-featured-product-block-body li [class*=' wk-icon-'],
.wk-featured-product-block .wk-featured-product-block-body li [class^='wk-icon-'] {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-left: 0;
  margin-right: 0.625rem;
  position: relative;
  top: 0.15rem;
  width: auto;
}

.wk-featured-product-block .wk-featured-product-block-body h5 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 4rem;
}

.wk-featured-product-block .wk-featured-product-block-body button.wk-call-to-action,
.wk-featured-product-block .wk-featured-product-block-body .wk-button.wk-call-to-action {
  margin-bottom: 0;
}

.wk-featured-product-block .wk-featured-product-block-body .wk-call-to-action {
  bottom: 0;
  position: absolute;
  right: 0;
}

.wk-featured-media .wk-icon-header {
  background: none;
  color: #fff;
  margin-bottom: 1.5625rem;
  margin-top: 0;
  padding: 0;
}

.wk-featured-media .wk-icon-header::before,
.wk-featured-media .wk-icon-header .wk-icon-header-icon {
  background-color: #5b528c;
  color: #fff;
}

.wk-featured-media .wk-icon-header .wk-icon-header-icon wk-icon {
  fill: #fff;
}

.wk-featured-media .wk-icon-header::before,
.wk-featured-media .wk-icon-header .wk-icon-header-icon {
  left: 0;
  top: -5.9375rem;
}

.wk-featured-media .wk-featured-media-body {
  color: #fff;
  padding: 0;
}

.wk-featured-media-container {
  background: #241866;
  padding: 1.875rem 0;
  padding-top: 2.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wk-featured-media-container .wk-featured-media {
  margin-bottom: 100px;
}

.wk-featured-media-container .wk-featured-media:last-child {
  margin-bottom: 0;
}

.wk-featured-media-container > .wk-featured-media {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

@media (min-width: 0) and (max-width: 37.5rem) {
  .wk-featured-media-container > .wk-featured-media {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .wk-featured-media-container > .wk-featured-media:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-featured-media-container > .wk-featured-media {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .wk-featured-media-container > .wk-featured-media:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 65rem) {
  .wk-featured-media-container > .wk-featured-media {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  .wk-featured-media-container > .wk-featured-media:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-featured-media-container .wk-featured-media:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (min-width: 65rem) {
  .wk-featured-media-container {
    padding-top: 2.25rem;
  }
  .wk-featured-media-container .wk-featured-media {
    margin-bottom: 0;
  }
}

.wk-featured-contact {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  padding: 1.25rem;
  background-color: #241866;
  color: #fff;
}

.wk-featured-contact figure {
  display: table;
  margin: 0 0 1.25rem;
}

.wk-featured-contact figure img,
.wk-featured-contact figure figcaption {
  display: table-cell;
}

.wk-featured-contact figure img {
  min-width: 3rem;
  width: 3rem;
}


.wk-featured-contact figure figcaption {
  padding: 0 0 0 1.25rem;
  vertical-align: middle;
}

.wk-featured-contact .wk-featured-contact-heading {
  margin: 0 0 1.25rem;
}

.wk-featured-contact .wk-featured-contact-body {
  font-weight: 300;
  margin: 0 0 1.25rem;
}

.wk-featured-contact footer .wk-featured-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wk-featured-contact footer .wk-featured-contact-list li {
  display: block;
}

.wk-featured-contact footer [class^='wk-icon-']::before,
.wk-featured-contact footer [class*=' wk-icon-']::before {
  margin: 0 0.125rem 0 0;
}

.wk-featured-contact a, .wk-featured-contact .wk-featured-contact-heading {
  color: #fff;
}

.wk-featured-contact-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #241866;
}

.wk-featured-contact-container > .wk-featured-contact {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

@media (min-width: 0) and (max-width: 37.5rem) {
  .wk-featured-contact-container > .wk-featured-contact {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .wk-featured-contact-container > .wk-featured-contact:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-featured-contact-container > .wk-featured-contact {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .wk-featured-contact-container > .wk-featured-contact:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 65rem) {
  .wk-featured-contact-container > .wk-featured-contact {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .wk-featured-contact-container > .wk-featured-contact:nth-child(3n) {
    margin-right: 0;
  }
}

.wk-featured-vacancy {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  position: relative;
}

.wk-featured-vacancy .wk-featured-vacancy-header {
  color: #474747;
}

.wk-featured-vacancy .wk-featured-vacancy-body {
  color: #757575;
  margin-bottom: 16px;
}

.wk-featured-vacancy footer {
  bottom: 0;
  position: relative;
  text-align: right;
}

.wk-featured-vacancy-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wk-featured-vacancy-container > .wk-featured-vacancy {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

@media (min-width: 0) and (max-width: 37.5rem) {
  .wk-featured-vacancy-container > .wk-featured-vacancy {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .wk-featured-vacancy-container > .wk-featured-vacancy:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-featured-vacancy-container > .wk-featured-vacancy {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .wk-featured-vacancy-container > .wk-featured-vacancy:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 65rem) {
  .wk-featured-vacancy-container > .wk-featured-vacancy {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .wk-featured-vacancy-container > .wk-featured-vacancy:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 65rem) {
  .wk-hero, .wk-featured-hero-shop {
    padding-bottom: 2.5rem;
  }
}

.wk-hero .wk-hero-container, .wk-featured-hero-shop .wk-hero-container {
  height: 100vh;
  position: relative;
}

@media (min-width: 37.5rem) {
  .wk-hero .wk-hero-container, .wk-featured-hero-shop .wk-hero-container {
    height: 28.75rem;
  }
}

.wk-hero .wk-hero-container .wk-hero-image-wrapper, .wk-featured-hero-shop .wk-hero-container .wk-hero-image-wrapper {
  height: 100%;
}

.wk-hero .wk-hero-container .wk-hero-image-wrapper .wk-hero-image, .wk-featured-hero-shop .wk-hero-container .wk-hero-image-wrapper .wk-hero-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
  height: 100%;
}

.wk-hero .wk-hero-container .wk-hero-image-wrapper .wk-hero-image::before, .wk-featured-hero-shop .wk-hero-container .wk-hero-image-wrapper .wk-hero-image::before {
  content: '';
  display: block;
}

.wk-hero .wk-hero-container .wk-hero-header, .wk-featured-hero-shop .wk-hero-container .wk-hero-header {
  position: absolute;
  top: 0;
  width: 100%;
}

.wk-hero .wk-hero-container .wk-hero-header .wk-header, .wk-featured-hero-shop .wk-hero-container .wk-hero-header .wk-header {
  background-color: transparent;
}

@media (min-width: 65rem) {
  .wk-hero .wk-hero-container .wk-hero-header .wk-header, .wk-featured-hero-shop .wk-hero-container .wk-hero-header .wk-header {
    padding: 0 3.75rem;
  }
}

.wk-hero .wk-hero-container .wk-hero-header .wk-header .wk-nav, .wk-featured-hero-shop .wk-hero-container .wk-hero-header .wk-header .wk-nav,
.wk-hero .wk-hero-container .wk-hero-header .wk-header .wk-more-menu,
.wk-featured-hero-shop .wk-hero-container .wk-hero-header .wk-header .wk-more-menu {
  color: #fff;
}

.wk-hero .wk-hero-container .wk-hero-header .wk-header .wk-nav a, .wk-featured-hero-shop .wk-hero-container .wk-hero-header .wk-header .wk-nav a,
.wk-hero .wk-hero-container .wk-hero-header .wk-header .wk-more-menu a,
.wk-featured-hero-shop .wk-hero-container .wk-hero-header .wk-header .wk-more-menu a {
  color: currentColor;
}

.wk-hero .wk-hero-container .wk-hero-header .wk-header .wk-nav span::before, .wk-featured-hero-shop .wk-hero-container .wk-hero-header .wk-header .wk-nav span::before,
.wk-hero .wk-hero-container .wk-hero-header .wk-header .wk-more-menu span::before,
.wk-featured-hero-shop .wk-hero-container .wk-hero-header .wk-header .wk-more-menu span::before {
  color: currentColor;
}

.wk-hero .wk-hero-container .wk-hero-details-container, .wk-featured-hero-shop .wk-hero-container .wk-hero-details-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
  top: -100%;
}

.wk-hero .wk-hero-container .wk-hero-details-container:after, .wk-featured-hero-shop .wk-hero-container .wk-hero-details-container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-hero .wk-hero-container .wk-hero-details-container, .wk-featured-hero-shop .wk-hero-container .wk-hero-details-container {
    height: 28.75rem;
  }
}

.wk-hero .wk-hero-container .wk-hero-details, .wk-featured-hero-shop .wk-hero-container .wk-hero-details {
  background-color: rgba(36, 24, 102, 0.8);
  height: calc(100% - 100px);
  padding-bottom: 3rem;
  padding-top: 1.25rem;
  position: absolute;
  top: 6.25rem;
  width: 100%;
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-hero .wk-hero-container .wk-hero-details, .wk-featured-hero-shop .wk-hero-container .wk-hero-details {
    height: 50%;
    padding-left: 1.25rem;
    padding-top: 0.625rem;
    top: 50%;
  }
}

@media (min-width: 65rem) {
  .wk-hero .wk-hero-container .wk-hero-details, .wk-featured-hero-shop .wk-hero-container .wk-hero-details {
    background-color: transparent;
    bottom: 0;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    top: 0;
  }
  .wk-hero .wk-hero-container .wk-hero-details .caption-container, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container,
  .wk-hero .wk-hero-container .wk-hero-details .caption-description,
  .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-description {
    display: inline-block;
  }
}

.wk-hero .wk-hero-container .wk-hero-details .caption-container::after, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container::after {
  clear: both;
  content: ' ';
  display: table;
}

@media (min-width: 65rem) {
  .wk-hero .wk-hero-container .wk-hero-details .caption-container, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container {
    bottom: 0;
    position: absolute;
    width: 52%;
    z-index: 1;
  }
}

.wk-hero .wk-hero-container .wk-hero-details .caption-container .caption, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container .caption {
  color: #fff;
  padding: 0.625rem;
}

@media (min-width: 65rem) {
  .wk-hero .wk-hero-container .wk-hero-details .caption-container .caption, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container .caption {
    background-color: rgba(36, 24, 102, 0.8);
    padding: 1.25rem 4.375rem 1.25rem 2.5rem;
  }
}

.wk-hero .wk-hero-container .wk-hero-details .caption-container .caption h5, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container .caption h5 {
  color: currentColor;
  font-family: "Franziska", "Times New Roman", Times, serif;
  font-size: 1.375rem;
  font-style: italic;
  margin-top: 0;
}

.wk-hero .wk-hero-container .wk-hero-details .caption-container .caption p, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container .caption p {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  padding-top: 0.625rem;
}

.wk-hero .wk-hero-container .wk-hero-details .caption-container .caption-button, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container .caption-button {
  bottom: 0;
  margin-bottom: 0;
  position: absolute;
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-hero .wk-hero-container .wk-hero-details .caption-container .caption-button, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container .caption-button {
    right: 0;
  }
}

@media (min-width: 65rem) {
  .wk-hero .wk-hero-container .wk-hero-details .caption-container .caption-button, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container .caption-button {
    float: right;
    position: relative;
    right: 0;
  }
}


.wk-hero .wk-hero-container .wk-hero-details .caption-description,
.wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-description {
  color: #fff;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  font-style: italic;
  padding: 0.625rem;
}

@media (min-width: 65rem) {
  
  .wk-hero .wk-hero-container .wk-hero-details .caption-description,
  .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-description {
    background-color: #fff;
    bottom: -3rem;
    color: #474747;
    min-height: 9rem;
    padding-left: 4.375rem;
    padding-right: 1.25rem;
    position: absolute;
    right: 0;
    vertical-align: top;
    width: 52%;
  }
}

.wk-hero .wk-hero-container .wk-hero-details .caption-description p, .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-description p {
  line-height: 1.5;
}

.wk-featured-hero-shop {
  margin-bottom: 6.25rem;
  padding-bottom: 0;
}

@media (min-width: 65rem) {
  .wk-featured-hero-shop {
    margin-bottom: 3.125rem;
  }
}

.wk-featured-hero-shop .wk-hero-container .wk-hero-details {
  background-color: rgba(71, 71, 71, 0.8);
}

@media (min-width: 65rem) {
  .wk-featured-hero-shop .wk-hero-container .wk-hero-details {
    background-color: transparent;
  }
}

@media (min-width: 65rem) {
  .wk-featured-hero-shop .wk-hero-container .wk-hero-details .caption-container .caption {
    background-color: rgba(71, 71, 71, 0.8);
  }
}

.wk-featured-hero-shop .wk-hero-container .wk-shop-bar {
  background-color: #fff;
  bottom: -3.125rem;
  position: absolute;
  width: 100%;
}

@media (min-width: 65rem) {
  .wk-featured-hero-shop .wk-hero-container .wk-shop-bar-container {
    margin: 0 auto;
    max-width: 75rem;
  }
}

.wk-featured-hero-shop .wk-hero-container .wk-shop-bar-container ul {
  background-color: #fff;
  padding-left: 0;
}

@media (min-width: 65rem) {
  .wk-featured-hero-shop .wk-hero-container .wk-shop-bar-container ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.wk-featured-hero-shop .wk-hero-container .wk-shop-bar-container ul li {
  list-style: none;
}

.wk-featured-hero-shop .wk-hero-container .wk-shop-bar-container ul li p {
  color: rgba(71, 71, 71, 0.8);
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  line-height: 1.875rem;
  padding-left: 0.625rem;
}

@media (min-width: 65rem) {
  .wk-featured-hero-shop .wk-hero-container .wk-shop-bar-container ul li p {
    line-height: 3rem;
    padding: 0 0.625rem;
  }
}

.wk-featured-hero-shop .wk-hero-container .wk-shop-bar-container ul li span {
  color: #007ac3;
  font-size: 1.375rem;
  position: relative;
  top: 0.0625rem;
}

.wk-featured-hero-careers .wk-page-intro-container {
  background-color: #fff;
}

.wk-featured-hero-careers .wk-page-intro-container .wk-page-intro {
  margin: 0 auto;
  max-width: 75rem;
}

.wk-page-intro {
  background-color: #fff;
  padding: 1.25rem;
}

@media (min-width: 37.5rem) {
  .wk-page-intro {
    padding: 2.5rem;
  }
}

.wk-page-intro p {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.wk-product-card,
[wk-product-card] {
  background: #fff;
  padding: 3.75rem 1.25rem 1.25rem;
  position: relative;
}

.wk-product-card .wk-product-card-label, [wk-product-card] .wk-product-card-label {
  font-family: "Franziska", "Times New Roman", Times, serif;
  font-style: italic;
  padding: 0.625rem 1.875rem;
  position: absolute;
  right: 0;
  top: 0;
}

.wk-product-card .wk-product-card-content, [wk-product-card] .wk-product-card-content {
  margin: 0 0 1.25rem 0;
}

.wk-product-card .wk-product-card-body, [wk-product-card] .wk-product-card-body {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  margin-bottom: 60px;
}

.wk-product-card .wk-product-card-heading, [wk-product-card] .wk-product-card-heading {
  margin: 0 0 0.625rem 0;
}

.wk-product-card .wk-product-card-description, [wk-product-card] .wk-product-card-description {
  font-weight: 300;
}

.wk-product-card .wk-product-card-button, [wk-product-card] .wk-product-card-button {
  bottom: 0;
  margin: 0;
  position: absolute;
  right: 0;
  width: auto;
}

.wk-product-card .wk-product-card-button:hover:not([disabled]), [wk-product-card] .wk-product-card-button:hover:not([disabled]) {
  position: absolute;
}

.wk-product-card .wk-product-card-price-tag, [wk-product-card] .wk-product-card-price-tag {
  bottom: 3.125rem;
  color: #e5202e;
  font-family: "Franziska", "Times New Roman", Times, serif;
  font-size: 1.25rem;
  font-style: italic;
  position: absolute;
}

@media (min-width: 37.5rem) {
  .wk-product-card[wk-product-card*='featured'] .wk-product-card-label, [wk-product-card][wk-product-card*='featured'] .wk-product-card-label {
    left: -1.875rem;
    padding: 0.625rem 3.125rem 0.625rem 1.25rem;
    right: auto;
  }
  .wk-product-card[wk-product-card*='featured'] .wk-product-card-content, [wk-product-card][wk-product-card*='featured'] .wk-product-card-content {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .wk-product-card[wk-product-card*='featured'] .wk-product-card-content:after, [wk-product-card][wk-product-card*='featured'] .wk-product-card-content:after {
    content: " ";
    display: block;
    clear: both;
  }
  .wk-product-card[wk-product-card*='featured'] figure, [wk-product-card][wk-product-card*='featured'] figure {
    width: 30.43478%;
    float: left;
    margin-right: 4.34783%;
  }
  .wk-product-card[wk-product-card*='featured'] .wk-product-card-body, [wk-product-card][wk-product-card*='featured'] .wk-product-card-body {
    width: 65.21739%;
    float: left;
    margin-right: 4.34783%;
    float: right;
    margin-right: 0;
    padding-right: 6.25rem;
  }
  .wk-product-card[wk-product-card*='price-tag'][wk-product-card*='featured'] .wk-product-card-body, [wk-product-card*='price-tag'][wk-product-card][wk-product-card*='featured'] .wk-product-card-body {
    margin: 0;
  }
  .wk-product-card[wk-product-card*='price-tag'][wk-product-card*='featured'] .wk-product-card-price-tag, [wk-product-card*='price-tag'][wk-product-card][wk-product-card*='featured'] .wk-product-card-price-tag {
    background: #241866;
    bottom: auto;
    color: #fff;
    padding: 1.25rem 1.875rem;
    position: absolute;
    right: -1.875rem;
    top: 3.125rem;
  }
}

.wk-product-card .wk-product-card-label,
[wk-product-card] .wk-product-card-label {
  background-color: #474747;
  color: #fff;
}

.wk-product-card .wk-product-card-button,
[wk-product-card] .wk-product-card-button {
  color: #474747;
}

.wk-product-card .wk-product-card-button::before,
[wk-product-card] .wk-product-card-button::before {
  background: #474747;
  color: #fff;
}

.wk-product-card[wk-product-card*='featured'] .wk-product-card-label,
[wk-product-card][wk-product-card*='featured'] .wk-product-card-label {
  background-color: #474747;
  color: #fff;
}

.wk-product-card[wk-product-card*='featured'] .wk-product-card-button,
[wk-product-card][wk-product-card*='featured'] .wk-product-card-button {
  color: #474747;
}

.wk-product-card[wk-product-card*='featured'] .wk-product-card-button::before,
[wk-product-card][wk-product-card*='featured'] .wk-product-card-button::before {
  background: #474747;
  color: #fff;
}

.wk-product-card-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wk-product-card-grid [wk-product-card] {
  margin-bottom: 1.25rem;
  padding: 3.75rem 1.875rem 1.875rem 1.875rem;
}

.wk-product-card-grid > [wk-product-card] {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

@media (min-width: 0) and (max-width: 37.5rem) {
  .wk-product-card-grid > [wk-product-card] {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .wk-product-card-grid > [wk-product-card]:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-product-card-grid > [wk-product-card] {
    width: 33.33333%;
    float: left;
  }
  .wk-product-card-grid > [wk-product-card]:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 65rem) {
  .wk-product-card-grid > [wk-product-card] {
    width: 20%;
    float: left;
  }
  .wk-product-card-grid > [wk-product-card]:nth-child(5n) {
    margin-right: 0;
  }
}

.wk-product-card-grid-of-one [wk-product-card] {
  margin-bottom: 0.625rem;
  padding-top: 2.5rem;
}

.wk-product-card-grid-of-one [wk-product-card] .wk-product-card-body {
  padding: 0;
}

.wk-product-card-grid-of-one [wk-product-card] .wk-product-card-label {
  left: auto;
  padding: 0.625rem 1.25rem;
  right: 0;
}

.wk-product-card-grid-of-two {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wk-product-card-grid-of-two [wk-product-card] {
  margin-bottom: 1.25rem;
}

.wk-product-card-grid-of-two [wk-product-card] .wk-product-card-body {
  padding: 0;
}

.wk-product-card-grid-of-two > [wk-product-card] {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

@media (min-width: 0) and (max-width: 37.5rem) {
  .wk-product-card-grid-of-two > [wk-product-card] {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .wk-product-card-grid-of-two > [wk-product-card]:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-product-card-grid-of-two > [wk-product-card] {
    width: 48.73646%;
    float: left;
    margin-right: 2.52708%;
  }
  .wk-product-card-grid-of-two > [wk-product-card]:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 65rem) {
  .wk-product-card-grid-of-two > [wk-product-card] {
    width: 48.73646%;
    float: left;
    margin-right: 2.52708%;
  }
  .wk-product-card-grid-of-two > [wk-product-card]:nth-child(2n) {
    margin-right: 0;
  }
}

.wk-product-card-grid-of-three {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wk-product-card-grid-of-three [wk-product-card] {
  margin-bottom: 0.625rem;
  padding: 3.75rem 1.875rem 1.875rem 1.875rem;
}

.wk-product-card-grid-of-three [wk-product-card] .wk-product-card-label {
  left: 0;
  right: auto;
}

.wk-product-card-grid-of-three [wk-product-card] .wk-product-card-body {
  padding: 0;
}

.wk-product-card-grid-of-three > [wk-product-card] {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

@media (min-width: 0) and (max-width: 37.5rem) {
  .wk-product-card-grid-of-three > [wk-product-card] {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .wk-product-card-grid-of-three > [wk-product-card]:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .wk-product-card-grid-of-three > [wk-product-card] {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .wk-product-card-grid-of-three > [wk-product-card]:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 65rem) {
  .wk-product-card-grid-of-three > [wk-product-card] {
    width: 33.33333%;
    float: left;
  }
  .wk-product-card-grid-of-three > [wk-product-card]:nth-child(3n) {
    margin-right: 0;
  }
}

.docs-content-bar-example .wk-page-content {
  padding: 20px;
}

.docs-usp-card-group-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.docs-usp-card-group-3 > .wk-usp-card {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

@media (min-width: 0) and (max-width: 37.5rem) {
  .docs-usp-card-group-3 > .wk-usp-card {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .docs-usp-card-group-3 > .wk-usp-card:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .docs-usp-card-group-3 > .wk-usp-card {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .docs-usp-card-group-3 > .wk-usp-card:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 65rem) {
  .docs-usp-card-group-3 > .wk-usp-card {
    width: 30.43478%;
    float: left;
    margin-right: 4.34783%;
  }
  .docs-usp-card-group-3 > .wk-usp-card:nth-child(3n) {
    margin-right: 0;
  }
}

.docs-usp-card-group-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.docs-usp-card-group-4 > .wk-usp-card {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

@media (min-width: 0) and (max-width: 37.5rem) {
  .docs-usp-card-group-4 > .wk-usp-card {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .docs-usp-card-group-4 > .wk-usp-card:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .docs-usp-card-group-4 > .wk-usp-card {
    width: 47.82609%;
    float: left;
    margin-right: 4.34783%;
  }
  .docs-usp-card-group-4 > .wk-usp-card:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 65rem) {
  .docs-usp-card-group-4 > .wk-usp-card {
    width: 21.73913%;
    float: left;
    margin-right: 4.34783%;
  }
  .docs-usp-card-group-4 > .wk-usp-card:nth-child(4n) {
    margin-right: 0;
  }
}

.wk-product-card[wk-product-card*='new'] .wk-product-card-button, .wk-product-card[wk-product-card*='sale'] .wk-product-card-button,
[wk-product-card][wk-product-card*='new'] .wk-product-card-button,
[wk-product-card][wk-product-card*='sale'] .wk-product-card-button {
  color: #757575;
}

.wk-product-card[wk-product-card*='new'] .wk-product-card-button::before, .wk-product-card[wk-product-card*='sale'] .wk-product-card-button::before,
[wk-product-card][wk-product-card*='new'] .wk-product-card-button::before,
[wk-product-card][wk-product-card*='sale'] .wk-product-card-button::before {
  background: #757575;
  color: #fff;
}

.wk-product-card[wk-product-card*='new'] .wk-product-card-label,
.wk-product-card[wk-product-card*='new'] .wk-product-card-price-tag, .wk-product-card[wk-product-card*='sale'] .wk-product-card-label,
.wk-product-card[wk-product-card*='sale'] .wk-product-card-price-tag,
[wk-product-card][wk-product-card*='new'] .wk-product-card-label,
[wk-product-card][wk-product-card*='new'] .wk-product-card-price-tag,
[wk-product-card][wk-product-card*='sale'] .wk-product-card-label,
[wk-product-card][wk-product-card*='sale'] .wk-product-card-price-tag {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  font-style: normal;
}

.wk-product-card[wk-product-card*='new'] .wk-product-card-label,
[wk-product-card][wk-product-card*='new'] .wk-product-card-label {
  background-color: #85bc20;
  color: #fff;
}

.wk-product-card[wk-product-card*='new'] .wk-product-card-price-tag,
[wk-product-card][wk-product-card*='new'] .wk-product-card-price-tag {
  color: #007ac3;
}

.wk-product-card[wk-product-card*='sale'] .wk-product-card-label,
[wk-product-card][wk-product-card*='sale'] .wk-product-card-label {
  background-color: #ea8f00;
  color: #fff;
}

.wk-product-card[wk-product-card*='soon'] .wk-product-card-label,
[wk-product-card][wk-product-card*='soon'] .wk-product-card-label {
  background-color: #241866;
  color: #fff;
}

.wk-product-card[wk-product-card*='soon'] .wk-product-card-heading,
[wk-product-card][wk-product-card*='soon'] .wk-product-card-heading {
  color: #241866;
}

.wk-product-card[wk-product-card*='soon'] .wk-product-card-price-tag,
[wk-product-card][wk-product-card*='soon'] .wk-product-card-price-tag {
  color: #007ac3;
}

.my-hero-division {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.my-hero-division:after {
  content: " ";
  display: block;
  clear: both;
}

.my-hero-division .wk-icon-header.my-green {
  background: #85bc20;
  color: #fff;
}

.my-hero-division .wk-icon-header.my-green::before,
.my-hero-division .wk-icon-header.my-green .wk-icon-header-icon {
  background-color: #a4cd58;
  color: #fff;
}

.my-hero-division .wk-icon-header.my-green .wk-icon-header-icon wk-icon {
  fill: #fff;
}

.my-hero-division .wk-icon-header.my-gray {
  background: #474747;
  color: #fff;
}

.my-hero-division .wk-icon-header.my-gray::before,
.my-hero-division .wk-icon-header.my-gray .wk-icon-header-icon {
  background-color: #757575;
  color: #fff;
}

.my-hero-division .wk-icon-header.my-gray .wk-icon-header-icon wk-icon {
  fill: #fff;
}

.my-hero-division ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0.5rem;
}

.my-hero-division ul li {
  margin-bottom: 0.25rem;
}

/*
.my-abm-division {
    .wk-button.my-red{
        @include wk-button-colors( wk-primary-color(wkRed,tint1), wk-primary-color(wkRed));
    }
}

// ABM
/// Defines the product card button colors
/// @param $text {Color} Text color
/// @param $backgorund {Color} Background color
@mixin xwk-button-colors($text, $background) {
    .wk-button {
        color: $background;

        &::before {
            background: $background;
            color: $text;
        }
    }
}
*/
.docs-feature-card-example,
.docs-featured-contact-example {
  max-width: 250px;
}

body.docs-page-sample {
  padding-bottom: 0;
  background-color: #dadada;
  /* START ABM doc-gen add. */
  /* END ABM doc-gen add. */
}

@media (min-width: 600px) and (max-width: 650px) {
  body.docs-page-sample .docs-contact-cards > .wk-featured-contact .wk-featured-contact-body {
    min-height: 105px;
  }
}

@media (min-width: 650px) and (max-width: 800px) {
  body.docs-page-sample .docs-contact-cards > .wk-featured-contact .wk-featured-contact-body {
    min-height: 84px;
  }
}

@media (min-width: 800px) and (max-width: 1040px) {
  body.docs-page-sample .docs-contact-cards > .wk-featured-contact .wk-featured-contact-body {
    min-height: 63px;
  }
}

@media (min-width: 1040px) and (max-width: 1175px) {
  body.docs-page-sample .docs-contact-cards > .wk-featured-contact .wk-featured-contact-body {
    min-height: 84px;
  }
}

@media (min-width: 1175px) {
  body.docs-page-sample .docs-contact-cards > .wk-featured-contact .wk-featured-contact-body {
    min-height: 63px;
  }
}

body.docs-page-sample .docs-breadcrumb {
  margin-bottom: 0;
}

body.docs-page-sample .docs-head-image {
  display: none;
  max-width: 3000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  max-height: 300px;
}

body.docs-page-sample .docs-head-image:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 3000px) {
  body.docs-page-sample .docs-head-image {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 37.5rem) {
  body.docs-page-sample .docs-head-image {
    display: block;
  }
}

body.docs-page-sample .docs-head-image img {
  display: block;
}

body.docs-page-sample .wk-content-bar {
  padding-bottom: 32px;
  padding-top: 32px;
}

body.docs-page-sample .wk-content-bar .wk-page-content {
  margin-top: 0;
}

body.docs-page-sample .docs-heading {
  font-family: "Franziska", "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}

body.docs-page-sample .wk-footer {
  position: static;
}

body.docs-page-sample .docs-go-up {
  display: none;
}

body.docs-page-sample .docs-go-up {
  bottom: 20px;
  display: none;
  opacity: .3;
  position: fixed;
  right: 20px;
  transition: opacity;
  z-index: 10000;
}

body.docs-page-sample body.docs-page-sample .docs-copy {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

body.docs-page-sample body.docs-page-sample .docs-heading {
  font-family: "Franziska", "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}

body.docs-page-sample .docs-content-bar {
  margin-bottom: 32px;
}

body.docs-page-sample .docs-copy {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

body.docs-page-sample .docs-copy:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 58.25rem) {
  body.docs-page-sample .docs-copy {
    padding-left: 0;
    padding-right: 0;
  }
}

body.docs-page-sample .docs-copy p {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
}

body.docs-page-sample .wk-featured-contact-container,
body.docs-page-sample .wk-feature-card-container {
  margin-bottom: 32px;
}

body.docs-page-sample .docs-card-one .wk-icon-header {
  background: #ea8f00;
  color: #fff;
}

body.docs-page-sample .docs-card-one .wk-icon-header::before,
body.docs-page-sample .docs-card-one .wk-icon-header .wk-icon-header-icon {
  background-color: #efab40;
  color: #fff;
}

body.docs-page-sample .docs-card-one .wk-icon-header .wk-icon-header-icon wk-icon {
  fill: #fff;
}

body.docs-page-sample .docs-card-two .wk-icon-header {
  background: #241866;
  color: #fff;
}

body.docs-page-sample .docs-card-two .wk-icon-header::before,
body.docs-page-sample .docs-card-two .wk-icon-header .wk-icon-header-icon {
  background-color: #5b528c;
  color: #fff;
}

body.docs-page-sample .docs-card-two .wk-icon-header .wk-icon-header-icon wk-icon {
  fill: #fff;
}

body.docs-page-sample .docs-card-three .wk-icon-header {
  background: #940c72;
  color: #fff;
}

body.docs-page-sample .docs-card-three .wk-icon-header::before,
body.docs-page-sample .docs-card-three .wk-icon-header .wk-icon-header-icon {
  background-color: #af4995;
  color: #fff;
}

body.docs-page-sample .docs-card-three .wk-icon-header .wk-icon-header-icon wk-icon {
  fill: #fff;
}

@media (min-width: 600px) and (max-width: 755px) {
  .feature-card-height-fix .wk-icon-header {
    min-height: 73px;
  }
}

@media (min-width: 755px) and (max-width: 1040px) {
  .feature-card-height-fix .wk-icon-header {
    min-height: 73px;
  }
}

@media (min-width: 1040px) and (max-width: 1200px) {
  .feature-card-height-fix .wk-icon-header {
    min-height: 70px;
  }
}

@media (min-width: 1200px) {
  .feature-card-height-fix .wk-icon-header {
    min-height: 73px;
  }
}

.docs-feature-card-example {
  max-width: 250px;
}

.docs-feature-call-to-action-example {
  background: #f6f6f6;
  padding: 16px;
}

.docs-featured-media-container-example {
  margin-top: 40px;
}

.docs-featured-media-container-example .wk-page-content {
  padding: 0 20px;
}

.docs-featured-media-container-full-page {
  margin-top: 80px;
}

.docs-featured-media-container-homepage-shop {
  margin-top: 50px;
}

.docs-wk-featured-hero-shop-homepage-shop {
  margin-bottom: 6rem;
}

.docs-homepage-shop-most-sold-card .wk-product-card-heading {
  color: #007ac3;
  font-family: "Franziska", "Times New Roman", Times, serif;
  font-size: 1.21363rem;
  font-style: italic;
  font-weight: 500;
}

.docs-featured-vacancy-example {
  max-width: 280px;
}

.docs-usp-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.docs-usp-cards > .wk-usp-card {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

@media (min-width: 0) and (max-width: 37.5rem) {
  .docs-usp-cards > .wk-usp-card {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .docs-usp-cards > .wk-usp-card:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 37.5rem) and (max-width: 65rem) {
  .docs-usp-cards > .wk-usp-card {
    width: 47.82609%;
    float: left;
    margin-right: 4.34783%;
  }
  .docs-usp-cards > .wk-usp-card:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 65rem) {
  .docs-usp-cards > .wk-usp-card {
    width: 30.43478%;
    float: left;
    margin-right: 4.34783%;
  }
  .docs-usp-cards > .wk-usp-card:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 600px) and (max-width: 755px) {
  .docs-usp-cards.demo1 > .wk-usp-card .wk-card-title {
    min-height: 108px;
  }
}

@media (min-width: 755px) and (max-width: 1040px) {
  .docs-usp-cards.demo1 > .wk-usp-card .wk-card-title {
    min-height: 73px;
  }
}

@media (min-width: 1040px) and (max-width: 1200px) {
  .docs-usp-cards.demo1 > .wk-usp-card .wk-card-title {
    min-height: 108px;
  }
}

@media (min-width: 1200px) {
  .docs-usp-cards.demo1 > .wk-usp-card .wk-card-title {
    min-height: 73px;
  }
}

.wk-featured-vacancy-container.demo1 {
  margin-bottom: 32px;
}

@media (min-width: 600px) and (max-width: 900px) {
  .wk-featured-vacancy-container.demo1 > .wk-featured-vacancy .wk-featured-vacancy-header {
    min-height: 44px;
  }
}

@media (min-width: 1040px) {
  .wk-featured-vacancy-container.demo1 > .wk-featured-vacancy .wk-featured-vacancy-header {
    min-height: 44px;
  }
}

@media (min-width: 600px) and (max-width: 700px) {
  .wk-featured-vacancy-container.demo1 > .wk-featured-vacancy .wk-featured-vacancy-body {
    min-height: 42px;
  }
}

@media (min-width: 1040px) {
  .wk-featured-vacancy-container.demo1 > .wk-featured-vacancy .wk-featured-vacancy-body {
    min-height: 42px;
  }
}

.docs-hero-example {
  padding: 10px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}

@media (min-width: 37.5rem) {
  .docs-carousel-example .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar,
  .docs-heroes-hero-carousel .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar,
  .docs-heroes-featured-hero-division .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar,
  .docs-hero-carousel-marketing-example-panel-grey .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar {
    background-color: #dadada;
  }
}

@media (min-width: 65rem) {
  .docs-hero-marketing-example {
    padding-bottom: 50px;
  }
}

@media (min-width: 37.5rem) {
  .docs-product-card-example {
    width: 70%;
    background: #eee;
    padding: 40px;
  }
}

.docs-product-card-two-cards-example,
.docs-product-card-three-cards-example {
  background: #eee;
  padding: 20px;
}

.docs-product-box-homepage-shop-example {
  background: #fff;
  margin-bottom: 40px;
}

.docs-product-box-homepage-shop-example .wk-product-card .wk-product-card-label {
  display: none;
}

.docs-product-box-homepage-shop-example .wk-product-card:first-child .wk-product-card-label {
  display: block;
}

.docs-feature-carousel-example {
  width: 100%;
}

@media (min-width: 65rem) {
  .docs-feature-carousel-example {
    max-width: 350px;
  }
}

.docs-page-intro-example {
  padding: 10px;
  background-color: #f6f6f6;
}

.docs-hero-careers-intro-example {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.docs-hero-careers-intro-example:after {
  content: " ";
  display: block;
  clear: both;
}

.docs-homepage-division-example {
  background-color: #fff;
}

@media (min-width: 37.5rem) {
  .docs-heroes-featured-hero-careers .wk-carousel .wk-carousel-body .wk-carousel-slide .wk-carousel-slide-button-bar {
    background-color: #ffffff;
  }
}

.docs-featured-hero-shop-example {
  padding: 10px 0;
  background-color: #f6f6f6;
}

@media (min-width: 65rem) {
  .docs-content-container {
    padding-left: 90px;
  }
}

.docs-content-bar .wk-featured-contact {
  margin-top: 30px;
}

@media (min-width: 65rem) {
  .docs-content-bar .wk-featured-contact {
    margin-top: 0px;
  }
}

@media (min-width: 37.5rem) {
  .docs-content-bar .wk-feature-testimonial {
    margin-bottom: 0;
  }
}

.docs-content-bar .docs-youtube-content {
  max-width: 780px;
}

.docs-content-bar .docs-content-wide-image {
  margin: 40px 0 0 0;
}


/** GK Custom from Master below. **/


.gk-no-blank,
    .gk-no-individual,
    .gk-no-institution,
    .gk-no-advisors
     {
      display:none;
    }

 body.docs-page-sample .docs-head-image {
    max-height: 150px;
}
 body.gk-main-page {
    background-color: #dadada;
}
 body.gk-main-page .docs-head-image {
    max-height: 150px;
}

body.docs-page-sample .docs-content-bar h2 {
    font-family: "Franziska","Times New Roman",Times,serif;
    font-style: italic;
    font-weight: 400;
    margin-top: 0;
}

body.docs-page-sample .docs-copy p {
margin-bottom:1rem;

}

.gk-required-star {
  color:red;
}

.wk-nav-stacked li{
  background-color:#fff;
}

.wk-nav-stacked li:first-child{
  background-color:#ddd;
}


table.gk-need-table {

}

table.gk-need-table thead th {
    font-size: 95%;
    font-weight: bold;
    color: #474747;
    padding: 5px;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}
table.gk-need-table thead th {
    background-color: #C2DE90;
}
table.gk-need-table thead th:first-child {
    background-color: #80BDE1;
}

table.gk-need-table tbody td {
    
    font-size: 90%;
    font-weight: normal;
    color: #474747;
    background-color: #A6D1EA;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    padding: 10px;
    vertical-align: top;
}

table.gk-need-table tbody td {
    background-color: #D4E8B1;
}
table.gk-need-table tbody td:first-child {
    background-color: #A6D1EA;
}



/* FIXES FOR WKCOM LEGACY.*/
.formTable {border-spacing: 10px;    border-collapse: separate;}
    .formTable th {text-align:left;}
/* END FIXES FOR WKCOM LEGACY.*/

.wk-product-card[wk-product-card*=featured] figure,
    [wk-product-card][wk-product-card*=featured] figure {
      width: 30.43478%;
      width: 17%;
      float: left;
      margin-right: 2.34783%;
      xmargin-right: 1.34783%;
    }

    .wk-product-card[wk-product-card*=featured] .wk-product-card-body,
    [wk-product-card][wk-product-card*=featured] .wk-product-card-body {
      width: 65.21739%;
      width: 80.6%;
      float: right;
      margin-right: 0;
      padding-right: 6.25rem;
    }

    

    .wk-product-card,
    [wk-product-card] {
      background: #fff;
      padding: 3.75rem 1.25rem 0.25rem;
      padding: 0.75rem 0.25rem 0.15rem;
      position: relative;
    }

    .wk-product-card-grid-of-one [wk-product-card] {
    margin-bottom: .25rem;
    padding-top: 1.5rem;
}



.wk-nav-stacked li:first-child {
    background-color: #007ac3;
}
.wk-nav.wk-nav-tabs>li {
    width: 170px;
}
.wk-nav-tabs li{
  white-space:normal;
}
.wk-nav-stacked li:first-child a {
  color: #fff;

}
.wk-product-card[wk-product-card*='featured'] .wk-product-card-button.gk-subscribe-btn, 
[wk-product-card][wk-product-card*='featured'] .wk-product-card-button.gk-subscribe-btn {
  color: #fff;
  width: 250px;
}
.wk-footer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.wk-select-field-gk-ext {line-height: 1.5;padding: .6875rem 1rem;}



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