/* Spacing */
/* Grid settings */
/* Row inner box */
/* Breakpoint options */
/* Calculated variables - do not edit unless you are a space cowboy */
/* Split colours - set colours when using .row.split */
/* Overlays - for modals, cookie popups */
/* Type */
/* Quotes */
/* Icons - see font-awesome.scss for more info */
/* Buttons */ /* Woocommerce */ /* Notifications */ /* Pagination */ /* Logo */ /* Header */
/* Header navigation */
/* Footer */
/* Mobile menu */ /* Cookie bar */ /* Social links */ /* Transitions */ /* Loader */ /* Modals */ /* Dots */
/* Tables */
.row-type-page_introduction {
  min-height: 76vh;
}
.row-type-page_introduction .row-inner {
  align-items: center;
  min-height: 76vh;
}
@media (max-width: 768px) {
  .row-type-page_introduction .row-inner {
    min-height: 60vh;
  }
}
.half-pd-btm .row-type-page_introduction .row-inner {
  min-height: 66vh;
}
@media (max-width: 768px) {
  .half-pd-btm .row-type-page_introduction .row-inner {
    min-height: 56vh;
  }
}
.row-type-page_introduction p.highlight {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto var(--space-xs) auto;
  color: var(--acid-yellow) !important;
  border-color: var(--acid-yellow) !important;
}
