*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, p, blockquote, figure, ol, ul {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin-top: 0;
}

li {
  list-style-position: inside;
  display: list-item;
}

a, button {
  color: inherit;
  transition: 0.3s ease-in-out;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline-width: 1px;
}

img, video, svg, picture, figure {
  max-width: 100%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

br {
  margin-top: 0;
}

nav ul {
  list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
}

.button, .form-control, .link, .reset {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  appearance: none;
}

select.form-control::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}

input::-ms-clear {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* work-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/work-sans-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/work-sans-v19-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/work-sans-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v40-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v40-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v40-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html, body {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #1A1A1A;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 87.5%;
  line-height: 2rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
body::after {
  content: "";
  position: relative;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 50;
}
@media (max-width: 960px) {
  body.--mobile-menu-open {
    overflow: hidden;
  }
  body.--mobile-menu-open::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
  }
  body.--mobile-menu-open .menu-main__mobile {
    overflow-y: auto !important;
  }
}
@media (min-width: 40rem) {
  body {
    font-size: 100%;
  }
}

* {
  box-sizing: border-box;
}

main {
  flex-grow: 1;
  overflow: hidden;
}

[hidden] {
  display: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  flex-basis: 100%;
  max-width: 100%;
  min-width: 0;
}

.gap-lg {
  margin-left: -10rem;
  margin-bottom: -10rem;
}
.gap-lg > [class*=col] {
  margin-left: 10rem;
  margin-bottom: 10rem;
}

.gap-md {
  margin-left: -1rem;
  margin-bottom: -1rem;
}
.gap-md > [class*=col] {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.gap-sm {
  margin-left: -0.75rem;
  margin-bottom: -0.75rem;
}
.gap-sm > [class*=col] {
  margin-left: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 40rem) {
  .pull-right-sm {
    order: 2;
  }
  .pull-right-sm + * {
    order: 1;
  }
  .offset3-sm {
    margin-left: 25% !important;
  }
  .offset6-sm {
    margin-left: 50% !important;
  }
  .vert-center-sm {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .col1-sm {
    flex-basis: calc(100% * 1 / 12);
  }
  .gap-lg .col1-sm {
    flex-basis: calc(100% * 1 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col1-sm {
    flex-basis: calc(100% * 1 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col1-sm {
    flex-basis: calc(100% * 1 / 12 - 0.75rem - 0.0001px);
  }
  .col2-sm {
    flex-basis: calc(100% * 2 / 12);
  }
  .gap-lg .col2-sm {
    flex-basis: calc(100% * 2 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col2-sm {
    flex-basis: calc(100% * 2 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col2-sm {
    flex-basis: calc(100% * 2 / 12 - 0.75rem - 0.0001px);
  }
  .col3-sm {
    flex-basis: calc(100% * 3 / 12);
  }
  .gap-lg .col3-sm {
    flex-basis: calc(100% * 3 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col3-sm {
    flex-basis: calc(100% * 3 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col3-sm {
    flex-basis: calc(100% * 3 / 12 - 0.75rem - 0.0001px);
  }
  .col4-sm {
    flex-basis: calc(100% * 4 / 12);
  }
  .gap-lg .col4-sm {
    flex-basis: calc(100% * 4 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col4-sm {
    flex-basis: calc(100% * 4 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col4-sm {
    flex-basis: calc(100% * 4 / 12 - 0.75rem - 0.0001px);
  }
  .col5-sm {
    flex-basis: calc(100% * 5 / 12);
  }
  .gap-lg .col5-sm {
    flex-basis: calc(100% * 5 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col5-sm {
    flex-basis: calc(100% * 5 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col5-sm {
    flex-basis: calc(100% * 5 / 12 - 0.75rem - 0.0001px);
  }
  .col6-sm {
    flex-basis: calc(100% * 6 / 12);
  }
  .gap-lg .col6-sm {
    flex-basis: calc(100% * 6 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col6-sm {
    flex-basis: calc(100% * 6 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col6-sm {
    flex-basis: calc(100% * 6 / 12 - 0.75rem - 0.0001px);
  }
  .col7-sm {
    flex-basis: calc(100% * 7 / 12);
  }
  .gap-lg .col7-sm {
    flex-basis: calc(100% * 7 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col7-sm {
    flex-basis: calc(100% * 7 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col7-sm {
    flex-basis: calc(100% * 7 / 12 - 0.75rem - 0.0001px);
  }
  .col8-sm {
    flex-basis: calc(100% * 8 / 12);
  }
  .gap-lg .col8-sm {
    flex-basis: calc(100% * 8 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col8-sm {
    flex-basis: calc(100% * 8 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col8-sm {
    flex-basis: calc(100% * 8 / 12 - 0.75rem - 0.0001px);
  }
  .col9-sm {
    flex-basis: calc(100% * 9 / 12);
  }
  .gap-lg .col9-sm {
    flex-basis: calc(100% * 9 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col9-sm {
    flex-basis: calc(100% * 9 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col9-sm {
    flex-basis: calc(100% * 9 / 12 - 0.75rem - 0.0001px);
  }
  .col10-sm {
    flex-basis: calc(100% * 10 / 12);
  }
  .gap-lg .col10-sm {
    flex-basis: calc(100% * 10 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col10-sm {
    flex-basis: calc(100% * 10 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col10-sm {
    flex-basis: calc(100% * 10 / 12 - 0.75rem - 0.0001px);
  }
  .col11-sm {
    flex-basis: calc(100% * 11 / 12);
  }
  .gap-lg .col11-sm {
    flex-basis: calc(100% * 11 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col11-sm {
    flex-basis: calc(100% * 11 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col11-sm {
    flex-basis: calc(100% * 11 / 12 - 0.75rem - 0.0001px);
  }
}
@media (min-width: 55rem) {
  .pull-right-md {
    order: 2;
  }
  .pull-right-md + * {
    order: 1;
  }
  .offset3-md {
    margin-left: 25% !important;
  }
  .offset6-md {
    margin-left: 50% !important;
  }
  .vert-center-md {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .col1-md {
    flex-basis: calc(100% * 1 / 12);
  }
  .gap-lg .col1-md {
    flex-basis: calc(100% * 1 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col1-md {
    flex-basis: calc(100% * 1 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col1-md {
    flex-basis: calc(100% * 1 / 12 - 0.75rem - 0.0001px);
  }
  .col2-md {
    flex-basis: calc(100% * 2 / 12);
  }
  .gap-lg .col2-md {
    flex-basis: calc(100% * 2 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col2-md {
    flex-basis: calc(100% * 2 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col2-md {
    flex-basis: calc(100% * 2 / 12 - 0.75rem - 0.0001px);
  }
  .col3-md {
    flex-basis: calc(100% * 3 / 12);
  }
  .gap-lg .col3-md {
    flex-basis: calc(100% * 3 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col3-md {
    flex-basis: calc(100% * 3 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col3-md {
    flex-basis: calc(100% * 3 / 12 - 0.75rem - 0.0001px);
  }
  .col4-md {
    flex-basis: calc(100% * 4 / 12);
  }
  .gap-lg .col4-md {
    flex-basis: calc(100% * 4 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col4-md {
    flex-basis: calc(100% * 4 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col4-md {
    flex-basis: calc(100% * 4 / 12 - 0.75rem - 0.0001px);
  }
  .col5-md {
    flex-basis: calc(100% * 5 / 12);
  }
  .gap-lg .col5-md {
    flex-basis: calc(100% * 5 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col5-md {
    flex-basis: calc(100% * 5 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col5-md {
    flex-basis: calc(100% * 5 / 12 - 0.75rem - 0.0001px);
  }
  .col6-md {
    flex-basis: calc(100% * 6 / 12);
  }
  .gap-lg .col6-md {
    flex-basis: calc(100% * 6 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col6-md {
    flex-basis: calc(100% * 6 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col6-md {
    flex-basis: calc(100% * 6 / 12 - 0.75rem - 0.0001px);
  }
  .col7-md {
    flex-basis: calc(100% * 7 / 12);
  }
  .gap-lg .col7-md {
    flex-basis: calc(100% * 7 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col7-md {
    flex-basis: calc(100% * 7 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col7-md {
    flex-basis: calc(100% * 7 / 12 - 0.75rem - 0.0001px);
  }
  .col8-md {
    flex-basis: calc(100% * 8 / 12);
  }
  .gap-lg .col8-md {
    flex-basis: calc(100% * 8 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col8-md {
    flex-basis: calc(100% * 8 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col8-md {
    flex-basis: calc(100% * 8 / 12 - 0.75rem - 0.0001px);
  }
  .col9-md {
    flex-basis: calc(100% * 9 / 12);
  }
  .gap-lg .col9-md {
    flex-basis: calc(100% * 9 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col9-md {
    flex-basis: calc(100% * 9 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col9-md {
    flex-basis: calc(100% * 9 / 12 - 0.75rem - 0.0001px);
  }
  .col10-md {
    flex-basis: calc(100% * 10 / 12);
  }
  .gap-lg .col10-md {
    flex-basis: calc(100% * 10 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col10-md {
    flex-basis: calc(100% * 10 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col10-md {
    flex-basis: calc(100% * 10 / 12 - 0.75rem - 0.0001px);
  }
  .col11-md {
    flex-basis: calc(100% * 11 / 12);
  }
  .gap-lg .col11-md {
    flex-basis: calc(100% * 11 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col11-md {
    flex-basis: calc(100% * 11 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col11-md {
    flex-basis: calc(100% * 11 / 12 - 0.75rem - 0.0001px);
  }
}
@media (min-width: 70rem) {
  .pull-right-lg {
    order: 2;
  }
  .pull-right-lg + * {
    order: 1;
  }
  .offset3-lg {
    margin-left: 25% !important;
  }
  .offset6-lg {
    margin-left: 50% !important;
  }
  .vert-center-lg {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .col1-lg {
    flex-basis: calc(100% * 1 / 12);
  }
  .gap-lg .col1-lg {
    flex-basis: calc(100% * 1 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col1-lg {
    flex-basis: calc(100% * 1 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col1-lg {
    flex-basis: calc(100% * 1 / 12 - 0.75rem - 0.0001px);
  }
  .col2-lg {
    flex-basis: calc(100% * 2 / 12);
  }
  .gap-lg .col2-lg {
    flex-basis: calc(100% * 2 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col2-lg {
    flex-basis: calc(100% * 2 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col2-lg {
    flex-basis: calc(100% * 2 / 12 - 0.75rem - 0.0001px);
  }
  .col3-lg {
    flex-basis: calc(100% * 3 / 12);
  }
  .gap-lg .col3-lg {
    flex-basis: calc(100% * 3 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col3-lg {
    flex-basis: calc(100% * 3 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col3-lg {
    flex-basis: calc(100% * 3 / 12 - 0.75rem - 0.0001px);
  }
  .col4-lg {
    flex-basis: calc(100% * 4 / 12);
  }
  .gap-lg .col4-lg {
    flex-basis: calc(100% * 4 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col4-lg {
    flex-basis: calc(100% * 4 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col4-lg {
    flex-basis: calc(100% * 4 / 12 - 0.75rem - 0.0001px);
  }
  .col5-lg {
    flex-basis: calc(100% * 5 / 12);
  }
  .gap-lg .col5-lg {
    flex-basis: calc(100% * 5 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col5-lg {
    flex-basis: calc(100% * 5 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col5-lg {
    flex-basis: calc(100% * 5 / 12 - 0.75rem - 0.0001px);
  }
  .col6-lg {
    flex-basis: calc(100% * 6 / 12);
  }
  .gap-lg .col6-lg {
    flex-basis: calc(100% * 6 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col6-lg {
    flex-basis: calc(100% * 6 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col6-lg {
    flex-basis: calc(100% * 6 / 12 - 0.75rem - 0.0001px);
  }
  .col7-lg {
    flex-basis: calc(100% * 7 / 12);
  }
  .gap-lg .col7-lg {
    flex-basis: calc(100% * 7 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col7-lg {
    flex-basis: calc(100% * 7 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col7-lg {
    flex-basis: calc(100% * 7 / 12 - 0.75rem - 0.0001px);
  }
  .col8-lg {
    flex-basis: calc(100% * 8 / 12);
  }
  .gap-lg .col8-lg {
    flex-basis: calc(100% * 8 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col8-lg {
    flex-basis: calc(100% * 8 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col8-lg {
    flex-basis: calc(100% * 8 / 12 - 0.75rem - 0.0001px);
  }
  .col9-lg {
    flex-basis: calc(100% * 9 / 12);
  }
  .gap-lg .col9-lg {
    flex-basis: calc(100% * 9 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col9-lg {
    flex-basis: calc(100% * 9 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col9-lg {
    flex-basis: calc(100% * 9 / 12 - 0.75rem - 0.0001px);
  }
  .col10-lg {
    flex-basis: calc(100% * 10 / 12);
  }
  .gap-lg .col10-lg {
    flex-basis: calc(100% * 10 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col10-lg {
    flex-basis: calc(100% * 10 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col10-lg {
    flex-basis: calc(100% * 10 / 12 - 0.75rem - 0.0001px);
  }
  .col11-lg {
    flex-basis: calc(100% * 11 / 12);
  }
  .gap-lg .col11-lg {
    flex-basis: calc(100% * 11 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col11-lg {
    flex-basis: calc(100% * 11 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col11-lg {
    flex-basis: calc(100% * 11 / 12 - 0.75rem - 0.0001px);
  }
}
.gap-flex {
  gap: 1.875rem;
  flex-direction: column;
}
@media (min-width: 55rem) {
  .gap-flex {
    flex-direction: row;
    gap: 7.5rem;
  }
}
.gap-flex .col-flex {
  flex-basis: calc(50% - 3.75rem);
}
.gap-flex .col-flex.col-fw {
  flex-basis: 100%;
}
.gap-flex .col60-flex {
  flex-basis: calc(60% - 3.75rem);
}
.gap-flex .col54-flex {
  flex-basis: calc(54% - 3.75rem);
}
.gap-flex .col46-flex {
  flex-basis: calc(46% - 3.75rem);
}
.gap-flex .col40-flex {
  flex-basis: calc(40% - 3.75rem);
}

@media (min-width: 55rem) {
  .reverse-flex {
    flex-direction: row-reverse;
  }
}

.color-primary {
  color: #FDDD2E !important;
}

.color-secondary {
  color: #AF8127 !important;
}

.color-white {
  color: #FFFFFF;
}

.color-black {
  color: #1A1A1A !important;
}

.bg-primary {
  background-color: #FDDD2E;
  color: #FFFFFF;
}

.bg-secondary {
  background-color: #AF8127;
  color: #FFFFFF;
}

.bg-grey {
  background-color: #f5f5f5;
}

.color-brand {
  color: #0F682E !important;
}

.bg-black {
  background-color: #1A1A1A;
  padding-bottom: 8rem;
}
.bg-black * {
  color: #FFFFFF;
}

.container {
  max-width: 90rem;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}

.container--narrow {
  max-width: 60rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-32 {
  margin-top: 2rem !important;
}

.mt-64 {
  margin-top: 4rem !important;
}

.mt-92 {
  margin-top: 3.75rem !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.mw-56 {
  max-width: 56rem;
}

.mw-65 {
  max-width: 65rem;
}

.mw-68 {
  max-width: 68rem;
}

.text-center {
  text-align: center;
}

.flow > * + *:not(section):not(br) {
  margin-top: 2rem;
}
@media (max-width: 40rem) {
  .flow > * + *:not(section):not(br) {
    margin-top: 1.25rem;
  }
}

@media (max-width: 40rem) {
  .hide-sm {
    display: none !important;
  }
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 40rem) {
  .section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 40rem) {
  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.target {
  display: block;
  position: relative;
  top: -260px;
  visibility: hidden;
}
@media (min-width: 960px) {
  .target {
    top: -220px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.no-wrap {
  white-space: nowrap;
}
.no-wrap.block {
  display: block;
}

.sr-only,
.sr-only-focusable:not(:focus):not(:focus-within) {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.u-skip-link {
  position: absolute;
  top: 0;
  right: 100%;
}
.u-skip-link:focus {
  right: auto;
}

.blocks.justify-center {
  justify-content: center;
}

.video--container {
  height: 100%;
}
.video--container video {
  height: 100%;
  border-radius: 1rem;
  border: 2px solid #666;
  object-fit: cover;
}

.br-16 {
  border-radius: 1rem;
}

.h-750 {
  height: 750px;
}

@media (min-width: 55rem) {
  .image-block.sticky-scroll {
    position: sticky;
    top: 100px;
  }
}
.carousel-facts .tns-outer {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
@media (min-width: 55rem) {
  .carousel-facts .tns-outer {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
.carousel-facts .card {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 1rem !important;
}

.carousel-fraser {
  position: relative;
}
.carousel-fraser picture {
  display: block;
  overflow: hidden;
}
.carousel-fraser img {
  display: block;
  width: 100%;
  height: 60vw;
  min-height: 280px;
  max-height: 700px;
  object-fit: cover;
  object-position: center;
}
.carousel-fraser .tns-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: max(min(60vw, 700px), 280px);
  pointer-events: none;
  z-index: 10;
}
.carousel-fraser .tns-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: all;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  margin: 0;
}
.carousel-fraser .tns-controls button:hover {
  background: rgba(0, 0, 0, 0.7);
}
.carousel-fraser .tns-controls button[data-controls=prev] {
  left: 1rem;
}
.carousel-fraser .tns-controls button[data-controls=next] {
  right: 1rem;
}
.carousel-fraser .tns-outer {
  position: relative;
}
.carousel-fraser .tns-nav {
  text-align: center;
  padding: 0.75rem 0 0;
}
.carousel-fraser .tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  margin: 0 4px;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}
.carousel-fraser .tns-nav button.tns-nav-active {
  background: currentColor;
}

.citation-container {
  flex-direction: column;
  gap: 1rem;
}
.citation-container .h3 {
  font-size: 1.25rem;
}
.citation-container .citations-list {
  margin-top: 0 !important;
  max-width: 75rem;
}

.row--cta {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 40rem) {
  .row--cta {
    display: block;
    overflow: hidden;
  }
}
.row--cta > * {
  flex-basis: 33.3%;
  box-shadow: none !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: transparent !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
.row--cta > * p {
  display: -webkit-box;
  max-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  margin: 0 auto;
  font-size: 0.8125rem;
}
.row--cta > *:nth-child(1) {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.row--cta > *:nth-child(2) {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 40rem) {
  .row--cta {
    margin-top: 0;
  }
  .row--cta > * {
    border-right: none !important;
    padding: 1rem !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.75rem;
  }
  .row--cta > * svg {
    width: 36px;
    height: 36px;
  }
  .row--cta > * p {
    font-size: 0.75rem;
    -webkit-line-clamp: 4;
  }
}

.tns-cta,
.tns-accordion,
.tns-blocks {
  overflow: hidden;
}

.tns-cta .tns-controls {
  display: flex;
  position: relative;
  margin: 0;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
.tns-cta .tns-controls button {
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0;
}
.tns-cta .tns-controls button:first-child {
  background-image: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="46.8464" y="47.5" width="46.3464" height="47" rx="23.1732" transform="rotate(-180 46.8464 47.5)" stroke="%23FFFFFF" stroke-opacity="0.5"/><path d="M23.0482 19L18.0482 24M18.0482 24L23.0482 29M18.0482 24L29.2982 24" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.tns-cta .tns-controls button:last-child {
  background-image: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.846375" y="0.5" width="46.3464" height="47" rx="23.1732" stroke="%23FFFFFF" stroke-opacity="0.5"/><path d="M24.6445 29L29.6445 24M29.6445 24L24.6445 19M29.6445 24H18.3945" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.js_carousel-ctas > * {
  box-shadow: none !important;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
  background-color: transparent !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.js_carousel-ctas > * p {
  display: -webkit-box;
  max-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  margin: 0 auto;
}
.js_carousel-ctas > * .h5 {
  max-width: 18rem;
  margin: 0 auto;
}
.js_carousel-ctas > * svg {
  width: 64px;
  height: 64px;
}

.accreditations-slider {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.accreditations-slider .accreditations-slider-track {
  display: flex;
  width: 200%;
  animation: scroll 45s linear infinite reverse;
  align-items: center;
  margin-left: -100px;
  gap: 8rem;
}
@media (max-width: 960px) {
  .accreditations-slider .accreditations-slider-track {
    animation: scroll 30s linear infinite reverse;
  }
}
@media (max-width: 55rem) {
  .accreditations-slider .accreditations-slider-track {
    animation: scroll 20s linear infinite reverse;
    gap: 3rem;
  }
}
.accreditations-slider .accreditations-slider-track > .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 64px;
}
@media (max-width: 55rem) {
  .accreditations-slider .accreditations-slider-track > .slide {
    width: 96px;
    height: 64px;
  }
}
.accreditations-slider .accreditations-slider-track > .slide picture {
  display: block;
  width: 128px;
  height: 64px;
}
@media (max-width: 55rem) {
  .accreditations-slider .accreditations-slider-track > .slide picture {
    width: 96px;
    height: 64px;
  }
}
.accreditations-slider .accreditations-slider-track > .slide picture img {
  object-fit: contain;
  width: 128px;
  height: 64px;
}
@media (max-width: 55rem) {
  .accreditations-slider .accreditations-slider-track > .slide picture img {
    width: 96px;
    height: 64px;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.hero-blank {
  background-color: #1A1A1A;
}

.row--geo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 55rem) {
  .row--geo {
    display: block;
  }
}
.row--geo .col-flex:first-child {
  flex-basis: 200px;
}
@media (max-width: 55rem) {
  .row--geo .col-flex:first-child {
    display: none;
  }
}
.row--geo .col-flex:first-child figure {
  width: 100%;
  height: 100%;
}
.row--geo .col-flex:first-child figure picture {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.row--geo .col-flex:first-child figure picture img {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.row--geo .col-flex:last-child {
  flex-basis: 1112px;
}
.row--geo .col-flex:last-child ul {
  list-style: none;
}
.row--geo .col-flex:last-child ul li p {
  margin-top: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
}
@media (max-width: 55rem) {
  .row--geo .col-flex:last-child ul li p {
    -webkit-line-clamp: 5;
  }
}
.row--geo .col-flex:last-child .tns-controls {
  display: flex;
  position: relative;
  margin: 0;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
.row--geo .col-flex:last-child .tns-controls button {
  position: relative;
  width: 48px;
  height: 48px;
}
@media (max-width: 55rem) {
  .row--geo .col-flex:last-child .tns-controls button {
    margin: 0;
  }
}
.row--geo .col-flex:last-child .tns-controls button:first-child {
  background-image: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="46.8464" y="47.5" width="46.3464" height="47" rx="23.1732" transform="rotate(-180 46.8464 47.5)" stroke="%23202020" stroke-opacity="0.25"/><path d="M23.0482 19L18.0482 24M18.0482 24L23.0482 29M18.0482 24L29.2982 24" stroke="%23202020" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.row--geo .col-flex:last-child .tns-controls button:last-child {
  background-image: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.846375" y="0.5" width="46.3464" height="47" rx="23.1732" stroke="%23202020" stroke-opacity="0.25"/><path d="M24.6445 29L29.6445 24M29.6445 24L24.6445 19M29.6445 24H18.3945" stroke="%23202020" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.obj-pos-30 img {
  object-position: 50% 30%;
}

.obj-pos-66 img {
  object-position: 50% 66%;
}

.hidden {
  display: none;
}

.geo-citation {
  color: #AF8127;
  font-family: "Open Sans";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  top: -10px;
  position: relative;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.d-block {
  display: block;
}

.pt-0 {
  padding-top: 0 !important;
}

form {
  font-size: 1rem;
}
form .pristine-error {
  margin-top: 1rem !important;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: 700;
  font-size: 1rem;
}

.h1 {
  color: #FFFFFF;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 40rem) {
  .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 55rem) {
  .h1 {
    font-size: 4rem;
  }
}
.h1 span {
  color: inherit;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 40rem) {
  .h1 span {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 55rem) {
  .h1 span {
    font-size: 20px;
  }
}

.h2 {
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.95px;
}
.h2 span:not(.no-wrap) {
  font-size: 0.9rem;
}
@media (min-width: 40rem) {
  .h2 {
    font-size: 1.35rem;
  }
  .h2 span:not(.no-wrap) {
    font-size: 1rem;
  }
}
@media (min-width: 55rem) {
  .h2 {
    font-size: 1.75rem;
  }
  .h2 span:not(.no-wrap) {
    font-size: inherit;
  }
}
@media (min-width: 40rem) {
  .h2.large {
    font-size: 1.6rem;
  }
}

.h3 {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 40rem) {
  .h3 {
    font-size: 1.5rem;
    line-height: 28px;
  }
}
@media (min-width: 55rem) {
  .h3 {
    font-size: 1.75rem;
  }
}
.h3 span {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 2px;
  display: block;
  text-transform: none;
}

.h4 {
  color: #FFFFFF;
  font-family: "Work Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.h5 {
  font-size: 1rem;
  letter-spacing: 0.5px;
}
@media (min-width: 40rem) {
  .h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

main p,
main li {
  font-size: 1rem;
}
main p {
  text-wrap: pretty;
}
main p a:not(.button) {
  background-image: linear-gradient(to right, #FDDD2E 0%, #FDDD2E 50%, #AF8127 50.1%, #AF8127 100%);
  background-size: 200% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
main p a:not(.button):hover {
  background-position: right bottom;
}
main header p {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 40rem) {
  main p,
  main li {
    color: #1A1A1A;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  main .button {
    letter-spacing: 0.5px;
  }
}

.subheading {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.5px;
  margin: 2rem auto 0;
  max-width: 65rem;
}
@media (min-width: 40rem) {
  .subheading {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 55rem) {
  .subheading {
    font-size: 1.875rem;
  }
}

strong {
  font-weight: 700;
}

.leading {
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 40rem) {
  .leading {
    font-size: 1.125rem;
  }
}
@media (min-width: 55rem) {
  .leading {
    font-size: 1.375rem;
  }
}

q {
  font-style: italic;
}

cite {
  display: block;
  font-style: normal;
  font-weight: 700;
  margin-top: 1.5rem;
}

@media (max-width: 40rem) {
  h1, h2, h3, h4, h5, h6 {
    text-align: center;
  }
  main p, main li {
    text-align: center;
  }
  main .flow {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  main figure,
  main .image-block {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  main .button,
  main a.button {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.link {
  text-decoration: underline;
}

form a {
  word-break: break-word;
}

label {
  display: block;
}
label + input,
label + textarea,
label + .form-group {
  margin-top: 0 !important;
}

input,
textarea {
  border-radius: 1rem;
  padding: 0.75rem 1em;
  color: #FDDD2E;
  font-size: 1rem;
  border: 1px solid #FDDD2E !important;
  border: 0px solid #FDDD2E;
  width: 100%;
  -webkit-appearance: none;
}

textarea {
  height: 10rem;
  display: block;
}

::-webkit-input-placeholder {
  color: #000000;
  font-weight: 400;
}

::-moz-placeholder {
  color: #000000;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #000000;
  font-weight: 400;
}

:-moz-placeholder {
  color: #000000;
  font-weight: 400;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  background-color: #FDDD2E;
  color: #FFFFFF;
  font-weight: 700;
}

th, td {
  padding: 0.75rem 0.5rem;
  border: 2px solid #FDDD2E;
}

[class*=bg-img-] {
  background-size: 100% auto;
  background-size: cover;
  background-position: 50%;
}

.bg-img-uk-passive-fire-company {
  background-image: url(../img/uk-passive-fire-company.jpg?v=0.0.11);
}
.webp .bg-img-uk-passive-fire-company {
  background-image: url(../img/webp/uk-passive-fire-company.webp?v=0.0.11);
}
.bg-img-uk-passive-fire-company.image-block {
  background: url(../img/uk-passive-fire-company.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-uk-passive-fire-company.image-block {
  background: url(../img/webp/uk-passive-fire-company.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-uk-passive-fire-company {
  position: relative;
}
.accordion .bg-img-uk-passive-fire-company * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-uk-passive-fire-company:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-passive-fire-protection {
  background-image: url(../img/passive-fire-protection.jpg?v=0.0.11);
}
.webp .bg-img-passive-fire-protection {
  background-image: url(../img/webp/passive-fire-protection.webp?v=0.0.11);
}
.bg-img-passive-fire-protection.image-block {
  background: url(../img/passive-fire-protection.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-passive-fire-protection.image-block {
  background: url(../img/webp/passive-fire-protection.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-passive-fire-protection {
  position: relative;
}
.accordion .bg-img-passive-fire-protection * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-passive-fire-protection:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-BSML {
  background-image: url(../img/BSML.jpg?v=0.0.11);
}
.webp .bg-img-BSML {
  background-image: url(../img/webp/BSML.webp?v=0.0.11);
}
.bg-img-BSML.image-block {
  background: url(../img/BSML.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-BSML.image-block {
  background: url(../img/webp/BSML.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-BSML {
  position: relative;
}
.accordion .bg-img-BSML * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-BSML:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-stopping-and-penetration-sealing {
  background-image: url(../img/fire-stopping-and-penetration-sealing.jpg?v=0.0.11);
}
.webp .bg-img-fire-stopping-and-penetration-sealing {
  background-image: url(../img/webp/fire-stopping-and-penetration-sealing.webp?v=0.0.11);
}
.bg-img-fire-stopping-and-penetration-sealing.image-block {
  background: url(../img/fire-stopping-and-penetration-sealing.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-stopping-and-penetration-sealing.image-block {
  background: url(../img/webp/fire-stopping-and-penetration-sealing.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-stopping-and-penetration-sealing {
  position: relative;
}
.accordion .bg-img-fire-stopping-and-penetration-sealing * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-stopping-and-penetration-sealing:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-door-installation-and-maintenance {
  background-image: url(../img/fire-door-installation-and-maintenance.jpg?v=0.0.11);
}
.webp .bg-img-fire-door-installation-and-maintenance {
  background-image: url(../img/webp/fire-door-installation-and-maintenance.webp?v=0.0.11);
}
.bg-img-fire-door-installation-and-maintenance.image-block {
  background: url(../img/fire-door-installation-and-maintenance.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-door-installation-and-maintenance.image-block {
  background: url(../img/webp/fire-door-installation-and-maintenance.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-door-installation-and-maintenance {
  position: relative;
}
.accordion .bg-img-fire-door-installation-and-maintenance * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-door-installation-and-maintenance:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-cavity-barriers-and-acoustic-seals {
  background-image: url(../img/cavity-barriers-and-acoustic-seals.jpg?v=0.0.11);
}
.webp .bg-img-cavity-barriers-and-acoustic-seals {
  background-image: url(../img/webp/cavity-barriers-and-acoustic-seals.webp?v=0.0.11);
}
.bg-img-cavity-barriers-and-acoustic-seals.image-block {
  background: url(../img/cavity-barriers-and-acoustic-seals.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-cavity-barriers-and-acoustic-seals.image-block {
  background: url(../img/webp/cavity-barriers-and-acoustic-seals.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-cavity-barriers-and-acoustic-seals {
  position: relative;
}
.accordion .bg-img-cavity-barriers-and-acoustic-seals * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-cavity-barriers-and-acoustic-seals:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-passive-fire-surveys {
  background-image: url(../img/passive-fire-surveys.jpg?v=0.0.11);
}
.webp .bg-img-passive-fire-surveys {
  background-image: url(../img/webp/passive-fire-surveys.webp?v=0.0.11);
}
.bg-img-passive-fire-surveys.image-block {
  background: url(../img/passive-fire-surveys.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-passive-fire-surveys.image-block {
  background: url(../img/webp/passive-fire-surveys.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-passive-fire-surveys {
  position: relative;
}
.accordion .bg-img-passive-fire-surveys * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-passive-fire-surveys:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-aviation {
  background-image: url(../img/aviation.jpg?v=0.0.11);
}
.webp .bg-img-aviation {
  background-image: url(../img/webp/aviation.webp?v=0.0.11);
}
.bg-img-aviation.image-block {
  background: url(../img/aviation.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-aviation.image-block {
  background: url(../img/webp/aviation.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-aviation {
  position: relative;
}
.accordion .bg-img-aviation * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-aviation:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-education {
  background-image: url(../img/education.jpg?v=0.0.11);
}
.webp .bg-img-education {
  background-image: url(../img/webp/education.webp?v=0.0.11);
}
.bg-img-education.image-block {
  background: url(../img/education.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-education.image-block {
  background: url(../img/webp/education.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-education {
  position: relative;
}
.accordion .bg-img-education * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-education:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-healthcare {
  background-image: url(../img/healthcare.jpg?v=0.0.11);
}
.webp .bg-img-healthcare {
  background-image: url(../img/webp/healthcare.webp?v=0.0.11);
}
.bg-img-healthcare.image-block {
  background: url(../img/healthcare.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-healthcare.image-block {
  background: url(../img/webp/healthcare.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-healthcare {
  position: relative;
}
.accordion .bg-img-healthcare * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-healthcare:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-commercial-construction-and-refurbishment {
  background-image: url(../img/commercial-construction-and-refurbishment.jpg?v=0.0.11);
}
.webp .bg-img-commercial-construction-and-refurbishment {
  background-image: url(../img/webp/commercial-construction-and-refurbishment.webp?v=0.0.11);
}
.bg-img-commercial-construction-and-refurbishment.image-block {
  background: url(../img/commercial-construction-and-refurbishment.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-commercial-construction-and-refurbishment.image-block {
  background: url(../img/webp/commercial-construction-and-refurbishment.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-commercial-construction-and-refurbishment {
  position: relative;
}
.accordion .bg-img-commercial-construction-and-refurbishment * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-commercial-construction-and-refurbishment:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-social-housing {
  background-image: url(../img/social-housing.jpg?v=0.0.11);
}
.webp .bg-img-social-housing {
  background-image: url(../img/webp/social-housing.webp?v=0.0.11);
}
.bg-img-social-housing.image-block {
  background: url(../img/social-housing.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-social-housing.image-block {
  background: url(../img/webp/social-housing.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-social-housing {
  position: relative;
}
.accordion .bg-img-social-housing * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-social-housing:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-facilities-management {
  background-image: url(../img/facilities-management.jpg?v=0.0.11);
}
.webp .bg-img-facilities-management {
  background-image: url(../img/webp/facilities-management.webp?v=0.0.11);
}
.bg-img-facilities-management.image-block {
  background: url(../img/facilities-management.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-facilities-management.image-block {
  background: url(../img/webp/facilities-management.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-facilities-management {
  position: relative;
}
.accordion .bg-img-facilities-management * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-facilities-management:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-hotel-and-leisure {
  background-image: url(../img/hotel-and-leisure.jpg?v=0.0.11);
}
.webp .bg-img-hotel-and-leisure {
  background-image: url(../img/webp/hotel-and-leisure.webp?v=0.0.11);
}
.bg-img-hotel-and-leisure.image-block {
  background: url(../img/hotel-and-leisure.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-hotel-and-leisure.image-block {
  background: url(../img/webp/hotel-and-leisure.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-hotel-and-leisure {
  position: relative;
}
.accordion .bg-img-hotel-and-leisure * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-hotel-and-leisure:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-luxury-residential {
  background-image: url(../img/luxury-residential.jpg?v=0.0.11);
}
.webp .bg-img-luxury-residential {
  background-image: url(../img/webp/luxury-residential.webp?v=0.0.11);
}
.bg-img-luxury-residential.image-block {
  background: url(../img/luxury-residential.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-luxury-residential.image-block {
  background: url(../img/webp/luxury-residential.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-luxury-residential {
  position: relative;
}
.accordion .bg-img-luxury-residential * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-luxury-residential:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-higher-standards-of-protection-and-prevention {
  background-image: url(../img/higher-standards-of-protection-and-prevention.jpg?v=0.0.11);
}
.webp .bg-img-higher-standards-of-protection-and-prevention {
  background-image: url(../img/webp/higher-standards-of-protection-and-prevention.webp?v=0.0.11);
}
.bg-img-higher-standards-of-protection-and-prevention.image-block {
  background: url(../img/higher-standards-of-protection-and-prevention.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-higher-standards-of-protection-and-prevention.image-block {
  background: url(../img/webp/higher-standards-of-protection-and-prevention.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-higher-standards-of-protection-and-prevention {
  position: relative;
}
.accordion .bg-img-higher-standards-of-protection-and-prevention * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-higher-standards-of-protection-and-prevention:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-doors {
  background-image: url(../img/fire-doors.jpg?v=0.0.11);
}
.webp .bg-img-fire-doors {
  background-image: url(../img/webp/fire-doors.webp?v=0.0.11);
}
.bg-img-fire-doors.image-block {
  background: url(../img/fire-doors.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-doors.image-block {
  background: url(../img/webp/fire-doors.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-doors {
  position: relative;
}
.accordion .bg-img-fire-doors * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-doors:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-a-full-life-cycle-approach {
  background-image: url(../img/a-full-life-cycle-approach.jpg?v=0.0.11);
}
.webp .bg-img-a-full-life-cycle-approach {
  background-image: url(../img/webp/a-full-life-cycle-approach.webp?v=0.0.11);
}
.bg-img-a-full-life-cycle-approach.image-block {
  background: url(../img/a-full-life-cycle-approach.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-a-full-life-cycle-approach.image-block {
  background: url(../img/webp/a-full-life-cycle-approach.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-a-full-life-cycle-approach {
  position: relative;
}
.accordion .bg-img-a-full-life-cycle-approach * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-a-full-life-cycle-approach:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-sustainability-and-the-environment {
  background-image: url(../img/sustainability-and-the-environment.jpg?v=0.0.11);
}
.webp .bg-img-sustainability-and-the-environment {
  background-image: url(../img/webp/sustainability-and-the-environment.webp?v=0.0.11);
}
.bg-img-sustainability-and-the-environment.image-block {
  background: url(../img/sustainability-and-the-environment.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-sustainability-and-the-environment.image-block {
  background: url(../img/webp/sustainability-and-the-environment.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-sustainability-and-the-environment {
  position: relative;
}
.accordion .bg-img-sustainability-and-the-environment * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-sustainability-and-the-environment:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-stopping-and-penetration-sealing2 {
  background-image: url(../img/fire-stopping-and-penetration-sealing2.jpg?v=0.0.11);
}
.webp .bg-img-fire-stopping-and-penetration-sealing2 {
  background-image: url(../img/webp/fire-stopping-and-penetration-sealing2.webp?v=0.0.11);
}
.bg-img-fire-stopping-and-penetration-sealing2.image-block {
  background: url(../img/fire-stopping-and-penetration-sealing2.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-stopping-and-penetration-sealing2.image-block {
  background: url(../img/webp/fire-stopping-and-penetration-sealing2.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-stopping-and-penetration-sealing2 {
  position: relative;
}
.accordion .bg-img-fire-stopping-and-penetration-sealing2 * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-stopping-and-penetration-sealing2:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-door-installation-and-maintenance2 {
  background-image: url(../img/fire-door-installation-and-maintenance2.jpg?v=0.0.11);
}
.webp .bg-img-fire-door-installation-and-maintenance2 {
  background-image: url(../img/webp/fire-door-installation-and-maintenance2.webp?v=0.0.11);
}
.bg-img-fire-door-installation-and-maintenance2.image-block {
  background: url(../img/fire-door-installation-and-maintenance2.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-door-installation-and-maintenance2.image-block {
  background: url(../img/webp/fire-door-installation-and-maintenance2.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-door-installation-and-maintenance2 {
  position: relative;
}
.accordion .bg-img-fire-door-installation-and-maintenance2 * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-door-installation-and-maintenance2:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-cavity-barriers-and-acoustic-seals2 {
  background-image: url(../img/cavity-barriers-and-acoustic-seals2.jpg?v=0.0.11);
}
.webp .bg-img-cavity-barriers-and-acoustic-seals2 {
  background-image: url(../img/webp/cavity-barriers-and-acoustic-seals2.webp?v=0.0.11);
}
.bg-img-cavity-barriers-and-acoustic-seals2.image-block {
  background: url(../img/cavity-barriers-and-acoustic-seals2.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-cavity-barriers-and-acoustic-seals2.image-block {
  background: url(../img/webp/cavity-barriers-and-acoustic-seals2.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-cavity-barriers-and-acoustic-seals2 {
  position: relative;
}
.accordion .bg-img-cavity-barriers-and-acoustic-seals2 * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-cavity-barriers-and-acoustic-seals2:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-slab-edge-and-compatmentation {
  background-image: url(../img/slab-edge-and-compatmentation.jpg?v=0.0.11);
}
.webp .bg-img-slab-edge-and-compatmentation {
  background-image: url(../img/webp/slab-edge-and-compatmentation.webp?v=0.0.11);
}
.bg-img-slab-edge-and-compatmentation.image-block {
  background: url(../img/slab-edge-and-compatmentation.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-slab-edge-and-compatmentation.image-block {
  background: url(../img/webp/slab-edge-and-compatmentation.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-slab-edge-and-compatmentation {
  position: relative;
}
.accordion .bg-img-slab-edge-and-compatmentation * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-slab-edge-and-compatmentation:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-drying-lining-and-boarding {
  background-image: url(../img/drying-lining-and-boarding.jpg?v=0.0.11);
}
.webp .bg-img-drying-lining-and-boarding {
  background-image: url(../img/webp/drying-lining-and-boarding.webp?v=0.0.11);
}
.bg-img-drying-lining-and-boarding.image-block {
  background: url(../img/drying-lining-and-boarding.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-drying-lining-and-boarding.image-block {
  background: url(../img/webp/drying-lining-and-boarding.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-drying-lining-and-boarding {
  position: relative;
}
.accordion .bg-img-drying-lining-and-boarding * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-drying-lining-and-boarding:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-passive-fire-surveys2 {
  background-image: url(../img/passive-fire-surveys2.jpg?v=0.0.11);
}
.webp .bg-img-passive-fire-surveys2 {
  background-image: url(../img/webp/passive-fire-surveys2.webp?v=0.0.11);
}
.bg-img-passive-fire-surveys2.image-block {
  background: url(../img/passive-fire-surveys2.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-passive-fire-surveys2.image-block {
  background: url(../img/webp/passive-fire-surveys2.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-passive-fire-surveys2 {
  position: relative;
}
.accordion .bg-img-passive-fire-surveys2 * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-passive-fire-surveys2:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-damper-inspection-and-remedials {
  background-image: url(../img/fire-damper-inspection-and-remedials.jpg?v=0.0.11);
}
.webp .bg-img-fire-damper-inspection-and-remedials {
  background-image: url(../img/webp/fire-damper-inspection-and-remedials.webp?v=0.0.11);
}
.bg-img-fire-damper-inspection-and-remedials.image-block {
  background: url(../img/fire-damper-inspection-and-remedials.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-damper-inspection-and-remedials.image-block {
  background: url(../img/webp/fire-damper-inspection-and-remedials.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-damper-inspection-and-remedials {
  position: relative;
}
.accordion .bg-img-fire-damper-inspection-and-remedials * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-damper-inspection-and-remedials:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-bsml-passive-fire-survey {
  background-image: url(../img/bsml-passive-fire-survey.jpg?v=0.0.11);
}
.webp .bg-img-bsml-passive-fire-survey {
  background-image: url(../img/webp/bsml-passive-fire-survey.webp?v=0.0.11);
}
.bg-img-bsml-passive-fire-survey.image-block {
  background: url(../img/bsml-passive-fire-survey.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-bsml-passive-fire-survey.image-block {
  background: url(../img/webp/bsml-passive-fire-survey.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-bsml-passive-fire-survey {
  position: relative;
}
.accordion .bg-img-bsml-passive-fire-survey * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-bsml-passive-fire-survey:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-passive-fire-protect-your-property {
  background-image: url(../img/passive-fire-protect-your-property.jpg?v=0.0.11);
}
.webp .bg-img-passive-fire-protect-your-property {
  background-image: url(../img/webp/passive-fire-protect-your-property.webp?v=0.0.11);
}
.bg-img-passive-fire-protect-your-property.image-block {
  background: url(../img/passive-fire-protect-your-property.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-passive-fire-protect-your-property.image-block {
  background: url(../img/webp/passive-fire-protect-your-property.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-passive-fire-protect-your-property {
  position: relative;
}
.accordion .bg-img-passive-fire-protect-your-property * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-passive-fire-protect-your-property:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-electricity-panel {
  background-image: url(../img/electricity-panel.jpg?v=0.0.11);
}
.webp .bg-img-electricity-panel {
  background-image: url(../img/webp/electricity-panel.webp?v=0.0.11);
}
.bg-img-electricity-panel.image-block {
  background: url(../img/electricity-panel.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-electricity-panel.image-block {
  background: url(../img/webp/electricity-panel.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-electricity-panel {
  position: relative;
}
.accordion .bg-img-electricity-panel * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-electricity-panel:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-reporting {
  background-image: url(../img/reporting.jpg?v=0.0.11);
}
.webp .bg-img-reporting {
  background-image: url(../img/webp/reporting.webp?v=0.0.11);
}
.bg-img-reporting.image-block {
  background: url(../img/reporting.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-reporting.image-block {
  background: url(../img/webp/reporting.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-reporting {
  position: relative;
}
.accordion .bg-img-reporting * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-reporting:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-stopping-peace-of-mind {
  background-image: url(../img/fire-stopping-peace-of-mind.jpg?v=0.0.11);
}
.webp .bg-img-fire-stopping-peace-of-mind {
  background-image: url(../img/webp/fire-stopping-peace-of-mind.webp?v=0.0.11);
}
.bg-img-fire-stopping-peace-of-mind.image-block {
  background: url(../img/fire-stopping-peace-of-mind.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-stopping-peace-of-mind.image-block {
  background: url(../img/webp/fire-stopping-peace-of-mind.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-stopping-peace-of-mind {
  position: relative;
}
.accordion .bg-img-fire-stopping-peace-of-mind * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-stopping-peace-of-mind:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-stopping-effective-safe-compliant {
  background-image: url(../img/fire-stopping-effective-safe-compliant.jpg?v=0.0.11);
}
.webp .bg-img-fire-stopping-effective-safe-compliant {
  background-image: url(../img/webp/fire-stopping-effective-safe-compliant.webp?v=0.0.11);
}
.bg-img-fire-stopping-effective-safe-compliant.image-block {
  background: url(../img/fire-stopping-effective-safe-compliant.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-stopping-effective-safe-compliant.image-block {
  background: url(../img/webp/fire-stopping-effective-safe-compliant.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-stopping-effective-safe-compliant {
  position: relative;
}
.accordion .bg-img-fire-stopping-effective-safe-compliant * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-stopping-effective-safe-compliant:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-stopping-protection {
  background-image: url(../img/fire-stopping-protection.jpg?v=0.0.11);
}
.webp .bg-img-fire-stopping-protection {
  background-image: url(../img/webp/fire-stopping-protection.webp?v=0.0.11);
}
.bg-img-fire-stopping-protection.image-block {
  background: url(../img/fire-stopping-protection.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-stopping-protection.image-block {
  background: url(../img/webp/fire-stopping-protection.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-stopping-protection {
  position: relative;
}
.accordion .bg-img-fire-stopping-protection * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-stopping-protection:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-slab-edge-protection-compartmentation {
  background-image: url(../img/fire-slab-edge-protection-compartmentation.jpg?v=0.0.11);
}
.webp .bg-img-fire-slab-edge-protection-compartmentation {
  background-image: url(../img/webp/fire-slab-edge-protection-compartmentation.webp?v=0.0.11);
}
.bg-img-fire-slab-edge-protection-compartmentation.image-block {
  background: url(../img/fire-slab-edge-protection-compartmentation.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-slab-edge-protection-compartmentation.image-block {
  background: url(../img/webp/fire-slab-edge-protection-compartmentation.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-slab-edge-protection-compartmentation {
  position: relative;
}
.accordion .bg-img-fire-slab-edge-protection-compartmentation * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-slab-edge-protection-compartmentation:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-slab-edge-fire-stopping {
  background-image: url(../img/slab-edge-fire-stopping.jpg?v=0.0.11);
}
.webp .bg-img-slab-edge-fire-stopping {
  background-image: url(../img/webp/slab-edge-fire-stopping.webp?v=0.0.11);
}
.bg-img-slab-edge-fire-stopping.image-block {
  background: url(../img/slab-edge-fire-stopping.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-slab-edge-fire-stopping.image-block {
  background: url(../img/webp/slab-edge-fire-stopping.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-slab-edge-fire-stopping {
  position: relative;
}
.accordion .bg-img-slab-edge-fire-stopping * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-slab-edge-fire-stopping:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-compartmentation {
  background-image: url(../img/compartmentation.jpg?v=0.0.11);
}
.webp .bg-img-compartmentation {
  background-image: url(../img/webp/compartmentation.webp?v=0.0.11);
}
.bg-img-compartmentation.image-block {
  background: url(../img/compartmentation.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-compartmentation.image-block {
  background: url(../img/webp/compartmentation.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-compartmentation {
  position: relative;
}
.accordion .bg-img-compartmentation * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-compartmentation:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-slab-edge-protection-compartmentation-quality-safety {
  background-image: url(../img/fire-slab-edge-protection-compartmentation-quality-safety.jpg?v=0.0.11);
}
.webp .bg-img-fire-slab-edge-protection-compartmentation-quality-safety {
  background-image: url(../img/webp/fire-slab-edge-protection-compartmentation-quality-safety.webp?v=0.0.11);
}
.bg-img-fire-slab-edge-protection-compartmentation-quality-safety.image-block {
  background: url(../img/fire-slab-edge-protection-compartmentation-quality-safety.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-slab-edge-protection-compartmentation-quality-safety.image-block {
  background: url(../img/webp/fire-slab-edge-protection-compartmentation-quality-safety.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-slab-edge-protection-compartmentation-quality-safety {
  position: relative;
}
.accordion .bg-img-fire-slab-edge-protection-compartmentation-quality-safety * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-slab-edge-protection-compartmentation-quality-safety:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-door-unrivalled-expertise {
  background-image: url(../img/fire-door-unrivalled-expertise.jpg?v=0.0.11);
}
.webp .bg-img-fire-door-unrivalled-expertise {
  background-image: url(../img/webp/fire-door-unrivalled-expertise.webp?v=0.0.11);
}
.bg-img-fire-door-unrivalled-expertise.image-block {
  background: url(../img/fire-door-unrivalled-expertise.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-door-unrivalled-expertise.image-block {
  background: url(../img/webp/fire-door-unrivalled-expertise.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-door-unrivalled-expertise {
  position: relative;
}
.accordion .bg-img-fire-door-unrivalled-expertise * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-door-unrivalled-expertise:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-door-your-partner-for-fire-door-solutions {
  background-image: url(../img/fire-door-your-partner-for-fire-door-solutions.jpg?v=0.0.11);
}
.webp .bg-img-fire-door-your-partner-for-fire-door-solutions {
  background-image: url(../img/webp/fire-door-your-partner-for-fire-door-solutions.webp?v=0.0.11);
}
.bg-img-fire-door-your-partner-for-fire-door-solutions.image-block {
  background: url(../img/fire-door-your-partner-for-fire-door-solutions.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-door-your-partner-for-fire-door-solutions.image-block {
  background: url(../img/webp/fire-door-your-partner-for-fire-door-solutions.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-door-your-partner-for-fire-door-solutions {
  position: relative;
}
.accordion .bg-img-fire-door-your-partner-for-fire-door-solutions * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-door-your-partner-for-fire-door-solutions:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-door-professional-fire-door-services {
  background-image: url(../img/fire-door-professional-fire-door-services.jpg?v=0.0.11);
}
.webp .bg-img-fire-door-professional-fire-door-services {
  background-image: url(../img/webp/fire-door-professional-fire-door-services.webp?v=0.0.11);
}
.bg-img-fire-door-professional-fire-door-services.image-block {
  background: url(../img/fire-door-professional-fire-door-services.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-door-professional-fire-door-services.image-block {
  background: url(../img/webp/fire-door-professional-fire-door-services.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-door-professional-fire-door-services {
  position: relative;
}
.accordion .bg-img-fire-door-professional-fire-door-services * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-door-professional-fire-door-services:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-cavity-barriers {
  background-image: url(../img/cavity-barriers.jpg?v=0.0.11);
}
.webp .bg-img-cavity-barriers {
  background-image: url(../img/webp/cavity-barriers.webp?v=0.0.11);
}
.bg-img-cavity-barriers.image-block {
  background: url(../img/cavity-barriers.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-cavity-barriers.image-block {
  background: url(../img/webp/cavity-barriers.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-cavity-barriers {
  position: relative;
}
.accordion .bg-img-cavity-barriers * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-cavity-barriers:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-cavity-barriers-acoustic-seals-bsml {
  background-image: url(../img/cavity-barriers-acoustic-seals-bsml.jpg?v=0.0.11);
}
.webp .bg-img-cavity-barriers-acoustic-seals-bsml {
  background-image: url(../img/webp/cavity-barriers-acoustic-seals-bsml.webp?v=0.0.11);
}
.bg-img-cavity-barriers-acoustic-seals-bsml.image-block {
  background: url(../img/cavity-barriers-acoustic-seals-bsml.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-cavity-barriers-acoustic-seals-bsml.image-block {
  background: url(../img/webp/cavity-barriers-acoustic-seals-bsml.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-cavity-barriers-acoustic-seals-bsml {
  position: relative;
}
.accordion .bg-img-cavity-barriers-acoustic-seals-bsml * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-cavity-barriers-acoustic-seals-bsml:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-acoustic-seals {
  background-image: url(../img/acoustic-seals.jpg?v=0.0.11);
}
.webp .bg-img-acoustic-seals {
  background-image: url(../img/webp/acoustic-seals.webp?v=0.0.11);
}
.bg-img-acoustic-seals.image-block {
  background: url(../img/acoustic-seals.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-acoustic-seals.image-block {
  background: url(../img/webp/acoustic-seals.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-acoustic-seals {
  position: relative;
}
.accordion .bg-img-acoustic-seals * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-acoustic-seals:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-remedial-services {
  background-image: url(../img/remedial-services.jpg?v=0.0.11);
}
.webp .bg-img-remedial-services {
  background-image: url(../img/webp/remedial-services.webp?v=0.0.11);
}
.bg-img-remedial-services.image-block {
  background: url(../img/remedial-services.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-remedial-services.image-block {
  background: url(../img/webp/remedial-services.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-remedial-services {
  position: relative;
}
.accordion .bg-img-remedial-services * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-remedial-services:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-managing-fire-risks {
  background-image: url(../img/managing-fire-risks.jpg?v=0.0.11);
}
.webp .bg-img-managing-fire-risks {
  background-image: url(../img/webp/managing-fire-risks.webp?v=0.0.11);
}
.bg-img-managing-fire-risks.image-block {
  background: url(../img/managing-fire-risks.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-managing-fire-risks.image-block {
  background: url(../img/webp/managing-fire-risks.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-managing-fire-risks {
  position: relative;
}
.accordion .bg-img-managing-fire-risks * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-managing-fire-risks:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-inspection-services-fire-damper {
  background-image: url(../img/inspection-services-fire-damper.jpg?v=0.0.11);
}
.webp .bg-img-inspection-services-fire-damper {
  background-image: url(../img/webp/inspection-services-fire-damper.webp?v=0.0.11);
}
.bg-img-inspection-services-fire-damper.image-block {
  background: url(../img/inspection-services-fire-damper.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-inspection-services-fire-damper.image-block {
  background: url(../img/webp/inspection-services-fire-damper.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-inspection-services-fire-damper {
  position: relative;
}
.accordion .bg-img-inspection-services-fire-damper * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-inspection-services-fire-damper:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-damper-inspection-remedial-services {
  background-image: url(../img/fire-damper-inspection-remedial-services.jpg?v=0.0.11);
}
.webp .bg-img-fire-damper-inspection-remedial-services {
  background-image: url(../img/webp/fire-damper-inspection-remedial-services.webp?v=0.0.11);
}
.bg-img-fire-damper-inspection-remedial-services.image-block {
  background: url(../img/fire-damper-inspection-remedial-services.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-damper-inspection-remedial-services.image-block {
  background: url(../img/webp/fire-damper-inspection-remedial-services.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-damper-inspection-remedial-services {
  position: relative;
}
.accordion .bg-img-fire-damper-inspection-remedial-services * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-damper-inspection-remedial-services:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-damper-high-quality-materials {
  background-image: url(../img/fire-damper-high-quality-materials.jpg?v=0.0.11);
}
.webp .bg-img-fire-damper-high-quality-materials {
  background-image: url(../img/webp/fire-damper-high-quality-materials.webp?v=0.0.11);
}
.bg-img-fire-damper-high-quality-materials.image-block {
  background: url(../img/fire-damper-high-quality-materials.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-damper-high-quality-materials.image-block {
  background: url(../img/webp/fire-damper-high-quality-materials.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-damper-high-quality-materials {
  position: relative;
}
.accordion .bg-img-fire-damper-high-quality-materials * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-damper-high-quality-materials:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-professional-dry-lining-boarding-services {
  background-image: url(../img/professional-dry-lining-boarding-services.jpg?v=0.0.11);
}
.webp .bg-img-professional-dry-lining-boarding-services {
  background-image: url(../img/webp/professional-dry-lining-boarding-services.webp?v=0.0.11);
}
.bg-img-professional-dry-lining-boarding-services.image-block {
  background: url(../img/professional-dry-lining-boarding-services.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-professional-dry-lining-boarding-services.image-block {
  background: url(../img/webp/professional-dry-lining-boarding-services.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-professional-dry-lining-boarding-services {
  position: relative;
}
.accordion .bg-img-professional-dry-lining-boarding-services * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-professional-dry-lining-boarding-services:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-dry-lining {
  background-image: url(../img/dry-lining.jpg?v=0.0.11);
}
.webp .bg-img-dry-lining {
  background-image: url(../img/webp/dry-lining.webp?v=0.0.11);
}
.bg-img-dry-lining.image-block {
  background: url(../img/dry-lining.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-dry-lining.image-block {
  background: url(../img/webp/dry-lining.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-dry-lining {
  position: relative;
}
.accordion .bg-img-dry-lining * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-dry-lining:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-dry-lining-quality {
  background-image: url(../img/dry-lining-quality.jpg?v=0.0.11);
}
.webp .bg-img-dry-lining-quality {
  background-image: url(../img/webp/dry-lining-quality.webp?v=0.0.11);
}
.bg-img-dry-lining-quality.image-block {
  background: url(../img/dry-lining-quality.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-dry-lining-quality.image-block {
  background: url(../img/webp/dry-lining-quality.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-dry-lining-quality {
  position: relative;
}
.accordion .bg-img-dry-lining-quality * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-dry-lining-quality:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-dry-lining-boarding {
  background-image: url(../img/dry-lining-boarding.jpg?v=0.0.11);
}
.webp .bg-img-dry-lining-boarding {
  background-image: url(../img/webp/dry-lining-boarding.webp?v=0.0.11);
}
.bg-img-dry-lining-boarding.image-block {
  background: url(../img/dry-lining-boarding.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-dry-lining-boarding.image-block {
  background: url(../img/webp/dry-lining-boarding.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-dry-lining-boarding {
  position: relative;
}
.accordion .bg-img-dry-lining-boarding * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-dry-lining-boarding:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-dry-lining-boarding-expertise {
  background-image: url(../img/dry-lining-boarding-expertise.jpg?v=0.0.11);
}
.webp .bg-img-dry-lining-boarding-expertise {
  background-image: url(../img/webp/dry-lining-boarding-expertise.webp?v=0.0.11);
}
.bg-img-dry-lining-boarding-expertise.image-block {
  background: url(../img/dry-lining-boarding-expertise.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-dry-lining-boarding-expertise.image-block {
  background: url(../img/webp/dry-lining-boarding-expertise.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-dry-lining-boarding-expertise {
  position: relative;
}
.accordion .bg-img-dry-lining-boarding-expertise * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-dry-lining-boarding-expertise:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-compliance-and-ugrades {
  background-image: url(../img/compliance-and-ugrades.jpg?v=0.0.11);
}
.webp .bg-img-compliance-and-ugrades {
  background-image: url(../img/webp/compliance-and-ugrades.webp?v=0.0.11);
}
.bg-img-compliance-and-ugrades.image-block {
  background: url(../img/compliance-and-ugrades.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-compliance-and-ugrades.image-block {
  background: url(../img/webp/compliance-and-ugrades.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-compliance-and-ugrades {
  position: relative;
}
.accordion .bg-img-compliance-and-ugrades * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-compliance-and-ugrades:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-internal-maintenance {
  background-image: url(../img/internal-maintenance.jpg?v=0.0.11);
}
.webp .bg-img-internal-maintenance {
  background-image: url(../img/webp/internal-maintenance.webp?v=0.0.11);
}
.bg-img-internal-maintenance.image-block {
  background: url(../img/internal-maintenance.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-internal-maintenance.image-block {
  background: url(../img/webp/internal-maintenance.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-internal-maintenance {
  position: relative;
}
.accordion .bg-img-internal-maintenance * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-internal-maintenance:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-quality-and-safety-building-fabric {
  background-image: url(../img/quality-and-safety-building-fabric.jpg?v=0.0.11);
}
.webp .bg-img-quality-and-safety-building-fabric {
  background-image: url(../img/webp/quality-and-safety-building-fabric.webp?v=0.0.11);
}
.bg-img-quality-and-safety-building-fabric.image-block {
  background: url(../img/quality-and-safety-building-fabric.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-quality-and-safety-building-fabric.image-block {
  background: url(../img/webp/quality-and-safety-building-fabric.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-quality-and-safety-building-fabric {
  position: relative;
}
.accordion .bg-img-quality-and-safety-building-fabric * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-quality-and-safety-building-fabric:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-regular-maintenance {
  background-image: url(../img/regular-maintenance.jpg?v=0.0.11);
}
.webp .bg-img-regular-maintenance {
  background-image: url(../img/webp/regular-maintenance.webp?v=0.0.11);
}
.bg-img-regular-maintenance.image-block {
  background: url(../img/regular-maintenance.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-regular-maintenance.image-block {
  background: url(../img/webp/regular-maintenance.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-regular-maintenance {
  position: relative;
}
.accordion .bg-img-regular-maintenance * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-regular-maintenance:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-structural-repairs {
  background-image: url(../img/structural-repairs.jpg?v=0.0.11);
}
.webp .bg-img-structural-repairs {
  background-image: url(../img/webp/structural-repairs.webp?v=0.0.11);
}
.bg-img-structural-repairs.image-block {
  background: url(../img/structural-repairs.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-structural-repairs.image-block {
  background: url(../img/webp/structural-repairs.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-structural-repairs {
  position: relative;
}
.accordion .bg-img-structural-repairs * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-structural-repairs:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-tailored-building-fabric-maintenance-services {
  background-image: url(../img/tailored-building-fabric-maintenance-services.jpg?v=0.0.11);
}
.webp .bg-img-tailored-building-fabric-maintenance-services {
  background-image: url(../img/webp/tailored-building-fabric-maintenance-services.webp?v=0.0.11);
}
.bg-img-tailored-building-fabric-maintenance-services.image-block {
  background: url(../img/tailored-building-fabric-maintenance-services.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-tailored-building-fabric-maintenance-services.image-block {
  background: url(../img/webp/tailored-building-fabric-maintenance-services.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-tailored-building-fabric-maintenance-services {
  position: relative;
}
.accordion .bg-img-tailored-building-fabric-maintenance-services * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-tailored-building-fabric-maintenance-services:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-building-dilapidation-services {
  background-image: url(../img/building-dilapidation-services.jpg?v=0.0.11);
}
.webp .bg-img-building-dilapidation-services {
  background-image: url(../img/webp/building-dilapidation-services.webp?v=0.0.11);
}
.bg-img-building-dilapidation-services.image-block {
  background: url(../img/building-dilapidation-services.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-building-dilapidation-services.image-block {
  background: url(../img/webp/building-dilapidation-services.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-building-dilapidation-services {
  position: relative;
}
.accordion .bg-img-building-dilapidation-services * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-building-dilapidation-services:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-complete-building-restoration-and-refurbishment-solutions {
  background-image: url(../img/complete-building-restoration-and-refurbishment-solutions.jpg?v=0.0.11);
}
.webp .bg-img-complete-building-restoration-and-refurbishment-solutions {
  background-image: url(../img/webp/complete-building-restoration-and-refurbishment-solutions.webp?v=0.0.11);
}
.bg-img-complete-building-restoration-and-refurbishment-solutions.image-block {
  background: url(../img/complete-building-restoration-and-refurbishment-solutions.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-complete-building-restoration-and-refurbishment-solutions.image-block {
  background: url(../img/webp/complete-building-restoration-and-refurbishment-solutions.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-complete-building-restoration-and-refurbishment-solutions {
  position: relative;
}
.accordion .bg-img-complete-building-restoration-and-refurbishment-solutions * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-complete-building-restoration-and-refurbishment-solutions:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-qualified-for-all-building-works {
  background-image: url(../img/qualified-for-all-building-works.jpg?v=0.0.11);
}
.webp .bg-img-qualified-for-all-building-works {
  background-image: url(../img/webp/qualified-for-all-building-works.webp?v=0.0.11);
}
.bg-img-qualified-for-all-building-works.image-block {
  background: url(../img/qualified-for-all-building-works.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-qualified-for-all-building-works.image-block {
  background: url(../img/webp/qualified-for-all-building-works.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-qualified-for-all-building-works {
  position: relative;
}
.accordion .bg-img-qualified-for-all-building-works * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-qualified-for-all-building-works:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-refurbishment-services {
  background-image: url(../img/refurbishment-services.jpg?v=0.0.11);
}
.webp .bg-img-refurbishment-services {
  background-image: url(../img/webp/refurbishment-services.webp?v=0.0.11);
}
.bg-img-refurbishment-services.image-block {
  background: url(../img/refurbishment-services.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-refurbishment-services.image-block {
  background: url(../img/webp/refurbishment-services.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-refurbishment-services {
  position: relative;
}
.accordion .bg-img-refurbishment-services * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-refurbishment-services:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-reliable-and-effective-solutions {
  background-image: url(../img/reliable-and-effective-solutions.jpg?v=0.0.11);
}
.webp .bg-img-reliable-and-effective-solutions {
  background-image: url(../img/webp/reliable-and-effective-solutions.webp?v=0.0.11);
}
.bg-img-reliable-and-effective-solutions.image-block {
  background: url(../img/reliable-and-effective-solutions.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-reliable-and-effective-solutions.image-block {
  background: url(../img/webp/reliable-and-effective-solutions.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-reliable-and-effective-solutions {
  position: relative;
}
.accordion .bg-img-reliable-and-effective-solutions * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-reliable-and-effective-solutions:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-leading-the-way-in-facilities-management {
  background-image: url(../img/leading-the-way-in-facilities-management.jpg?v=0.0.11);
}
.webp .bg-img-leading-the-way-in-facilities-management {
  background-image: url(../img/webp/leading-the-way-in-facilities-management.webp?v=0.0.11);
}
.bg-img-leading-the-way-in-facilities-management.image-block {
  background: url(../img/leading-the-way-in-facilities-management.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-leading-the-way-in-facilities-management.image-block {
  background: url(../img/webp/leading-the-way-in-facilities-management.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-leading-the-way-in-facilities-management {
  position: relative;
}
.accordion .bg-img-leading-the-way-in-facilities-management * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-leading-the-way-in-facilities-management:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-facilities-management-passive-fire-needs {
  background-image: url(../img/facilities-management-passive-fire-needs.jpg?v=0.0.11);
}
.webp .bg-img-facilities-management-passive-fire-needs {
  background-image: url(../img/webp/facilities-management-passive-fire-needs.webp?v=0.0.11);
}
.bg-img-facilities-management-passive-fire-needs.image-block {
  background: url(../img/facilities-management-passive-fire-needs.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-facilities-management-passive-fire-needs.image-block {
  background: url(../img/webp/facilities-management-passive-fire-needs.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-facilities-management-passive-fire-needs {
  position: relative;
}
.accordion .bg-img-facilities-management-passive-fire-needs * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-facilities-management-passive-fire-needs:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-facilities-management-tailored-building-services {
  background-image: url(../img/facilities-management-tailored-building-services.jpg?v=0.0.11);
}
.webp .bg-img-facilities-management-tailored-building-services {
  background-image: url(../img/webp/facilities-management-tailored-building-services.webp?v=0.0.11);
}
.bg-img-facilities-management-tailored-building-services.image-block {
  background: url(../img/facilities-management-tailored-building-services.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-facilities-management-tailored-building-services.image-block {
  background: url(../img/webp/facilities-management-tailored-building-services.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-facilities-management-tailored-building-services {
  position: relative;
}
.accordion .bg-img-facilities-management-tailored-building-services * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-facilities-management-tailored-building-services:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-map {
  background-image: url(../img/map.jpg?v=0.0.11);
}
.webp .bg-img-map {
  background-image: url(../img/webp/map.webp?v=0.0.11);
}
.bg-img-map.image-block {
  background: url(../img/map.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-map.image-block {
  background: url(../img/webp/map.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-map {
  position: relative;
}
.accordion .bg-img-map * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-map:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-social-housing {
  background-image: url(../img/social-housing.jpg?v=0.0.11);
}
.webp .bg-img-social-housing {
  background-image: url(../img/webp/social-housing.webp?v=0.0.11);
}
.bg-img-social-housing.image-block {
  background: url(../img/social-housing.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-social-housing.image-block {
  background: url(../img/webp/social-housing.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-social-housing {
  position: relative;
}
.accordion .bg-img-social-housing * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-social-housing:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-social-housing-why-choose-bsml {
  background-image: url(../img/social-housing-why-choose-bsml.jpg?v=0.0.11);
}
.webp .bg-img-social-housing-why-choose-bsml {
  background-image: url(../img/webp/social-housing-why-choose-bsml.webp?v=0.0.11);
}
.bg-img-social-housing-why-choose-bsml.image-block {
  background: url(../img/social-housing-why-choose-bsml.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-social-housing-why-choose-bsml.image-block {
  background: url(../img/webp/social-housing-why-choose-bsml.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-social-housing-why-choose-bsml {
  position: relative;
}
.accordion .bg-img-social-housing-why-choose-bsml * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-social-housing-why-choose-bsml:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-social-housing-passive-fire {
  background-image: url(../img/social-housing-passive-fire.jpg?v=0.0.11);
}
.webp .bg-img-social-housing-passive-fire {
  background-image: url(../img/webp/social-housing-passive-fire.webp?v=0.0.11);
}
.bg-img-social-housing-passive-fire.image-block {
  background: url(../img/social-housing-passive-fire.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-social-housing-passive-fire.image-block {
  background: url(../img/webp/social-housing-passive-fire.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-social-housing-passive-fire {
  position: relative;
}
.accordion .bg-img-social-housing-passive-fire * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-social-housing-passive-fire:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-aviation-sector {
  background-image: url(../img/aviation-sector.jpg?v=0.0.11);
}
.webp .bg-img-aviation-sector {
  background-image: url(../img/webp/aviation-sector.webp?v=0.0.11);
}
.bg-img-aviation-sector.image-block {
  background: url(../img/aviation-sector.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-aviation-sector.image-block {
  background: url(../img/webp/aviation-sector.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-aviation-sector {
  position: relative;
}
.accordion .bg-img-aviation-sector * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-aviation-sector:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-aviation-passive-fire-solutions {
  background-image: url(../img/aviation-passive-fire-solutions.jpg?v=0.0.11);
}
.webp .bg-img-aviation-passive-fire-solutions {
  background-image: url(../img/webp/aviation-passive-fire-solutions.webp?v=0.0.11);
}
.bg-img-aviation-passive-fire-solutions.image-block {
  background: url(../img/aviation-passive-fire-solutions.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-aviation-passive-fire-solutions.image-block {
  background: url(../img/webp/aviation-passive-fire-solutions.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-aviation-passive-fire-solutions {
  position: relative;
}
.accordion .bg-img-aviation-passive-fire-solutions * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-aviation-passive-fire-solutions:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-aviation-industry-fire-protection {
  background-image: url(../img/aviation-industry-fire-protection.jpg?v=0.0.11);
}
.webp .bg-img-aviation-industry-fire-protection {
  background-image: url(../img/webp/aviation-industry-fire-protection.webp?v=0.0.11);
}
.bg-img-aviation-industry-fire-protection.image-block {
  background: url(../img/aviation-industry-fire-protection.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-aviation-industry-fire-protection.image-block {
  background: url(../img/webp/aviation-industry-fire-protection.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-aviation-industry-fire-protection {
  position: relative;
}
.accordion .bg-img-aviation-industry-fire-protection * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-aviation-industry-fire-protection:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-aviation-why-bsml {
  background-image: url(../img/aviation-why-bsml.jpg?v=0.0.11);
}
.webp .bg-img-aviation-why-bsml {
  background-image: url(../img/webp/aviation-why-bsml.webp?v=0.0.11);
}
.bg-img-aviation-why-bsml.image-block {
  background: url(../img/aviation-why-bsml.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-aviation-why-bsml.image-block {
  background: url(../img/webp/aviation-why-bsml.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-aviation-why-bsml {
  position: relative;
}
.accordion .bg-img-aviation-why-bsml * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-aviation-why-bsml:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-education-services {
  background-image: url(../img/education-services.jpg?v=0.0.11);
}
.webp .bg-img-education-services {
  background-image: url(../img/webp/education-services.webp?v=0.0.11);
}
.bg-img-education-services.image-block {
  background: url(../img/education-services.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-education-services.image-block {
  background: url(../img/webp/education-services.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-education-services {
  position: relative;
}
.accordion .bg-img-education-services * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-education-services:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-education-fire-safety {
  background-image: url(../img/education-fire-safety.jpg?v=0.0.11);
}
.webp .bg-img-education-fire-safety {
  background-image: url(../img/webp/education-fire-safety.webp?v=0.0.11);
}
.bg-img-education-fire-safety.image-block {
  background: url(../img/education-fire-safety.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-education-fire-safety.image-block {
  background: url(../img/webp/education-fire-safety.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-education-fire-safety {
  position: relative;
}
.accordion .bg-img-education-fire-safety * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-education-fire-safety:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-education-why-choose {
  background-image: url(../img/education-why-choose.jpg?v=0.0.11);
}
.webp .bg-img-education-why-choose {
  background-image: url(../img/webp/education-why-choose.webp?v=0.0.11);
}
.bg-img-education-why-choose.image-block {
  background: url(../img/education-why-choose.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-education-why-choose.image-block {
  background: url(../img/webp/education-why-choose.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-education-why-choose {
  position: relative;
}
.accordion .bg-img-education-why-choose * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-education-why-choose:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-commercial-construction-refurb-sector {
  background-image: url(../img/commercial-construction-refurb-sector.jpg?v=0.0.11);
}
.webp .bg-img-commercial-construction-refurb-sector {
  background-image: url(../img/webp/commercial-construction-refurb-sector.webp?v=0.0.11);
}
.bg-img-commercial-construction-refurb-sector.image-block {
  background: url(../img/commercial-construction-refurb-sector.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-commercial-construction-refurb-sector.image-block {
  background: url(../img/webp/commercial-construction-refurb-sector.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-commercial-construction-refurb-sector {
  position: relative;
}
.accordion .bg-img-commercial-construction-refurb-sector * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-commercial-construction-refurb-sector:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-commercial-construction-refurb-why-choose-bsml {
  background-image: url(../img/commercial-construction-refurb-why-choose-bsml.jpg?v=0.0.11);
}
.webp .bg-img-commercial-construction-refurb-why-choose-bsml {
  background-image: url(../img/webp/commercial-construction-refurb-why-choose-bsml.webp?v=0.0.11);
}
.bg-img-commercial-construction-refurb-why-choose-bsml.image-block {
  background: url(../img/commercial-construction-refurb-why-choose-bsml.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-commercial-construction-refurb-why-choose-bsml.image-block {
  background: url(../img/webp/commercial-construction-refurb-why-choose-bsml.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-commercial-construction-refurb-why-choose-bsml {
  position: relative;
}
.accordion .bg-img-commercial-construction-refurb-why-choose-bsml * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-commercial-construction-refurb-why-choose-bsml:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-commercial-construction-refurb-services {
  background-image: url(../img/commercial-construction-refurb-services.jpg?v=0.0.11);
}
.webp .bg-img-commercial-construction-refurb-services {
  background-image: url(../img/webp/commercial-construction-refurb-services.webp?v=0.0.11);
}
.bg-img-commercial-construction-refurb-services.image-block {
  background: url(../img/commercial-construction-refurb-services.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-commercial-construction-refurb-services.image-block {
  background: url(../img/webp/commercial-construction-refurb-services.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-commercial-construction-refurb-services {
  position: relative;
}
.accordion .bg-img-commercial-construction-refurb-services * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-commercial-construction-refurb-services:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-healthcare-sector {
  background-image: url(../img/healthcare-sector.jpg?v=0.0.11);
}
.webp .bg-img-healthcare-sector {
  background-image: url(../img/webp/healthcare-sector.webp?v=0.0.11);
}
.bg-img-healthcare-sector.image-block {
  background: url(../img/healthcare-sector.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-healthcare-sector.image-block {
  background: url(../img/webp/healthcare-sector.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-healthcare-sector {
  position: relative;
}
.accordion .bg-img-healthcare-sector * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-healthcare-sector:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-healthcare-our-services {
  background-image: url(../img/healthcare-our-services.jpg?v=0.0.11);
}
.webp .bg-img-healthcare-our-services {
  background-image: url(../img/webp/healthcare-our-services.webp?v=0.0.11);
}
.bg-img-healthcare-our-services.image-block {
  background: url(../img/healthcare-our-services.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-healthcare-our-services.image-block {
  background: url(../img/webp/healthcare-our-services.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-healthcare-our-services {
  position: relative;
}
.accordion .bg-img-healthcare-our-services * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-healthcare-our-services:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-healthcare-building-and-refurbishment-services {
  background-image: url(../img/healthcare-building-and-refurbishment-services.jpg?v=0.0.11);
}
.webp .bg-img-healthcare-building-and-refurbishment-services {
  background-image: url(../img/webp/healthcare-building-and-refurbishment-services.webp?v=0.0.11);
}
.bg-img-healthcare-building-and-refurbishment-services.image-block {
  background: url(../img/healthcare-building-and-refurbishment-services.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-healthcare-building-and-refurbishment-services.image-block {
  background: url(../img/webp/healthcare-building-and-refurbishment-services.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-healthcare-building-and-refurbishment-services {
  position: relative;
}
.accordion .bg-img-healthcare-building-and-refurbishment-services * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-healthcare-building-and-refurbishment-services:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-healthcare-why-choose-bsml {
  background-image: url(../img/healthcare-why-choose-bsml.jpg?v=0.0.11);
}
.webp .bg-img-healthcare-why-choose-bsml {
  background-image: url(../img/webp/healthcare-why-choose-bsml.webp?v=0.0.11);
}
.bg-img-healthcare-why-choose-bsml.image-block {
  background: url(../img/healthcare-why-choose-bsml.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-healthcare-why-choose-bsml.image-block {
  background: url(../img/webp/healthcare-why-choose-bsml.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-healthcare-why-choose-bsml {
  position: relative;
}
.accordion .bg-img-healthcare-why-choose-bsml * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-healthcare-why-choose-bsml:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-hotel-and-leisure-sector {
  background-image: url(../img/hotel-and-leisure-sector.jpg?v=0.0.11);
}
.webp .bg-img-hotel-and-leisure-sector {
  background-image: url(../img/webp/hotel-and-leisure-sector.webp?v=0.0.11);
}
.bg-img-hotel-and-leisure-sector.image-block {
  background: url(../img/hotel-and-leisure-sector.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-hotel-and-leisure-sector.image-block {
  background: url(../img/webp/hotel-and-leisure-sector.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-hotel-and-leisure-sector {
  position: relative;
}
.accordion .bg-img-hotel-and-leisure-sector * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-hotel-and-leisure-sector:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-hotel-leisure-facilitites-refurb {
  background-image: url(../img/hotel-leisure-facilitites-refurb.jpg?v=0.0.11);
}
.webp .bg-img-hotel-leisure-facilitites-refurb {
  background-image: url(../img/webp/hotel-leisure-facilitites-refurb.webp?v=0.0.11);
}
.bg-img-hotel-leisure-facilitites-refurb.image-block {
  background: url(../img/hotel-leisure-facilitites-refurb.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-hotel-leisure-facilitites-refurb.image-block {
  background: url(../img/webp/hotel-leisure-facilitites-refurb.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-hotel-leisure-facilitites-refurb {
  position: relative;
}
.accordion .bg-img-hotel-leisure-facilitites-refurb * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-hotel-leisure-facilitites-refurb:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-hotel-leisure-sectors {
  background-image: url(../img/hotel-leisure-sectors.jpg?v=0.0.11);
}
.webp .bg-img-hotel-leisure-sectors {
  background-image: url(../img/webp/hotel-leisure-sectors.webp?v=0.0.11);
}
.bg-img-hotel-leisure-sectors.image-block {
  background: url(../img/hotel-leisure-sectors.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-hotel-leisure-sectors.image-block {
  background: url(../img/webp/hotel-leisure-sectors.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-hotel-leisure-sectors {
  position: relative;
}
.accordion .bg-img-hotel-leisure-sectors * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-hotel-leisure-sectors:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-luxury-residential-refurbishment {
  background-image: url(../img/luxury-residential-refurbishment.jpg?v=0.0.11);
}
.webp .bg-img-luxury-residential-refurbishment {
  background-image: url(../img/webp/luxury-residential-refurbishment.webp?v=0.0.11);
}
.bg-img-luxury-residential-refurbishment.image-block {
  background: url(../img/luxury-residential-refurbishment.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-luxury-residential-refurbishment.image-block {
  background: url(../img/webp/luxury-residential-refurbishment.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-luxury-residential-refurbishment {
  position: relative;
}
.accordion .bg-img-luxury-residential-refurbishment * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-luxury-residential-refurbishment:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-luxury-residential-sector {
  background-image: url(../img/luxury-residential-sector.jpg?v=0.0.11);
}
.webp .bg-img-luxury-residential-sector {
  background-image: url(../img/webp/luxury-residential-sector.webp?v=0.0.11);
}
.bg-img-luxury-residential-sector.image-block {
  background: url(../img/luxury-residential-sector.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-luxury-residential-sector.image-block {
  background: url(../img/webp/luxury-residential-sector.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-luxury-residential-sector {
  position: relative;
}
.accordion .bg-img-luxury-residential-sector * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-luxury-residential-sector:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-luxury-residential-services {
  background-image: url(../img/luxury-residential-services.jpg?v=0.0.11);
}
.webp .bg-img-luxury-residential-services {
  background-image: url(../img/webp/luxury-residential-services.webp?v=0.0.11);
}
.bg-img-luxury-residential-services.image-block {
  background: url(../img/luxury-residential-services.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-luxury-residential-services.image-block {
  background: url(../img/webp/luxury-residential-services.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-luxury-residential-services {
  position: relative;
}
.accordion .bg-img-luxury-residential-services * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-luxury-residential-services:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-about-bsml {
  background-image: url(../img/about-bsml.jpg?v=0.0.11);
}
.webp .bg-img-about-bsml {
  background-image: url(../img/webp/about-bsml.webp?v=0.0.11);
}
.bg-img-about-bsml.image-block {
  background: url(../img/about-bsml.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-about-bsml.image-block {
  background: url(../img/webp/about-bsml.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-about-bsml {
  position: relative;
}
.accordion .bg-img-about-bsml * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-about-bsml:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-about-bsml-expert-teams {
  background-image: url(../img/about-bsml-expert-teams.jpg?v=0.0.11);
}
.webp .bg-img-about-bsml-expert-teams {
  background-image: url(../img/webp/about-bsml-expert-teams.webp?v=0.0.11);
}
.bg-img-about-bsml-expert-teams.image-block {
  background: url(../img/about-bsml-expert-teams.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-about-bsml-expert-teams.image-block {
  background: url(../img/webp/about-bsml-expert-teams.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-about-bsml-expert-teams {
  position: relative;
}
.accordion .bg-img-about-bsml-expert-teams * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-about-bsml-expert-teams:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-social-housing-sector {
  background-image: url(../img/social-housing-sector.jpg?v=0.0.11);
}
.webp .bg-img-social-housing-sector {
  background-image: url(../img/webp/social-housing-sector.webp?v=0.0.11);
}
.bg-img-social-housing-sector.image-block {
  background: url(../img/social-housing-sector.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-social-housing-sector.image-block {
  background: url(../img/webp/social-housing-sector.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-social-housing-sector {
  position: relative;
}
.accordion .bg-img-social-housing-sector * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-social-housing-sector:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-st-james-palace {
  background-image: url(../img/st-james-palace.jpg?v=0.0.11);
}
.webp .bg-img-st-james-palace {
  background-image: url(../img/webp/st-james-palace.webp?v=0.0.11);
}
.bg-img-st-james-palace.image-block {
  background: url(../img/st-james-palace.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-st-james-palace.image-block {
  background: url(../img/webp/st-james-palace.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-st-james-palace {
  position: relative;
}
.accordion .bg-img-st-james-palace * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-st-james-palace:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-premier-inn-buckingham {
  background-image: url(../img/premier-inn-buckingham.jpg?v=0.0.11);
}
.webp .bg-img-premier-inn-buckingham {
  background-image: url(../img/webp/premier-inn-buckingham.webp?v=0.0.11);
}
.bg-img-premier-inn-buckingham.image-block {
  background: url(../img/premier-inn-buckingham.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-premier-inn-buckingham.image-block {
  background: url(../img/webp/premier-inn-buckingham.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-premier-inn-buckingham {
  position: relative;
}
.accordion .bg-img-premier-inn-buckingham * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-premier-inn-buckingham:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-fire-door-maintenance-easyjet {
  background-image: url(../img/fire-door-maintenance-easyjet.jpg?v=0.0.11);
}
.webp .bg-img-fire-door-maintenance-easyjet {
  background-image: url(../img/webp/fire-door-maintenance-easyjet.webp?v=0.0.11);
}
.bg-img-fire-door-maintenance-easyjet.image-block {
  background: url(../img/fire-door-maintenance-easyjet.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-fire-door-maintenance-easyjet.image-block {
  background: url(../img/webp/fire-door-maintenance-easyjet.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-fire-door-maintenance-easyjet {
  position: relative;
}
.accordion .bg-img-fire-door-maintenance-easyjet * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-fire-door-maintenance-easyjet:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-hard-facilities-management {
  background-image: url(../img/hard-facilities-management.jpg?v=0.0.11);
}
.webp .bg-img-hard-facilities-management {
  background-image: url(../img/webp/hard-facilities-management.webp?v=0.0.11);
}
.bg-img-hard-facilities-management.image-block {
  background: url(../img/hard-facilities-management.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-hard-facilities-management.image-block {
  background: url(../img/webp/hard-facilities-management.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-hard-facilities-management {
  position: relative;
}
.accordion .bg-img-hard-facilities-management * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-hard-facilities-management:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-soft-management {
  background-image: url(../img/soft-management.jpg?v=0.0.11);
}
.webp .bg-img-soft-management {
  background-image: url(../img/webp/soft-management.webp?v=0.0.11);
}
.bg-img-soft-management.image-block {
  background: url(../img/soft-management.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-soft-management.image-block {
  background: url(../img/webp/soft-management.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-soft-management {
  position: relative;
}
.accordion .bg-img-soft-management * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-soft-management:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.bg-img-management-services {
  background-image: url(../img/management-services.jpg?v=0.0.11);
}
.webp .bg-img-management-services {
  background-image: url(../img/webp/management-services.webp?v=0.0.11);
}
.bg-img-management-services.image-block {
  background: url(../img/management-services.jpg?v=0.0.8) lightgray 50%/cover no-repeat;
}
.webp .bg-img-management-services.image-block {
  background: url(../img/webp/management-services.webp?v=0.0.8) lightgray 50%/cover no-repeat;
}

.accordion .bg-img-management-services {
  position: relative;
}
.accordion .bg-img-management-services * {
  z-index: 2;
  position: relative;
  color: #FFFFFF;
}
.accordion .bg-img-management-services:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 221, 46, 0.1019607843) 0%, rgba(253, 221, 46, 0.1019607843) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3490196078) 0%, rgba(0, 0, 0, 0.8509803922) 90%);
  position: absolute;
  opacity: 0.75;
  border-radius: 14px;
}

.button:not(.button--readmore--alt) {
  position: relative;
  padding: 0.625rem 2rem;
  color: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 3rem;
  text-align: center;
  display: inline-block;
  line-height: 1.5rem;
  background: transparent;
  border: 2px solid transparent;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
}
.button:not(.button--readmore--alt)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, #AF8127 0%, #FDDD2E 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: all 0.4s ease;
}
.button:not(.button--readmore--alt):hover {
  color: inherit;
  transform: scale(1.04);
  box-shadow: 0 0 14px rgba(253, 221, 46, 0.5);
}
.button:not(.button--readmore--alt):hover::before {
  background: linear-gradient(135deg, #FDDD2E 0%, #AF8127 100%);
}
.button:not(.button--readmore--alt) span {
  color: inherit;
  text-align: center;
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.button--alt {
  color: #AF8127;
  background-color: #FFFFFF;
}
.button--alt:hover {
  color: inherit;
  background-color: transparent;
}

.button--readmore {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.85);
  text-overflow: ellipsis;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 55rem) {
  .button--readmore {
    font-size: 0.875rem;
  }
}
.button--readmore::after {
  content: "";
  position: relative;
  width: 6px;
  height: 10px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M1 9L5 5L1 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  display: block;
}

.button--readmore--alt {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 55rem) {
  .button--readmore--alt {
    font-size: 0.875rem;
    margin-top: 0 !important;
  }
  .button--readmore--alt.active {
    margin-top: 1rem !important;
  }
}

.menu-main--check {
  display: none;
}
.menu-main--check:checked + label .burger .line:nth-child(1), .menu-main--check:checked + label .burger .line:nth-child(5) {
  transform: rotate(45deg);
}
.menu-main--check:checked + label .burger .line:nth-child(2), .menu-main--check:checked + label .burger .line:nth-child(4) {
  transform: rotate(-45deg);
}
.menu-main--check:checked + label .burger .line:nth-of-type(3) {
  transform: scaleX(0);
  transform-origin: 50%;
}
.menu-main--check:checked ~ ul {
  max-height: 1000px;
}

.menu-main--trigger {
  cursor: pointer;
  margin: 0;
  height: 54px;
  color: #fff;
  font-weight: 700;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: right;
  padding-top: 16px;
}
.menu-main--trigger span {
  line-height: 32px;
  vertical-align: top;
}
.menu-main--trigger:hover {
  color: #AF8127;
}
.menu-main--trigger:hover .burger .line {
  stroke: #AF8127;
}

.burger {
  width: 32px;
  margin: auto;
  cursor: pointer;
}
.burger .line {
  stroke-width: 4px;
  fill: transparent;
  stroke: #fff;
  stroke-linecap: round;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(0deg);
}
.burger .line:nth-child(1) {
  transform-origin: 0px 6px;
}
.burger .line:nth-child(2) {
  transform-origin: 30px 12px;
}
.burger .line:nth-of-type(3) {
  transform-origin: 50%;
  transform: scaleX(1);
}
.burger .line:nth-child(4) {
  transform-origin: 2px 26px;
}
.burger .line:nth-child(5) {
  transform-origin: 28px 20px;
}
.burger.close .line:nth-of-type(2) {
  transform: scaleX(0);
  transform-origin: 50%;
}

@media (min-width: 960px) {
  .header .menu-main--trigger {
    display: none;
  }
}
.menu-main--check {
  display: none;
}

.menu-main--check:checked + label .burger .line:nth-child(1), .menu-main--check:checked + label .burger .line:nth-child(5) {
  transform: rotate(45deg);
}

.menu-main--check:checked + label .burger .line:nth-child(2), .menu-main--check:checked + label .burger .line:nth-child(4) {
  transform: rotate(-45deg);
}

.menu-main--check:checked + label .burger .line:nth-of-type(3) {
  transform: scaleX(0);
  transform-origin: 50%;
}

.menu-main--check:checked ~ ul {
  max-height: 1000px;
}

.menu-main--trigger {
  cursor: pointer;
  margin: 0;
  height: 54px;
  color: #fff;
  font-weight: 700;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: right;
  padding-top: 16px;
}

.menu-main--trigger span {
  line-height: 32px;
  vertical-align: top;
}

.menu-main--trigger:hover {
  color: #AF8127;
}

.menu-main--trigger:hover .burger .line {
  stroke: #AF8127;
}

.burger {
  width: 32px;
  margin: auto;
  cursor: pointer;
}

.burger .line {
  stroke-width: 4px;
  fill: transparent;
  stroke: #fff;
  stroke-linecap: round;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(0deg);
}

.burger .line:nth-child(1) {
  transform-origin: 0px 6px;
}

.burger .line:nth-child(2) {
  transform-origin: 30px 12px;
}

.burger .line:nth-of-type(3) {
  transform-origin: 50%;
  transform: scaleX(1);
}

.burger .line:nth-child(4) {
  transform-origin: 2px 26px;
}

.burger .line:nth-child(5) {
  transform-origin: 28px 20px;
}

.burger.close .line:nth-of-type(2) {
  transform: scaleX(0);
  transform-origin: 50%;
}

@media (min-width: 960px) {
  .header .menu-main--trigger {
    display: none;
  }
}
.menu-main {
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
  position: relative;
  z-index: 100;
}
.menu-main ul {
  transition: 0.2s linear;
  margin: 0;
}
.menu-main ul.menu-main__sub {
  background-color: #fff;
}
.menu-main ul.menu-main__sub a {
  color: #121212;
  padding: 0;
}
.menu-main ul.menu-main__sub a:hover {
  color: #FDDD2E;
}
.menu-main li {
  margin: 1rem 1rem;
  font-size: 1rem;
}
.menu-main li.menu-main__parent {
  position: relative;
}
.menu-main li.menu-main__parent > a {
  background-image: url(../img/icons/menu-down.svg);
  background-repeat: no-repeat;
  background-position: right 50%;
  padding-right: 22px;
}
.menu-main a {
  color: #fff;
  text-decoration: none;
}
.menu-main a.active {
  font-weight: 700;
}
.menu-main a:hover {
  color: #FDDD2E;
}
.menu-main ul {
  max-height: 0;
  overflow: hidden;
}
.menu-main ul.menu-main__top.open {
  margin-bottom: -1rem;
}
.menu-main ul.open {
  max-height: 500px;
  padding: 0.5em;
  overflow: auto;
}
@media (min-width: 40rem) {
  .menu-main a {
    font-size: 0.875rem;
  }
}
@media (min-width: 960px) {
  .menu-main {
    display: grid;
    align-items: center;
  }
  .menu-main ul.menu-main__top {
    max-height: 200px;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .menu-main ul.menu-main__top > li {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .menu-main ul.menu-main__top > li.menu-main__parent > a {
    padding-right: 22px;
  }
  .menu-main ul.menu-main__top > li > a {
    line-height: 1;
    padding: 2rem 0;
  }
  .menu-main ul.menu-main__top .button {
    padding: 12px 32px;
  }
  .menu-main ul.menu-main__sub {
    max-height: 500px;
    width: 15em;
    position: absolute;
    left: 0;
    top: 2.75rem;
    overflow: hidden;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    z-index: 15;
  }
  .menu-main ul.menu-main__sub li {
    padding: 0.5em 0;
  }
  .menu-main ul.menu-main__sub a {
    font-size: 13px !important;
    font-weight: 400;
  }
  .menu-main ul .menu-main__parent {
    position: relative;
  }
  .menu-main ul .menu-main__parent:hover ul {
    max-height: 750px;
    opacity: 1;
    pointer-events: auto;
    box-shadow: 4px 4px 20.4px 3.6px rgba(0, 0, 0, 0.2);
    z-index: 15;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .menu-main .menu-main {
    position: relative;
  }
  .menu-main .supernav {
    position: static !important;
  }
  .menu-main .supernav ul {
    left: 0;
    width: 100% !important;
    max-width: 720px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 28px 96px 8px rgba(0, 0, 0, 0.25);
    padding: 32px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 32px 52px;
    flex-wrap: wrap;
  }
  .menu-main .supernav ul li {
    padding: 0 0 0 48px;
    margin: 0;
    flex-grow: 0;
    height: 32px;
    display: grid;
    align-items: center;
    position: relative;
  }
  .menu-main .supernav ul li::before, .menu-main .supernav ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
  }
  .menu-main .supernav ul li::before {
    border-radius: 8px;
    background: linear-gradient(135deg, #AF8127 0%, #FDDD2E 100%);
  }
  .menu-main .supernav ul li::after {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .menu-main .supernav ul li a {
    width: 136px;
    display: block;
    font-size: 12px;
    line-height: 16px;
  }
  .menu-main .supernav:hover u:not(.secondary) {
    max-height: 5000px !important;
    padding: 32px !important;
  }
}
@media (min-width: 960px) and (min-width: 70rem) {
  .menu-main .supernav:nth-child(3) ul {
    left: 90px;
  }
  .menu-main .supernav:nth-child(4) ul {
    left: 180px;
  }
}
@media (min-width: 960px) {
  .menu-main .aviation::after {
    background-image: url(../img/supernav/aviation.svg);
  }
  .menu-main .fire-stopping-and-penetration-sealing::after {
    background-image: url(../img/supernav/fire-stopping-and-penetration-sealing.svg);
  }
  .menu-main .fire-door-installation-and-maintenance::after {
    background-image: url(../img/supernav/fire-door-installation-and-maintenance.svg);
  }
  .menu-main .cavity-barriers-and-acoustic-seals::after {
    background-image: url(../img/supernav/cavity-barriers-and-acoustic-seals.svg);
  }
  .menu-main .slab-edge-and-compartmentation::after {
    background-image: url(../img/supernav/slab-edge-and-compartmentation.svg);
  }
  .menu-main .drying-lining-and-boarding::after {
    background-image: url(../img/supernav/drying-lining-and-boarding.svg);
  }
  .menu-main .passive-fire-surveys::after {
    background-image: url(../img/supernav/passive-fire-surveys.svg);
  }
  .menu-main .fire-damper-inspection-and-remedials::after {
    background-image: url(../img/supernav/fire-damper-inspection-and-remedials.svg);
  }
  .menu-main .building-fabric-maintenance::after {
    background-image: url(../img/supernav/building-fabric-maintenance.svg);
  }
  .menu-main .building-dilapidation-and-refurbishment::after {
    background-image: url(../img/supernav/building-dilapidation-and-refurbishment.svg);
  }
  .menu-main .education::after {
    background-image: url(../img/supernav/education.svg);
  }
  .menu-main .commercial-construction-and-refurbishment::after {
    background-image: url(../img/supernav/commercial-construction-and-refurbishment.svg);
  }
  .menu-main .healthcare::after {
    background-image: url(../img/supernav/healthcare.svg);
  }
  .menu-main .social-housing::after {
    background-image: url(../img/supernav/social-housing.svg);
  }
  .menu-main .facilities-management::after {
    background-image: url(../img/supernav/facilities-management.svg);
  }
  .menu-main .hotel-and-leisure::after {
    background-image: url(../img/supernav/hotel-and-leisure.svg);
  }
  .menu-main .luxury-residential::after {
    background-image: url(../img/supernav/luxury-residential.svg);
  }
  .menu-main .hard-fm::after {
    background-image: url(../img/supernav/hard-fm.svg);
  }
  .menu-main .soft-fm::after {
    background-image: url(../img/supernav/soft-fm.svg);
  }
  .menu-main .mgmt-services::after {
    background-image: url(../img/supernav/mgmt-services.svg);
  }
  .menu-main .retail::after {
    background-image: url(../img/supernav/retail.svg);
  }
  .menu-main .aboutus-aboutus::before {
    background: linear-gradient(135deg, #2877a8 0%, #614385 100%);
  }
  .menu-main ul.secondary {
    box-shadow: none !important;
    padding: 0;
  }
  .menu-main ul.secondary li::before, .menu-main ul.secondary li::after {
    content: none;
  }
  .menu-main .services {
    gap: 0.5rem 48px !important;
    max-width: 500px !important;
  }
  .menu-main .services a {
    width: 100% !important;
  }
  .menu-main .services > .secondary {
    gap: 0.5rem 0.5rem;
    max-width: 500px;
    padding-left: 48px;
  }
  .menu-main .services > .secondary li.no-icon {
    padding: 0;
    flex-basis: calc(33.3% + 2rem);
  }
  .menu-main li.hard-fm a, .menu-main li.soft-fm a, .menu-main li.mgmt-services a {
    font-weight: 700;
    font-size: 1rem !important;
  }
  .menu-main ul.menu-main__top {
    gap: 16px;
  }
  .menu-main ul.menu-main__top li:not(.supernav ul li):last-child {
    display: none;
  }
}
@media (min-width: 90rem) {
  .menu-main ul.menu-main__top {
    gap: 64px;
  }
}

.header {
  position: relative;
  z-index: 3;
  background-color: transparent;
  text-align: center;
  color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 55rem) {
  .header {
    padding-top: 2.5rem;
  }
}
.--mobile-menu-open .header {
  background-color: #1c1c1c;
  z-index: 60;
}
.header .header__logo,
.header .header__logo img,
.header .header__contact,
.header .menu-main {
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .container {
  position: relative;
}
.header .container > div:last-child {
  display: none;
}
@media (min-width: 960px) {
  .header .container > div:last-child {
    display: grid;
    align-items: center;
  }
}

.header__logo {
  position: absolute;
  left: 0;
  width: 140px;
}
@media (max-width: 55rem) {
  .header__logo {
    top: 0.5rem;
  }
  .header__logo svg {
    height: 50px;
  }
}
.header__logo a {
  display: inline-block;
}
.header__logo img {
  display: block;
  width: auto;
  height: auto;
}
@media (min-width: 960px) {
  .header__logo {
    position: relative;
  }
}
@media (min-width: 70rem) {
  .header__logo {
    width: 280px;
  }
}

.fixed-nav .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s ease-in-out;
  box-shadow: 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
  background-color: #1A1A1A;
  padding-top: 0;
  z-index: 12;
  padding-bottom: 0;
}
@media (max-width: 55rem) {
  .fixed-nav .header {
    padding-bottom: 1rem;
  }
}
.fixed-nav .header__logo {
  width: 140px;
}
@media (max-width: 55rem) {
  .fixed-nav .header__contact {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
@media (min-width: 55rem) {
  .fixed-nav .header__contact {
    display: flex;
  }
}

/*

-----------------------------------
|                                 |
|           Contact               |
|                                 |
-----------------------------------
|         |                       |
|   Logo  |         Nav           |
|         |                       |
-----------------------------------

*/
@media (min-width: 960px) {
  .header > .container {
    display: flex;
    justify-content: space-between;
  }
  .header nav {
    width: 47rem;
    max-width: calc(100% - 320px);
  }
  .header__contact {
    width: 100%;
  }
}
@media (min-width: 70rem) {
  .header nav {
    max-width: calc(100% - 466px);
  }
}
.slider-main {
  background-size: cover;
  position: relative;
}
.slider-main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(154.45% 64.19% at 75.21% 51.53%, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.75) 100%), linear-gradient(180deg, rgba(16, 16, 16, 0.65) 0%, rgba(16, 16, 16, 0.23) 34.62%, rgba(16, 16, 16, 0.23) 65%, rgba(16, 16, 16, 0.65) 100%);
}
.slider-main .tns-slider {
  display: flex;
}
.slider-main ul {
  list-style: none;
}
.slider-main li {
  display: none;
}
.slider-main li:first-child, .slider-main li.tns-item {
  display: block;
}
.slider-main .tns-nav {
  position: absolute;
  bottom: 66px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  height: 6px;
  line-height: 0;
}
.slider-main .tns-nav button {
  counter-increment: slideCount;
  width: 40px;
  height: 6px;
  position: relative;
}
.slider-main .tns-nav button::before, .slider-main .tns-nav button::after {
  content: "";
  position: absolute;
  background-color: #fff;
}
.slider-main .tns-nav button::before {
  left: 0;
  top: 2px;
  height: 2px;
  width: 100%;
}
.slider-main .tns-nav button::after {
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: calc(100% + 8px);
  height: 6px;
  top: 0;
  left: -4px;
  border-radius: 6px;
  transform: scaleX(0);
  transform-origin: right;
}
.slider-main .tns-nav button.tns-nav-active::after {
  transform: scaleX(1);
  transform-origin: left;
  transition-delay: 0.1s;
}
.slider-main .tns-controls {
  position: absolute;
  top: auto;
  bottom: 61px;
  width: 100%;
  height: 16px;
}
.slider-main .tns-controls button {
  height: 16px;
  width: 9px;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: 150%;
  font-size: 0;
  position: absolute;
}
.slider-main .tns-controls button::before {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.slider-main .tns-controls button:first-child {
  background-image: url(../img/icons/arrow-prev.svg);
  background-position: right;
  left: calc(50% - 120px);
}
.slider-main .tns-controls button:first-child::before {
  content: "Previous";
  margin-right: 68px;
}
.slider-main .tns-controls button:last-child {
  background-image: url(../img/icons/arrow-next.svg);
  right: calc(50% - 120px);
}
.slider-main .tns-controls button:last-child::before {
  content: "Next";
  margin-left: 68px;
}
@media (min-width: 40rem) {
  .slider-main .tns-controls {
    top: auto;
  }
  .slider-main .tns-nav button {
    width: 35px;
  }
}
@media (min-width: 55rem) {
  .slider-main .tns-controls button:first-child {
    left: calc(50% - 192px);
  }
  .slider-main .tns-controls button:last-child {
    right: calc(50% - 192px);
  }
  .slider-main .tns-nav button {
    width: 80px;
  }
}

.slider-main__slide,
.hero {
  padding-top: 6rem;
  padding-bottom: 3.5rem;
  overflow: hidden;
  background-size: cover;
  position: relative;
}
@media (min-width: 40rem) {
  .slider-main__slide,
  .hero {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.slider-main__slide::before,
.hero::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: radial-gradient(154.45% 64.19% at 75.21% 51.53%, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.75) 100%), linear-gradient(180deg, rgba(16, 16, 16, 0.65) 0%, rgba(16, 16, 16, 0.23) 34.62%, rgba(16, 16, 16, 0.23) 65%, rgba(16, 16, 16, 0.65) 100%);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.slider-main__slide::after,
.hero::after {
  content: "";
  display: block;
  background: linear-gradient(90deg, #FDDD2E 0%, #AF8127 50%, #FDDD2E 100%);
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.slider-main__slide *,
.hero * {
  z-index: 2;
  position: relative;
}
@media (min-width: 55rem) {
  .slider-main__slide,
  .hero {
    padding-top: 17.5rem;
    padding-bottom: 17.5rem;
  }
}
@media (min-width: 55rem) {
  .slider-main__slide.subpage,
  .hero.subpage {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
}

.hero-blank {
  min-height: calc(2.5rem + 117px + 2.5rem);
}
@media (max-width: 55rem) {
  .hero-blank {
    min-height: calc(54px + 1rem);
  }
}

.slider-main__slide__content {
  text-align: center;
  color: #FFFFFF;
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}
.slider-main__slide__content header .h1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.slider-main__slide__content > p {
  font-size: 1rem;
  line-height: 1.75;
  max-width: 43.6rem;
  padding-left: 1.5rem;
  border-left: 2px solid #fff;
}
@media (max-width: 40rem) {
  .slider-main__slide__content {
    gap: 1.5rem;
    align-items: center;
    text-align: center;
  }
  .slider-main__slide__content > p {
    font-size: 0.9rem;
    padding-left: 1rem;
    text-align: center;
    border-left: none;
  }
  .slider-main__slide__content p .button {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }
  .slider-main__slide__content p .button span {
    white-space: normal;
    text-align: left;
    width: 100%;
    max-width: 13rem;
  }
}
@media (min-width: 40rem) {
  .slider-main__slide__content {
    text-align: left;
  }
}

.slide1,
.slide2,
.slide3 {
  background-size: cover;
  background-position: 50%;
}

.slide1 {
  background-image: url(../img/webp/slide1-400.webp?v=0.0.1);
}
html:not(.webp) .slide1 {
  background-image: url(../img/slide1-400.jpg?v=0.0.1);
}
@media (min-width: 400px) {
  .slide1 {
    background-image: url(../img/webp/slide1-640.webp?v=0.0.1);
  }
  html:not(.webp) .slide1 {
    background-image: url(../img/slide1-640.jpg?v=0.0.1);
  }
}
@media (min-width: 640px) {
  .slide1 {
    background-image: url(../img/webp/slide1-880.webp?v=0.0.1);
  }
  html:not(.webp) .slide1 {
    background-image: url(../img/slide1-880.jpg?v=0.0.1);
  }
}
@media (min-width: 880px) {
  .slide1 {
    background-image: url(../img/webp/slide1-1200.webp?v=0.0.1);
  }
  html:not(.webp) .slide1 {
    background-image: url(../img/slide1-1200.jpg?v=0.0.1);
  }
}
@media (min-width: 1200px) {
  .slide1 {
    background-image: url(../img/webp/slide1.webp?v=0.0.1);
  }
  html:not(.webp) .slide1 {
    background-image: url(../img/slide1.jpg?v=0.0.1);
  }
}

.slide2 {
  background-image: url(../img/webp/slide2-400.webp?v=0.0.1);
}
html:not(.webp) .slide2 {
  background-image: url(../img/slide2-400.jpg?v=0.0.1);
}
@media (min-width: 400px) {
  .slide2 {
    background-image: url(../img/webp/slide2-640.webp?v=0.0.1);
  }
  html:not(.webp) .slide2 {
    background-image: url(../img/slide2-640.jpg?v=0.0.1);
  }
}
@media (min-width: 640px) {
  .slide2 {
    background-image: url(../img/webp/slide2-880.webp?v=0.0.1);
  }
  html:not(.webp) .slide2 {
    background-image: url(../img/slide2-880.jpg?v=0.0.1);
  }
}
@media (min-width: 880px) {
  .slide2 {
    background-image: url(../img/webp/slide2-1200.webp?v=0.0.1);
  }
  html:not(.webp) .slide2 {
    background-image: url(../img/slide2-1200.jpg?v=0.0.1);
  }
}
@media (min-width: 1200px) {
  .slide2 {
    background-image: url(../img/webp/slide2.webp?v=0.0.1);
  }
  html:not(.webp) .slide2 {
    background-image: url(../img/slide2.jpg?v=0.0.1);
  }
}

.slide3 {
  background-image: url(../img/webp/slide3-400.webp?v=0.0.1);
}
html:not(.webp) .slide3 {
  background-image: url(../img/slide3-400.jpg?v=0.0.1);
}
@media (min-width: 400px) {
  .slide3 {
    background-image: url(../img/webp/slide3-640.webp?v=0.0.1);
  }
  html:not(.webp) .slide3 {
    background-image: url(../img/slide3-640.jpg?v=0.0.1);
  }
}
@media (min-width: 640px) {
  .slide3 {
    background-image: url(../img/webp/slide3-880.webp?v=0.0.1);
  }
  html:not(.webp) .slide3 {
    background-image: url(../img/slide3-880.jpg?v=0.0.1);
  }
}
@media (min-width: 880px) {
  .slide3 {
    background-image: url(../img/webp/slide3-1200.webp?v=0.0.1);
  }
  html:not(.webp) .slide3 {
    background-image: url(../img/slide3-1200.jpg?v=0.0.1);
  }
}
@media (min-width: 1200px) {
  .slide3 {
    background-image: url(../img/webp/slide3.webp?v=0.0.1);
  }
  html:not(.webp) .slide3 {
    background-image: url(../img/slide3.jpg?v=0.0.1);
  }
}

.about-hero {
  background-image: url(../img/webp/about-hero-400.webp?v=0.0.1);
}
html:not(.webp) .about-hero {
  background-image: url(../img/about-hero-400.jpg?v=0.0.1);
}
@media (min-width: 400px) {
  .about-hero {
    background-image: url(../img/webp/about-hero-640.webp?v=0.0.1);
  }
  html:not(.webp) .about-hero {
    background-image: url(../img/about-hero-640.jpg?v=0.0.1);
  }
}
@media (min-width: 640px) {
  .about-hero {
    background-image: url(../img/webp/about-hero-880.webp?v=0.0.1);
  }
  html:not(.webp) .about-hero {
    background-image: url(../img/about-hero-880.jpg?v=0.0.1);
  }
}
@media (min-width: 880px) {
  .about-hero {
    background-image: url(../img/webp/about-hero-1200.webp?v=0.0.1);
  }
  html:not(.webp) .about-hero {
    background-image: url(../img/about-hero-1200.jpg?v=0.0.1);
  }
}
@media (min-width: 1200px) {
  .about-hero {
    background-image: url(../img/webp/about-hero.webp?v=0.0.1);
  }
  html:not(.webp) .about-hero {
    background-image: url(../img/about-hero.jpg?v=0.0.1);
  }
}

.sectors-hero {
  background-image: url(../img/webp/sectors-hero-400.webp?v=0.0.1);
}
html:not(.webp) .sectors-hero {
  background-image: url(../img/sectors-hero-400.jpg?v=0.0.1);
}
@media (min-width: 400px) {
  .sectors-hero {
    background-image: url(../img/webp/sectors-hero-640.webp?v=0.0.1);
  }
  html:not(.webp) .sectors-hero {
    background-image: url(../img/sectors-hero-640.jpg?v=0.0.1);
  }
}
@media (min-width: 640px) {
  .sectors-hero {
    background-image: url(../img/webp/sectors-hero-880.webp?v=0.0.1);
  }
  html:not(.webp) .sectors-hero {
    background-image: url(../img/sectors-hero-880.jpg?v=0.0.1);
  }
}
@media (min-width: 880px) {
  .sectors-hero {
    background-image: url(../img/webp/sectors-hero-1200.webp?v=0.0.1);
  }
  html:not(.webp) .sectors-hero {
    background-image: url(../img/sectors-hero-1200.jpg?v=0.0.1);
  }
}
@media (min-width: 1200px) {
  .sectors-hero {
    background-image: url(../img/webp/sectors-hero.webp?v=0.0.1);
  }
  html:not(.webp) .sectors-hero {
    background-image: url(../img/sectors-hero.jpg?v=0.0.1);
  }
}

.hard-fm-hero {
  background-image: url(../img/webp/hard-fm-hero-400.webp?v=0.0.1);
}
html:not(.webp) .hard-fm-hero {
  background-image: url(../img/hard-fm-hero-400.jpg?v=0.0.1);
}
@media (min-width: 400px) {
  .hard-fm-hero {
    background-image: url(../img/webp/hard-fm-hero-640.webp?v=0.0.1);
  }
  html:not(.webp) .hard-fm-hero {
    background-image: url(../img/hard-fm-hero-640.jpg?v=0.0.1);
  }
}
@media (min-width: 640px) {
  .hard-fm-hero {
    background-image: url(../img/webp/hard-fm-hero-880.webp?v=0.0.1);
  }
  html:not(.webp) .hard-fm-hero {
    background-image: url(../img/hard-fm-hero-880.jpg?v=0.0.1);
  }
}
@media (min-width: 880px) {
  .hard-fm-hero {
    background-image: url(../img/webp/hard-fm-hero-1200.webp?v=0.0.1);
  }
  html:not(.webp) .hard-fm-hero {
    background-image: url(../img/hard-fm-hero-1200.jpg?v=0.0.1);
  }
}
@media (min-width: 1200px) {
  .hard-fm-hero {
    background-image: url(../img/webp/hard-fm-hero.webp?v=0.0.1);
  }
  html:not(.webp) .hard-fm-hero {
    background-image: url(../img/hard-fm-hero.jpg?v=0.0.1);
  }
}

.soft-fm-hero {
  background-image: url(../img/webp/soft-fm-hero-400.webp?v=0.0.1);
}
html:not(.webp) .soft-fm-hero {
  background-image: url(../img/soft-fm-hero-400.jpg?v=0.0.1);
}
@media (min-width: 400px) {
  .soft-fm-hero {
    background-image: url(../img/webp/soft-fm-hero-640.webp?v=0.0.1);
  }
  html:not(.webp) .soft-fm-hero {
    background-image: url(../img/soft-fm-hero-640.jpg?v=0.0.1);
  }
}
@media (min-width: 640px) {
  .soft-fm-hero {
    background-image: url(../img/webp/soft-fm-hero-880.webp?v=0.0.1);
  }
  html:not(.webp) .soft-fm-hero {
    background-image: url(../img/soft-fm-hero-880.jpg?v=0.0.1);
  }
}
@media (min-width: 880px) {
  .soft-fm-hero {
    background-image: url(../img/webp/soft-fm-hero-1200.webp?v=0.0.1);
  }
  html:not(.webp) .soft-fm-hero {
    background-image: url(../img/soft-fm-hero-1200.jpg?v=0.0.1);
  }
}
@media (min-width: 1200px) {
  .soft-fm-hero {
    background-image: url(../img/webp/soft-fm-hero.webp?v=0.0.1);
  }
  html:not(.webp) .soft-fm-hero {
    background-image: url(../img/soft-fm-hero.jpg?v=0.0.1);
  }
}

.fm-management-hero {
  background-image: url(../img/webp/fm-management-hero-400.webp?v=0.0.1);
}
html:not(.webp) .fm-management-hero {
  background-image: url(../img/fm-management-hero-400.jpg?v=0.0.1);
}
@media (min-width: 400px) {
  .fm-management-hero {
    background-image: url(../img/webp/fm-management-hero-640.webp?v=0.0.1);
  }
  html:not(.webp) .fm-management-hero {
    background-image: url(../img/fm-management-hero-640.jpg?v=0.0.1);
  }
}
@media (min-width: 640px) {
  .fm-management-hero {
    background-image: url(../img/webp/fm-management-hero-880.webp?v=0.0.1);
  }
  html:not(.webp) .fm-management-hero {
    background-image: url(../img/fm-management-hero-880.jpg?v=0.0.1);
  }
}
@media (min-width: 880px) {
  .fm-management-hero {
    background-image: url(../img/webp/fm-management-hero-1200.webp?v=0.0.1);
  }
  html:not(.webp) .fm-management-hero {
    background-image: url(../img/fm-management-hero-1200.jpg?v=0.0.1);
  }
}
@media (min-width: 1200px) {
  .fm-management-hero {
    background-image: url(../img/webp/fm-management-hero.webp?v=0.0.1);
  }
  html:not(.webp) .fm-management-hero {
    background-image: url(../img/fm-management-hero.jpg?v=0.0.1);
  }
}

.about-hero {
  background-position: 50% 40%;
}

.sectors-hero {
  background-position: 50% 25%;
}

.hard-fm-hero {
  background-position: 50% 15%;
}

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