/**colours**/
.is-style-dymo-tape {
  color: black;
  margin: 0;
  line-height: 2;
  position: relative;
  margin-bottom: .2em; }
  .is-style-dymo-tape strong {
    position: relative;
    left: -10px;
    font-family: bh-medium; }
  .is-style-dymo-tape::after {
    display: none; }
  .is-style-dymo-tape mark {
    box-shadow: 10px 0 0 white, -10px 0 0 white;
    background-color: white;
    font-family: bh-medium;
    font-weight: bold; }

.group--is--expand :is(h1, h2, h3, h4, h5, h6) {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer; }
  .group--is--expand :is(h1, h2, h3, h4, h5, h6)::after {
    content: "+";
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0px;
    font-size: 2rem; }
  .group--is--expand :is(h1, h2, h3, h4, h5, h6):hover {
    text-decoration: underline; }

.group--is--expand .wp-block-group {
  display: block;
  overflow: hidden;
  height: 0px; }
  .group--is--expand .wp-block-group.show--content {
    height: initial; }

figure.object-fit-contain, figure.is-style-object-fit-contain {
  height: auto; }
  figure.object-fit-contain img, figure.is-style-object-fit-contain img {
    height: auto;
    width: 100%; }

.facades-timeline,
.timeline {
  padding-top: 4em !important;
  padding-bottom: 4em !important; }
  .facades-timeline h3,
  .timeline h3 {
    text-transform: uppercase; }
    .facades-timeline h3 span,
    .timeline h3 span {
      background-color: white;
      padding: 20px 10px; }
  .facades-timeline .row,
  .timeline .row {
    padding-bottom: 4em !important;
    margin: 4em 0 !important; }
    @media screen and (max-width: 768px) {
      .facades-timeline .row,
      .timeline .row {
        padding-bottom: 2em !important;
        margin: 4em 0 !important; } }
    .facades-timeline .row .col-12,
    .timeline .row .col-12 {
      padding-right: 2em;
      padding-left: 2em; }
      @media screen and (max-width: 768px) {
        .facades-timeline .row .col-12,
        .timeline .row .col-12 {
          margin-bottom: 2em;
          background-color: white; } }
      .facades-timeline .row .col-12.left-col::before,
      .timeline .row .col-12.left-col::before {
        content: "";
        background: #c4d600;
        position: absolute;
        right: -20px;
        top: calc(50% - 20px);
        border-radius: 50%;
        height: 40px;
        width: 40px; }
        @media screen and (max-width: 768px) {
          .facades-timeline .row .col-12.left-col::before,
          .timeline .row .col-12.left-col::before {
            right: calc(50% - 20px);
            top: -75px; } }
      .facades-timeline .row .col-12.left-col::after,
      .timeline .row .col-12.left-col::after {
        content: "";
        border: 10px solid #c4d600;
        background: transparent;
        position: absolute;
        right: -37.5px;
        top: calc(50% - 37.5px);
        border-radius: 50%;
        height: 75px;
        width: 75px;
        animation: pulse 3s ease-out;
        animation-iteration-count: infinite;
        z-index: 1;
        opacity: 0; }
        @media screen and (max-width: 768px) {
          .facades-timeline .row .col-12.left-col::after,
          .timeline .row .col-12.left-col::after {
            right: calc(50% - 37.5px);
            top: -92.5px; } }
      .facades-timeline .row .col-12.right-col,
      .timeline .row .col-12.right-col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
  .facades-timeline::before,
  .timeline::before {
    content: "";
    height: 100%;
    position: absolute;
    left: calc(50% - 10px);
    top: 0px;
    display: block;
    width: 20px;
    background-image: radial-gradient(circle farthest-side at center, black 10%, rgba(255, 255, 255, 0) 0%);
    background-position: center;
    background-size: 20px 10px;
    background-repeat: repeat-y;
    z-index: -99; }

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0; }
  25% {
    transform: scale(0);
    opacity: 0.1; }
  50% {
    transform: scale(0.1);
    opacity: 0.3; }
  75% {
    transform: scale(0.5);
    opacity: 0.5; }
  100% {
    transform: scale(1);
    opacity: 0; } }
.wp-block-column {
  margin: 0px;
  margin-left: 0px !important; }
.wp-block-column {
  margin: 0px;
  margin-left: 0px !important; }
.wp-block-column {
  margin: 0px;
  margin-left: 0px !important; }
section.is-height-half-page, section.is-height-full-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 !important; }

section.background--overlay--tint img {
  filter: brightness(0.6); }

section .section--background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -999; }
  section .section--background img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
