.paragraph-testimonial .testimonial-component .node-testimonial-teaser__signiture a {
  color: #00A4D9;
  text-decoration: underline;
}
.paragraph-testimonial .testimonial-component .node-testimonial-teaser__signiture a:hover {
  color: #007DB3;
  text-decoration: none;
}

.paragraph-testimonial {
  position: relative;
  padding: 65px 0;
}
@media (min-width: 767px) {
  .paragraph-testimonial {
    padding: 80px 0;
  }
}
.paragraph-testimonial .testimonial-component {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .paragraph-testimonial .testimonial-component {
    width: 90%;
    max-width: 1086px;
    margin: 0 auto;
  }
}
.paragraph-testimonial .testimonial-component__container {
  width: 90%;
  height: 100%;
}
.paragraph-testimonial .testimonial-component__wrapper .swiper-slide {
  display: flex;
  width: 100%;
  height: auto;
}
.paragraph-testimonial .testimonial-component__navigation {
  display: none;
}
@media (min-width: 768px) {
  .paragraph-testimonial .testimonial-component__navigation {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 10px;
    display: block;
  }
}
@media (min-width: 992px) {
  .paragraph-testimonial .testimonial-component__navigation {
    left: -15px;
    right: -15px;
  }
}
.paragraph-testimonial .testimonial-component__navigation-mobile {
  display: flex;
  justify-content: space-between;
  width: 150px;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .paragraph-testimonial .testimonial-component__navigation-mobile {
    display: none;
  }
}
.paragraph-testimonial .testimonial-component__navigation-mobile .arrows {
  position: relative;
  transform: translateY(0);
}
.paragraph-testimonial .testimonial-component .node-testimonial-teaser {
  width: 100%;
}
.paragraph-testimonial .testimonial-component .node-testimonial-teaser__content {
  width: 100%;
}
@media (min-width: 768px) {
  .paragraph-testimonial .testimonial-component .node-testimonial-teaser__content {
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .paragraph-testimonial .testimonial-component .node-testimonial-teaser__content {
    width: 95%;
    margin: 0 auto;
  }
}
.paragraph-testimonial .testimonial-component .node-testimonial-teaser__content .wistia_embed {
  position: relative;
  width: 86px;
  height: 86px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .paragraph-testimonial .testimonial-component .node-testimonial-teaser__content .wistia_embed {
    width: 120px;
    height: 120px;
  }
}
.paragraph-testimonial .testimonial-component .node-testimonial-teaser__content .wistia_embed div {
  width: 86px;
  height: 86px;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .paragraph-testimonial .testimonial-component .node-testimonial-teaser__content .wistia_embed div {
    width: 120px;
    height: 120px;
  }
}
.paragraph-testimonial .testimonial-component .node-testimonial-teaser__content .wistia_embed div:after {
  content: "";
  position: absolute;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #D6083B url(../../../images/icon/solid-play-white.svg) center no-repeat;
  background-size: 20px;
  transition: all 0.2s ease;
  pointer-events: none;
}
[dir=rtl] .paragraph-testimonial .testimonial-component .node-testimonial-teaser__content .wistia_embed div:after {
  right: 0;
}
.paragraph-testimonial .testimonial-component .node-testimonial-teaser__content .wistia_embed div:hover:after {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(214, 8, 59, 0.6) url(../../../images/icon/solid-play-white.svg) center no-repeat;
  background-size: 30px;
  pointer-events: none;
}
.paragraph-testimonial .testimonial-component .node-testimonial-teaser__field-testimonial-picture img {
  display: block;
  width: 86px;
  height: 86px;
  margin: 0 auto;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .paragraph-testimonial .testimonial-component .node-testimonial-teaser__field-testimonial-picture img {
    width: 120px;
    height: 120px;
  }
}
.paragraph-testimonial .testimonial-component .node-testimonial-teaser__field-testimonial-description {
  margin-top: 45px;
  margin-bottom: 31px;
  text-align: center;
}
@media (min-width: 768px) {
  .paragraph-testimonial .testimonial-component .node-testimonial-teaser__field-testimonial-description {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .paragraph-testimonial .testimonial-component .node-testimonial-teaser__field-testimonial-description {
    margin-bottom: 30px;
  }
}
.paragraph-testimonial .testimonial-component .node-testimonial-teaser__field-testimonial-description p {
  position: relative;
  display: inline;
  padding: 0 5px;
  font-size: 14px;
  color: #404040;
}
.paragraph-testimonial .testimonial-component .node-testimonial-teaser__field-testimonial-description p:before, .paragraph-testimonial .testimonial-component .node-testimonial-teaser__field-testimonial-description p:after {
  content: '"';
  position: absolute;
}
[dir=ltr] .paragraph-testimonial .testimonial-component .node-testimonial-teaser__field-testimonial-description p:before {
  left: -3px;
}
[dir=rtl] .paragraph-testimonial .testimonial-component .node-testimonial-teaser__field-testimonial-description p:before {
  right: -3px;
}
[dir=ltr] .paragraph-testimonial .testimonial-component .node-testimonial-teaser__field-testimonial-description p:after {
  right: -3px;
}
[dir=rtl] .paragraph-testimonial .testimonial-component .node-testimonial-teaser__field-testimonial-description p:after {
  left: -3px;
}
@media (min-width: 768px) {
  .paragraph-testimonial .testimonial-component .node-testimonial-teaser__field-testimonial-description p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .paragraph-testimonial .testimonial-component .node-testimonial-teaser__field-testimonial-description p {
    font-size: 18px;
  }
}
.paragraph-testimonial .testimonial-component .node-testimonial-teaser__signiture {
  position: relative;
  font-size: 13px;
  letter-spacing: -0.14px;
  text-align: center;
  color: #606060;
}
@media (min-width: 992px) {
  .paragraph-testimonial .testimonial-component .node-testimonial-teaser__signiture {
    font-size: 14px;
  }
}
.paragraph-testimonial .testimonial-component .node-testimonial-teaser__signiture:before {
  content: "";
  position: absolute;
  top: -15px;
}
[dir=ltr] .paragraph-testimonial .testimonial-component .node-testimonial-teaser__signiture:before {
  left: 50%;
  transform: translateX(-50%);
}
[dir=rtl] .paragraph-testimonial .testimonial-component .node-testimonial-teaser__signiture:before {
  right: 50%;
  transform: translateX(50%);
}
.paragraph-testimonial .testimonial-component .node-testimonial-teaser__signiture:before {
  width: 100px;
  height: 1px;
  background-color: #c4c4c4;
}
@media (min-width: 992px) {
  .paragraph-testimonial .testimonial-component .node-testimonial-teaser__signiture:before {
    top: -16px;
  }
}
.paragraph-testimonial .testimonial-component .node-testimonial-teaser__signiture a {
  display: block;
  margin-top: 3px;
}
.paragraph-testimonial .arrows {
  position: absolute;
  top: 55%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 5px solid #fff;
  background-color: #00A4D9;
  font-size: 0;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.2));
  cursor: pointer;
}
.paragraph-testimonial .arrows:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../../images/icon/solid-arrow-bold-left-white.svg") center no-repeat;
  background-size: 24px;
}
.paragraph-testimonial .arrows:focus {
  outline: none;
}
[dir=ltr] .paragraph-testimonial .arrows__left {
  left: 0;
}
[dir=rtl] .paragraph-testimonial .arrows__left {
  right: 0;
}
[dir=ltr] .paragraph-testimonial .arrows__left:after {
  margin-right: 2px;
}
[dir=rtl] .paragraph-testimonial .arrows__left:after {
  margin-left: 2px;
  transform: rotate(180deg);
}
[dir=ltr] .paragraph-testimonial .arrows__right {
  right: 0;
  margin-left: 10px;
}
[dir=rtl] .paragraph-testimonial .arrows__right {
  left: 0;
  margin-right: 10px;
}
[dir=ltr] .paragraph-testimonial .arrows__right:after {
  margin-left: 2px;
  transform: rotate(180deg);
}
[dir=rtl] .paragraph-testimonial .arrows__right:after {
  margin-right: 2px;
  transform: rotate(0deg);
}
.paragraph-testimonial .arrows__disabled, .paragraph-testimonial .arrows.swiper-button-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.paragraph-testimonial__field-link {
  padding: 10px 0;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 767px) {
  .paragraph-testimonial__field-link {
    margin-top: 40px;
  }
}
.paragraph-testimonial__field-link a {
  padding: 10px 13px;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #240F6E;
}
.paragraph-testimonial__field-link a:visited {
  color: #fff;
}
.paragraph-testimonial__field-link a:hover {
  background: #fff;
  color: #240F6E;
  border: 1px solid #240F6E;
}
.paragraph-testimonial .modal-container {
  display: none;
}

.node-course-full__field-paragraphs .paragraph-testimonial {
  margin: 0 -15px;
  background-color: #EEE;
}
@media (min-width: 767px) {
  .node-course-full__field-paragraphs .paragraph-testimonial {
    margin: 0 -15px;
  }
}

div[id$=big_play_button_background] {
  display: none !important;
}

div[id$=big_play_button_graphic] {
  display: none !important;
}

/*# sourceMappingURL=testimonial-dynamic.css.map */
