.hns-ceo-expertise-slider {
  width: 100%;
  overflow: hidden;
  background: #f5f1e8;
  color: #171411;
}

.hns-ceo-expertise-slider *,
.hns-ceo-expertise-slider *::before,
.hns-ceo-expertise-slider *::after {
  box-sizing: border-box;
}

.hns-ceo-expertise-slider__inner {
  display: grid;
  width: 100%;
  min-height: clamp(430px, 44vw, 660px);
  align-items: stretch;
  grid-template-columns: minmax(0, 68.5%) minmax(320px, 1fr);
}

.hns-ceo-expertise-slider__media {
  position: relative;
  width: 100%;
  min-height: inherit;
  overflow: hidden;
  background: #d7c2a3;
}

.hns-ceo-expertise-slider__swiper {
  width: 100%;
  height: 100%;
}

.hns-ceo-expertise-slider__swiper .swiper-wrapper {
  height: 100%;
}

.hns-ceo-expertise-slider__slide,
.hns-ceo-expertise-slider__picture,
.hns-ceo-expertise-slider__picture picture,
.hns-ceo-expertise-slider__picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.hns-ceo-expertise-slider__slide {
  margin: 0;
}

.hns-ceo-expertise-slider__picture img {
  object-fit: cover;
  object-position: center;
}

.hns-ceo-expertise-slider__content {
  width: 100%;
  max-width: 520px;
  padding: 34px clamp(34px, 5vw, 86px) 34px clamp(34px, 4.6vw, 78px);
  align-self: center;
  text-align: left;
}

.hns-ceo-expertise-slider__heading {
  margin: 0 0 24px;
  color: #171411;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.25vw, 40px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: capitalize;
}

.hns-ceo-expertise-slider__list {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 20px;
}

.hns-ceo-expertise-slider__list::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(23, 20, 17, 0.18);
  content: "";
}

.hns-ceo-expertise-slider__item {
  position: relative;
  margin: 0;
  padding: 0 0 21px;
  color: rgba(23, 20, 17, 0.36);
  cursor: pointer;
  transition: color 260ms ease;
}

.hns-ceo-expertise-slider__item:last-child {
  padding-bottom: 0;
}

.hns-ceo-expertise-slider__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 2px;
  background: transparent;
  content: "";
  transition: background 260ms ease;
}

.hns-ceo-expertise-slider__item.is-active {
  color: #171411;
}

.hns-ceo-expertise-slider__item.is-active::before {
  background: #171411;
}

.hns-ceo-expertise-slider__item p {
  margin: 0;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  transition: font-weight 260ms ease;
}

.hns-ceo-expertise-slider__item.is-active p {
  font-weight: 800;
}

.hns-ceo-expertise-slider__arrows {
  position: absolute;
  right: 50%;
  bottom: 56px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(50%);
}

.hns-ceo-expertise-slider__arrow {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.88) !important;
  cursor: pointer;
}

.hns-ceo-expertise-slider__arrow svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2.2;
}

.hns-ceo-expertise-slider__dots {
  position: absolute;
  right: 50%;
  bottom: 26px;
  z-index: 3;
  display: flex;
  width: min(160px, 42%);
  height: 2px;
  align-items: center;
  gap: 0;
  transform: translateX(50%);
}

.hns-ceo-expertise-slider__dots span {
  display: block;
  flex: 1 1 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.38);
  transition: background 220ms ease, height 220ms ease;
}

.hns-ceo-expertise-slider__dots span.is-active {
  height: 2px;
  background: rgba(255, 255, 255, 0.92);
}

@media (min-width: 768px) {
  .hns-ceo-expertise-slider__arrows {
    right: auto;
    bottom: 50%;
    left: 0;
    opacity: 0;
    transform: translateY(50%);
    transition: opacity 180ms ease;
  }

  .hns-ceo-expertise-slider:hover .hns-ceo-expertise-slider__arrows,
  .hns-ceo-expertise-slider:focus-within .hns-ceo-expertise-slider__arrows {
    opacity: 1;
  }

  .hns-ceo-expertise-slider__dots {
    right: auto;
    bottom: 50%;
    left: 0;
    width: 96px;
    transform: translateY(50%);
  }
}

@media (max-width: 767px) {
  .hns-ceo-expertise-slider {
    background: #1b1b1b;
    color: #f7f1e4;
  }

  .hns-ceo-expertise-slider__inner {
    display: flex;
    min-height: 0;
    padding: 31px 18px 36px;
    flex-direction: column;
    align-items: stretch;
  }

  .hns-ceo-expertise-slider__content {
    display: contents;
  }

  .hns-ceo-expertise-slider__heading {
    display: block;
    order: 1;
    width: fit-content;
    max-width: 280px;
    margin-right: auto;
    margin-bottom: 17px;
    margin-left: auto;
    color: #f7f1e4;
    font-size: 24px;
    line-height: 1.28;
    align-self: center;
    text-align: center;
    text-transform: uppercase;
  }

  .hns-ceo-expertise-slider__media {
    order: 2;
    min-height: 0;
    margin: 0 0 19px;
  }

  .hns-ceo-expertise-slider__swiper,
  .hns-ceo-expertise-slider__swiper .swiper-wrapper,
  .hns-ceo-expertise-slider__slide,
  .hns-ceo-expertise-slider__picture,
  .hns-ceo-expertise-slider__picture picture,
  .hns-ceo-expertise-slider__picture img {
    height: auto;
  }

  .hns-ceo-expertise-slider__picture picture {
    aspect-ratio: 1.45 / 1;
  }

  .hns-ceo-expertise-slider__picture img {
    height: 100%;
  }

  .hns-ceo-expertise-slider__list {
    order: 3;
    width: 100%;
    padding-left: 0;
  }

  .hns-ceo-expertise-slider__list::before {
    display: none;
  }

  .hns-ceo-expertise-slider__item {
    display: none;
    padding-bottom: 15px;
    color: rgba(247, 241, 228, 0.45);
    text-align: center;
  }

  .hns-ceo-expertise-slider__item::before {
    display: none;
  }

  .hns-ceo-expertise-slider__item.is-active {
    display: block;
    color: #f7f1e4;
  }

  .hns-ceo-expertise-slider__item p {
    max-width: 300px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.42;
  }

  .hns-ceo-expertise-slider__arrows {
    bottom: 27px;
  }

  .hns-ceo-expertise-slider__dots {
    bottom: 12px;
    width: 120px;
  }
}
