/*
 @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-history .timeline {
  margin: 0 auto;
  max-width: 964px;
}
.acf-block-history .timeline__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .acf-block-history .timeline__item {
    flex-direction: row;
  }
}
.acf-block-history .timeline__item:before {
  content: "";
  background-color: #979797;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  top: 60px;
  width: 1px;
}
.acf-block-history .timeline__item:last-child:before {
  display: none;
}
.acf-block-history .timeline__item:nth-child(odd) .item__year {
  border-top-right-radius: 70px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}
@media print, screen and (min-width: 48em) {
  .acf-block-history .timeline__item:nth-child(even):nth-child(even) {
    justify-content: flex-end;
  }
}
.acf-block-history .timeline__item:nth-child(even) .item__year {
  border-top-right-radius: 0;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}
.acf-block-history .timeline__item__wrap {
  margin-top: 90px;
  max-width: 436px;
}
.acf-block-history .timeline .item {
  z-index: 2;
  margin-bottom: 100px;
  margin-top: 100px;
}
.acf-block-history .timeline .item__group {
  border-radius: 8px;
}
@media print, screen and (min-width: 48em) {
  .acf-block-history .timeline .item {
    width: calc(50% - 46px);
    margin-top: 0;
  }
}
.acf-block-history .timeline .item__group {
  background-color: #FFFFFF;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
}
.acf-block-history .timeline .item__text {
  border-radius: 8px;
}
.acf-block-history .timeline .item--thumbnail .item__text {
  border-radius: 0 0 8px 8px;
}
.acf-block-history .timeline .item__year {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #428086;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.12);
  width: 70px;
  height: 70px;
  padding: 10px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (min-width: 48em) {
  .acf-block-history .timeline .item__year {
    top: 0;
  }
}
.acf-block-history .timeline .item__thumbnail img {
  display: block;
}
.acf-block-history .timeline .item__text {
  background-color: #fff;
  padding: 24px;
}

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