/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-down: 1023px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

.latest-insights-block {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 1280px) {
  .latest-insights-block {
    padding: 0 0 9px;
  }
}
.latest-insights-block__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
  padding-left: var(--sk-container-padding);
  padding-right: var(--sk-container-padding);
}
@media (min-width: 1280px) {
  .latest-insights-block__header {
    padding-left: 200px;
    padding-right: 195px;
  }
}
.latest-insights-block__title {
  font-style: normal;
  margin-bottom: -4px !important;
  font-family: var(--sk-font-fraunces);
  line-height: var(--sk-line-height--h2-to-line);
}
.latest-insights-block__counter {
  color: var(--sk-color-platinum);
  line-height: var(--sk-text--h1-to-line);
  margin-bottom: 1px !important;
}
.latest-insights-block--slider {
  padding-left: var(--sk-container-padding);
  padding-right: var(--sk-container-padding);
}
@media (min-width: 1280px) {
  .latest-insights-block--slider {
    padding-left: 0;
    padding-right: 0;
  }
}
.latest-insights-block .latest-insights__swiper {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  background: var(--sk-color-white);
}
@media (min-width: 1024px) {
  .latest-insights-block .latest-insights__swiper {
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .latest-insights-block .latest-insights__swiper {
    padding-right: 60px;
  }
}
@media (min-width: 1280px) {
  .latest-insights-block .latest-insights__swiper {
    padding-right: 100px;
  }
}
.latest-insights-block .swiper-slide {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.latest-insights-block .latest-insights__swiper > .swiper-pagination-bullets,
.latest-insights-block .swiper-pagination-horizontal.swiper-pagination-bullets {
  left: auto;
  right: 10px;
  top: 35px;
  width: 10px;
  height: auto;
  bottom: auto;
}
@media (min-width: 768px) {
  .latest-insights-block .latest-insights__swiper > .swiper-pagination-bullets,
  .latest-insights-block .swiper-pagination-horizontal.swiper-pagination-bullets {
    right: 25px;
  }
}
@media (min-width: 1024px) {
  .latest-insights-block .latest-insights__swiper > .swiper-pagination-bullets,
  .latest-insights-block .swiper-pagination-horizontal.swiper-pagination-bullets {
    right: 55px;
    top: 55px;
  }
}
@media (min-width: 1280px) {
  .latest-insights-block .latest-insights__swiper > .swiper-pagination-bullets,
  .latest-insights-block .swiper-pagination-horizontal.swiper-pagination-bullets {
    right: 95px;
    top: 95px;
  }
}
.latest-insights-block .latest-insights__swiper > .swiper-pagination-bullets .swiper-pagination-bullet,
.latest-insights-block .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
  background: transparent;
  border: 2px solid var(--sk-color-moon);
  width: 10px;
  height: 10px;
  opacity: 1;
  transition: all 0.3s ease;
}
.latest-insights-block .latest-insights__swiper > .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.latest-insights-block .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  border: 2px solid var(--sk-color-orange);
}
.latest-insights-block .latest-insights__swiper > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.latest-insights-block .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.latest-insights-block .latest-insights__swiper > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.latest-insights-block .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.latest-insights-block .latest-insights__swiper > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.latest-insights-block .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid var(--sk-color-platinum);
  background: var(--sk-color-platinum);
  opacity: 1;
}
.latest-insights-block .latest-insights__swiper > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:hover,
.latest-insights-block .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  border: 2px solid var(--sk-color-platinum);
}
