/*
 @include breakpoint(large) {
	--cols: 3;
}
*/
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.acf-block-what-we-do .header {
  margin-bottom: 25px;
  max-width: 750px;
}
.acf-block-what-we-do .header h2 {
  margin-top: -32px;
  padding-top: 32px;
  position: relative;
}
.acf-block-what-we-do .header h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 4px;
  width: 85px;
  background-color: #428086;
}
.acf-block-what-we-do .header p {
  font-size: 1.1875rem;
  letter-spacing: 0.34px;
  line-height: 1.52631579;
  color: #252B33;
}
@media print, screen and (min-width: 48em) {
  .acf-block-what-we-do .header {
    display: grid;
    grid-template-columns: 284px auto;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
}
.acf-block-what-we-do .grid__right {
  margin-top: 90px;
}
@media print, screen and (min-width: 48em) {
  .acf-block-what-we-do .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .acf-block-what-we-do .grid__left {
    grid-column: span 5;
  }
  .acf-block-what-we-do .grid__right {
    grid-column: 6/span 7;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .acf-block-what-we-do .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .acf-block-what-we-do .grid__left {
    grid-column: span 8;
  }
  .acf-block-what-we-do .grid__right {
    grid-column: 9/span 4;
    margin-top: -100px;
  }
}
.acf-block-what-we-do .grid .photo {
  position: relative;
}
.acf-block-what-we-do .grid .photo__image {
  max-width: 400px;
}
.acf-block-what-we-do .grid .photo__image img {
  display: block;
}
.acf-block-what-we-do .grid .photo__image:before {
  content: "";
  position: absolute;
  top: -23px;
  right: -23px;
  height: calc(100% + 46px);
  width: 233px;
  background-color: #92D5D5;
  z-index: -1;
}
.acf-block-what-we-do .grid .photo__thumbnail {
  position: absolute;
  left: 0;
  bottom: 30px;
  margin-left: 30px;
  z-index: 3;
}
@media print, screen and (min-width: 48em) {
  .acf-block-what-we-do .grid .photo__thumbnail {
    margin-left: -55px;
  }
}
.acf-block-what-we-do .grid .photo__thumbnail img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 3px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 39.99875em) {
  .acf-block-what-we-do .block-grid {
    --cols: 2;
    --gap: 20px;
    display: grid;
    grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
    -moz-column-gap: var(--gap);
         column-gap: var(--gap);
  }
}
@media print, screen and (min-width: 64em) {
  .acf-block-what-we-do .block-grid {
    --cols: 2;
    --gap: 20px;
    display: grid;
    grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
    -moz-column-gap: var(--gap);
         column-gap: var(--gap);
  }
}
.acf-block-what-we-do .block-grid > * {
  margin-bottom: 45px;
}
.acf-block-what-we-do .button-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.acf-block-what-we-do .button-list::after {
  display: block;
  clear: both;
  content: "";
}
.acf-block-what-we-do .button-list li {
  margin-bottom: 12px;
}
.acf-block-what-we-do .button-list li a {
  font-size: 0.75rem;
  font-weight: 500;
  color: #428086;
  line-height: 2.08333333;
  display: inline-flex;
  background-color: #ececec;
  border-radius: 19px;
  padding: 6px 16px;
  text-decoration: none;
}
.acf-block-what-we-do .button-list li a:hover {
  background-color: #428086;
  color: #fff;
}

/*# sourceMappingURL=block.css.map*/