/* stylelint-disable */
.wp-block-csckt-promotions-carousel {
  position: relative;
}
.wp-block-csckt-promotions-carousel .promotions-block-header {
  position: absolute;
  top: 25px;
  z-index: 10;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.wp-block-csckt-promotions-carousel .promotions-block-header h2 {
  max-width: 1024px;
  margin: auto;
  text-align: left;
}
.wp-block-csckt-promotions-carousel .featured-content__slide {
  background: transparent !important;
}
.wp-block-csckt-promotions-carousel .featured-content__item {
  max-width: 1024px;
}
.wp-block-csckt-promotions-carousel .featured-content__item-text {
  text-align: left;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-right: 25px;
}
.wp-block-csckt-promotions-carousel .featured-content__item-text h2 {
  color: #fff;
  font-size: 24px;
}
.wp-block-csckt-promotions-carousel .featured-content__item-text p {
  color: #fff;
}
.wp-block-csckt-promotions-carousel .featured-content__item-text a {
  color: #f43adb;
  background: #fdcb12;
}
.wp-block-csckt-promotions-carousel .tns-controls button {
  background-color: #f500e2;
}
.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

/*# sourceMappingURL=style-index.css.map*/