.landplot-slider {
  margin-bottom: 31.25px;
}
.landplot-slider__content {
  position: relative;
  z-index: 1000;
  margin-bottom: 16px;
  overflow: hidden;
}
.landplot-slider__slide {
  height: 690px;
  position: relative;
  overflow: hidden;
}
.landplot-slider__slide-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.landplot-slider__slide-content img {
  display: block;
  height: 100%;
  margin: auto;
}
.landplot-slider__slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ccc;
}
.landplot-slider__slide-cover img {
  width: 100%;
  height: 100%;
  filter: blur(10px);
}
.landplot-slider__navigation {
  display: flex;
  justify-content: space-between;
}
.landplot-slider__pagination {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
}
.landplot-slider__pagination-button {
  background-color: transparent;
  border: none;
  margin: 0 16px 12px 0;
  padding: 0;
  position: relative;
  width: 154px;
  min-width: 154px;
}
.landplot-slider__pagination-button::after {
  content: "";
  height: 4px;
  bottom: -8px;
  position: absolute;
  left: 0;
  right: 0;
}
.landplot-slider__pagination-button:focus::after, .landplot-slider__pagination-button:active::after {
  outline: solid 1px white;
  border: solid 1px white;
}
.landplot-slider__pagination-button.tns-nav-active::after {
  background-color: #e94347;
}
.landplot-slider__pagination-button img {
  display: block;
  height: auto;
  object-fit: fill;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 1px #ccc;
  pointer-events: none;
}
.landplot-slider__button-left, .landplot-slider__button-right {
  width: 4%;
  height: 116px;
  min-width: 45px;
  background-color: transparent;
  border: solid 1px #ccc;
  border-radius: 3px;
  color: #ccc;
  font-size: 28px;
  line-height: 0;
  text-align: center;
  font-weight: bold;
}
.landplot-slider__button-left:hover, .landplot-slider__button-right:hover {
  border-color: #e94347;
}
.landplot-slider__button-left:hover path, .landplot-slider__button-right:hover path {
  stroke: #e94347;
}
.landplot-slider__button-left:active, .landplot-slider__button-right:active {
  padding: 0;
}
@media screen and (max-width: 992px) {
  .landplot-slider__slide {
    height: 450px;
  }
  .landplot-slider__pagination-button {
    width: 115.5px;
    min-width: 115.5px;
    height: 87px;
  }
  .landplot-slider__pagination-button img {
    width: 115.5px;
    height: 87px;
  }
  .landplot-slider__button-left, .landplot-slider__button-right {
    height: 87px;
  }
}
@media screen and (max-width: 768px) {
  .landplot-slider__slide {
    height: 380px;
  }
  .landplot-slider__pagination-button {
    width: 77px;
    min-width: 77px;
    height: 58px;
  }
  .landplot-slider__pagination-button img {
    width: 77px;
    height: 58px;
  }
  .landplot-slider__button-left, .landplot-slider__button-right {
    height: 58px;
    min-width: 30px;
  }
  .landplot-slider__pagination {
    margin-left: 8px;
    margin-right: 8px;
  }
  .landplot-slider__pagination-button {
    margin: 0 8px 6px 0;
  }
  .landplot-slider__pagination-button::after {
    height: 2px;
    bottom: -4px;
  }
}
