.elementor-widget-pixel-banner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pixel-cta {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.pixel-cta a:hover .pixel-cta__subtitle span {
  color: inherit;
}
.pixel-cta:hover .pixel-cta__bg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.pixel-cta__bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pixel-cta__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pixel-cta__bg-overlay {
  position: absolute;
  inset: 0;
}
.pixel-cta__content {
  position: relative;
  z-index: 2;
  padding: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pixel-cta__subtitle span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pixel-cta__title {
  font-size: 32px;
  line-height: 1.2;
}
.pixel-cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 24px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.pixel-cta .pixel-cta__subtitle,
.pixel-cta .pixel-cta__title,
.pixel-cta .pixel-cta__subtext {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.pixel-icon-box-slider {
  overflow: hidden;
}

.pixel-icon-box-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.pixel-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pixel-icon-box-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pixel-icon-box a {
  display: inline-block;
  margin-top: 12px;
}