/* Immersive experience */
.experience .headline {
  margin-top: 32px;
  width: calc(100% - 80px);
}

.experience .headline br {
  display: none;
}

.experience .overline.first {
  padding-top: 18px;
  border-top: 1px var(--border-dark);
}

.experience .graphic {
  position: absolute;
  top: 5px;
  right: -20px;
}

.experience .graphic svg {
  display: block;
  margin-bottom: -60px;
  width: 90px;
  height: auto;
}

.experience .cover {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: auto;
  border-radius: var(--round-border-md);
  aspect-ratio: 1920/688;
  object-fit: cover;
  object-position: 50% 60%;
}

.experience .video-container {
  display: block;
  overflow: hidden;
  margin: 60px 0 33px 0;
  width: 100%;
  height: auto;
  border-radius: var(--round-border-md);
  background-image: url(../../img/highett-common/37_Graham_Rd_Highett-12.jpg);
  background-position: 50% 50%;
  background-size: cover;
  aspect-ratio: 1920/688;
}

.experience video {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.experience .title {
  margin: 16px 0 38px 0;
}

@media (max-width: 720px) {
  .experience .headline {
    margin-top: 30px;
    width: 100%;
  }

  .experience .headline br {
    display: block;
  }

  .experience .video-container {
    margin: 30px 0;
    aspect-ratio: 1920/888;
  }

  .experience .title {
    margin-bottom: 30px;
  }
}

/* Technology */
.technology {
  border-bottom: 1px var(--border-dark);
}

.technology .border-top {
  border-top: 1px var(--border-dark);
}

.technology .overline {
  padding-top: 48px;
}

.technology .headline {
  margin: 25px 0 50px 0;
}

.technology .button-container {
  margin-top: 66px;
}

/* Our products slider */
.our-products-carousel {
  min-width: 100%;
}

.our-products-carousel .carousel-cell {
  overflow: hidden;
  margin: 0 var(--gap);
  max-width: 48%;
  width: calc((var(--width-container) / 2) - var(--gap));
  height: auto;
  border-radius: var(--round-border-md);
  background: #ccc;
  --gap: 15px;
  aspect-ratio: 580/424;
}

.our-products-carousel .carousel-cell .box {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  cursor: grab;
}

.our-products-carousel .carousel-cell .box:active {
  cursor: grabbing;
}

.our-products-carousel .carousel-cell .overlay {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(32 32 32/.4);
}

.our-products-carousel .carousel-cell .label {
  position: absolute;
  bottom: 30px;
  left: 40px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.our-products-carousel .carousel-cell .label:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
}

.our-products-carousel .flickity-page-dots {
  bottom: -40px;
  left: 50%;
  max-width: var(--width-container);
  vertical-align: middle !important;
  text-align: left !important;
  transform: translate(-50%, -50%);
}

.our-products-carousel .flickity-page-dots .dot {
  margin: 0 8px 0 0 !important;
  margin: 0 5px !important;
  padding: 0 !important;
  width: 10px;
  height: 10px;
  border: 1px solid #707070;
  background: none !important;
  color: #000;
  vertical-align: middle !important;
  opacity: 1;
  transition: all 0.1s ease-out;
}

.our-products-carousel .flickity-page-dots .dot.is-selected {
  width: 15px;
  height: 15px;
}

@media (max-width: 1140px) {
  .technology {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .technology .headline {
    margin: 20px 0 25px 0;
  }

  .our-products-carousel .carousel-cell .overlay {
    background: rgba(32 32 32/.5);
  }

  .our-products-carousel .carousel-cell .label {
    bottom: 14px;
    left: 16px;
    width: calc(100% - 26px);
    font-size: 22px;
    line-height: 100%;
  }

  .our-products-carousel .carousel-cell {
    max-width: calc(100% - 24px);
    width: calc(50% - 24px);
    border-radius: 11px;
    --gap: 5px;
  }

  .our-products-carousel .flickity-page-dots {
    padding-left: 15px;
  }

  .technology .button-container {
    margin-top: 60px;
  }
}

/* Clients */
.side-by-side {
  grid-gap: 0 35px;
}

.side-by-side .row {
  grid-template-rows: 1fr;
}

.side-by-side .col.media {
  display: grid;
  width: 100%;
  height: auto;
  border-radius: var(--round-border-md);
  background-position: 50% 50%;
  background-size: cover;
  align-items: center;
  aspect-ratio: 580/424;
}

.side-by-side .col.media video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--round-border-md);
  object-fit: cover;
}

.display-suites .col.text {
  padding-left: 7vmax;
}

.our-clients .col.text {
  padding-right: 7vmax;
}

.side-by-side .headline {
  margin: 28px 0 65px;
  max-width: 460px;
}

.side-by-side .logos {
  max-width: 440px;
  height: auto;
  grid-gap: 14px 12px;
}

.side-by-side .logo {
  overflow: hidden;
  height: auto;
	width: 100%;
  border: 1px solid #888;
  border-radius: 12px;
  aspect-ratio: 100/58;
  display: inline-grid;
  align-items: center;
}

.side-by-side .logo img {
  width: 80%;
  height: 63%;
	max-height: 57px;
  filter: grayscale();
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1140px) {
  .side-by-side .text {
    border-top: 1px solid #000;
  }

  .display-suites .col.text {
    padding-left: 0vmax;
  }

  .our-clients .col.text {
    padding-right: 0vmax;
  }

  .side-by-side .headline {
    margin: 30px 0 45px;
    max-width: 100%;
  }

  .side-by-side .mobile-button {
    margin-top: 40px;
  }
}

@media (max-width: 720px) {
  .side-by-side .logos {
    max-width: 100%;
    grid-gap: 8px;
  }

  .side-by-side .logo {
    border-radius: 8px;
  }

  .side-by-side .logo img {
    width: 75%;
    height: 65%;
  }
}

/* Latest news */
.latest-news {
  border-top: 1px var(--border-dark);
  background: #fff;
}

.latest-news .headline br {
  display: none;
}

.latest-news .latest-three {
  margin: 65px 0;
  grid-gap: 0 35px;
}

@media (max-width: 1140px) {
  .latest-news .latest-three .card-news:nth-child(n+3) {
    display: none;
  }
}

@media (max-width: 720px) {
  .latest-news .headline br {
    display: block;
  }

  .latest-news .latest-three {
    margin: 25px 0 35px;
  }

  .latest-news .latest-three .card-news:nth-child(n+2) {
    display: none;
  }
}