/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/import-glob-loader/index.js!./wp-content/themes/hartbrugreizen/components/team-slider/team-slider.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
.team-slider {
  margin-bottom: 3.125rem;
  padding-top: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .team-slider {
    margin-bottom: 9.5rem;
    padding-top: 2.8125rem;
  }
}
.team-slider__heading {
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .team-slider__heading {
    margin-bottom: 2.8125rem;
  }
}
.team-slider h2 {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .team-slider h2 {
    margin-bottom: 2.75rem;
  }
}
.team-slider__block {
  padding-top: 3.125rem;
  padding-bottom: 2.25rem;
  border-radius: 1.25rem;
  background-color: #E4F2FF;
}
@media print, screen and (min-width: 64em) {
  .team-slider__block {
    padding-top: 4.9375rem;
  }
}
.team-slider__image {
  margin: 0 auto 2rem;
  position: relative;
  display: block;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .team-slider__image {
    width: 13.75rem;
    height: 13.75rem;
  }
}
.team-slider__image img {
  width: 100%;
}
.team-slider__image span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  font-family: "PP Mori", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(to right, rgba(240, 127, 19, 0.85) 0%, rgba(221, 26, 29, 0.85) 100%);
  transition: all 0.25s ease-in-out;
  mix-blend-mode: hard-light;
}
.team-slider__image span i {
  margin-left: 0.875rem;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.75rem;
  border-radius: 5rem;
  background-color: #DD1A1D;
  transition: all 0.25s ease-in-out;
  mix-blend-mode: hard-light;
}
.team-slider__image:focus span, .team-slider__image:hover span {
  opacity: 1;
  visibility: visible;
}
.team-slider__info {
  color: #252525;
  display: block;
}
.team-slider__info:hover {
  color: #252525;
}
.team-slider__info h6 {
  margin-bottom: 0.5rem;
  font-family: "Inter", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.team-slider__slider {
  margin-bottom: 3.125rem;
  padding-bottom: 0.625rem;
  position: relative;
  border-bottom: solid 1px #fff;
}
@media print, screen and (min-width: 64em) {
  .team-slider__slider {
    padding-bottom: 3.5625rem;
  }
}
.team-slider__bottom {
  flex-wrap: wrap;
}
.team-slider__call {
  flex-wrap: wrap;
}
@media print, screen and (min-width: 64em) {
  .team-slider__call {
    margin-right: 3.125rem;
  }
}
.team-slider__call li {
  margin: 0 0.9375rem 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .team-slider__call li {
    margin: 0 2.1875rem;
  }
}
.team-slider__call li a {
  padding-left: 3.125rem;
  position: relative;
  font-weight: 500;
}
@media print, screen and (min-width: 75em) {
  .team-slider__call li a {
    padding-left: 3.625rem;
  }
}
.team-slider__call li a:focus, .team-slider__call li a:hover {
  color: #DD1A1D;
}
.team-slider__call li a:focus .team-slider__animation, .team-slider__call li a:hover .team-slider__animation {
  color: #DD1A1D;
}
.team-slider__call li a:focus svg .circle, .team-slider__call li a:hover svg .circle {
  stroke-dashoffset: 0;
}
.team-slider__call li .button {
  margin-bottom: 0;
}
.team-slider__animation {
  position: absolute;
  top: -0.25rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #133478;
  border: solid 0.125rem #fff;
  border-radius: 4.6875rem;
  transition: all 0.25s ease-in-out;
}
.team-slider__animation i {
  font-size: 1.25rem;
}
.team-slider__animation i.icon-envelope {
  font-size: 0.875rem;
}
.team-slider__animation svg {
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
}
.team-slider__animation svg .circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
}
