.b-her__content {
  max-width: 510px;
  padding-top: 112px;
  padding-bottom: 183px;
  position: relative;
}

.b-her__title {
  letter-spacing: 5.28px;
  margin-bottom: 18px;
}

.b-her__text {
  margin-bottom: 22px;
}

.b-her__text.h1 p {
  letter-spacing: 0;
  margin-bottom: 0 !important;
}

.b-her__text ul li {
  margin-bottom: 0;
  padding-left: 0;
}

.b-her__text ul li:before {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 13px;
  background: transparent;
  border-radius: 0;
  content: "-";
}

/* Images */

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}



/* Banner links */
.banner-links {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner-link {
  position: relative;
  display: block;
  padding: 32.5px 184px 32.5px 65px;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none !important;
}

.banner-link:nth-child(odd) {
  color: #fff;
  background: transparent linear-gradient(90deg, #226591 0%, #0072BC 100%) 0% 0% no-repeat padding-box;
}
.banner-link:nth-child(even) {
  background: #fff;
  color: #696F75;
}

.banner-link:nth-child(odd):hover,
.banner-link:nth-child(odd):active {
  background: #004C7E;
}

.banner-link:nth-child(even):hover,
.banner-link:nth-child(even):active {
  color: #FFF;
  background: #004C7E;
}

.banner-link:hover .banner-link__arrow {
  right: 54px;
}

.banner-link:nth-child(even):hover .banner-link__arrow {
  color: #FFFFFF;
}

.banner-link__text,
.banner-link__arrow {
  z-index: 1;
}

.banner-link__text {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.banner-link__arrow {
  position: absolute;
  top: 38px;
  right: 66px;
  font-size: 19px;
  transition: right 0.2s;
}

/* Slider */

.b-her .s-slide {
    position: relative;
    min-height: 637px;
}

.b-her .slick-slider .slick-track {
  display: flex !important;
  height: inherit !important;
}

.slider-controls {
  position: absolute;
  display: flex;
  align-items: center;
  left: 41px;
  bottom: 151px;
  z-index: 12;
}

.c-slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c-slide-arrow i {
  color: #fff;
}

.c-slide-arrow.slick-disabled {
  opacity: 0.5;
}

.slide-c-prev {
  right: calc(100% + 18px);
}

.slide-c-next {
  left: calc(100% + 18px);
}

.slide-c-prev .ic {
  transform: scaleX(-1);
  display: block;
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slide-c-dots button {
  width: 10px;
  height: 10px;
  margin-left: 6px;
  margin-right: 6px;
  text-indent: -9999px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.3;
  transition: all 0.3s;
}

.slide-c-dots button.is-active {
  background: #7498ce;
  opacity: 1;
}

.slick-dots li:not(:last-child) {
  margin-right: 8px;
}

.slick-dots li.slick-active {
  opacity: 1;
}

@media (max-width: 1099px) {
  .banner-link {
    padding: 31px 109px 33px 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .banner-link__text {
    letter-spacing: 0.9px;
  }

  .banner-link__arrow {
    top: 35px;
    right: 25px;
    font-size: 18px;
  }

  .banner-link:hover .banner-link__arrow {
    right: 15px;
  }

  .b-her__title {
    font-size: 14px;
    letter-spacing: 3.92px;
  }

  .b-her .s-slide {
    min-height: 576px;
  }

  .b-her .s-slide .overlay,
  .hero-img {
    z-index: -1;
  }

  .b-her__content,
  .b-her .on-top {
    position: static;
  }

  .slider-controls {
    left: 50%;
    bottom: 193px;
    transform: translateX(-50%);
  }

}

/**
 * Overlay
 */
.b-her .overlay__layer--1 {
  background: rgb(162, 202, 237);
  background: linear-gradient(
    270deg,
    rgba(162, 202, 237, 1) 0%,
    rgba(68, 158, 82, 1) 100%
  );
  opacity: 0.15;
}

.b-her .overlay__layer--2 {
  opacity: 0.5;
}

.b-her .overlay__layer--3 {
  opacity: 0.5;
  mix-blend-mode: overlay;
}

@media (max-width: 767px) {
  .b-her__content {
    padding-top: 101px;
    padding-bottom: 116px;
    text-align: center;
  }

  .b-her__text br {
    display: none;
  }

  .b-her__text ul li:before {
    margin-right: 10px;
  }

  .banner-link {
    width: 100%;
  }
}

@media (max-width: 1099.98px) {

  .b-her .overlay__layer--2 {
    opacity: 0.2;
  }

  .b-her .overlay__layer--3 {
    display: none;
  }
}
