html {
  min-height: 0;
}

.intro-row ol li, .services, .services article .img-wrapper, .mce .intro_four > div {
  position: relative;
}

.intro-row ol li:before, .services article .img-wrapper picture,
.services article .img-wrapper img, .mce .intro_four > div:before {
  display: block;
}

.services article, .services article .info, .mce .list_definition dl dt,
.mce .list_definition dl dd {
  box-sizing: border-box;
}

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

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

.services article .info h3, .mce .accent_text_image h2,
.mce .image_accent_text h2, .mce .list_definition h2, .mce .list_definition dl dt {
  text-transform: uppercase;
}

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

.mce .accent_text_image,
.mce .image_accent_text, .mce .list_definition dl, .intro-row ol, .mce .intro_four {
  display: flex;
  flex-wrap: wrap;
}

.intro-row ol, .mce .intro_four {
  justify-content: space-between;
}

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

.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, .mce .accent_text_image .img-wrapper,
.mce .image_accent_text .img-wrapper {
  border-radius: 5px;
}

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

@media screen and (min-width: 1201px) {
  .intro-row, .services, .mce .intro_four, .mce .accent_text_image,
  .mce .image_accent_text, .mce .list_definition {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 761px) and (max-width: 1200px) {
  .intro-row, .services, .mce .intro_four, .mce .accent_text_image,
  .mce .image_accent_text, .mce .list_definition {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media screen and (max-width: 760px) {
  .intro-row, .services, .mce .intro_four, .mce .accent_text_image,
  .mce .image_accent_text, .mce .list_definition {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.intro-row ol li:before, .mce .intro_four > div:before, .services article .info h3, .mce .accent_text_image h2,
.mce .image_accent_text h2, .mce .list_definition h2 {
  font-size: clamp(1.2rem, 1.2rem + 0.6 * (100vw - 450px) / 1470, 1.8rem);
}

.mce .list_definition dl dt, .intro-row ol li p, .services article .info p, .mce .intro_four > div p, .mce .accent_text_image p,
.mce .image_accent_text p, .mce .list_definition dl dd {
  font-size: 1rem;
}

.services article .info h3, .mce .accent_text_image h2,
.mce .image_accent_text h2, .mce .list_definition h2 {
  margin-bottom: 0.5em;
  line-height: 1.25em;
}

.intro-row ol li p, .services article .info p, .mce .intro_four > div p, .mce .accent_text_image p,
.mce .image_accent_text p, .mce .list_definition dl dd {
  font-weight: normal;
  line-height: 1.6em;
}

.intro-row ol li p, .services article .info p, .mce .intro_four > div p, .mce .accent_text_image p,
.mce .image_accent_text p, .mce .list_definition dl dd {
  margin-bottom: 1.5em;
}

.intro-row ol {
  counter-reset: intro;
}
.intro-row ol li {
  width: 22%;
}
.intro-row ol li:before {
  counter-increment: intro;
  content: counter(intro, decimal-leading-zero);
  color: #e21b70;
  font-weight: 700;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 1100px) {
  .intro-row ol li {
    width: 48%;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 760px) {
  .intro-row ol li {
    width: 100%;
  }
}
.services {
  background: #f8f8f8;
}
.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 .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;
  }
}
.mce .intro_four {
  counter-reset: intro;
}
.mce .intro_four > div {
  width: 22%;
}
.mce .intro_four > div:before {
  counter-increment: intro;
  content: counter(intro, decimal-leading-zero);
  color: #e21b70;
  font-weight: 700;
  margin-bottom: 0.4em;
}
.mce .accent_text_image .info,
.mce .accent_text_image .img-wrapper,
.mce .image_accent_text .info,
.mce .image_accent_text .img-wrapper {
  width: 45%;
}
.mce .accent_text_image .img-wrapper,
.mce .image_accent_text .img-wrapper {
  min-height: 420px;
}
.mce .accent_text_image .accent,
.mce .image_accent_text .accent {
  color: #e21b70;
}
.mce .accent_text_image h2,
.mce .image_accent_text h2 {
  margin: 0.4em 0 0.6em;
}
.mce .accent_text_image .btn,
.mce .accent_text_image .btn-tel,
.mce .image_accent_text .btn,
.mce .image_accent_text .btn-tel {
  margin-top: 1em;
}
.mce .accent_text_image.no-img .info,
.mce .image_accent_text.no-img .info {
  width: 100%;
  max-width: 46em;
}
.mce .image_accent_text {
  background: #f8f8f8;
}
.mce .list_definition h2 {
  margin-bottom: 3em;
}
.mce .list_definition dl dt,
.mce .list_definition dl dd {
  width: 50%;
  margin: 0 0 1.2em;
  padding-right: 4%;
}
.mce .list_definition dl dt {
  color: #e21b70;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .mce .intro_four > div,
  .mce .accent_text_image .info,
  .mce .accent_text_image .img-wrapper,
  .mce .image_accent_text .info,
  .mce .image_accent_text .img-wrapper,
  .mce .list_definition dl dt,
  .mce .list_definition dl dd {
    width: 100%;
  }
  .mce .intro_four > div {
    margin-bottom: 3em;
  }
  .mce .accent_text_image .img-wrapper,
  .mce .image_accent_text .img-wrapper {
    min-height: 0;
    aspect-ratio: 16/9;
    margin-top: 3em;
  }
  .mce .list_definition dl dt {
    margin-bottom: 0.3em;
  }
  .mce .list_definition dl dd {
    margin-bottom: 3em;
    padding-right: 0;
  }
}
