html {
  min-height: 0;
}

.services, .services .text-wrapper,
.services .service-grid, .services article .img-wrapper, .why, .why > *:not(.fit) {
  position: relative;
}

.why:after {
  position: absolute;
}

.services .text-wrapper h2 span, .services article .img-wrapper picture,
.services article .img-wrapper img, .why .text-wrapper .why-graphic, .why ul li strong, .why:after {
  display: block;
}

.services article, .services article .info {
  box-sizing: border-box;
}

.services article, .services article .img-wrapper, .why {
  overflow: hidden;
}

.why:after {
  content: "";
}

.services article .img-wrapper picture,
.services article .img-wrapper img {
  height: 100%;
  width: 100%;
}

.services .text-wrapper h2, .services article .info h3, .why .text-wrapper h2 {
  text-transform: uppercase;
}

.services article a, .services article .info {
  display: flex;
}

.why, .why ul {
  display: flex;
  flex-wrap: wrap;
}

.services article a, .services article .info {
  flex-direction: column;
}

.services .text-wrapper, .services .service-grid {
  display: grid;
}

.services article a, .services article .info:after {
  transition-duration: 200ms;
}

.services article {
  transition-duration: 300ms;
}

.services article .img-wrapper img {
  transition-duration: 500ms;
}

.services article {
  transition-timing-function: ease-in-out;
}

.services article a, .services article .info:after, .services article .img-wrapper img {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.services article, .services article a, .services article .info:after, .services article .img-wrapper img {
  transition-behaviour: allow-discrete;
}

.services article {
  transition-property: all;
}

.services article a, .services article .info:after, .services article .img-wrapper img {
  transition-property: opacity, transform, width, visibility;
}

.services article {
  border-radius: 5px;
}

@media screen and (min-width: 1921px) {
  .services, .why {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .services, .why {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .services, .why {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 761px) and (max-width: 1120px) {
  .services, .why {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media screen and (max-width: 760px) {
  .services, .why {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (min-width: 1201px) {
  .services, .why {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 761px) and (max-width: 1200px) {
  .services, .why {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media screen and (max-width: 760px) {
  .services, .why {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.why .text-wrapper .why-graphic {
  font-size: clamp(8rem, 8rem + 0.8 * (100vw - 450px) / 1470, 8.8rem);
}

.why ul li strong, .services .text-wrapper h2, .why .text-wrapper h2 {
  font-size: clamp(2.4rem, 2.4rem + 0.6 * (100vw - 450px) / 1470, 3rem);
}

.services article .info h3 {
  font-size: clamp(1.2rem, 1.2rem + 0.6 * (100vw - 450px) / 1470, 1.8rem);
}

.services .text-wrapper > div p, .services article .info p, .why .text-wrapper p, .why ul li span {
  font-size: 1rem;
}

.services article .info h3, .services .text-wrapper h2, .why .text-wrapper h2 {
  margin-bottom: 0.5em;
  line-height: 1.25em;
}

.services .text-wrapper h2, .why .text-wrapper h2 {
  font-weight: bold;
}

.services .text-wrapper > div p, .services article .info p, .why .text-wrapper p, .why ul li span {
  font-weight: normal;
  line-height: 1.6em;
}

.services .text-wrapper > div p, .services article .info p, .why .text-wrapper p, .why ul li span {
  margin-bottom: 1.5em;
}

.hero {
  min-height: 82vh;
}

.services {
  background: #f8f8f8;
}
.services .text-wrapper,
.services .service-grid {
  z-index: 1;
}
.services .text-wrapper {
  grid-template-columns: 1fr 1fr;
  gap: 1.5em 4.5em;
  width: 100%;
  margin-bottom: 4.5em;
  align-items: start;
}
.services .text-wrapper .accent {
  grid-column: 1;
  width: auto;
  justify-self: start;
  border-color: #e21b70;
}
.services .text-wrapper h2 {
  grid-column: 1;
  width: auto;
  margin: 0;
  padding-right: 3em;
  color: #111111;
}
.services .text-wrapper h2 span {
  color: #e21b70;
}
.services .text-wrapper > div {
  grid-column: 2;
  grid-row: 1/span 2;
  width: auto;
  align-self: center;
}
.services .text-wrapper > div .btn {
  margin-top: 1em;
}
.services .service-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
  align-items: stretch;
}
.services article {
  background: #fff;
  border: 1px solid transparent;
}
.services article:hover, .services article:focus-within {
  border-color: #e21b70;
}
.services article a {
  height: 100%;
  color: inherit;
}
.services article a:hover h3 {
  color: #111111;
}
.services article a:hover .info:after {
  transform: translateX(0.35em) scale(1.12);
}
.services article .img-wrapper {
  position: relative;
  aspect-ratio: 16/10;
}
.services article .img-wrapper img {
  object-fit: cover;
}
.services article:hover img, .services article:focus-within img {
  transform: scale(1.06);
}
.services article .info {
  flex: 1;
  padding: 2.2em;
}
.services article .info::after {
  content: "";
  display: block;
  width: 1.8em;
  height: 1.8em;
  flex: 0 0 1.8em;
  background-color: #c6e000;
  mask: url(/app/global/images/icon-arrow.svg) center/contain no-repeat;
  -webkit-mask: url(/app/global/images/icon-arrow.svg) center/contain no-repeat;
  mask-mode: alpha;
}
.services article .info:after {
  margin-top: auto;
  padding-top: 1.2em;
}
.services article .info h3 {
  margin: 0 0 0.55em;
  color: #e21b70;
}
.services article .info p {
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .services .text-wrapper {
    grid-template-columns: 1fr;
  }
  .services .text-wrapper .accent,
  .services .text-wrapper h2,
  .services .text-wrapper > div {
    grid-column: 1;
    grid-row: auto;
  }
  .services .text-wrapper h2 {
    padding-right: 0;
    margin-bottom: 1.5em;
  }
  .services .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 760px) {
  .services .service-grid {
    grid-template-columns: 1fr;
  }
  .services .img-wrapper {
    aspect-ratio: 16/9;
  }
}
.why {
  min-height: 70vh;
  align-content: flex-end;
  color: #fff;
  background: #111111;
}
.why:after {
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.88) 0%, rgba(17, 17, 17, 0.45) 55%, rgba(17, 17, 17, 0.2) 100%);
}
.why .fit {
  z-index: 0;
}
.why .fit img {
  object-position: center center;
}
.why > *:not(.fit) {
  z-index: 2;
}
.why .text-wrapper {
  width: 52%;
}
.why .text-wrapper .accent {
  color: #fff;
  border-color: #e21b70;
}
.why .text-wrapper h2 span {
  color: #e21b70;
}
.why .text-wrapper p {
  max-width: 32em;
}
.why .text-wrapper .why-graphic {
  margin-top: 0.1em;
  color: #c6e000;
  font-weight: 700;
  line-height: 0.85;
}
.why ul {
  width: 100%;
  margin-top: 4.5em;
  padding-top: 1.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.why ul li {
  width: 33.333%;
}
.why ul li strong {
  margin-bottom: 0.15em;
}
@media screen and (max-width: 760px) {
  .why {
    min-height: 80vh;
  }
  .why:after {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.35) 0%, rgba(17, 17, 17, 0.82) 55%, rgba(17, 17, 17, 0.92) 100%);
  }
  .why .text-wrapper {
    width: 100%;
  }
  .why ul li {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
