.px-teaser {
  container-type: inline-size;
}
.px-teaser.splide:not(.active) {
  visibility: visible;
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin: 0 auto;
}
.px-teaser.splide:not(.active) .splide__arrows {
  display: none !important;
}
.px-teaser.splide:not(.active) .splide__track {
  overflow: visible;
}
.px-teaser.splide:not(.active) .splide__list {
  transform: translateX(0) !important;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
}
@media screen and (max-width: 1200px) {
  .px-teaser.splide:not(.active) .splide__list {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }
}
@media screen and (max-width: 960px) {
  .px-teaser.splide:not(.active) .splide__list {
    grid-template-columns: repeat(1, minmax(260px, 1fr));
  }
}
.px-teaser.splide:not(.active) .splide__list .splide__slide {
  width: 100% !important;
  padding: 0 !important;
}
.px-teaser.splide:not(.active) .splide__list .splide__slide.splide__slide--clone {
  display: none;
}
.px-teaser.splide:not(.active) .content-top {
  padding: 0;
  width: 100%;
}
.px-teaser.splide:not(.active) .px-teaser-inner {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .px-teaser.splide:not(.active) .px-teaser-inner {
    width: 100%;
  }
}
.px-teaser .content-top {
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin: 0 auto 45px;
  padding-right: 200px;
}
@media screen and (max-width: 768px) {
  .px-teaser .content-top {
    padding-right: 100px;
    margin-bottom: 25px;
  }
}
.px-teaser-inner {
  position: relative;
  padding-left: max(4%, (100% - var(--maxWidthBig)) / 2);
}
@media screen and (max-width: 768px) {
  .px-teaser-inner {
    padding-left: 0;
    width: var(--baseWidth);
    margin: 0 auto;
  }
}
.px-teaser .splide__arrows {
  position: absolute;
  top: -90px;
  right: max(4%, (100% - var(--maxWidthBig)) / 2);
}
@media screen and (max-width: 768px) {
  .px-teaser .splide__arrows {
    top: -50px;
  }
}
.px-teaser .splide__arrows .button-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .px-teaser .splide__arrows .button-wrap {
    gap: 20px;
  }
}
.px-teaser .splide__arrows .button-wrap .splide__arrow {
  opacity: 1;
  left: auto;
  right: auto;
  top: auto;
  transform: translateY(0);
  position: relative;
  background: transparent;
  border-radius: 0;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .px-teaser .splide__arrows .button-wrap .splide__arrow {
    width: 30px;
    height: 30px;
  }
}
.px-teaser .splide__arrows .button-wrap .splide__arrow::after {
  content: "";
  display: inline-block;
  background-color: var(--mainColor);
  mask: url("../img/arrow-slider.svg") no-repeat center/100% auto;
  width: 50px;
  height: 50px;
  transition: var(--baseTransition);
}
@media screen and (max-width: 768px) {
  .px-teaser .splide__arrows .button-wrap .splide__arrow::after {
    width: 30px;
    height: 30px;
  }
}
.px-teaser .splide__arrows .button-wrap .splide__arrow:hover::after {
  background-color: var(--secondColor);
}
.px-teaser .splide__arrows .button-wrap .splide__arrow.splide__arrow--prev::after {
  transform: rotate(180deg);
}
.px-teaser .splide__track {
  filter: drop-shadow(0 5px 30px rgba(var(--contrastColorRGB), 0.1));
}
@container (width <=640px) {
  .px-teaser .splide__track .splide__track {
    order: 1;
  }
}
.px-teaser .splide__track .items li.splide__slide {
  width: calc(34.3333% - 13.3333px) !important;
  max-width: 100%;
  padding: 0 0 !important;
  height: fit-content;
  font-size: 17px !important;
  font-weight: 500 !important;
  font-family: var(--mainFont) !important;
  color: var(--contrastColorInverted) !important;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .px-teaser .splide__track .items li.splide__slide {
    width: calc(51% - 10px) !important;
  }
}
@media screen and (max-width: 768px) {
  .px-teaser .splide__track .items li.splide__slide {
    width: calc(100% + 0px) !important;
  }
}
.px-teaser .splide__track .items li.splide__slide::before {
  content: none !important;
}
.px-teaser .splide__track .items li.splide__slide + li {
  margin-top: 0 !important;
}
.px-teaser .splide__track .items li.splide__slide .content {
  position: relative;
  border-radius: var(--bigBorderRadius);
  overflow: hidden;
  background: var(--mainColor) var(--secondGradientRotate);
  color: var(--contrastColorInverted);
  padding: clamp(1.1764705882rem, 0.8585055644rem + 1.6891891892vw, 2.3529411765rem) clamp(1.4705882353rem, 1.0731319555rem + 2.1114864865vw, 2.9411764706rem);
  height: 100%;
}
.px-teaser .splide__track .items li.splide__slide .content.with-buttons {
  padding-bottom: clamp(5rem, 4.2845786963rem + 3.8006756757vw, 7.6470588235rem);
}
@media screen and (max-width: 450px) {
  .px-teaser .splide__track .items li.splide__slide .content.with-buttons {
    padding-bottom: clamp(1.1764705882rem, 0.8585055644rem + 1.6891891892vw, 2.3529411765rem);
  }
}
.px-teaser .splide__track .items li.splide__slide .content.with-buttons .wp-block-buttons {
  position: absolute;
  bottom: clamp(1.1764705882rem, 0.8585055644rem + 1.6891891892vw, 2.3529411765rem);
  left: clamp(1.4705882353rem, 1.0731319555rem + 2.1114864865vw, 2.9411764706rem);
}
@media screen and (max-width: 450px) {
  .px-teaser .splide__track .items li.splide__slide .content.with-buttons .wp-block-buttons {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
.px-teaser .splide__track .items li.splide__slide .content.with-buttons .wp-block-buttons .wp-block-button[data-icon=button] > a.wp-block-button__link:not(.has-text-color):hover {
  padding: 18px 26px 18px 46px;
}
.px-teaser .splide__track .items li.splide__slide h4, .px-teaser .splide__track .items li.splide__slide h5 {
  color: var(--contrastColorInverted);
}
.px-teaser .splide__track .items li.splide__slide h4 + .text, .px-teaser .splide__track .items li.splide__slide h5 + .text {
  margin-top: 1.7em;
}
.px-teaser .splide__track .items li.splide__slide .wp-block-button > a.wp-block-button__link:not(.has-text-color) {
  color: var(--mainColor);
}
.px-teaser .splide__track .items li.splide__slide .wp-block-button > a.wp-block-button__link:not(.has-text-color)::before {
  z-index: -2;
  background: var(--contrastColorInverted) none;
}
.px-teaser .splide__track .items li.splide__slide .wp-block-button > a.wp-block-button__link:not(.has-text-color)::after {
  z-index: -1;
  background: var(--contrastColorInverted) url("../../../img/btn.svg") no-repeat 25px center/auto 36px;
}
@media screen and (max-width: 450px) {
  .px-teaser .splide__track .items li.splide__slide .wp-block-button > a.wp-block-button__link:not(.has-text-color)::after {
    background-image: none;
  }
}
.px-teaser .splide__track .items li.splide__slide .wp-block-button > a.wp-block-button__link:not(.has-text-color):hover {
  cursor: pointer;
  color: var(--secondColor);
}
.px-teaser .splide__track .items li.splide__slide .wp-block-button > a.wp-block-button__link:not(.has-text-color):hover::after {
  background-color: transparent;
}
.px-teaser .splide__track .items li.splide__slide .wp-block-button[data-icon=outline] a.wp-block-button__link:not(.has-text-color) {
  background: transparent none;
  border: 2px solid var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
.px-teaser .splide__track .items li.splide__slide .wp-block-button[data-icon=outline] a.wp-block-button__link:not(.has-text-color)::before, .px-teaser .splide__track .items li.splide__slide .wp-block-button[data-icon=outline] a.wp-block-button__link:not(.has-text-color)::after {
  content: none;
}
.px-teaser .splide__track .items li.splide__slide .wp-block-button[data-icon=outline] a.wp-block-button__link:not(.has-text-color):hover {
  background-color: var(--contrastColorInverted);
  color: var(--mainColor);
}
.px-teaser .splide__track .items li.splide__slide .wp-block-button[data-icon=arrow] a.wp-block-button__link:not(.has-text-color) {
  color: var(--contrastColorInverted);
}
.px-teaser .splide__track .items li.splide__slide .wp-block-button[data-icon=arrow] a.wp-block-button__link:not(.has-text-color)::after {
  background-color: var(--contrastColorInverted);
}
.px-teaser .splide__track .items li.splide__slide .wp-block-buttons.text-center {
  justify-content: center;
}
.px-teaser .splide__track .items li.splide__slide .wp-block-buttons.text-right {
  justify-content: flex-end;
}
.px-teaser .splide__track .items li.splide__slide .icon {
  overflow: hidden;
  margin-bottom: 20px;
}
.px-teaser .splide__track .items li.splide__slide .icon > img {
  width: auto;
  height: 70px;
  filter: brightness(0) invert(1);
}
.px-teaser .splide__track .items li.splide__slide .image {
  overflow: hidden;
  margin-bottom: 30px;
}
.px-teaser .splide__track .items li.splide__slide .image > img {
  width: 100%;
  max-width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: var(--baseBorderRadius);
}
@media screen and (max-width: 960px) {
  .px-teaser .splide__track .items li.splide__slide .image > img {
    height: auto;
    max-height: 400px;
  }
}

@container (width <=640px) {}

.editor-styles-wrapper .px-teaser .splide__track ul.items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.editor-styles-wrapper .px-teaser .splide__track ul.items li.splide__slide {
  width: 30% !important;
}