.crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.75rem; }
  .crumbs__point {
    position: relative;
    padding: 0 0.75rem; }
    .crumbs__point::before {
      content: '/';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-transform: translateX(50%);
              transform: translateX(50%); }
    .crumbs__point--active::before {
      display: none; }
  .crumbs__link {
    color: #111111;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
    @media (min-width: 992px) {
      .crumbs__link:hover {
        border-color: transparent; } }

.pagetitle {
  min-height: 1px;
  position: relative;
  padding: 24px 0 28px;
  color: #111111; }
  .pagetitle__background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f8f2ee;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none; }
    .pagetitle__background::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .pagetitle__body {
    position: relative; }
  .pagetitle__title {
    margin-bottom: 0.75rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1; }
    @media (min-width: 992px) {
      .pagetitle__title {
        font-size: 2.5rem; } }
  .pagetitle__crumbs {
    font-size: 0.9rem; }
