.slider_title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .slider_title_wrapper {
    margin-bottom: 24px;
  }
}
.slider_title_wrapper .slider_title {
  font-size: 48px;
  font-weight: 400;
  color: #110C2D;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 1299.98px) {
  .slider_title_wrapper .slider_title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .slider_title_wrapper .slider_title {
    font-size: 24px;
  }
}

.image-slider {
  position: relative;
}
.image-slider .swiper-wrapper .swiper-slide figure {
  margin: 0;
  position: relative;
}
.image-slider .swiper-wrapper .swiper-slide figure::after {
  content: "";
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 117.5054704595%;
}
.image-slider .swiper-wrapper .swiper-slide figure > img, .image-slider .swiper-wrapper .swiper-slide figure > picture, .image-slider .swiper-wrapper .swiper-slide figure > video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.image-slider .swiper-wrapper .swiper-slide figure > img img, .image-slider .swiper-wrapper .swiper-slide figure > picture img, .image-slider .swiper-wrapper .swiper-slide figure > video img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image-slider .swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .image-slider .swiper-navigation {
    -ms-grid-row: 6;
    grid-area: 6px;
  }
}
.image-slider .swiper-navigation .swiper-button-next,
.image-slider .swiper-navigation .swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  margin: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #153772;
  font-size: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18' fill='none'%3E%3Cpath d='M15.682 8.9542C15.682 9.1094 15.6253 9.24071 15.5119 9.34816C15.3985 9.4556 15.2642 9.50932 15.109 9.50932H1.91135L6.83583 14.7382C6.94328 14.8576 6.99103 14.9919 6.97909 15.1411C6.96715 15.2904 6.90149 15.4157 6.78211 15.5172C6.66273 15.6187 6.52544 15.6694 6.37025 15.6694C6.21505 15.6694 6.08373 15.6097 5.97629 15.4903L0.156441 9.33025C0.0609362 9.22281 0.0131836 9.09746 0.0131836 8.9542C0.0131836 8.81094 0.0609362 8.68559 0.156441 8.57815L5.97629 2.41806C6.08373 2.29868 6.21505 2.23899 6.37025 2.23899C6.52544 2.23899 6.66572 2.28973 6.79107 2.3912C6.91642 2.49268 6.98208 2.61803 6.98805 2.76725C6.99401 2.91648 6.93731 3.05079 6.81793 3.17017L1.91135 8.39908H15.109C15.2642 8.39908 15.3985 8.4528 15.5119 8.56024C15.6253 8.66768 15.682 8.799 15.682 8.9542Z' fill='%23153772'/%3E%3C/svg%3E");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.image-slider .swiper-navigation .swiper-button-next::after,
.image-slider .swiper-navigation .swiper-button-prev::after {
  display: none;
}
@media (hover: hover) {
  .image-slider .swiper-navigation .swiper-button-next:hover,
  .image-slider .swiper-navigation .swiper-button-prev:hover {
    background-size: 19px;
  }
}
@media (max-width: 1499.98px) {
  .image-slider .swiper-navigation .swiper-button-next,
  .image-slider .swiper-navigation .swiper-button-prev {
    width: 46px;
    height: 46px;
    background-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .image-slider .swiper-navigation .swiper-button-next,
  .image-slider .swiper-navigation .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .image-slider .swiper-navigation .swiper-button-next,
  .image-slider .swiper-navigation .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 12px;
  }
}
.image-slider .swiper-navigation .swiper-button-next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}