.lmn-history-slider-wrapper {
  position: relative;
}
.lmn-history-slider-wrapper .lmn-history-slider {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .lmn-history-slider-wrapper .lmn-history-slider {
    margin-bottom: 0;
  }
}
.lmn-history-slider-wrapper .swiper-button-prev {
  bottom: -7rem !important;
  top: unset !important;
  left: calc(50% - 5rem) !important;
  width: 44px;
}
@media (min-width: 1024px) {
  .lmn-history-slider-wrapper .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    left: -60px !important;
    bottom: unset !important;
    right: unset !important;
    top: 50% !important;
    transform: translateY(10px);
  }
}
.lmn-history-slider-wrapper .swiper-button-prev::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url("data:image/svg+xml;utf8,<svg width='44' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='m22.126 14-8 8m0 0 8 8m-8-8h16m-28 0c0-11.046 8.954-20 20-20s20 8.954 20 20-8.954 20-20 20-20-8.954-20-20Z' stroke='%23197ED3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lmn-history-slider-wrapper .swiper-button-next {
  bottom: -7rem !important;
  top: unset !important;
  left: calc(50% + 1rem);
  width: 44px;
}
@media (min-width: 1024px) {
  .lmn-history-slider-wrapper .swiper-button-next {
    width: 4rem;
    height: 4rem;
    right: -60px !important;
    bottom: unset !important;
    left: unset !important;
    top: 50% !important;
    transform: translateY(10px);
  }
}
.lmn-history-slider-wrapper .swiper-button-next::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url("data:image/svg+xml;utf8,<svg width='44' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='m22 14 8 8m0 0-8 8m8-8H14m28 0c0-11.046-8.954-20-20-20S2 10.954 2 22s8.954 20 20 20 20-8.954 20-20Z' stroke='%23197ED3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.lmn-history-slider {
  width: 100%;
  height: 100%;
  margin-top: var(--wp--preset--spacing--l) !important;
}
.lmn-history-slider .swiper-slide {
  height: auto;
  font-size: 18px;
  display: flex;
  gap: 4rem;
  flex-direction: column;
  padding: 4rem;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.lmn-history-slider .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(5, 74, 140, 0.72);
  z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg width='634' height='620' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='634' height='620'><path fill='%23D9D9D9' d='M0 0h634v620H0z'/></mask><g mask='url(%23a)' fill='%23fff' fill-opacity='.2'><path d='M437.189-51.4H-1.227v438.415C144.95 240.895 291.07 94.719 437.19-51.4ZM724.908-108.325 121.031 495.552c-1.5 1.5-234.475 243.003-236.031 244.393l231.418-1.953h50.578l67.363-67.363C397.875 507.112 561.392 343.596 724.853 180.08v-288.405h.055ZM328.251 788.438h247.498c17.452 0 31.569-14.117 31.569-31.569V509.371L328.251 788.438Z'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: 220px -120px;
  opacity: 0.15;
}
.lmn-history-slider .swiper-slide:nth-child(even) {
  background: #497CAD;
}
.lmn-history-slider .swiper-slide:nth-child(odd) {
  background: #054A8C;
}
.lmn-history-slider .swiper-slide img {
  height: 4rem;
  width: auto;
}
.lmn-history-slider .swiper-slide .text {
  color: #fff;
}
.lmn-history-slider .swiper-slide h3 {
  padding: 1.2rem;
  background: #e6eaec;
  color: #054A8C;
  border: 1px solid #e6eaec;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin: 0;
}/*# sourceMappingURL=block-history-slider.css.map */