.px-quote-slider {
  position: relative;
  width: var(--baseWidth);
  max-width: var(--maxWidth, 1504px);
  margin-left: auto;
  margin-right: auto;
}
.px-quote-slider__stage {
  position: relative;
}
.px-quote-slider__track-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 24px;
}
.px-quote-slider .splide__list {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch !important;
}
.px-quote-slider .splide__slide {
  box-sizing: border-box;
  height: auto;
  display: flex !important;
  flex-direction: column;
  align-self: stretch;
}
.px-quote-slider__card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1 1 auto;
  min-height: 100%;
  height: 100%;
  padding: 0 20px;
}
.px-quote-slider__card {
  position: relative;
  border-radius: var(--baseBorderRadius, 10px);
  overflow: hidden;
  min-height: clamp(14.4444444444rem, 13.0212945393rem + 5.6925996205vw, 17.7777777778rem);
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}
.px-quote-slider__card-wrap > .px-quote-slider__popup-link {
  margin-top: auto;
  flex-shrink: 0;
  align-self: flex-start;
}
.px-quote-slider__card--quote {
  background: #fff;
  padding: clamp(1.2222222222rem, 1.0324689015rem + 0.7590132827vw, 1.6666666667rem) clamp(1.2222222222rem, 1.0799072317rem + 0.569259962vw, 1.5555555556rem) clamp(1.2222222222rem, 1.1273455619rem + 0.3795066414vw, 1.4444444444rem);
  color: var(--main-color, #14285a);
  overflow: visible;
}
.px-quote-slider__card--quote .px-quote-slider__quote-text {
  display: flex;
  align-items: center;
  font-size: clamp(0.8333333333rem, 0.7858950032rem + 0.1897533207vw, 0.9444444444rem);
  font-style: italic;
  color: var(--main-color, #14285a);
  line-height: 1.75;
  flex: 1;
  margin: 0;
}
.px-quote-slider__card--quote .px-quote-slider__quote-text p {
  margin: 0 0 0.6em;
}
.px-quote-slider__card--quote .px-quote-slider__quote-text p:last-child {
  margin-bottom: 0;
}
.px-quote-slider__quote-mark {
  position: absolute;
  width: 38px;
  height: 26px;
  pointer-events: none;
  z-index: 3;
}
.px-quote-slider__quote-mark--top {
  top: -14px;
  left: 22px;
}
.px-quote-slider__quote-mark--bottom {
  bottom: -14px;
  right: 22px;
  opacity: 0.7;
}
.px-quote-slider__card--video {
  background: var(--main-color, #14285a);
  color: #fff;
  cursor: pointer;
  isolation: isolate;
}
.px-quote-slider__video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  pointer-events: none;
}
.px-quote-slider__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--buttonColor, #00afdd);
  color: var(--main-color, #14285a);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 5;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.px-quote-slider__video-play svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  margin-left: 3px;
}
.px-quote-slider__card--video:hover .px-quote-slider__video-play, .px-quote-slider__card--video:focus-visible .px-quote-slider__video-play {
  transform: translate(-50%, -60%) scale(1.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}
.px-quote-slider__card--video:focus-visible {
  outline: 3px solid var(--buttonColor, #00afdd);
  outline-offset: 3px;
}
.px-quote-slider__video-info {
  margin-top: auto;
  position: relative;
  z-index: 2;
  padding: clamp(1.1111111111rem, 0.9213577904rem + 0.7590132827vw, 1.5555555556rem);
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.px-quote-slider__video-info strong {
  display: block;
  font-size: clamp(0.8333333333rem, 0.7858950032rem + 0.1897533207vw, 0.9444444444rem);
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff;
}
.px-quote-slider__video-info small {
  font-size: 13px;
  opacity: 0.75;
  color: #fff;
}
.px-quote-slider__author {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  margin-top: auto;
  padding: 14px 0 0;
  flex-shrink: 0;
}
.px-quote-slider__author-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 50px;
  flex-shrink: 0;
}
.px-quote-slider__author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--colorGrayLight, #d8d8d8);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color, #14285a);
}
.px-quote-slider__author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.px-quote-slider__author-avatar svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  opacity: 0.65;
}
.px-quote-slider__author-text {
  min-width: 0;
  line-height: 1.25;
}
.px-quote-slider__author-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color, #14285a);
  line-height: 1.25;
}
.px-quote-slider__author-role {
  font-size: 13px;
  color: var(--colorGrayDark, #404040);
  opacity: 0.75;
  margin-top: 2px;
  line-height: 1.3;
}
.px-quote-slider__popup-link {
  margin: 6px 0 0;
  background: transparent;
  color: var(--buttonColor);
  border: 0;
  border-radius: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  gap: 12px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  align-items: center;
  box-shadow: none;
  z-index: 1;
  cursor: pointer;
  transition: var(--baseTransition);
  transform: none;
}
.px-quote-slider__popup-link::after {
  content: "";
  border: solid var(--buttonColor);
  border-width: 0 2px 2px 0;
  display: block;
  padding: 3px;
  transition: var(--baseTransition);
  transform: rotate(-45deg) translateX(0);
}
.px-quote-slider__popup-link:hover, .px-quote-slider__popup-link:focus, .px-quote-slider__popup-link:focus-visible {
  transform: none;
  background: transparent;
  color: var(--buttonColor);
  outline: none;
}
.px-quote-slider__popup-link:hover::after, .px-quote-slider__popup-link:focus::after, .px-quote-slider__popup-link:focus-visible::after {
  transform: translateX(6px) rotate(-45deg);
}
.px-quote-slider__popup-link-arrow {
  display: none;
}
.px-quote-slider__controls {
  margin-top: clamp(1.3333333333rem, 1.0487033523rem + 1.1385199241vw, 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.px-quote-slider__arrow {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: var(--baseBorderRadius, 10px);
  background: #fff;
  color: var(--main-color, #14285a);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.px-quote-slider__arrow svg {
  width: 18px;
  height: 18px;
  display: block;
}
.px-quote-slider__arrow:hover, .px-quote-slider__arrow:focus-visible {
  background: var(--colorGrayVeryLight, #f2f2f2);
  outline: none;
}
.px-quote-slider__arrow[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}
.px-quote-slider__arrow[disabled]:hover {
  background: #fff;
}
.px-quote-slider__dots {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.px-quote-slider__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid var(--second-color, #33d1fa);
  transition: var(--baseTransition);
  cursor: pointer;
  padding: 0;
}
.px-quote-slider__dot:hover, .px-quote-slider__dot:focus-visible {
  background: rgba(51, 209, 250, 0.2);
  outline: none;
}
.px-quote-slider__dot.is-active {
  background: var(--second-color, #33d1fa);
  opacity: 1;
}
.px-quote-slider.is-no-controls .px-quote-slider__controls {
  display: none;
}

.px-quote-slider__lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 48px);
  box-sizing: border-box;
}
.px-quote-slider__lightbox.is-open {
  display: flex;
}
.px-quote-slider__lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  cursor: pointer;
}
.px-quote-slider__lightbox__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  max-height: 100%;
  background: transparent;
  display: flex;
  flex-direction: column;
}
.px-quote-slider__lightbox__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: var(--main-color, #14285a);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--baseTransition);
  z-index: 2;
}
.px-quote-slider__lightbox__close:hover, .px-quote-slider__lightbox__close:focus-visible {
  background: var(--buttonColor, #00afdd);
  color: var(--main-color, #14285a);
  outline: none;
}
@media all and (max-width: 640px) {
  .px-quote-slider__lightbox__close {
    top: 8px;
    right: 8px;
    background: rgba(255, 255, 255, 0.95);
  }
}
.px-quote-slider__lightbox__media {
  position: relative;
  border-radius: var(--baseBorderRadius, 10px);
  overflow: hidden;
  background: #000;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 100%;
}
.px-quote-slider__lightbox__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}
.px-quote-slider__lightbox__media .px-quote-slider__video-consent,
.px-quote-slider__lightbox__media .px-quote-slider__video-consent-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.px-quote-slider__lightbox__media .px-quote-slider__video-consent-inner iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.px-quote-slider__lightbox__media .px-quote-slider__video-consent-inner.active .overlay {
  display: none;
}
.px-quote-slider__lightbox__media .px-quote-slider__video-consent-inner .overlay {
  text-align: center;
  position: absolute;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  line-height: 160%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: var(--fontColor, #14285a);
  margin: 0;
}
.px-quote-slider__lightbox__media .px-quote-slider__video-consent-inner .overlay .headline {
  text-align: center;
  font-size: 1.5em;
}
.px-quote-slider__lightbox__media .px-quote-slider__video-consent-inner .overlay span {
  margin: 10px 0;
}
.px-quote-slider__lightbox__media .px-quote-slider__video-consent-inner .overlay span a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
.px-quote-slider__lightbox__media .px-quote-slider__video-consent-inner .overlay span a:hover {
  opacity: 0.6;
}
.px-quote-slider__lightbox__media .px-quote-slider__video-consent-inner .overlay .button {
  cursor: pointer;
}

.px-quote-slider__popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 48px);
  box-sizing: border-box;
}
.px-quote-slider__popup.is-open {
  display: flex;
}
.px-quote-slider__popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}
.px-quote-slider__popup__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  max-height: 100%;
  overflow: auto;
  background: #fff;
  color: var(--main-color, #14285a);
  border-radius: var(--baseBorderRadius, 10px);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  padding: clamp(1.5555555556rem, 1.2709255745rem + 1.1385199241vw, 2.2222222222rem);
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: clamp(1.1111111111rem, 0.8264811301rem + 1.1385199241vw, 1.7777777778rem);
  align-items: start;
}
@media all and (max-width: 640px) {
  .px-quote-slider__popup__dialog {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}
.px-quote-slider__popup__dialog.is-no-image {
  grid-template-columns: 1fr;
}
.px-quote-slider__popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: var(--colorGrayVeryLight, #f2f2f2);
  color: var(--main-color, #14285a);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--baseTransition);
  z-index: 2;
}
.px-quote-slider__popup__close:hover, .px-quote-slider__popup__close:focus-visible {
  background: var(--buttonColor, #00afdd);
  color: var(--main-color, #14285a);
  outline: none;
}
.px-quote-slider__popup__image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--colorGrayLight, #d8d8d8);
  flex-shrink: 0;
}
@media all and (max-width: 640px) {
  .px-quote-slider__popup__image {
    width: 100px;
    height: 100px;
  }
}
.px-quote-slider__popup__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.px-quote-slider__popup__body {
  min-width: 0;
  padding-right: 40px;
}
@media all and (max-width: 640px) {
  .px-quote-slider__popup__body {
    padding-right: 0;
  }
}
.px-quote-slider__popup__tenure {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--buttonColor, #00afdd);
  margin-bottom: 12px;
}
.px-quote-slider__popup__name {
  font-size: clamp(1.1111111111rem, 1.0162344508rem + 0.3795066414vw, 1.3333333333rem);
  font-weight: 700;
  color: var(--main-color, #14285a);
  margin: 0 0 4px;
  line-height: 1.2;
}
.px-quote-slider__popup__role {
  font-size: 14px;
  color: var(--colorGrayDark, #404040);
  opacity: 0.75;
  margin: 0 0 16px;
}
.px-quote-slider__popup__text {
  font-size: clamp(0.7777777778rem, 0.7303394476rem + 0.1897533207vw, 0.8888888889rem);
  line-height: 1.7;
  color: var(--main-color, #14285a);
}
.px-quote-slider__popup__text p {
  margin: 0 0 0.75em;
}
.px-quote-slider__popup__text p:last-child {
  margin-bottom: 0;
}

body.px-quote-slider-lock {
  overflow: hidden;
}

.editor-styles-wrapper .px-quote-slider__quote-mark {
  position: relative;
}
.editor-styles-wrapper .px-quote-slider {
  max-width: none;
  width: 100%;
}
.editor-styles-wrapper .px-quote-slider .splide__list {
  display: block;
  width: 100%;
}
.editor-styles-wrapper .px-quote-slider .splide__slide {
  display: block;
  width: 100%;
  max-width: none;
  flex: none;
  margin: 0 0 28px;
  box-sizing: border-box;
}
.editor-styles-wrapper .px-quote-slider .splide__slide:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .px-quote-slider .px-quote-slider__card-wrap {
  display: block;
  width: 100%;
  max-width: none;
  flex: none;
  padding: 0;
}
.editor-styles-wrapper .px-quote-slider .px-quote-slider__card {
  display: block;
  width: 100%;
  max-width: none;
  flex: none;
  min-height: 0;
}
.editor-styles-wrapper .px-quote-slider .px-quote-slider__card--quote .px-quote-slider__quote-text {
  display: block;
  width: 100%;
  flex: none;
}
.editor-styles-wrapper .px-quote-slider .px-quote-slider__author {
  width: 100%;
}
.editor-styles-wrapper .px-quote-slider .px-quote-slider__controls {
  display: none;
}

.wp-block-columns .px-quote-slider,
.px-frame-layout .px-quote-slider,
.accordion-content .px-quote-slider,
.tab_wrapper .px-quote-slider {
  width: 100%;
}