@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibri.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibrib.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.smoothCarou {
  padding: 0 5.55%;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .smoothCarou {
    max-width: 926px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
    margin-bottom: 200px;
  }
}
.smoothCarou h2 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 40px;
  color: #095561;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .smoothCarou h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1480px) {
  .smoothCarou h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
.smoothCarou .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 22px;
  height: 43px;
  background-image: url("../img/ticons/prevArrow.svg");
  background-size: cover;
  cursor: pointer;
}
.smoothCarou .slick-arrow.prev {
  left: 30px;
}
.smoothCarou .slick-arrow.next {
  right: 30px;
  background-image: url("../img/ticons/nextArrow.svg");
}
.smoothCarou .slick-dots {
  position: absolute;
  bottom: 20%;
  display: flex;
  width: 100%;
  left: 0;
  align-items: center;
  justify-content: center;
}
.smoothCarou .slick-dots li {
  margin: 0 15px;
}
.smoothCarou .slick-dots li.slick-active button:before {
  background-color: #87BD2B;
}
.smoothCarou .slick-dots li button {
  text-indent: -9999999px;
  background-color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
  padding: 0;
}
.smoothCarou .slick-dots li button:before {
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
  background-color: #fff;
  content: "";
  position: absolute;
  border-radius: 5px;
}
.smoothCarou .carouElement .imageGroup img {
  display: block;
  max-width: 100%;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.smoothCarou .carouElement .legendCarou {
  margin-top: 20px;
  font-size: 18px;
  line-height: 25px;
  color: #095561;
  text-align: center;
}/*# sourceMappingURL=smoothCarou.css.map */