
section.listing-expertises-block .pattern {
  user-select: none;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  width: 743px;
  height: 668px;
  z-index: 1;
  left: 0;
  background: linear-gradient(135.88deg, #EFEBE7 36.19%, rgba(239, 235, 231, 0) 65.14%);
  mask-image: url("../../images/patterns/pattern-butterfly.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
}
section.listing-expertises-block .wrapper-top-content {
  margin-bottom: 4.5rem;
  max-width: 900px;
}
section.listing-expertises-block .wrapper-top-content .label + .heading {
  margin-top: 1.5rem;
}
section.listing-expertises-block .wrapper-top-content .label + .richtext,
section.listing-expertises-block .wrapper-top-content .heading + .richtext {
  margin-top: 1.5rem;
}
section.listing-expertises-block .splide__track {
  overflow: visible;
}
section.listing-expertises-block .splide__slide {
  opacity: 0.4;
  transition: opacity 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
section.listing-expertises-block .splide__slide.is-visible {
  opacity: 1;
}
section.listing-expertises-block .item {
  width: 100%;
  max-width: 300px;
  position: relative;
  display: block;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  text-decoration: none;
  background-color: #D6EAFF;
  
}
section.listing-expertises-block .item::after {
  content: "";
  height: 220px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, rgba(5, 13, 56, 0.72) 33.89%, rgba(5, 13, 56, 0) 100%);
  z-index: 2;
  transition: opacity 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
section.listing-expertises-block .item::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  background-color: #050D38;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.16, 1.08, 0.38, 0.98), transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  transform: translate(12px, -12px);
  mask-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='39' height='39' rx='19.5' stroke='%23FDFCFC'/%3E%3Cpath d='M16 16H24M24 16V24M24 16L16 24' stroke='%23FDFCFC'/%3E%3C/svg%3E%0A");
}
section.listing-expertises-block .item:hover {
  
}
section.listing-expertises-block .item:hover::before {
  opacity: 1;
  transform: translate(0, 0);
}
section.listing-expertises-block .item:hover::after {
  opacity: 0;
}
section.listing-expertises-block .item:hover .img-on {
  opacity: 0;
  visibility: hidden;
}
section.listing-expertises-block .item:hover > span {
  color: #050D38;
}
section.listing-expertises-block .item:hover > span::after {
  color: #050D38;
}
section.listing-expertises-block .item > span {
  position: relative;
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0;
  color: #FDFCFC;
  transition: color 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  z-index: 3;
}
section.listing-expertises-block .item > span::after {
  content: attr(data-index);
  position: absolute;
  font-family: "Livvic", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #FDFCFC;
  line-height: 100%;
  letter-spacing: 0.05em;
  vertical-align: bottom;
  text-transform: uppercase;
  left: 0;
  top: -4px;
  transform: translateY(-100%);
  transition: color 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
section.listing-expertises-block .item figure {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
section.listing-expertises-block .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  user-select: none;
  pointer-events: none;
  height: 100%;
  object-fit: cover;
}
section.listing-expertises-block .item .img-on {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s cubic-bezier(0.16, 1.08, 0.38, 0.98), visibility 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
section.listing-expertises-block .splide__arrows {
  position: absolute;
  right: 0;
  top: -4.5rem;
  transform: translateY(-100%);
  display: flex;
  gap: 12px;
}
@media all and (max-width: 1080px) {
  section.listing-expertises-block .wrapper-top-content {
    margin-bottom: 9.5rem;
  }
  section.listing-expertises-block .splide__arrows {
    top: -3rem;
  }
}
@media all and (max-width: 520px) {
  section.listing-expertises-block .pattern {
    opacity: 0.6;
  }
}