.l-hero {
  position: relative;
  height: calc(100vh - 135px);
  min-height: 600px;
}
@media (max-width: 991.98px) {
  .l-hero {
    min-height: 0;
    height: auto;
  }
}
.l-hero__slide-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-hero__info {
  padding: 50px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background: rgba(0, 51, 65, 0.8);
  width: 45%;
  margin: 100px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .l-hero__info {
    background: #003341;
    width: 100%;
    padding: 25px 40px 60px;
    margin: 0;
  }
}
.l-hero__wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .l-hero__wrapper {
    min-height: 0;
  }
}
.l-hero__info-wrapper {
  position: relative;
  width: 80%;
  text-align: center;
}
@media (max-width: 1599.98px) {
  .l-hero__info-wrapper {
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  .l-hero__info-wrapper {
    width: 100%;
  }
}
.l-hero__info-wrapper::before {
  content: " ";
  border: 4px solid #fff;
  border-right: none;
  width: 130px;
  height: calc(100% + 140px);
  position: absolute;
  top: -70px;
  left: -70px;
}
@media (max-width: 991.98px) {
  .l-hero__info-wrapper::before {
    width: 75px;
    border-width: 2px;
    left: -25px;
    top: -40px;
    height: calc(100% + 80px);
  }
}
.l-hero__info-wrapper::after {
  content: " ";
  border: 4px solid #fff;
  border-left: none;
  width: 130px;
  height: calc(100% + 140px);
  position: absolute;
  top: -70px;
  right: -70px;
}
@media (max-width: 991.98px) {
  .l-hero__info-wrapper::after {
    width: 75px;
    border-width: 2px;
    right: -25px;
    top: -40px;
    height: calc(100% + 80px);
  }
}
.l-hero__pretitle, .l-hero__title, .l-hero__description {
  max-width: 550px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.l-hero__title {
  text-transform: uppercase;
  max-width: 100%;
}
.l-hero__pretitle {
  color: #abc5cd;
  text-transform: uppercase;
  font-size: 1.25em;
}
@media (max-width: 991.98px) {
  .l-hero__pretitle {
    font-size: 0.875em;
  }
}
.l-hero .o-page-title {
  font-size: 2.75em;
  word-break: break-word;
}
@media (max-width: 1599.98px) {
  .l-hero .o-page-title {
    font-size: 1.875em;
  }
}
@media (max-width: 575.98px) {
  .l-hero .o-page-title {
    font-size: 1.625em;
  }
}
@media (min-width: 991px) and (max-height: 800px) {
  .l-hero .o-page-title {
    font-size: 1.875em;
  }
}
@media (max-width: 575.98px) {
  .l-hero__button {
    width: 100%;
  }
}
.l-hero .slick-list {
  height: 100%;
}
.l-hero .slick-track {
  height: 100%;
}
.l-hero .slick-slide img {
  min-width: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .l-hero .slick-slide img {
    height: 280px;
  }
}
.l-hero__media-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  padding: 0;
}
.l-hero__media-container > .l-hero__slide {
  height: 100vh;
  display: none !important;
  width: 100%;
}
.l-hero__media-container > .l-hero__slide .l-hero__image img {
  height: 100vh;
  max-width: initial;
  margin: 0 auto;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}
.l-hero__media-container > .l-hero__slide:first-child {
  display: inline-block !important;
}
.l-hero__image {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .l-hero__image {
    position: initial;
  }
}
.l-hero__treatments-link {
  position: absolute;
  bottom: -35px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .l-hero__treatments-link {
    bottom: -20px;
  }
}
@media (max-width: 991.98px) {
  .l-hero__treatments-link img {
    width: 40px;
    height: 40px;
  }
}
.l-hero .o-custom-carousel .slick-dots {
  bottom: 50px;
}
@media (max-width: 991.98px) {
  .l-hero .o-custom-carousel .slick-dots {
    bottom: 30px;
    left: 55px;
  }
}

.layout_hero {
  overflow: visible;
}