/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./pivot-blocks/feature-boxes-ticker/style.scss ***!
  \***********************************************************************************************************************************************************************************************/
/**
 * Deps: slick-carousel
 */
.feature-boxes-ticker {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  overflow: hidden;
  justify-content: center;
  gap: 30px;
}
.feature-boxes-ticker.slick-slider .slick-track, .feature-boxes-ticker.slick-slider .slick-list {
  display: flex;
  align-items: center;
}
.feature-boxes-ticker.slick-slider .slick-track > .feature-boxes-ticker-box, .feature-boxes-ticker.slick-slider .slick-list > .feature-boxes-ticker-box {
  min-width: 290px;
  flex-grow: 1;
}
.feature-boxes-ticker > .feature-boxes-ticker-box {
  min-width: 290px;
  flex-grow: 1;
}

.feature-boxes-ticker-box {
  padding: 24px 15px;
  position: relative;
  cursor: pointer;
  text-align: center;
  color: inherit;
}
.feature-boxes-ticker-box > .image-container {
  height: 140px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
}
.feature-boxes-ticker-box > .image-container svg {
  max-height: 100%;
}
.feature-boxes-ticker-box .feature-boxes-ticker-box-title {
  margin: 0;
}
.feature-boxes-ticker-box .feature-boxes-ticker-box-subtitle {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4285714286em;
}
