/*  HOME */
@media (max-width: 1080px) {
  .home-page .ui-h0 {
    font-size: 40px;
    line-height: 49px;
    padding-bottom: 6px;
  }
}

@media (max-width: 1080px) {
  .home-page .ui-h4 {
    font-size: 29px;
    line-height: 34px;
    padding-bottom: 6px;
  }
}
@media (max-width: 814px) {
  .home-page .ui-h4 {
    font-size: 23px;
    line-height: 24px;
  }
}

/* Slider */
.home-slider .splide__slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to bottom, transparent 30%, #000 100%);
  opacity: 0.6;
}

.home-slider .splide__slide .slider-content {
  max-width: 1120px;
  position: absolute;
  left: calc((100% - 1120px) / 2);
  bottom: 150px;
  z-index: 2;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 1080px) {
  .home-slider .splide__slide .slider-content {
    left: 0;
    bottom: 101px;
    padding-right: 0;
    padding-left: 0;
  }
}

.home-slider .splide__pagination {
  flex-wrap: nowrap;
  justify-content: start;
  position: absolute;
  bottom: 28px;
  left: calc((100% - 1135px) / 2);
  z-index: 2;
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 1080px) {
  .home-slider .splide__pagination {
    bottom: 11px;
    left: -5px;
    margin-right: 0;
    margin-left: 0;
  }
}

.home-slider .splide__pagination__page {
  font-family: 'torquemedium', Arial, sans-serif;
  font-size: 24px;
  color: var(--white);
  opacity: 0.5;
  height: 70px;
  display: flex;
  align-items: center;
  background: none;
  margin: 0 15px;
  transition: none;
  text-transform: none;
}
@media (max-width: 1080px) {
  .home-slider .splide__pagination__page {
    font-size: 16px;
    margin: 0 10px;
  }
}

.home-slider .splide__pagination__page.is-active {
  opacity: 1;
  transform: none;
  width: 72px;
}
@media (max-width: 1080px) {
  .home-slider .splide__pagination__page.is-active {
    width: 45px;
    margin-right: 7px;;
  }
}

.home-slider .splide__pagination__page.is-active::after {
  content: "";
  display: block;
  height: 8px;
  width: 72px;
  margin-left: 24px;
  background: var(--white);
}
@media (max-width: 1080px) {
  .home-slider .splide__pagination__page.is-active::after {
    height: 5px;
    width: 45px;
    margin-left: 16px;
  }
}

.home-slider-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-slider-label {
  font-family: 'torquemedium', Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: var(--yellow);
  text-transform: uppercase;
  padding-bottom: 7px;
}
@media (max-width: 1080px) {
  .home-slider-label {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 3px;
  }
}

.home-slider-subtitle {
  max-width: 617px;
}

/* Intro */
.home-intro {
  display: flex;
  gap: 32px;
}
@media (max-width: 1080px) {
  .home-intro {
    flex-direction: column;
    gap: 0;
  }
}

.home-intro-title {
  max-width: 524px;
}
@media (max-width: 1080px) {
  .home-intro-title {
    max-width: none;
  }
}

.home-intro-text {
  margin-top: 12px;
  padding-bottom: 24px;
  max-width: 432px;
}
@media (max-width: 1080px) {
  .home-intro-text {
    margin-top: 0;
    max-width: none;
  }
}

/* Sector */
.home-sector-container {
  display: flex;
  margin-bottom: 32px;
  min-height: 400px;
}
@media (max-width: 814px) {
  .home-sector-container {
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }
}

@media (max-width: 814px) {
  .home-sector-title {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 12px;
  }
}

.home-sector-container.home-sector-image--right {
  justify-content: right;
}

.home-sector-content {
  margin: 32px 42px;

}
@media (max-width: 1080px) {
  .home-sector-content {
    flex: 1;
  }
}
@media (max-width: 814px) {
  .home-sector-content {
    margin: 20px 24px 34px 20px;
  }
}

.home-sector-image {
  aspect-ratio: 710 / 400;
  max-width: 710px;
  max-height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .home-sector-image {
    flex: 2;
  }
}
@media (max-width: 814px) {
  .home-sector-image {
    max-width: none;
  }
}

.home-sector-image--left .home-sector-image {
  order: -1;
}
@media (max-width: 814px) {
  .home-sector-image--left .home-sector-image {
    order: 1;
  }
}

.home-sector-image--right .home-sector-image {
  order: 1;
}

.home-sector-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-sector-icon {
  height: 64px;
  width: 64px;
  margin-bottom: 16px;
}
@media (max-width: 1080px) {
  .home-sector-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }
}
@media (max-width: 814px) {
  .home-sector-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 14px;
  }
}

.home-sector-icon img {
  height: 64px;
  width: 64px;
}
@media (max-width: 1080px) {
  .home-sector-icon img {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 814px) {
  .home-sector-icon img {
    height: 32px;
    width: 32px;
  }
}

.home-sector-text {
  color: var(--grey700);
  max-width: 286px;
  margin-bottom: 16px;
}
@media (max-width: 1080px) {
  .home-sector-text {
    max-width: none;
    margin-bottom: 12px;
  }
}

/* Expertise */
.home-expertise {
  display: flex;
  gap: 32px;
}
@media (max-width: 1080px) {
  .home-expertise {
    flex-direction: column;
    gap: 38px;
  }
}

.home-expertise-item {
  flex: 1;
}

/* Case Studies */
@media (max-width: 1080px) {
  .home-case-studies {
    overflow: hidden;
  }
}

.home-case-studies-title {
  color: var(--white);
  margin-bottom: 42px;
}
@media (max-width: 1080px) {
  .home-case-studies-title {
    margin-bottom: 22px;
  }
}

@media (max-width: 1080px) {
  .home-case-studies .ui-h4{
     font-size: 29px;
    line-height: 34px;
  }
}
@media (max-width: 576px) {
  .home-case-studies .ui-h4{
     font-size: 23px;
    line-height: 24px;
  }
}

.home-case-studies .case-studies-content {
  min-height: 190px;
}
