:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.operations-carousel {
  margin-bottom: var(--wp--preset--spacing--l);
}
@media (min-width: 1024px) {
  .operations-carousel {
    overflow: visible !important;
  }
}
.operations-carousel .swiper-slide {
  line-height: 0;
}
.operations-carousel .feat {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}
@media (max-width: 599px) {
  .operations-carousel .feat {
    aspect-ratio: 1/0.85;
  }
}
.operations-carousel .slide-content {
  margin-top: 2rem;
}
.operations-carousel .btn-wrap {
  display: block;
  margin: 4rem 0 0 0;
}
.operations-carousel .btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-17);
  font-weight: 500;
  line-height: 1.025;
  text-align: center;
  text-decoration: none;
  padding: 3px 3rem 3px 63px !important;
  color: #fff;
  background: #B11226;
  border: none !important;
  border-radius: 5rem !important;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.operations-carousel .btn:hover, .operations-carousel .btn:active, .operations-carousel .btn:focus {
  background: #44307C;
}
.operations-carousel .btn:before, .operations-carousel .btn:after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' fill='none'%3E%3Cpath stroke='%23372A66' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m13 18.485 8.517-8.35L13 1.711'/%3E%3Cpath stroke='%23372A66' stroke-linecap='round' stroke-width='1.5' d='M20.861 10.15H.983'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  z-index: 3;
  transition-property: transform, opacity;
  transition-duration: 0.35s, 0.3s;
  transition-timing-function: ease-in-out, ease-out;
}
.operations-carousel .btn:before {
  left: -44px;
  opacity: 0;
  transform: translateX(0);
}
.operations-carousel .btn:after {
  left: 3px;
  opacity: 1;
  transform: translateX(0);
}
.operations-carousel .btn:hover:before {
  transform: translateX(47px);
  opacity: 1;
  transition-delay: 0.05s, 0s;
}
.operations-carousel .btn:hover:after {
  transform: translateX(30px);
  opacity: 0;
  transition-delay: 0.05s, 0s;
}
.operations-carousel .btn:not(:hover):before, .operations-carousel .btn:not(:hover):after {
  transition-delay: 0s, 0s;
}
.operations-carousel h3 {
  margin-bottom: 0;
}
.operations-carousel h3 span {
  display: block;
  font-size: 3.4rem;
}
.operations-carousel h3 span:after {
  content: "";
  display: block;
  max-width: 20rem;
  height: 1px;
  margin: 0.7rem 0 1.1rem 0;
  background: #B11226;
}
.operations-carousel h3 em {
  display: block;
  font-size: 2rem;
  font-style: normal;
  text-transform: uppercase;
  color: #B11226;
}
.operations-carousel h3 + p {
  margin-top: 2rem;
}
@media (min-width: 600px) {
  .operations-carousel {
    margin-bottom: 4rem !important;
  }
  .operations-carousel .swiper-slide {
    padding: 4rem 3rem;
    background: linear-gradient(315deg, #6143B4 0%, #44307C 55%);
    border-radius: 5px;
    position: relative;
  }
  .operations-carousel .feat {
    position: absolute;
    inset: 0;
  }
  .operations-carousel .feat:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 5px;
    position: absolute;
    inset: 0;
  }
  .operations-carousel .slide-content {
    max-width: 400px;
    margin: 0;
    padding-bottom: 100px;
    position: relative;
    z-index: 7;
  }
  .operations-carousel h3 span {
    color: #fff;
  }
  .operations-carousel h3 em {
    color: #F0A540;
  }
  .operations-carousel p {
    color: #fff;
  }
  .operations-carousel .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .operations-carousel .btn {
    background: rgba(255, 255, 255, 0.2) !important;
  }
  .operations-carousel .btn:hover, .operations-carousel .btn:active, .operations-carousel .btn:focus {
    color: #44307C;
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
@media (min-width: 1024px) {
  .operations-carousel .swiper-slide {
    min-height: 500px;
    padding: 4rem 5rem;
  }
  .operations-carousel h3 span {
    font-size: var(--wp--preset--font-size--font-60);
  }
  .operations-carousel h3 span:after {
    background: #F0A540;
  }
  .operations-carousel h3 em {
    font-size: var(--wp--preset--font-size--font-32);
  }
  .operations-carousel p {
    font-size: 2rem;
    line-height: 1.55;
  }
}
.operations-carousel .slider-controls {
  width: 100px;
  height: 44px;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.operations-carousel .slider-controls .swiper-button-next,
.operations-carousel .slider-controls .swiper-button-prev {
  width: 44px;
  height: 44px;
}
.operations-carousel .slider-controls .swiper-button-next:after,
.operations-carousel .slider-controls .swiper-button-prev:after {
  display: none;
}
.operations-carousel .slider-controls .swiper-button-next:hover rect:nth-child(1),
.operations-carousel .slider-controls .swiper-button-prev:hover rect:nth-child(1) {
  fill-opacity: 0.75;
}
.operations-carousel .slider-controls .swiper-button-next:hover path,
.operations-carousel .slider-controls .swiper-button-prev:hover path {
  fill: #F0A540;
}
.operations-carousel .slider-controls .swiper-button-next {
  right: 0;
}
.operations-carousel .slider-controls .swiper-button-prev {
  left: 0;
}
.operations-carousel .slider-controls rect:nth-child(1) {
  fill-opacity: 0.5;
  transition: fill-opacity 0.35s ease-in-out;
}
.operations-carousel .slider-controls path {
  transition: fill 0.35s ease-in-out;
}
@media (min-width: 1024px) {
  .operations-carousel .slider-controls {
    top: calc(100% - 8.5rem);
    right: 4rem;
  }
  .operations-carousel .slider-controls .swiper-button-next rect:nth-child(1),
  .operations-carousel .slider-controls .swiper-button-prev rect:nth-child(1) {
    fill-opacity: 0.2;
  }
  .operations-carousel .slider-controls .swiper-button-next:hover rect:nth-child(1),
  .operations-carousel .slider-controls .swiper-button-prev:hover rect:nth-child(1) {
    fill-opacity: 0.35;
  }
}
