:root{
  --primaryDefaultColor:#F94224;
  --primaryDefaultColorHover:#d3371d;
  --primaryColor:var(--primaryDefaultColor);
  --primaryColorHover:var(--primaryDefaultColorHover);
}
:root .competence{
  --primaryColor:#4DD9FF;
  --primaryColorHover:#3dd5ff;
}
:root .sustainability{
  --primaryColor:#BBCF33;
  --primaryColorHover:#b2c62f;
}
:root .ecosystem{
  --primaryColor:#F1B300;
  --primaryColorHover:#e0a800;
}
:root .products{
  --primaryColor:var(--primaryDefaultColor);
  --primaryColorHover:var(--primaryDefaultColorHover);
}

.pagingbullet-list{
  margin:0;
  padding:0;
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  margin-bottom:0.75em;
}
.pagingbullet-list__item{
  margin:0 0.25em;
}
.pagingbullet-list__arrow--disabled{
  opacity:0.1;
  cursor:default;
}

.pagingbullet:not(.pagingbullet--active){
  opacity:0.75;
}

.i-left,
.i-right{
  background-position:center;
  background-repeat:no-repeat;
  background-size:8px;
}

.i-left{
  background-image:url(/img/svg/solid/chevron-left.svg?_1782721270000);
}

.i-right{
  background-image:url(/img/svg/solid/chevron-right.svg?_1782721270000);
}

@media (max-width: 39.99rem){
  .pagingbullet-list__item:not(:first-child):not(:last-child){
    display:none;
  }
}
