.image-text-rotator-block .image-text {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .image-text-rotator-block .image-text {
    flex-direction: row;
  }
}
.image-text-rotator-block .image-text__content {
  padding: 30px 16px;
  background-color: #000000;
  position: relative;
  z-index: 1;
  order: 2;
  height: 100%;
}
@media only screen and (min-width: 576px) {
  .image-text-rotator-block .image-text__content {
    padding: 40px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .image-text-rotator-block .image-text__content {
    padding: 40px 32px;
  }
}
@media only screen and (min-width: 992px) {
  .image-text-rotator-block .image-text__content {
    padding: 60px 40px;
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .image-text-rotator-block .image-text__content {
    padding: 80px 40px;
    width: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  .image-text-rotator-block .image-text__content {
    padding-left: 80px;
    padding-right: 180px;
    width: 60%;
    clip-path: polygon(0 0, 83.55% 0, 100% 100%, 0 100%);
  }
}
@media only screen and (min-width: 1600px) {
  .image-text-rotator-block .image-text__content {
    padding-left: 80px;
    padding-right: 260px;
  }
}
@media only screen and (min-width: 1800px) {
  .image-text-rotator-block .image-text__content {
    padding-left: 80px;
    padding-right: 180px;
    width: 840px;
  }
}
.image-text-rotator-block .image-text__image {
  flex: 1;
  aspect-ratio: 328/203;
  order: 1;
}
@media only screen and (max-width: 991px) {
  .image-text-rotator-block .image-text__image {
    max-height: 320px;
  }
}
.image-text-rotator-block .image-text__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .image-text-rotator-block .image-text__image {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    aspect-ratio: unset;
    width: 40%;
    height: 100%;
  }
  .image-text-rotator-block .image-text__image img {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .image-text-rotator-block .image-text__image {
    width: 50%;
    height: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .image-text-rotator-block .image-text__image {
    width: 56%;
  }
}
@media only screen and (min-width: 1600px) {
  .image-text-rotator-block .image-text__image {
    aspect-ratio: unset;
  }
}
.image-text-rotator-block .image-text__text * {
  color: #ffffff;
}
.image-text-rotator-block .image-text__text h1,
.image-text-rotator-block .image-text__text h2 {
  color: #E24A02;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .image-text-rotator-block .image-text__text h1,
  .image-text-rotator-block .image-text__text h2 {
    margin-bottom: 20px;
  }
}
.image-text-rotator-block .image-text__text h1[style*="text-decoration: underline"], .image-text-rotator-block .image-text__text h1[style*="text-decoration:underline"],
.image-text-rotator-block .image-text__text h2[style*="text-decoration: underline"],
.image-text-rotator-block .image-text__text h2[style*="text-decoration:underline"] {
  text-decoration: none;
  color: #E24A02;
}
.image-text-rotator-block .image-text__text .image-text__meta,
.image-text-rotator-block .image-text__text h3 {
  color: #E24A02;
  font-size: clamp(20px, 2vw, 24px);
  font-style: normal;
  font-weight: 900;
  line-height: clamp(24px, 2.5vw, 30px);
  letter-spacing: clamp(-0.48px, -0.4px + (100vw - 320px) * -0.08 / 1280, -0.4px);
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .image-text-rotator-block .image-text__text .image-text__meta,
  .image-text-rotator-block .image-text__text h3 {
    margin-bottom: 30px;
  }
}
.image-text-rotator-block .image-text__text .image-text__meta > .image-text__date {
  color: #E24A02;
}
.image-text-rotator-block .image-text__button-wrapper {
  display: flex;
  justify-content: flex-start;
}
.image-text-rotator-block .image-text__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .image-text-rotator-block .image-text__content {
    gap: 40px;
  }
}
.image-text-rotator-block .swiper {
  width: 100%;
  height: auto;
}
.image-text-rotator-block .swiper-wrapper {
  align-items: stretch;
}
.image-text-rotator-block .swiper-slide {
  width: auto;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .image-text-rotator-block .swiper-slide {
    width: 100%;
    height: auto;
  }
}
.image-text-rotator-block .swiper-slide > * {
  height: 100%;
}
.image-text-rotator-block .swiper-pagination {
  position: absolute;
  top: auto;
  right: 16px;
  bottom: 40px;
  left: auto;
  margin: 0;
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .image-text-rotator-block .swiper-pagination {
    right: calc(40% + 16px);
  }
}
@media only screen and (min-width: 1200px) {
  .image-text-rotator-block .swiper-pagination {
    right: calc(50% + 16px);
  }
}
@media only screen and (min-width: 1400px) {
  .image-text-rotator-block .swiper-pagination {
    right: calc(47% + 16px);
    gap: 20px;
  }
}
.image-text-rotator-block .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #D9D9D9;
  opacity: 1;
  margin: 0;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) {
  .image-text-rotator-block .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.6;
  }
}
.image-text-rotator-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E24A02;
}
@media only screen and (min-width: 992px) {
  .image-text-rotator-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
  }
}
.image-text-rotator-block .image-text-rotator--preview {
  padding: 1rem;
  border: 2px dashed #ccc;
  border-radius: 0.5rem;
  background-color: #f9f9f9;
}
.image-text-rotator-block .image-text-rotator--preview h4 {
  margin: 0 0 0.5rem 0;
  color: #333;
}
.image-text-rotator-block .image-text-rotator--preview p {
  margin: 0 0 1rem 0;
  color: #666;
  font-style: italic;
}
.image-text-rotator-block .image-text-rotator__slide-preview {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: opacity 0.3s ease;
}
.image-text-rotator-block .image-text-rotator__slide-preview:last-child {
  margin-bottom: 0;
}
.image-text-rotator-block .image-text-rotator__slide-preview .image-text__content {
  background-color: #333;
  color: #fff;
  padding: 1rem;
  border-radius: 0.25rem;
}
.image-text-rotator-block .image-text-rotator__slide-preview .image-text__text * {
  color: #fff !important;
}
.image-text-rotator-block .image-text-rotator__slide-preview .image-text__button-preview {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  color: #fff;
}
.image-text-rotator-block .image-text-rotator__slide-preview .image-text__image img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}

.image-text-rotator-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

/*# sourceMappingURL=image-text-rotator-style.css.map */
