:root {
  --mainColor: #0063c8;
  --contrastColor: #000;
  --contrastColorRGB: 0, 0, 0;
  --contrastColorInverted: #fff;
  --baseTransition: all .3s ease-in-out;
  --baseWidth: 92%;
  --maxWidthBig: 1500px;
}

.pxs-content-slider {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  container-type: inline-size;
  overflow: hidden;
}
.pxs-content-slider .swiper {
  overflow: hidden;
}
.pxs-content-slider .swiper-wrapper {
  align-items: center;
}
.pxs-content-slider .single-slide {
  width: 100%;
  opacity: 1;
}
@media screen and (min-width: 1201px) {
  .pxs-content-slider .swiper {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: visible;
  }
  .pxs-content-slider .swiper-wrapper {
    overflow: visible;
    align-items: center;
  }
  .pxs-content-slider .single-slide {
    width: min(75vw, 1200px);
    max-width: 1200px;
  }
  .pxs-content-slider .single-slide > .image,
  .pxs-content-slider .single-slide > .content {
    transition: opacity 0.35s ease;
  }
  .pxs-content-slider .single-slide > .content {
    opacity: 0;
    pointer-events: none;
  }
  .pxs-content-slider .single-slide > .image {
    opacity: 0.15;
  }
  .pxs-content-slider .single-slide.swiper-slide-active > .content,
  .pxs-content-slider .single-slide.swiper-slide-active > .image {
    opacity: 1;
    pointer-events: auto;
  }
  .pxs-content-slider .single-slide.swiper-slide-prev > .image,
  .pxs-content-slider .single-slide.swiper-slide-next > .image {
    opacity: 0.5;
  }
}
.pxs-content-slider figure.wp-block-image {
  width: 100%;
}
.pxs-content-slider .swiper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.pxs-content-slider .swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pxs-content-slider .single-slide {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pxs-content-slider .single-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}
.pxs-content-slider .single-slide.swiper-slide-prev > .content > * {
  opacity: 0;
}
.pxs-content-slider .single-slide > .image {
  border-radius: 100%;
  aspect-ratio: 1/1;
  flex-basis: 320px;
  height: fit-content;
  max-width: 100%;
  overflow: hidden;
  margin-right: calc(clamp(1.875rem, 0.4391891892rem + 7.1790540541vw, 7.1875rem) * -0.5);
  margin-left: calc(clamp(1.875rem, 0.4391891892rem + 7.1790540541vw, 7.1875rem) * -0.5);
  margin-top: 16px;
  z-index: 1;
  max-width: 50vw;
}
@media screen and (max-width: 960px) {
  .pxs-content-slider .single-slide > .image {
    margin-bottom: -50px;
  }
}
@media screen and (min-width: 961px) {
  .pxs-content-slider .single-slide > .image {
    margin-bottom: calc(clamp(1.875rem, 0.777027027rem + 5.4898648649vw, 5.9375rem) * -0.5);
  }
}
.pxs-content-slider .single-slide > .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pxs-content-slider .single-slide > .content {
  flex-basis: 670px;
  max-width: var(--baseWidth);
  background-color: var(--second-color);
  border-radius: var(--baseBorderRadius);
  padding-left: clamp(0.625rem, -1.1486486487rem + 8.8682432432vw, 7.1875rem);
}
@media screen and (max-width: 960px) {
  .pxs-content-slider .single-slide > .content {
    padding: 50px;
  }
}
@media screen and (min-width: 961px) {
  .pxs-content-slider .single-slide > .content {
    padding: clamp(0.625rem, -0.8108108108rem + 7.1790540541vw, 5.9375rem);
  }
}
@media screen and (min-width: 1201px) {
  .pxs-content-slider .single-slide > .content {
    flex-grow: 1;
  }
}
.pxs-content-slider .navigation {
  margin-top: clamp(1.25rem, 0.9121621622rem + 1.6891891892vw, 2.5rem);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 0.9121621622rem + 1.6891891892vw, 2.5rem);
}
.pxs-content-slider .navigation .swiper-pagination {
  position: relative;
  top: 0;
  width: auto;
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.pxs-content-slider .navigation .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 50px;
  height: 10px;
  flex: 0 0 auto;
  margin: 0 !important;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.pxs-content-slider .navigation .swiper-pagination .swiper-pagination-bullet[class*=-active] {
  background: var(--mainGradient);
  width: 50px;
}
.pxs-content-slider .navigation .swiper-pagination .swiper-pagination-bullet:not([class*=-active]) {
  background: var(--main-color, #000);
  width: 10px;
}
.pxs-content-slider .navigation .swiper-button-prev,
.pxs-content-slider .navigation .swiper-button-next {
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  margin: 0;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--main-color, var(--mainColor));
  transition: var(--baseTransition);
}
.pxs-content-slider .navigation .swiper-button-prev::after,
.pxs-content-slider .navigation .swiper-button-next::after {
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
}
.pxs-content-slider .navigation .swiper-button-prev:hover,
.pxs-content-slider .navigation .swiper-button-next:hover {
  opacity: 0.7;
}
.pxs-content-slider .navigation .swiper-button-prev.swiper-button-disabled,
.pxs-content-slider .navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

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

.is-root-container .pxs-content-slider .single-slide {
  display: flex;
  opacity: 1;
  pointer-events: all;
}
.is-root-container .pxs-content-slider .single-slide .content {
  opacity: 1;
  color: #fff;
  pointer-events: all;
}