/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* -------------------------------------------------- Mixins */
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Employees */
.wkEmployees {
  font-family: var(--rajdhani);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wkEmployees__wrapper {
  margin: 0 0 -6rem 0;
}
@media (min-width: 576px) {
  .wkEmployees__wrapper {
    margin: 0 auto -10rem auto;
  }
}
@media (min-width: 1200px) {
  .wkEmployees__wrapper {
    max-width: 112rem;
  }
}
@media (min-width: 1366px) {
  .wkEmployees__wrapper {
    max-width: 120rem;
  }
}
@media (min-width: 1920px) {
  .wkEmployees__wrapper {
    max-width: 136.6rem;
  }
}
.wkEmployees__header {
  margin-bottom: 10rem;
}
.wkEmployees__intro {
  position: relative;
  background: var(--white);
}
@media (min-width: 1200px) {
  .wkEmployees__intro {
    display: flex;
    justify-content: space-between;
  }
}
.wkEmployees__left {
  margin: 0 0 2rem 0;
  padding: 0 2rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .wkEmployees__left {
    flex-shrink: 0;
    padding: 0;
    text-align: right;
    width: 38.195302843%;
  }
}
.wkEmployees__title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .wkEmployees__title {
    border-right: 0.3rem solid var(--grey--xlite);
    padding: 3rem 3rem 3rem 0;
  }
}
.wkEmployees__right {
  background: var(--grey--xlite);
  font-size: var(--font-size--base);
  padding: 2rem;
}
@media (min-width: 768px) {
  .wkEmployees__right {
    padding: 3rem 3.5rem;
  }
}
@media (min-width: 1200px) {
  .wkEmployees__right {
    padding: 2rem 3.5rem 5rem 3.5rem;
    width: calc(61.804697157% - 3rem);
  }
}
.wkEmployees__container {
  padding-bottom: 5rem;
  position: relative;
  width: 100%;
}
.wkEmployees__container p {
  font-family: var(--rajdhani);
}
.wkEmployees__imageWrapper {
  margin: 3rem 0 0 0;
}
@media (min-width: 1200px) {
  .wkEmployees__imageWrapper {
    float: right;
    position: relative;
    width: 105rem;
  }
}
@media (min-width: 1366px) {
  .wkEmployees__imageWrapper {
    width: 113rem;
  }
}
@media (min-width: 1920px) {
  .wkEmployees__imageWrapper {
    width: 129.6rem;
  }
}
.wkEmployees__image {
  background: var(--white);
  box-shadow: var(--box-shadow--image);
  margin: 0 auto;
  max-width: 102.4rem;
  padding: 1rem;
}
.wkEmployees__image.isHigher {
  align-items: center;
  display: flex;
  height: 76.8rem;
  justify-content: center;
  max-height: none;
}
.wkEmployees__image.isHigher img {
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.wkEmployees__employees {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .wkEmployees__employees {
    padding: 0;
  }
}
.wkEmployees__employee {
  background: var(--white);
  box-shadow: var(--box-shadow--box--hover);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 12rem 0;
  max-width: 32rem;
  padding: 0 2rem 3rem 2rem;
  position: relative;
  text-align: center;
}
@media (min-width: 576px) {
  .wkEmployees__employee {
    margin: 0 2rem 14rem 2rem;
    width: calc(50% - 4rem);
  }
}
@media (min-width: 1366px) {
  .wkEmployees__employee {
    margin: 0 4rem 18rem 4rem;
  }
}
.wkEmployees__employee:focus-within h2.headline {
  text-decoration: underline;
}
.wkEmployees__employee:after {
  background: var(--primary);
  bottom: 0.5rem;
  content: "";
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.wkEmployees__pic {
  background: var(--white);
  border: 0.1rem solid var(--primary);
  border-radius: 50%;
  height: 15rem;
  margin: -7.5rem 0 1rem 0;
  overflow: hidden;
  width: 15rem;
}
.wkEmployees__pic img {
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wkEmployees__level {
  font-family: var(--rajdhani);
  font-size: var(--font-size--large);
  margin: 0 0 2rem 0;
  width: 100%;
}
.wkEmployees__description {
  flex-grow: 1;
  font-size: var(--font-size--base);
  height: 10rem;
  overflow: hidden;
  width: 100%;
}
.wkEmployees__description.collapsible {
  height: 10rem;
  overflow: hidden;
  position: relative;
}
.wkEmployees__description.collapsible .readMore {
  display: block;
}
.wkEmployees__description.collapsible .readMore.inactive {
  height: 5rem;
  position: relative;
}
.wkEmployees__description.expanded {
  height: auto;
  max-height: none;
  overflow: visible;
}
.wkEmployees__description p {
  font-family: var(--rajdhani);
}
.wkEmployees__description .readMore {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 55%, rgb(255, 255, 255) 100%);
  bottom: 0;
  height: 9rem;
  left: 0;
  overflow: visible;
  position: absolute;
  width: 100%;
}
.wkEmployees__description .readMore .circle {
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  bottom: 1rem;
  box-shadow: var(--box-shadow--readMore);
  cursor: pointer;
  display: flex;
  height: 3rem;
  justify-content: center;
  left: 50%;
  margin: 0 0 0 -1.5rem;
  position: absolute;
  text-align: center;
  width: 3rem;
}
.wkEmployees__description .readMore .circle i {
  color: var(--text);
  display: inline-block;
  font-size: 1rem;
  position: relative;
  top: 0.1rem;
}
.wkEmployees__description .readMore .circle:focus {
  outline: none;
}
.wkEmployees__description .readMore.readMoreOn {
  background: none;
  height: 0;
}
.wkEmployees__dots {
  font-size: 1.7rem;
}
.wkEmployees__pattern {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.wkEmployees__teamText {
  margin-bottom: 10rem;
  text-align: center;
}
.wkEmployees__teamText p {
  font-size: 1.7rem;
}
.wkEmployees__button {
  color: var(--primary);
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 1rem;
  text-decoration: underline;
}
/*# sourceMappingURL=wkEmployees.css.map */
