.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

.paragraph--type--prg-numbers-with-tedu:after {
  background: rgba(41, 46, 111, 0.85) !important;
}

.numbers-with-tedu-wrapper .numbers-with-tedu {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .numbers-with-tedu-wrapper .numbers-with-tedu {
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
  }
}
.numbers-with-tedu-wrapper .numbers-with-tedu .eck-entity {
  padding: 0 50px 50px 50px;
  color: white;
  line-height: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .numbers-with-tedu-wrapper .numbers-with-tedu .eck-entity {
    min-width: 150px;
    padding: 0 0 100px 0;
  }
}
.numbers-with-tedu-wrapper .numbers-with-tedu .eck-entity:nth-child(even) {
  margin-top: 50px;
}
@media only screen and (max-width: 992px) {
  .numbers-with-tedu-wrapper .numbers-with-tedu .eck-entity:nth-child(even) {
    margin-top: 0;
  }
}
.numbers-with-tedu-wrapper .numbers-with-tedu .eck-entity .numbers-with-tedu-counter {
  font-size: 2.5rem;
}
.numbers-with-tedu-wrapper .numbers-with-tedu .eck-entity:last-child {
  padding-right: 0;
}
.numbers-with-tedu-wrapper .numbers-with-tedu .eck-entity:first-child {
  padding-left: 0;
}
.numbers-with-tedu-wrapper .numbers-with-tedu .draw-svg svg {
  height: 75px;
}
@media only screen and (max-width: 992px) {
  .numbers-with-tedu-wrapper .numbers-with-tedu .draw-svg svg {
    height: 60px;
  }
}
.numbers-with-tedu-wrapper .numbers-with-tedu-link {
  position: absolute !important;
  bottom: 50px;
  left: -15px;
}

/*# sourceMappingURL=numbers_with_tedu.css.map */
