@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Chivo+Mono:ital,wght@0,100..900;1,100..900&display=swap");
.grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  contain: strict;
}

.grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/kingspan-2024/static/img/grid-cell.svg"); /* Grid as an image */
  background-repeat: repeat;
  will-change: transform;
  transform: translateZ(0); /* Forces GPU rendering */
  background-size: 8.3333333333vw 8.3333333333vw;
}
@media (min-width: 46rem) {
  .grid::before {
    background-size: 4.1666666667vw 4.1666666667vw;
  }
}
@media (min-width: 87.5rem) {
  .grid::before {
    background-size: 4.1666666667vw 4.1666666667vw;
  }
}

:root {
  --cell-width: calc(100vw / 12);
  --cell-height: calc(100vw / 12);
}

@media (min-width: 46rem) {
  :root {
    --cell-width: calc(100vw / 24);
    --cell-height: calc(100vw / 24);
  }
}
@media (min-width: 87.5rem) {
  :root {
    --cell-width: calc(100vw / 24);
    --cell-height: calc(100vw / 24);
  }
}
.content {
  position: absolute;
  left: calc(1 * var(--cell-width));
  top: calc(2 * var(--cell-height));
  background-color: rgba(0, 100, 200, 0.2);
}

.wrapper {
  box-sizing: border-box;
  margin: 0px auto;
  width: 100%;
  padding-right: 8.3333333333vw;
  padding-left: 8.3333333333vw;
  position: relative;
}
@media (min-width: 46rem) {
  .wrapper {
    padding-right: 4.1666666667vw;
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 87.5rem) {
  .wrapper {
    padding-right: 4.1666666667vw;
    padding-left: 4.1666666667vw;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
}

.row {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 0rem;
  margin-left: 0rem;
}

.row.reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.col-xs {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: auto;
}

.col-xs-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 4.5454545455%;
  max-width: 4.5454545455%;
}

.col-xs-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 9.0909090909%;
  max-width: 9.0909090909%;
}

.col-xs-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 13.6363636364%;
  max-width: 13.6363636364%;
}

.col-xs-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 18.1818181818%;
  max-width: 18.1818181818%;
}

.col-xs-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 22.7272727273%;
  max-width: 22.7272727273%;
}

.col-xs-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 27.2727272727%;
  max-width: 27.2727272727%;
}

.col-xs-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 31.8181818182%;
  max-width: 31.8181818182%;
}

.col-xs-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 36.3636363636%;
  max-width: 36.3636363636%;
}

.col-xs-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 40.9090909091%;
  max-width: 40.9090909091%;
}

.col-xs-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 45.4545454545%;
  max-width: 45.4545454545%;
}

.col-xs-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 54.5454545455%;
  max-width: 54.5454545455%;
}

.col-xs-13 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 59.0909090909%;
  max-width: 59.0909090909%;
}

.col-xs-14 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 63.6363636364%;
  max-width: 63.6363636364%;
}

.col-xs-15 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 68.1818181818%;
  max-width: 68.1818181818%;
}

.col-xs-16 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 72.7272727273%;
  max-width: 72.7272727273%;
}

.col-xs-17 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 77.2727272727%;
  max-width: 77.2727272727%;
}

.col-xs-18 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 81.8181818182%;
  max-width: 81.8181818182%;
}

.col-xs-19 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 86.3636363636%;
  max-width: 86.3636363636%;
}

.col-xs-20 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 90.9090909091%;
  max-width: 90.9090909091%;
}

.col-xs-21 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 95.4545454545%;
  max-width: 95.4545454545%;
}

.col-xs-22 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 0;
}

.col-xs-offset-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 4.5454545455%;
}

.col-xs-offset-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 9.0909090909%;
}

.col-xs-offset-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 13.6363636364%;
}

.col-xs-offset-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 18.1818181818%;
}

.col-xs-offset-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 22.7272727273%;
}

.col-xs-offset-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 27.2727272727%;
}

.col-xs-offset-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 31.8181818182%;
}

.col-xs-offset-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 36.3636363636%;
}

.col-xs-offset-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 40.9090909091%;
}

.col-xs-offset-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 45.4545454545%;
}

.col-xs-offset-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 50%;
}

.col-xs-offset-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 54.5454545455%;
}

.col-xs-offset-13 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 59.0909090909%;
}

.col-xs-offset-14 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 63.6363636364%;
}

.col-xs-offset-15 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 68.1818181818%;
}

.col-xs-offset-16 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 72.7272727273%;
}

.col-xs-offset-17 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 77.2727272727%;
}

.col-xs-offset-18 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 81.8181818182%;
}

.col-xs-offset-19 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 86.3636363636%;
}

.col-xs-offset-20 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 90.9090909091%;
}

.col-xs-offset-21 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 95.4545454545%;
}

.col-xs-offset-22 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 100%;
}

.col-xs {
  -moz-flex-grow: 1;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.center-xs {
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}

.top-xs {
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -moz-align-items: center;
  align-items: center;
}

.bottom-xs {
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -moz-justify-content: space-around;
  justify-content: space-around;
}

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

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 46em) {
  .container {
    width: 46rem;
  }
  .col-sm {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: auto;
  }
  .col-sm-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 4.5454545455%;
    max-width: 4.5454545455%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 13.6363636364%;
    max-width: 13.6363636364%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 22.7272727273%;
    max-width: 22.7272727273%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 31.8181818182%;
    max-width: 31.8181818182%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 40.9090909091%;
    max-width: 40.9090909091%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .col-sm-13 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 59.0909090909%;
    max-width: 59.0909090909%;
  }
  .col-sm-14 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .col-sm-15 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 68.1818181818%;
    max-width: 68.1818181818%;
  }
  .col-sm-16 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .col-sm-17 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 77.2727272727%;
    max-width: 77.2727272727%;
  }
  .col-sm-18 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .col-sm-19 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 86.3636363636%;
    max-width: 86.3636363636%;
  }
  .col-sm-20 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .col-sm-21 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 95.4545454545%;
    max-width: 95.4545454545%;
  }
  .col-sm-22 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 0;
  }
  .col-sm-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 4.5454545455%;
  }
  .col-sm-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 9.0909090909%;
  }
  .col-sm-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 13.6363636364%;
  }
  .col-sm-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 18.1818181818%;
  }
  .col-sm-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 22.7272727273%;
  }
  .col-sm-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 27.2727272727%;
  }
  .col-sm-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 31.8181818182%;
  }
  .col-sm-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 36.3636363636%;
  }
  .col-sm-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 40.9090909091%;
  }
  .col-sm-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 45.4545454545%;
  }
  .col-sm-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 50%;
  }
  .col-sm-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 54.5454545455%;
  }
  .col-sm-offset-13 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 59.0909090909%;
  }
  .col-sm-offset-14 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 63.6363636364%;
  }
  .col-sm-offset-15 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 68.1818181818%;
  }
  .col-sm-offset-16 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 72.7272727273%;
  }
  .col-sm-offset-17 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 77.2727272727%;
  }
  .col-sm-offset-18 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 81.8181818182%;
  }
  .col-sm-offset-19 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 86.3636363636%;
  }
  .col-sm-offset-20 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 90.9090909091%;
  }
  .col-sm-offset-21 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 95.4545454545%;
  }
  .col-sm-offset-22 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 100%;
  }
  .col-sm {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-sm {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-sm {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: auto;
  }
  .col-md-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 4.5454545455%;
    max-width: 4.5454545455%;
  }
  .col-md-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .col-md-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 13.6363636364%;
    max-width: 13.6363636364%;
  }
  .col-md-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .col-md-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 22.7272727273%;
    max-width: 22.7272727273%;
  }
  .col-md-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .col-md-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 31.8181818182%;
    max-width: 31.8181818182%;
  }
  .col-md-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .col-md-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 40.9090909091%;
    max-width: 40.9090909091%;
  }
  .col-md-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .col-md-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .col-md-13 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 59.0909090909%;
    max-width: 59.0909090909%;
  }
  .col-md-14 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .col-md-15 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 68.1818181818%;
    max-width: 68.1818181818%;
  }
  .col-md-16 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .col-md-17 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 77.2727272727%;
    max-width: 77.2727272727%;
  }
  .col-md-18 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .col-md-19 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 86.3636363636%;
    max-width: 86.3636363636%;
  }
  .col-md-20 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .col-md-21 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 95.4545454545%;
    max-width: 95.4545454545%;
  }
  .col-md-22 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 0;
  }
  .col-md-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 4.5454545455%;
  }
  .col-md-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 9.0909090909%;
  }
  .col-md-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 13.6363636364%;
  }
  .col-md-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 18.1818181818%;
  }
  .col-md-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 22.7272727273%;
  }
  .col-md-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 27.2727272727%;
  }
  .col-md-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 31.8181818182%;
  }
  .col-md-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 36.3636363636%;
  }
  .col-md-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 40.9090909091%;
  }
  .col-md-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 45.4545454545%;
  }
  .col-md-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 50%;
  }
  .col-md-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 54.5454545455%;
  }
  .col-md-offset-13 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 59.0909090909%;
  }
  .col-md-offset-14 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 63.6363636364%;
  }
  .col-md-offset-15 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 68.1818181818%;
  }
  .col-md-offset-16 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 72.7272727273%;
  }
  .col-md-offset-17 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 77.2727272727%;
  }
  .col-md-offset-18 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 81.8181818182%;
  }
  .col-md-offset-19 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 86.3636363636%;
  }
  .col-md-offset-20 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 90.9090909091%;
  }
  .col-md-offset-21 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 95.4545454545%;
  }
  .col-md-offset-22 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 100%;
  }
  .col-md {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-md {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-md {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 71em) {
  .container {
    width: 71rem;
  }
  .col-lg {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: auto;
  }
  .col-lg-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 4.5454545455%;
    max-width: 4.5454545455%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 13.6363636364%;
    max-width: 13.6363636364%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 22.7272727273%;
    max-width: 22.7272727273%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 31.8181818182%;
    max-width: 31.8181818182%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 40.9090909091%;
    max-width: 40.9090909091%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .col-lg-13 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 59.0909090909%;
    max-width: 59.0909090909%;
  }
  .col-lg-14 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .col-lg-15 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 68.1818181818%;
    max-width: 68.1818181818%;
  }
  .col-lg-16 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .col-lg-17 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 77.2727272727%;
    max-width: 77.2727272727%;
  }
  .col-lg-18 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .col-lg-19 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 86.3636363636%;
    max-width: 86.3636363636%;
  }
  .col-lg-20 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .col-lg-21 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 95.4545454545%;
    max-width: 95.4545454545%;
  }
  .col-lg-22 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 0;
  }
  .col-lg-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 4.5454545455%;
  }
  .col-lg-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 9.0909090909%;
  }
  .col-lg-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 13.6363636364%;
  }
  .col-lg-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 18.1818181818%;
  }
  .col-lg-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 22.7272727273%;
  }
  .col-lg-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 27.2727272727%;
  }
  .col-lg-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 31.8181818182%;
  }
  .col-lg-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 36.3636363636%;
  }
  .col-lg-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 40.9090909091%;
  }
  .col-lg-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 45.4545454545%;
  }
  .col-lg-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 50%;
  }
  .col-lg-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 54.5454545455%;
  }
  .col-lg-offset-13 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 59.0909090909%;
  }
  .col-lg-offset-14 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 63.6363636364%;
  }
  .col-lg-offset-15 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 68.1818181818%;
  }
  .col-lg-offset-16 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 72.7272727273%;
  }
  .col-lg-offset-17 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 77.2727272727%;
  }
  .col-lg-offset-18 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 81.8181818182%;
  }
  .col-lg-offset-19 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 86.3636363636%;
  }
  .col-lg-offset-20 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 90.9090909091%;
  }
  .col-lg-offset-21 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 95.4545454545%;
  }
  .col-lg-offset-22 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 100%;
  }
  .col-lg {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-lg {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-lg {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-lg {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-lg {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-lg {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-lg {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 87.5em) {
  .container {
    width: 87.5rem;
  }
  .col-xl {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: auto;
  }
  .col-xl-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 4.5454545455%;
    max-width: 4.5454545455%;
  }
  .col-xl-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .col-xl-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 13.6363636364%;
    max-width: 13.6363636364%;
  }
  .col-xl-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .col-xl-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 22.7272727273%;
    max-width: 22.7272727273%;
  }
  .col-xl-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .col-xl-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 31.8181818182%;
    max-width: 31.8181818182%;
  }
  .col-xl-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .col-xl-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 40.9090909091%;
    max-width: 40.9090909091%;
  }
  .col-xl-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .col-xl-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .col-xl-13 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 59.0909090909%;
    max-width: 59.0909090909%;
  }
  .col-xl-14 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .col-xl-15 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 68.1818181818%;
    max-width: 68.1818181818%;
  }
  .col-xl-16 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .col-xl-17 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 77.2727272727%;
    max-width: 77.2727272727%;
  }
  .col-xl-18 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .col-xl-19 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 86.3636363636%;
    max-width: 86.3636363636%;
  }
  .col-xl-20 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .col-xl-21 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 95.4545454545%;
    max-width: 95.4545454545%;
  }
  .col-xl-22 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 0;
  }
  .col-xl-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 4.5454545455%;
  }
  .col-xl-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 9.0909090909%;
  }
  .col-xl-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 13.6363636364%;
  }
  .col-xl-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 18.1818181818%;
  }
  .col-xl-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 22.7272727273%;
  }
  .col-xl-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 27.2727272727%;
  }
  .col-xl-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 31.8181818182%;
  }
  .col-xl-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 36.3636363636%;
  }
  .col-xl-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 40.9090909091%;
  }
  .col-xl-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 45.4545454545%;
  }
  .col-xl-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 50%;
  }
  .col-xl-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 54.5454545455%;
  }
  .col-xl-offset-13 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 59.0909090909%;
  }
  .col-xl-offset-14 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 63.6363636364%;
  }
  .col-xl-offset-15 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 68.1818181818%;
  }
  .col-xl-offset-16 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 72.7272727273%;
  }
  .col-xl-offset-17 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 77.2727272727%;
  }
  .col-xl-offset-18 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 81.8181818182%;
  }
  .col-xl-offset-19 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 86.3636363636%;
  }
  .col-xl-offset-20 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 90.9090909091%;
  }
  .col-xl-offset-21 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 95.4545454545%;
  }
  .col-xl-offset-22 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 100%;
  }
  .col-xl {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xl {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-xl {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-xl {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-xl {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-xl {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-xl {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-xl {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
@font-face {
  font-family: "BrownBlack";
  src: url("../fonts/Brown/Brown-Black.woff2") format("woff2"), url("../fonts/Brown/Brown-Black.woff") format("woff"), url("../fonts/Brown/Brown-Black.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BrownReg";
  src: url("../fonts/Brown/Brown-Regular.woff2") format("woff2"), url("../fonts/Brown/Brown-Regular.woff") format("woff"), url("../fonts/Brown/Brown-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BrownBold";
  src: url("../fonts/Brown/Brown-Bold.woff2") format("woff2"), url("../fonts/Brown/Brown-Bold.woff") format("woff"), url("../fonts/Brown/Brown-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BrownLight";
  src: url("../fonts/Brown/Brown-Light.woff2") format("woff2"), url("../fonts/Brown/Brown-Light.woff") format("woff"), url("../fonts/Brown/Brown-Light.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BrownLight";
  src: url("../fonts/Brown/Brown-LightItalic.woff2") format("woff2"), url("../fonts/Brown/Brown-LightItalic.woff") format("woff"), url("../fonts/Brown/Brown-LightItalic.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BrownThin";
  src: url("../fonts/Brown/Brown-Thin.woff2") format("woff2"), url("../fonts/Brown/Brown-Thin.woff") format("woff"), url("../fonts/Brown/Brown-Thin.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=text], input[type=email], input[type=number], input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.active_video {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
  display: none;
}

.video_size,
.video_size iframe {
  width: 900px !important;
  height: 506px;
  margin: 0 auto;
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .video_size,
  .video_size iframe {
    width: 760px !important;
    height: 425px;
  }
}
@media (max-width: md) {
  .video_size,
  .video_size iframe {
    width: 760px !important;
    height: 425px;
  }
}
@media (max-width: 768px) {
  .video_size,
  .video_size iframe {
    width: 550px !important;
    height: 320px;
  }
}
@media (max-width: sm) {
  .video_size,
  .video_size iframe {
    width: 550px !important;
    height: 320px;
  }
}
@media (max-width: 576px) {
  .video_size,
  .video_size iframe {
    width: 310px !important;
    height: 175px;
  }
}
@media (max-width: xs) {
  .video_size,
  .video_size iframe {
    width: 310px !important;
    height: 175px;
  }
}

.close_video {
  width: 40px;
  height: 40px;
  background: url("../img/icons/close_w.png") center/cover no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 10px;
  cursor: pointer;
  display: block;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 150px;
  background: #fff;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
  font-family: "BrownLight", sans-serif;
  color: #004990;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}
@media (min-width: 61rem) {
  html, body {
    font-size: 16px;
  }
}

.sub-title {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "BrownReg", sans-serif;
}

.bold {
  font-family: "BrownBold", sans-serif;
  font-weight: normal;
}

.chivo {
  font-family: "Chivo Mono", sans-serif;
  font-weight: 100 !important;
}

.sub-menu-title {
  margin-bottom: 16px;
}

.footer .reports a.report .file_size, .case-study-link, .modal.case-study-modal .scroll-indicator, .accent, .sub-menu-title {
  font-family: "Chivo Mono", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}

body {
  margin: 0;
  min-height: 100%;
  max-width: 100%;
}

small {
  font-size: 12px;
  display: block;
  margin-bottom: 0px;
}
@media (min-width: 46rem) {
  small {
    font-size: 16px;
  }
}

.big-intro {
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .big-intro {
    font-size: 24px;
  }
}
@media (max-width: md) {
  .big-intro {
    font-size: 24px;
  }
}

.big-text {
  font-size: 26px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .big-text {
    font-size: 20px;
  }
}
@media (max-width: md) {
  .big-text {
    font-size: 20px;
  }
}

b {
  font-family: "BrownBold", sans-serif;
  font-weight: normal !important;
}

strong {
  font-family: "BrownBold", sans-serif !important;
  font-weight: normal !important;
}

ol {
  padding-left: 20px;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-family: "BrownLight", sans-serif;
  margin: 0;
}

h1 {
  font-size: 32px;
  min-height: 0vw;
}
@media (min-width: 46rem) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 61rem) {
  h1 {
    font-size: 60px;
  }
}
@media (min-width: 87.5rem) {
  h1 {
    font-size: 90px;
  }
}
h1.display {
  font-size: 9.4vw;
  font-weight: 100;
  line-height: 11.75vw;
}
@media (min-width: 71rem) {
  h1.display {
    font-size: 5.75vw;
    line-height: 5.75vw;
  }
}
@media (min-width: 87.5rem) {
  h1.display {
    font-size: 6.6vw;
    line-height: 6.6vw;
  }
}

h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-top: 8px;
}
@media (min-width: 87.5rem) {
  h2 {
    font-size: 42px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 87.5rem) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
}
@media (min-width: 61rem) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 46rem) {
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 87.5rem) {
  h5 {
    font-size: 20px;
  }
}

blockquote {
  position: relative;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  blockquote {
    font-size: 24px;
  }
}
@media (max-width: md) {
  blockquote {
    font-size: 24px;
  }
}
blockquote.with-icon:before {
  content: " ";
  background-image: url("/wp-content/themes/kingspan/src/img/quote.svg");
  display: block;
  width: 46px;
  height: 85px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
blockquote .quote-mark {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  blockquote .quote-mark {
    margin-bottom: 10px;
  }
  blockquote .quote-mark svg {
    max-width: 60px;
    height: auto;
  }
}
@media (max-width: md) {
  blockquote .quote-mark {
    margin-bottom: 10px;
  }
  blockquote .quote-mark svg {
    max-width: 60px;
    height: auto;
  }
}

.outline-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00AA65;
  -webkit-text-fill-color: white;
  font-size: 120px;
}
@media (max-width: 1200px) {
  .outline-number {
    font-size: 50px;
  }
}
@media (max-width: lg) {
  .outline-number {
    font-size: 50px;
  }
}
.outline-number.tint {
  -webkit-text-fill-color: #FFF9EE;
}

.underline {
  position: relative;
}
.underline:before {
  content: "";
  width: 95px;
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@keyframes dropdown {
  from {
    top: -100%;
  }
  to {
    top: 32px;
  }
}
[data-visible] {
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}

.fade {
  opacity: 1;
  transform: translateY(0px);
}

.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

.lottie-test {
  height: 378vh;
}
.lottie-test .lottie-test-inner {
  background-color: transparent;
  height: calc(100vh - 120px);
  position: sticky;
  top: 120px;
}
@media (max-width: 992px) {
  .lottie-test .lottie-test-inner {
    top: 120px;
  }
}
@media (max-width: md) {
  .lottie-test .lottie-test-inner {
    top: 120px;
  }
}
.lottie-test .lottie-test-inner .lottie-animation {
  height: calc(100vh - 120px);
}
@media (max-width: 992px) {
  .lottie-test .lottie-test-inner .lottie-animation {
    height: 70vh;
  }
}
@media (max-width: md) {
  .lottie-test .lottie-test-inner .lottie-animation {
    height: 70vh;
  }
}

.scroll-triggered-animation .section-inner {
  padding: 0;
}
@media (max-width: 992px) {
  .scroll-triggered-animation .section-inner {
    padding: 20px 0px;
  }
}
@media (max-width: md) {
  .scroll-triggered-animation .section-inner {
    padding: 20px 0px;
  }
}
.scroll-triggered-animation .section-inner h2 {
  text-align: left;
}
@media (max-width: 992px) {
  .scroll-triggered-animation .section-inner h2 {
    text-align: center;
  }
}
@media (max-width: md) {
  .scroll-triggered-animation .section-inner h2 {
    text-align: center;
  }
}

@keyframes dropdown {
  from {
    top: -100%;
  }
  to {
    top: 32px;
  }
}
[data-visible] {
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}

.fade {
  opacity: 1;
  transform: translateY(0px);
}

.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

.lottie-test {
  height: 378vh;
}
.lottie-test .lottie-test-inner {
  background-color: transparent;
  height: calc(100vh - 120px);
  position: sticky;
  top: 120px;
}
@media (max-width: 992px) {
  .lottie-test .lottie-test-inner {
    top: 120px;
  }
}
@media (max-width: md) {
  .lottie-test .lottie-test-inner {
    top: 120px;
  }
}
.lottie-test .lottie-test-inner .lottie-animation {
  height: calc(100vh - 120px);
}
@media (max-width: 992px) {
  .lottie-test .lottie-test-inner .lottie-animation {
    height: 70vh;
  }
}
@media (max-width: md) {
  .lottie-test .lottie-test-inner .lottie-animation {
    height: 70vh;
  }
}

.scroll-triggered-animation .section-inner {
  padding: 0;
}
@media (max-width: 992px) {
  .scroll-triggered-animation .section-inner {
    padding: 20px 0px;
  }
}
@media (max-width: md) {
  .scroll-triggered-animation .section-inner {
    padding: 20px 0px;
  }
}
.scroll-triggered-animation .section-inner h2 {
  text-align: left;
}
@media (max-width: 992px) {
  .scroll-triggered-animation .section-inner h2 {
    text-align: center;
  }
}
@media (max-width: md) {
  .scroll-triggered-animation .section-inner h2 {
    text-align: center;
  }
}

.bg-navy {
  background-color: #061530;
}

.text-navy {
  color: #061530;
}
.text-navy a.secondary-link {
  color: #061530;
}
.text-navy a.secondary-link:before {
  background-color: #061530;
}
.text-navy hr {
  border-top: 1px solid #061530;
}

.border-navy {
  border-color: #061530 !important;
}

.bg-navy-tint {
  background-color: #1F2C45;
}

.text-navy-tint {
  color: #1F2C45;
}
.text-navy-tint a.secondary-link {
  color: #1F2C45;
}
.text-navy-tint a.secondary-link:before {
  background-color: #1F2C45;
}
.text-navy-tint hr {
  border-top: 1px solid #1F2C45;
}

.border-navy-tint {
  border-color: #1F2C45 !important;
}

.bg-kingspan-blue {
  background-color: #004990;
}

.text-kingspan-blue {
  color: #004990;
}
.text-kingspan-blue a.secondary-link {
  color: #004990;
}
.text-kingspan-blue a.secondary-link:before {
  background-color: #004990;
}
.text-kingspan-blue hr {
  border-top: 1px solid #004990;
}

.border-kingspan-blue {
  border-color: #004990 !important;
}

.bg-kingspan-green {
  background-color: #00AA65;
}

.text-kingspan-green {
  color: #00AA65;
}
.text-kingspan-green a.secondary-link {
  color: #00AA65;
}
.text-kingspan-green a.secondary-link:before {
  background-color: #00AA65;
}
.text-kingspan-green hr {
  border-top: 1px solid #00AA65;
}

.border-kingspan-green {
  border-color: #00AA65 !important;
}

.bg-white {
  background-color: white;
}

.text-white {
  color: white;
}
.text-white a.secondary-link {
  color: white;
}
.text-white a.secondary-link:before {
  background-color: white;
}
.text-white hr {
  border-top: 1px solid white;
}

.border-white {
  border-color: white !important;
}

.bg-bright-blue {
  background-color: #0000FF;
}

.text-bright-blue {
  color: #0000FF;
}
.text-bright-blue a.secondary-link {
  color: #0000FF;
}
.text-bright-blue a.secondary-link:before {
  background-color: #0000FF;
}
.text-bright-blue hr {
  border-top: 1px solid #0000FF;
}

.border-bright-blue {
  border-color: #0000FF !important;
}

.bg-blue-tint {
  background-color: #E2EDF7;
}

.text-blue-tint {
  color: #E2EDF7;
}
.text-blue-tint a.secondary-link {
  color: #E2EDF7;
}
.text-blue-tint a.secondary-link:before {
  background-color: #E2EDF7;
}
.text-blue-tint hr {
  border-top: 1px solid #E2EDF7;
}

.border-blue-tint {
  border-color: #E2EDF7 !important;
}

.bg-green-tint {
  background-color: #CCEEE0;
}

.text-green-tint {
  color: #CCEEE0;
}
.text-green-tint a.secondary-link {
  color: #CCEEE0;
}
.text-green-tint a.secondary-link:before {
  background-color: #CCEEE0;
}
.text-green-tint hr {
  border-top: 1px solid #CCEEE0;
}

.border-green-tint {
  border-color: #CCEEE0 !important;
}

.bg-yellow {
  background-color: #FCF300;
}

.text-yellow {
  color: #FCF300;
}
.text-yellow a.secondary-link {
  color: #FCF300;
}
.text-yellow a.secondary-link:before {
  background-color: #FCF300;
}
.text-yellow hr {
  border-top: 1px solid #FCF300;
}

.border-yellow {
  border-color: #FCF300 !important;
}

.will-change {
  will-change: transform;
}

.plus-grid {
  position: relative;
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: white;
  background-size: 7.3333333333vw;
  background-position: 3.6666666667vw 3.6666666667vw;
  background-repeat: repeat;
  background-origin: content-box;
  background-image: url('data:image/svg+xml,<svg width="144" height="144" viewBox="0 0 144 144" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M56 72H88" stroke="%23E2EDF7"/><path d="M72 56L72 88" stroke="%23E2EDF7"/></svg>');
  display: block;
}

.sticky {
  position: sticky;
  top: 140px;
}

.top-border {
  width: 91.6666666667vw;
  height: 1px;
  background-color: #0000FF;
  position: absolute;
  top: 0px;
  left: 8.3333333333vw;
  display: none;
}
@media (min-width: 46rem) {
  .top-border {
    left: 6.25vw;
    display: block;
  }
}
@media (min-width: 87.5rem) {
  .top-border {
    left: 4.1666666667vw;
  }
}

.middle-border {
  display: none;
  height: 100%;
  width: 1px;
  position: absolute;
  background-color: #0000FF;
  top: 0px;
  left: calc(50% - 1px);
}
@media (min-width: 46rem) {
  .middle-border {
    display: block;
  }
}

.relative {
  position: relative;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.fill {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.multiply {
  mix-blend-mode: multiply;
}

.m-0 {
  margin: 0px;
}

.brown-light {
  font-family: "BrownLight", sans-serif !important;
}

.map-tagline {
  max-width: 50%;
  display: block;
  margin: 0px auto;
}
@media (max-width: 992px) {
  .map-tagline {
    max-width: 100%;
  }
}
@media (max-width: md) {
  .map-tagline {
    max-width: 100%;
  }
}

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

.flex {
  display: flex;
}

.flex-start {
  justify-content: flex-start;
}

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

.hide-on-mobile {
  display: none;
}
@media (min-width: 735px) {
  .hide-on-mobile {
    display: block;
  }
}

.hide-on-desktop {
  display: block;
}
@media (min-width: 735px) {
  .hide-on-desktop {
    display: none;
  }
}

.pt-none {
  padding-top: 0px;
}

.pt-small {
  padding-top: clamp(36px, 2.25rem + (1vw - 4.8px) * 2.5, 72px);
}

.pt-medium {
  padding-top: clamp(72px, 4.5rem + (1vw - 4.8px) * 7.5, 144px);
}

.pt-large {
  padding-top: 31.3333333333vw;
}
@media (min-width: 71rem) {
  .pt-large {
    padding-top: 23vw;
  }
}
@media (min-width: 87.5rem) {
  .pt-large {
    padding-top: 14.6666666667vw;
  }
}

.pt-xlarge {
  padding-top: clamp(288px, 18rem + (1vw - 4.8px) * 10, 432px);
}

.pt-xxlarge {
  padding-top: clamp(432px, 27rem + (1vw - 4.8px) * 10, 576px);
}

.pb-none {
  padding-bottom: 0px;
}

.pb-small {
  padding-bottom: clamp(36px, 2.25rem + (1vw - 4.8px) * 2.5, 72px);
}

.pb-medium {
  padding-bottom: clamp(72px, 4.5rem + (1vw - 4.8px) * 7.5, 144px);
}

.pb-large {
  padding-bottom: clamp(144px, 9rem + (1vw - 4.8px) * 10, 288px);
}

.pb-xlarge {
  padding-bottom: clamp(288px, 18rem + (1vw - 4.8px) * 10, 432px);
}

.pb-xxlarge {
  padding-bottom: clamp(432px, 27rem + (1vw - 4.8px) * 10, 576px);
}

.pl-none {
  padding-left: 0px;
}

.pl-small {
  padding-left: clamp(36px, 2.25rem + (1vw - 4.8px) * 2.5, 72px);
}

.pl-medium {
  padding-left: clamp(72px, 4.5rem + (1vw - 4.8px) * 7.5, 144px);
}

.pl-large {
  padding-left: clamp(144px, 9rem + (1vw - 4.8px) * 10, 288px);
}

.pl-xlarge {
  padding-left: clamp(288px, 18rem + (1vw - 4.8px) * 10, 432px);
}

.pl-xxlarge {
  padding-left: clamp(432px, 27rem + (1vw - 4.8px) * 10, 576px);
}

.pr-none {
  padding-right: 0px;
}

.pr-small {
  padding-right: clamp(36px, 2.25rem + (1vw - 4.8px) * 2.5, 72px);
}

.pr-medium {
  padding-right: clamp(72px, 4.5rem + (1vw - 4.8px) * 7.5, 144px);
}

.pr-large {
  padding-right: clamp(144px, 9rem + (1vw - 4.8px) * 10, 288px);
}

.pr-xlarge {
  padding-right: clamp(288px, 18rem + (1vw - 4.8px) * 10, 432px);
}

.pr-xxlarge {
  padding-right: clamp(432px, 27rem + (1vw - 4.8px) * 10, 576px);
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-36 {
  margin-top: 36px;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal .icon-card.horizontal {
  align-items: center;
  height: auto;
  grid-template-columns: 20% 1fr;
  margin-bottom: 1rem;
}
@media (min-width: 46rem) {
  .modal .icon-card.horizontal {
    grid-template-columns: 15% 1fr;
  }
}
.modal .icon-card.horizontal .icon-card__media {
  background: #0000FF;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.modal .icon-card.horizontal .icon-card__media img {
  width: 100%;
  margin-left: 0px;
}
.modal .icon-card.horizontal .icon-card__content h3 {
  margin: 0px;
}
.modal .modal-impact-cards {
  padding-top: 0px;
}
@media (min-width: 46rem) {
  .modal .modal-impact-cards {
    padding-top: 4rem;
  }
}
.modal .divider {
  padding-top: 2rem;
}
.modal hr {
  border-top: 1px solid #061530 !important;
  width: 100%;
}
.modal .modal-text-block {
  background-color: white;
}
.modal .modal-text-block:first-of-type {
  margin-top: 20vh;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.modal .modal-text-block:first-of-type h1, .modal .modal-text-block:first-of-type h2 {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 46rem) {
  .modal .modal-text-block:first-of-type h1, .modal .modal-text-block:first-of-type h2 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 46rem) {
  .modal .modal-text-block:first-of-type {
    margin-top: 0px;
    background-color: transparent;
  }
}
.modal .modal-image-block img {
  width: 100%;
  max-width: 100%;
}

.modal.video .modal__container {
  max-width: 80vw;
  padding: 0px;
  display: flex;
  position: relative;
}
.modal.video .modal__container video {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.modal.video .modal__container .video-controls {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: white;
  z-index: 2;
  padding: 8px 16px;
  color: #0000FF;
  display: grid;
  grid-template-columns: 30px 1fr;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal.video .modal__container .video-controls span {
  line-height: 1;
}
.modal.video .modal__container .video-controls .video-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.image .modal__container {
  max-width: 90vw;
  padding: 0px;
  display: flex;
  position: relative;
}
@media (max-width: 46rem) {
  .modal.image .modal__container {
    height: 80vh;
  }
}
.modal.image .modal__container img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 46rem) {
  .modal.image .modal__container {
    max-width: 80vw;
  }
}
.modal.image .modal__container .modal-description {
  background-color: white;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 90%;
  height: 80%;
  z-index: 2;
  padding: 16px;
}
@media (min-width: 46rem) {
  .modal.image .modal__container .modal-description {
    padding: 3.6666666667vw;
    width: 60%;
    height: auto;
  }
}
.modal.case-study-modal .modal__container {
  width: 100vw;
  max-width: unset;
  border-radius: 0px;
  background-position: top right;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 46rem) {
  .modal.case-study-modal .modal__container {
    background-size: 40%;
  }
}
@media (min-width: 46rem) {
  .modal.case-study-modal .modal-icon {
    margin-top: 32px;
  }
}
.modal.case-study-modal .modal__overlay {
  align-items: flex-start;
}
.modal.case-study-modal .modal-image-block img {
  max-width: 100%;
  width: auto;
}
.modal.case-study-modal .modal__container {
  padding: 1rem 1rem 6rem 1rem;
}
@media (min-width: 46rem) {
  .modal.case-study-modal .modal__container {
    padding: 30px;
  }
}
@media (max-width: 46rem) {
  .modal.case-study-modal .modal__container .wrapper {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.modal.case-study-modal .icon-card {
  margin-bottom: 16px;
}
.modal.case-study-modal .col-xs-22 {
  margin-bottom: 0px !important;
}
.modal.case-study-modal .wrapper.pt-small {
  padding-top: 16px;
}
.modal.case-study-modal .wrapper.pb-small {
  padding-bottom: 16px;
}
.modal.case-study-modal .scroll-indicator {
  position: fixed;
  bottom: 4rem;
  left: 0rem;
  grid-template-columns: 28px 1fr;
  gap: 32px;
  transform: rotate(90deg);
  color: #0000FF;
  align-items: center;
  z-index: 9999;
  display: none;
}
.modal.case-study-modal .scroll-indicator svg {
  transform: rotate(-90deg);
}
@media (min-width: 46rem) {
  .modal.case-study-modal .scroll-indicator {
    display: grid;
  }
}
.modal.case-study-modal .modal-navigation {
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: unset;
  z-index: 2;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  z-index: 9999;
}
@media (min-width: 46rem) {
  .modal.case-study-modal .modal-navigation {
    background-color: white;
  }
}
.modal.case-study-modal .modal-navigation .next, .modal.case-study-modal .modal-navigation .previous {
  transition: all 0.4s ease;
  cursor: pointer;
}
.modal.case-study-modal .modal-navigation .next:hover, .modal.case-study-modal .modal-navigation .previous:hover {
  opacity: 0.8;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  position: fixed;
  top: 2rem;
  right: 2rem;
  padding: 0px;
  border: 0px solid #fff;
  z-index: 9999;
  grid-template-columns: 1fr;
}
@media (min-width: 46rem) {
  .modal__close {
    top: 2rem;
  }
}
.modal__close:hover:after {
  opacity: 0.8;
  background-color: transparent !important;
}
.modal__close:after {
  background-image: url('data:image/svg+xml,<svg width="37" height="37" viewBox="0 0 37 37" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.714355" width="36" height="36" rx="18" fill="%23FCF300"/><path d="M11.9297 12L25.3583 25.4286" stroke="%23061530" stroke-width="2"/><path d="M25.3594 12L11.9308 25.4286" stroke="%23061530" stroke-width="1.57"/></svg>');
  background-color: transparent !important;
  transition: all 0.2s ease;
  width: 37px;
  height: 37px;
  background-size: contain;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateX(15%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-10%);
  }
}
.micromodal-slide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.micromodal-slide.is-open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

* {
  scroll-behavior: smooth;
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}
@media (min-width: 46rem) {
  html, body {
    overflow-x: unset;
  }
}

#ccc .button, #ccc button {
  display: block;
}
#ccc .button:after, #ccc button:after {
  display: none;
}

.button, button {
  display: inline-grid;
  grid-template-columns: 1fr 20px;
  align-items: center;
  text-align: left;
  background-color: white;
  color: #0000FF;
  font-family: "Chivo Mono", sans-serif;
  position: relative;
  transition: all 0.4s ease-in-out;
  justify-content: center;
  padding: 10px 12px 8px 22px;
  border-radius: 32px;
  font-size: 16px;
  line-height: 1.1;
  gap: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0px;
  cursor: pointer;
}
@media (min-width: 46rem) {
  .button, button {
    grid-template-columns: 1fr 28px;
    padding: 10px 18px 8px 22px;
  }
}
.button:after, button:after {
  content: " ";
  background-color: #0000FF;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7L6 11L10 7' stroke='white' stroke-linecap='round' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M1 14H11' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L6 10' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  color: white;
  transition: all 0.5s ease;
}
@media (min-width: 46rem) {
  .button:after, button:after {
    width: 28px;
    height: 28px;
    background-size: 14px;
  }
}
.button:hover, button:hover {
  background-color: #061530;
  color: white;
}
.button.white, button.white {
  background-color: white;
  border: 1px solid #0000FF;
}
.button.white:hover, button.white:hover {
  background-color: #0000FF;
  border: 1px solid #061530;
}
.button.white:hover:after, button.white:hover:after {
  background-color: #061530;
}
.button.bright-blue, button.bright-blue {
  background-color: #0000FF;
  border: 1px solid #0000FF;
  color: white;
}
.button.bright-blue:after, button.bright-blue:after {
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7L6 11L10 7' stroke='%230000FF' stroke-linecap='round' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M1 14H11' stroke='%230000FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L6 10' stroke='%230000FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.button.bright-blue:hover, button.bright-blue:hover {
  background-color: white;
  color: #0000FF;
  border: 1px solid white;
}
.button.bright-blue:hover:after, button.bright-blue:hover:after {
  background-color: #0000FF;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7L6 11L10 7' stroke='white' stroke-linecap='round' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M1 14H11' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L6 10' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.button.bright-blue.arrow:after, button.bright-blue.arrow:after {
  backround-size: 8px;
  background-image: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 11L6 6L1 1" stroke="%230000FF" stroke-linecap="round" stroke-width="1" stroke-linejoin="round"/></svg>');
}
@media (min-width: 46rem) {
  .button.bright-blue.arrow:after, button.bright-blue.arrow:after {
    background-size: 8px;
  }
}
.button.bright-blue.arrow:hover:after, button.bright-blue.arrow:hover:after {
  background-image: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 11L6 6L1 1" stroke="white" stroke-linecap="round" stroke-width="1" stroke-linejoin="round"/></svg>');
}
.button.arrow:after, button.arrow:after {
  backround-size: 8px;
  background-image: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 11L6 6L1 1" stroke="white" stroke-linecap="round" stroke-width="1.5" stroke-linejoin="round"/></svg>');
}
@media (min-width: 46rem) {
  .button.arrow:after, button.arrow:after {
    background-size: 8px;
  }
}
.button.secondary-link, button.secondary-link {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-size: 14px;
  display: grid;
  grid-template-columns: 20px auto;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}
@media (max-width: 46rem) {
  .button.secondary-link, button.secondary-link {
    align-items: center;
  }
}
.button.secondary-link:after, button.secondary-link:after {
  display: none;
}
.button.secondary-link:before, button.secondary-link:before {
  content: " ";
  color: inherit;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 8L13 8" stroke="%230000FF" stroke-width="1.5"/><path d="M9.5 4L13.5 8L9.5 12" stroke="%230000FF" stroke-width="1.5"/></svg>');
  width: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  display: inline-block;
  transition: all 0.5s ease;
  background-color: transparent !important;
}
@media (min-width: 46rem) {
  .button.secondary-link:before, button.secondary-link:before {
    width: 16px;
    height: 16px;
  }
}
.button.secondary-link:hover, button.secondary-link:hover {
  background-color: transparent;
  gap: 10px;
}
.bg-white .button.secondary-link {
  color: #0000FF;
}

.bg-bright-blue .button.secondary-link {
  color: white;
}
.bg-bright-blue .button.secondary-link:before {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 8L13 8" stroke="%23FFFFFF" stroke-width="1.5"/><path d="M9.5 4L13.5 8L9.5 12" stroke="%23FFFFFF" stroke-width="1.5"/></svg>');
}

.sub-menu-download {
  display: grid;
  grid-template-columns: 1fr 22px;
  gap: 8px;
}
@media (min-width: 87.5rem) {
  .sub-menu-download {
    white-space: nowrap;
  }
}
.sub-menu-download:after {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L11 14L15 10' stroke='%230000FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 17H16' stroke='%230000FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 4L11 13' stroke='%230000FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  width: 22px;
  height: 22px;
}

.case-study-link {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
}
.case-study-link:before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="22" width="22" height="22" rx="11" transform="rotate(-90 0 22)" fill="white"/><path d="M9 16L14 11L9 6" stroke="%230000FF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  display: inline-block;
  width: 22px;
  height: 22px;
  background-position: center;
  background-size: 22px;
  background-repeat: no-repeat;
}

.kingspan-video .button_play {
  opacity: 1;
  transition: 0.5s opacity ease;
}

.kingspan-video.active .button_play {
  opacity: 0;
  z-index: -5;
}

@media (min-width: 61rem) {
  .header, body {
    margin-top: 0px;
  }
}

.header {
  position: absolute;
  width: 100%;
  z-index: 110;
  padding-top: 16px;
  top: 0;
  transition: padding 1s ease-in-out, height 1s ease-in-out, maxHeight 1s ease-in-out;
  margin-top: 0px;
}
@media (min-width: 735px) {
  .header {
    margin-top: 0px;
  }
}
.header .logo {
  display: block;
}
.header .logo-reversed {
  display: none;
}
.header .mega-toggle-animated-inner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 14.5H29' stroke='%230000FF'/%3E%3Cpath d='M14.5 0L14.5 29' stroke='%230000FF'/%3E%3C/svg%3E%0A");
}
.header.reversed .logo {
  display: none;
}
.header.reversed .logo-reversed {
  display: block;
}
.header.reversed .navigation ul li > a {
  color: white;
}
.header.reversed .navigation ul li ul.mega-sub-menu li > a {
  color: #0000FF;
}
.header.reversed .navigation ul li.download-centre > a {
  border: 1px solid white;
}
.header.reversed .navigation ul li.download-centre > a:after {
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%230000FF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.header.reversed .mega-toggle-animated-inner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 14.5H29' stroke='%23FFFFFF'/%3E%3Cpath d='M14.5 0L14.5 29' stroke='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.header.sticky {
  position: fixed;
  width: 84.3333333333vw;
  left: 7.8333333333vw;
  top: 0px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 1s ease;
  border-radius: 20px;
  padding: 8px 0px;
  border: 1px solid #0000FF;
  animation-name: dropdown;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: both;
  animation-fill-mode: both;
}
@media (min-width: 46rem) {
  .header.sticky {
    width: 92.1666666667vw;
    margin-top: 0px;
    left: 5.75vw;
    padding: 8px 0px;
  }
}
.header.sticky .navigation .mega-menu-toggle {
  top: 10px;
  right: 20px;
}
.header.sticky .wrapper {
  padding-left: 32px;
  padding-right: 32px;
  transition: all 1s ease;
}
@media (min-width: 61rem) {
  .header.sticky .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 87.5rem) {
  .header.sticky .wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 61rem) {
  .header.sticky {
    left: 3.6666666667vw;
  }
}
@media (min-width: 87.5rem) {
  .header.sticky {
    left: 3.6666666667vw;
  }
}
.header.sticky .logo {
  display: block;
}
.header.sticky .logo-reversed {
  display: none;
}
.header.sticky .navigation ul li > a {
  color: #0000FF;
}
.header.sticky .navigation ul li ul.mega-sub-menu li > a {
  color: #0000FF;
}
.header.sticky .navigation ul li.download-centre > a {
  border: 1px solid #0000FF;
}
.header.sticky .navigation ul li.download-centre > a:after {
  background-color: #0000FF;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.header.sticky .mobile-impact-toggle {
  margin-bottom: -8px;
}
.header.sticky .mega-toggle-animated-inner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 14.5H29' stroke='%230000FF'/%3E%3Cpath d='M14.5 0L14.5 29' stroke='%230000FF'/%3E%3C/svg%3E%0A");
}

.logged-in .header {
  top: 32px;
}

@media (max-width: 46rem) {
  .navigation {
    display: block;
  }
  .navigation ul {
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    border-radius: 20px;
    padding: 0;
    display: none;
    background-color: transparent;
    width: 84.3333333333vw;
  }
  .navigation ul li {
    margin-left: 0px;
    list-style: none;
  }
  .navigation ul li.mega-menu-item-has-children {
    position: relative;
    margin-bottom: 8px;
  }
  .navigation ul li.mega-menu-item-has-children:last-of-type {
    margin-bottom: 0px;
  }
  .navigation ul li.mega-menu-item-has-children > a {
    font-size: 20px;
    color: #0000FF;
  }
  .navigation ul li.mega-menu-item-has-children span.menu-toggle {
    content: " ";
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="21" height="21" rx="10.5" fill="white"/><rect x="0.5" y="0.5" width="21" height="21" rx="10.5" stroke="%230000FF"/><path d="M5 9L11 15L17 9" stroke="%230000FF" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 0.3s ease;
  }
  .navigation ul li.mega-menu-item-has-children.mega-toggle-on span.menu-toggle {
    transform: rotate(180deg);
  }
  .navigation ul li.mega-menu-item-has-children:last-of-type span.menu-toggle, .navigation ul li.mega-menu-item-has-children:nth-last-child(2) span.menu-toggle {
    display: none;
  }
  .navigation ul li.download-centre {
    background-color: #E2EDF7;
    margin-left: -7.8333333333vw;
    margin-right: -7.8333333333vw;
    padding: 7.8333333333vw;
    margin-top: 7.8333333333vw;
    margin-bottom: -16px !important;
  }
  .navigation ul li.download-centre > a:first-child {
    border: 0px !important;
    padding: 0px;
  }
  .navigation ul li.download-centre > a:first-child:after {
    display: none;
  }
  .navigation ul li.download-centre ul {
    padding-left: 0px;
    margin-left: 0px;
    border-left: 0px !important;
  }
  .navigation ul li.download-centre ul li {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
  .navigation ul li.download-centre ul li ul {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
  .navigation ul li.download-centre ul li ul a {
    color: #061530;
  }
  .navigation ul li ul {
    border-radius: 0px;
    border: 0px;
  }
  .navigation ul > li.mega-toggle-on {
    overflow: hidden;
  }
  .navigation ul > li.mega-toggle-on ul.mega-sub-menu {
    position: relative;
    padding: 0px;
    border: 0px;
    margin-left: 0px;
    width: auto !important;
    background-color: transparent;
  }
  .navigation ul > li.mega-toggle-on ul.mega-sub-menu li > ul.mega-sub-menu {
    grid-template-columns: 1fr;
    border-left: 1px solid #0000FF;
    margin-left: 0px;
    padding-left: 16px;
    align-items: flex-start;
  }
}
.navigation {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 46rem) {
  .navigation {
    justify-content: flex-end;
  }
}
.navigation ul {
  list-style: none;
}
@media (min-width: 46rem) {
  .navigation ul {
    display: flex;
    gap: 16px;
    transform: unset;
    max-height: unset;
    align-items: center;
  }
}
.navigation ul li {
  margin-left: 0px;
  margin-bottom: 0px;
  position: relative;
}
@media (min-width: 61rem) {
  .navigation ul li {
    margin-left: 36px;
  }
}
.navigation ul li > a {
  color: #0000FF;
  transition: color 0.4s ease;
}
.navigation ul li > a:hover {
  color: #061530;
}
.navigation ul li.mega-toggle-on ul.mega-sub-menu {
  opacity: 1;
  left: 0px;
  transform: none;
}
@media (min-width: 46rem) {
  .navigation ul li.mega-toggle-on ul.mega-sub-menu {
    left: 50%;
    transform: translate(-50%, 16px);
  }
}
.navigation ul li ul.mega-sub-menu {
  position: absolute;
  left: -999vw;
  top: auto;
  opacity: 0;
  z-index: 99;
  align-items: flex-start;
  transform: translate(-50%, 0px);
  transition: opacity 0.2s ease;
}
@media (min-width: 46rem) {
  .navigation ul li ul.mega-sub-menu {
    display: flex;
    transform: translate(-50%, 16px);
  }
}
.navigation ul li ul.mega-sub-menu li {
  margin-left: 0px;
  min-height: unset;
}
.navigation ul li ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  background: white;
  position: relative;
  margin: 8px 0px;
}
@media (min-width: 46rem) {
  .navigation ul li ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu {
    grid-template-columns: repeat(2, 1fr);
    background: white;
    position: relative;
    padding: 16px;
    border: 1px solid #0000FF;
    border-radius: 20px;
    transform: none;
    left: auto;
  }
}
@media (min-width: 71rem) {
  .navigation ul li ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu {
    width: 450px;
  }
}
@media (min-width: 106rem) {
  .navigation ul li ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu {
    width: 500px;
  }
}
.navigation ul li ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-column {
  display: block;
}
.navigation ul li ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu {
  display: block;
  border: 0px;
  width: auto;
}
.navigation ul li ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li {
  margin-bottom: 8px;
}
.navigation ul li ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li .textwidget a {
  display: flex;
  width: 100%;
  margin-bottom: 8px;
}
.navigation ul li ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li .textwidget a:hover {
  color: #061530;
}
.navigation ul li ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li .textwidget a:first-of-type:hover {
  color: #0000FF;
}
.navigation ul li ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li ul {
  display: block;
  margin: 0px;
  padding: 0px;
}
.navigation ul li ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-column a {
  color: #0000FF;
  transition: all 0.4s ease;
}
.navigation ul li ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-column a:hover {
  color: #061530;
}
.navigation ul li.download-centre > a {
  padding: 8px 16px;
  border: 1px solid #0000FF;
  border-radius: 100vw;
  display: flex;
  gap: 8px;
}
.navigation ul li.download-centre > a:after {
  content: " ";
  background-color: #0000FF;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: white;
  transition: all 0.5s ease;
}
.navigation ul li.download-centre ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 71rem) {
  .navigation ul li.download-centre ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu {
    width: 250px;
  }
}
.navigation ul li.download-centre ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li a {
  padding: 0px;
  border: 0px;
  justify-content: space-between;
}
.navigation ul li.download-centre ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li a:after {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7L6 11L10 7' stroke-width='1.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 14H11' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L6 10' stroke='white'  stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-color: #0000FF;
  background-position: center;
  background-size: 12px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  color: white;
  transition: all 0.5s ease;
}
.navigation ul li.download-centre:hover > a:after {
  transform: rotate(180deg);
}
.navigation ul li:hover a {
  color: #061530;
}
.navigation .mega-close {
  display: none;
}
.navigation .mega-toggle-animated.mega-toggle-animated-slider {
  padding: 0px;
}
.navigation .mega-toggle-animated.mega-toggle-animated-slider:after {
  display: none;
}
.navigation .mega-menu-toggle {
  position: absolute;
  top: 18px;
  right: 1.5rem;
  opacity: 0;
}
.navigation .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation .mega-menu-toggle button {
  background-color: transparent;
  border: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  grid-template-columns: 1fr;
}
.navigation .mega-menu-toggle .mega-toggle-animated-inner {
  display: block;
  transition: all 0.8s ease;
}
.navigation .mega-menu-toggle .mega-toggle-animated-inner:after {
  content: " ";
  width: 30px;
  height: 30px;
  display: block;
}
@media (min-width: 46rem) {
  .navigation .mega-menu-toggle {
    display: none;
  }
}
.navigation .mega-indicator {
  display: none;
}

.nav-overlay {
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.mega-menu-header_menu-mobile-open .header.reversed .navigation ul li > a {
  color: #0000FF;
}
.mega-menu-header_menu-mobile-open .header.reversed .navigation ul li ul.mega-sub-menu li > a {
  color: #0000FF;
}
.mega-menu-header_menu-mobile-open .header.reversed .navigation ul li.download-centre > a {
  border: 1px solid white;
}
.mega-menu-header_menu-mobile-open .header.reversed .navigation ul li.download-centre > a:after {
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%230000FF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.mega-menu-header_menu-mobile-open .navigation ul li ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu {
  background-color: transparent;
}
.mega-menu-header_menu-mobile-open .nav-overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.6s ease;
}
.mega-menu-header_menu-mobile-open .header {
  background: white;
  overflow: hidden;
  border-radius: 20px;
  position: fixed;
  width: 84.3333333333vw;
  left: 7.8333333333vw;
  top: 32px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid #0000FF;
  animation-name: dropdown;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: both;
  animation-fill-mode: both;
}
.mega-menu-header_menu-mobile-open .header.sticky {
  border-radius: 20px;
  background: white;
}
.mega-menu-header_menu-mobile-open .header .navigation ul {
  border: 0px;
  background-color: transparent;
}
@media (min-width: 46rem) {
  .mega-menu-header_menu-mobile-open .header {
    width: 92.1666666667vw;
  }
}
.mega-menu-header_menu-mobile-open .header .wrapper {
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 61rem) {
  .mega-menu-header_menu-mobile-open .header .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 87.5rem) {
  .mega-menu-header_menu-mobile-open .header .wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 61rem) {
  .mega-menu-header_menu-mobile-open .header {
    left: 5.75vw;
  }
}
@media (min-width: 87.5rem) {
  .mega-menu-header_menu-mobile-open .header {
    left: 3.6666666667vw;
  }
}
.mega-menu-header_menu-mobile-open .header .logo {
  display: block;
}
.mega-menu-header_menu-mobile-open .header .logo-reversed {
  display: none;
}
.mega-menu-header_menu-mobile-open .mega-menu-toggle .mega-toggle-animated-inner {
  transform: rotate(45deg);
}
.mega-menu-header_menu-mobile-open .navigation ul {
  display: block;
  padding: 7.8333333333vw 1.5rem 0 7.8333333333vw;
}

@media (max-width: 46rem) {
  .footer .reports {
    margin-top: 2rem;
  }
}
.footer .reports a {
  display: flex;
  width: 100%;
  color: white;
  margin-bottom: 8px;
}
.footer .reports a.report svg {
  margin-right: 8px;
}
.footer .reports a.report span {
  margin-left: 8px;
}
.footer .footer_socials__list {
  list-style: none;
  display: flex;
  gap: 8px;
}
@media (max-width: 46rem) {
  .footer .footer-menu {
    margin-top: 2rem;
  }
}
.footer .footer-menu a {
  color: white;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
}
.footer .back-to-kingspan {
  display: flex;
  gap: 8px;
  color: white;
  align-items: center;
}

.link_back-wrapper {
  position: relative;
  max-width: 1720px;
}

.link_back {
  display: flex;
  align-items: center;
  font-family: "BrownBold", sans-serif;
  position: absolute;
  left: 2rem;
  bottom: 0px;
  padding: 14px 22px 7px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #85A4EC;
}
@media (max-width: 992px) {
  .link_back {
    justify-content: center;
    margin-left: -20px;
  }
}
@media (max-width: md) {
  .link_back {
    justify-content: center;
    margin-left: -20px;
  }
}
.link_back__icon {
  margin-right: 15px;
  height: 17px;
  width: 20px;
  margin-top: -5px;
  background-image: url("/wp-content/themes/kingspan/src/img/left-arrow-blue-black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.link_back__text {
  position: relative;
  padding-bottom: 5px;
  color: #061530;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-hero {
  overflow: hidden;
}
.home-hero .wrapper {
  z-index: 4;
  pointer-events: none;
}
.home-hero .wrapper h1 {
  margin: 2rem 0 3rem;
}
.home-hero .wrapper.pt-large {
  padding-top: 12vh;
}
@media (min-width: 61rem) {
  .home-hero .wrapper.pt-large {
    padding-top: 35vh;
  }
}
@media (min-width: 87.5rem) {
  .home-hero .wrapper.pt-large {
    padding-top: 25vh;
  }
}
.home-hero .wrapper.pb-xlarge {
  padding-bottom: 55vh;
}
@media (min-width: 46rem) {
  .home-hero .wrapper.pb-xlarge {
    padding-bottom: 50vh;
  }
}
.home-hero .wrapper .button {
  pointer-events: auto !important;
}

.hero .wrapper .sub-title {
  margin-bottom: 16px;
}
@media (min-width: 46rem) {
  .hero .wrapper .sub-title {
    margin-bottom: 24px;
  }
}

.icon-card {
  border-width: 1px;
  border-style: solid;
  height: auto;
  margin-bottom: 7.8333333333vw;
}
@media (min-width: 61rem) {
  .icon-card {
    margin-bottom: 0px;
    height: 100%;
  }
}
.icon-card.no-border {
  border-width: 0px !important;
}
.icon-card__media {
  overflow: hidden;
  display: flex;
}
.icon-card__media img {
  width: 100%;
  transition: all 0.4s ease;
}
.icon-card__media.lottie {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-card__media.icon {
  max-width: 120px;
  margin-left: 12px;
  margin-top: 12px;
}
@media (min-width: 61rem) {
  .icon-card__media.icon {
    margin-left: 28px;
    margin-top: 28px;
    margin-bottom: -20px;
  }
}
.icon-card__content {
  padding: 16px;
}
@media (min-width: 61rem) {
  .icon-card__content {
    padding: 32px;
  }
}
.icon-card.horizontal {
  display: grid;
  grid-template-columns: 30% 1fr;
}
.icon-card.horizontal .icon-card__media {
  border-right: 1px solid;
  display: flex;
  flex-direction: column;
}
.icon-card.horizontal .icon-card__media img {
  width: 60px;
  margin-bottom: 8px;
  margin-left: -8px;
}
@media (min-width: 46rem) {
  .icon-card.horizontal .icon-card__media img {
    width: 120px;
    margin-left: -20px;
  }
}
.icon-card a:hover .icon-card__media img {
  transform: scale(1.1);
}

.page-id-54 .icon-card__media {
  max-width: unset;
}
.page-id-54 .icon-card__media img {
  width: auto;
}
@media (min-width: 46rem) {
  .page-id-54 .icon-card__media img {
    width: auto;
  }
}

.page-id-60 .general-card__media img {
  max-width: 80px;
}
@media (min-width: 46rem) {
  .page-id-60 .general-card__media img {
    max-width: 100%;
  }
}

.modal .impact-card__media {
  padding: 16px;
  height: 100%;
}
@media (min-width: 61rem) {
  .modal .impact-card__media {
    padding: 32px;
  }
}
.modal .impact-card__media h1, .modal .impact-card__media h2, .modal .impact-card__media h3, .modal .impact-card__media p {
  margin: 0px;
}
.modal .impact-card.horizontal {
  grid-template-columns: 38% auto;
}
@media (min-width: 46rem) {
  .modal .impact-card.horizontal {
    grid-template-columns: 40% auto;
  }
}
.modal .impact-card.horizontal .impact-card__media img {
  margin-bottom: auto;
}
@media (min-width: 46rem) {
  .modal .impact-card.horizontal .impact-card__media img {
    margin-bottom: 8px;
  }
}
.modal .impact-card.horizontal h3 {
  font-size: 18px;
}
@media (min-width: 46rem) {
  .modal .impact-card.horizontal h3 {
    font-size: 28px;
  }
}

.our-impact .icon-card {
  height: auto;
  margin-bottom: 16px;
}
@media (min-width: 71rem) {
  .our-impact .icon-card {
    margin-bottom: 32px;
  }
}
.our-impact .icon-card__media {
  color: #061530;
  padding: 16px;
  height: 100%;
  flex-direction: row;
}
@media (min-width: 61rem) {
  .our-impact .icon-card__media {
    padding: 32px;
  }
}
@media (min-width: 71rem) {
  .our-impact .icon-card__media {
    display: block;
  }
}
.our-impact .icon-card__media h1, .our-impact .icon-card__media h2 {
  margin: 0;
}
.our-impact .icon-card__media h1 {
  font-size: 38px;
}
@media (min-width: 61rem) {
  .our-impact .icon-card__media h1 {
    font-size: 55px;
  }
}
@media (min-width: 87.5rem) {
  .our-impact .icon-card__media h1 {
    font-size: 80px;
  }
}
.our-impact .icon-card.horizontal {
  display: block;
  grid-template-columns: 38% auto;
}
@media (min-width: 46rem) {
  .our-impact .icon-card.horizontal {
    grid-template-columns: 30% auto;
  }
}
@media (min-width: 71rem) {
  .our-impact .icon-card.horizontal {
    display: grid;
  }
}
.our-impact .icon-card.horizontal .icon-card__media {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 8px;
  align-items: center;
}
@media (min-width: 46rem) {
  .our-impact .icon-card.horizontal .icon-card__media {
    grid-template-columns: 30% 1fr;
  }
}
@media (min-width: 71rem) {
  .our-impact .icon-card.horizontal .icon-card__media {
    display: flex;
    align-items: flex-start;
  }
}
.our-impact .icon-card.horizontal .icon-card__media img {
  margin-bottom: auto;
  max-width: 100%;
}
@media (min-width: 46rem) {
  .our-impact .icon-card.horizontal .icon-card__media img {
    margin-bottom: 8px;
  }
}
.our-impact .icon-card.horizontal h3 {
  font-size: 18px;
}
@media (min-width: 46rem) {
  .our-impact .icon-card.horizontal h3 {
    font-size: 28px;
  }
}
.our-impact .general-card {
  margin-right: 16px;
  margin-bottom: 16px;
  height: auto;
}
@media (min-width: 61rem) {
  .our-impact .general-card {
    margin-bottom: 32px;
    margin-right: 32px;
  }
}
.our-impact .general-card h1, .our-impact .general-card h2 {
  margin: 0;
}
.our-impact .general-card h1 {
  font-size: 32px;
}
@media (min-width: 46rem) {
  .our-impact .general-card h1 {
    font-size: 38px;
  }
}
@media (min-width: 61rem) {
  .our-impact .general-card h1 {
    font-size: 55px;
  }
}
@media (min-width: 87.5rem) {
  .our-impact .general-card h1 {
    font-size: 80px;
  }
}
.our-impact .general_card_wrap:last-of-type .general-card {
  margin-right: 0px;
}
.our-impact .general_card_wrap:nth-of-type(2) .general-card {
  margin-right: 0px;
}
.our-impact .general_card_wrap:nth-of-type(4) .general-card {
  margin-right: 0px;
}
@media (min-width: 61rem) {
  .our-impact .general_card_wrap:nth-of-type(2) .general-card {
    margin-right: 32px;
  }
  .our-impact .general_card_wrap:nth-of-type(4) .general-card {
    margin-right: 32px;
  }
  .our-impact .general_card_wrap:last-of-type .general-card {
    margin-right: 0px;
  }
  .our-impact .general_card_wrap:nth-of-type(3) .general-card {
    margin-right: 0px;
  }
}

.general-card {
  border-width: 1px;
  border-style: solid;
  margin-bottom: 2rem;
  height: auto;
}
@media (min-width: 61rem) {
  .general-card {
    margin-bottom: 0px;
    height: 100%;
  }
}
.general-card.none {
  border-width: 0px !important;
}
.general-card__media {
  padding: 16px 16px 0px;
}
@media (min-width: 61rem) {
  .general-card__media {
    padding: 32px 32px 0px;
  }
}
.general-card__media img {
  max-width: 120px;
}
.general-card__content {
  padding: 0 16px 16px;
}
@media (min-width: 61rem) {
  .general-card__content {
    padding: 0 32px 32px;
  }
}
.general-card__cta {
  padding: 16px 0px 16px;
}
@media (min-width: 61rem) {
  .general-card__cta {
    padding: 32px 0px 32px;
  }
}
.general-card.horizontal {
  display: block;
  grid-template-columns: 40% 1fr;
  height: auto;
  margin-bottom: 7.8333333333vw;
}
@media (min-width: 61rem) {
  .general-card.horizontal {
    margin-bottom: 2rem;
    grid-template-columns: 30% 1fr;
  }
}
@media (min-width: 46rem) {
  .general-card.horizontal {
    display: grid;
  }
}
.general-card.horizontal .general-card__media {
  border-bottom: 1px solid;
  border-right: 0px solid;
  display: flex;
  flex-direction: column;
}
.general-card.horizontal .general-card__media img {
  max-width: 40%;
  margin-bottom: 8px;
}
@media (min-width: 46rem) {
  .general-card.horizontal .general-card__media img {
    max-width: 100%;
  }
}
@media (min-width: 46rem) {
  .general-card.horizontal .general-card__media {
    border-right: 1px solid;
    border-bottom: 0px solid;
  }
}
.general-card.horizontal .general-card__content {
  padding: 16px;
}
@media (min-width: 61rem) {
  .general-card.horizontal .general-card__content {
    padding: 32px;
  }
}
.general-card.horizontal .general-card__cta {
  padding: 16px 0px 0px;
}
@media (min-width: 61rem) {
  .general-card.horizontal .general-card__cta {
    padding: 32px 0px 0px;
  }
}
.general-card h1 {
  font-size: clamp(28px, 1.75rem + (1vw - 4.8px) * 4.7917, 97px);
}

.strategic-pillar__card {
  background: white;
  border: 1px solid #004990;
  text-align: center;
  padding: 12px;
  display: flex;
  align-content: center;
  flex-direction: column;
  transition: all 0.4s ease;
  margin-right: 1rem;
  margin-bottom: 1rem;
  height: calc(100% - 1rem);
}
@media (min-width: 46rem) {
  .strategic-pillar__card {
    margin: 0;
    height: 100%;
    padding: 32px;
  }
}
@media (min-width: 46rem) {
  .strategic-pillar__card:hover {
    background: #0000FF;
    color: white;
  }
  .strategic-pillar__card:hover .strategic-pillar__card-icon img.icon {
    display: none;
  }
  .strategic-pillar__card:hover .strategic-pillar__card-icon img.icon-hover {
    display: block;
  }
}
.strategic-pillar__card-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (min-width: 46rem) {
  .strategic-pillar__card-icon {
    margin-bottom: 32px;
  }
}
.strategic-pillar__card-icon img.icon {
  display: block;
  max-width: 60%;
}
@media (min-width: 46rem) {
  .strategic-pillar__card-icon img.icon {
    max-width: 100%;
  }
}
.strategic-pillar__card-icon img.icon-hover {
  display: none;
}
.case-study-1 .case-study__image:after {
  background: rgba(255, 255, 255, 0);
}
.case-study-1.on .case-study__image:after {
  background: rgba(255, 255, 255, 0.7);
}

.case-study {
  position: absolute;
  overflow: hidden;
  width: calc(var(--cell-width) * 4);
  height: calc(var(--cell-width) * 6);
}
@media (min-width: 87.5rem) {
  .case-study {
    width: calc(var(--cell-width) * 3);
    height: calc(var(--cell-width) * 4);
  }
}
.case-study__image {
  height: 100%;
  position: absolute;
  top: 0px;
}
.case-study__image:after {
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.5s ease;
}
.case-study__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-study__cta {
  position: absolute;
  bottom: 8px;
  left: 16px;
  transition: all 0.5s ease;
  z-index: 3;
}
@media (min-width: 46rem) {
  .case-study__cta {
    bottom: -40px;
  }
}
@media (min-width: 46rem) {
  .case-study:hover .case-study__cta {
    bottom: 8px;
  }
  .case-study:hover .case-study__image:after {
    background: rgba(255, 255, 255, 0.4);
  }
}
.case-study.case-study-1 {
  position: absolute;
  left: calc(2 * var(--cell-width));
  top: calc(7 * var(--cell-height));
}
@media (min-width: 46rem) {
  .case-study.case-study-1 {
    position: absolute;
    left: calc(6 * var(--cell-width));
    top: calc(0 * var(--cell-height));
  }
}
@media (min-width: 87.5rem) {
  .case-study.case-study-1 {
    position: absolute;
    left: calc(6 * var(--cell-width));
    top: calc(0 * var(--cell-height));
  }
}
.case-study.case-study-2 {
  position: absolute;
  left: calc(7 * var(--cell-width));
  top: calc(8 * var(--cell-height));
}
@media (min-width: 46rem) {
  .case-study.case-study-2 {
    position: absolute;
    left: calc(17 * var(--cell-width));
    top: calc(2 * var(--cell-height));
  }
}
@media (min-width: 87.5rem) {
  .case-study.case-study-2 {
    position: absolute;
    left: calc(17 * var(--cell-width));
    top: calc(2 * var(--cell-height));
  }
}
.case-study.case-study-3 {
  position: absolute;
  left: calc(1 * var(--cell-width));
  top: calc(14 * var(--cell-height));
}
@media (min-width: 46rem) {
  .case-study.case-study-3 {
    position: absolute;
    left: calc(1 * var(--cell-width));
    top: calc(6 * var(--cell-height));
  }
}
@media (min-width: 87.5rem) {
  .case-study.case-study-3 {
    position: absolute;
    left: calc(1 * var(--cell-width));
    top: calc(6 * var(--cell-height));
  }
}
.case-study.case-study-4 {
  position: absolute;
  left: calc(6 * var(--cell-width));
  top: calc(15 * var(--cell-height));
}
@media (min-width: 46rem) {
  .case-study.case-study-4 {
    position: absolute;
    left: calc(13 * var(--cell-width));
    top: calc(10 * var(--cell-height));
  }
}
@media (min-width: 87.5rem) {
  .case-study.case-study-4 {
    position: absolute;
    left: calc(13 * var(--cell-width));
    top: calc(10 * var(--cell-height));
  }
}

.before-after-image-grid {
  padding: 0 1.5rem;
}
@media (min-width: 46rem) {
  .before-after-image-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    padding: 0;
  }
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 61rem) {
  .stat-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.stat-grid.two {
  max-width: 100%;
  justify-content: center;
}
@media (min-width: 61rem) {
  .stat-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 60%;
  }
}
.stat-grid h1 {
  font-size: 32px;
}
@media (min-width: 46rem) {
  .stat-grid h1 {
    font-size: 60px;
  }
}

.impact-card {
  height: auto;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 30% 1fr;
  border: 1px solid #0000FF;
  align-items: center;
  display: block;
}
@media (min-width: 61rem) {
  .impact-card {
    margin-bottom: 32px;
    grid-template-columns: 35% 1fr;
  }
}
@media (min-width: 71rem) {
  .impact-card {
    display: grid;
  }
}
.impact-card__media {
  padding: 16px;
  display: grid;
  grid-template-columns: 20% 1fr;
}
@media (min-width: 61rem) {
  .impact-card__media {
    padding: 24px;
  }
}
@media (min-width: 71rem) {
  .impact-card__media {
    display: flex;
    flex-direction: column;
  }
}
.impact-card__media h1, .impact-card__media h2, .impact-card__media h3, .impact-card__media p {
  margin: 0;
}
.impact-card__media h1 {
  font-size: 38px;
}
@media (min-width: 61rem) {
  .impact-card__media h1 {
    font-size: 55px;
  }
}
@media (min-width: 87.5rem) {
  .impact-card__media h1 {
    font-size: 80px;
  }
}
.impact-card__media img {
  width: 100px;
  margin-left: -16px;
}
.impact-card__content {
  padding: 16px;
}
@media (min-width: 61rem) {
  .impact-card__content {
    padding: 32px;
  }
}

.wptb-table-container {
  margin: 0px !important;
}
.wptb-table-container .wptb-table-container-matrix table tr td {
  background: #E2EDF7;
  padding: 4px 16px;
  font-family: "BrownLight", sans-serif !important;
  border: 1px solid #0000FF !important;
}
.wptb-table-container .wptb-table-container-matrix table tr td p {
  color: #0000FF !important;
  margin: 0px;
  text-align: center;
  padding: 0;
}
.wptb-table-container .wptb-table-container-matrix table tr td:nth-of-type(2) {
  font-family: "BrownBold", sans-serif !important;
}
.wptb-table-container .wptb-table-container-matrix table tr td:nth-of-type(1) {
  font-family: "BrownBold", sans-serif !important;
  width: 25%;
}
.wptb-table-container .wptb-table-container-matrix table tr td:nth-of-type(1) p {
  text-align: left;
}
.tables {
  margin: 100px auto;
}
@media (max-width: 992px) {
  .tables {
    margin: 50px auto;
  }
}
@media (max-width: md) {
  .tables {
    margin: 50px auto;
  }
}

.tables__title {
  font-size: 40px;
  font-family: "BrownBold", sans-serif;
}
@media (max-width: 992px) {
  .tables__title {
    font-size: 35px;
  }
}
@media (max-width: md) {
  .tables__title {
    font-size: 35px;
  }
}

.tables__container {
  max-width: 1440px;
  margin: auto;
}
.tables__container--3 {
  max-width: 720px;
}
.tables__container--4 {
  max-width: 960px;
}
.tables__container--4 th, .tables__container--4 td {
  width: 25%;
}

.tables__container--reduced {
  max-width: 720px;
}

.tables__row--border-top:first-of-type {
  border-top: 2px solid #004990;
}

@media (max-width: 992px) {
  .tables__table, .text-box__container table {
    overflow-x: scroll;
    display: block;
  }
}
@media (max-width: md) {
  .tables__table, .text-box__container table {
    overflow-x: scroll;
    display: block;
  }
}
.tables__table th, .text-box__container table th {
  text-align: left;
}
.tables__table tr, .text-box__container table tr {
  border-bottom: 2px solid #004990;
}
.tables__table tr:last-of-type, .text-box__container table tr:last-of-type {
  border-color: #000;
}
.tables__table th, .tables__table td, .text-box__container table th, .text-box__container table td {
  padding: 18px;
  min-width: 127px;
  vertical-align: top;
}
.tables__table th:first-of-type, .tables__table td:first-of-type, .text-box__container table th:first-of-type, .text-box__container table td:first-of-type {
  padding-left: 0;
}
.tables__table th:last-of-type, .tables__table td:last-of-type, .text-box__container table th:last-of-type, .text-box__container table td:last-of-type {
  padding-right: 0;
}
@media (max-width: 992px) {
  .tables__table th, .tables__table td, .text-box__container table th, .text-box__container table td {
    padding: 10px;
    min-width: 108px;
  }
}
@media (max-width: md) {
  .tables__table th, .tables__table td, .text-box__container table th, .text-box__container table td {
    padding: 10px;
    min-width: 108px;
  }
}
.tables__table p, .text-box__container table p {
  font-size: 18px;
  font-family: "BrownLight", sans-serif;
  line-height: 1.2;
  font-weight: normal;
}
.tables__table p strong, .text-box__container table p strong {
  margin-bottom: 10px;
  display: block;
}
.tables__table p img, .text-box__container table p img {
  min-width: 100px;
}
@media (max-width: 992px) {
  .tables__table p img, .text-box__container table p img {
    min-width: 90px;
  }
}
@media (max-width: md) {
  .tables__table p img, .text-box__container table p img {
    min-width: 90px;
  }
}
@media (max-width: 576px) {
  .tables__table p img, .text-box__container table p img {
    min-width: 60px;
  }
}
@media (max-width: xs) {
  .tables__table p img, .text-box__container table p img {
    min-width: 60px;
  }
}
.tables__table h1, .tables__table h2, .tables__table h3, .tables__table h4, .tables__table h5, .tables__table h6, .text-box__container table h1, .text-box__container table h2, .text-box__container table h3, .text-box__container table h4, .text-box__container table h5, .text-box__container table h6 {
  font-family: "BrownBold", sans-serif;
}
.tables__table .p--small, .text-box__container table .p--small {
  margin: 10px 0 !important;
}
.tables__table ul, .text-box__container table ul {
  padding-left: 12px;
}

.our-impact {
  position: fixed;
  transition: all 0.6s ease;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: block;
  will-change: transform;
}
@media (min-width: 735px) {
  .our-impact {
    display: grid;
    grid-template-columns: 90px auto;
    right: calc(-95vw + 90px);
    width: 95vw;
    left: unset;
    height: 100vh;
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 0px;
    transition: right 1s ease;
  }
}
.our-impact__toggle {
  display: none;
}
@media (min-width: 735px) {
  .our-impact__toggle {
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
    top: unset;
    bottom: unset;
    position: relative;
  }
}
.our-impact__toggle-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 1rem 1rem 1rem;
  overflow: visible;
  text-align: center;
  cursor: pointer;
  color: white;
  font-family: "Chivo Mono", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
  background: #0000FF;
  display: block;
  white-space: nowrap;
  width: 100%;
  transition: background 0.4s ease;
}
@media (min-width: 46rem) {
  .our-impact__toggle-inner:hover {
    background: #061530;
  }
  .our-impact__toggle-inner:hover:before {
    background: #061530;
  }
}
@media (min-width: 735px) {
  .our-impact__toggle-inner {
    top: 23vw;
    left: 18px;
    bottom: 0px;
    transform: rotate(-90deg) translateX(-25%);
    transform-origin: top left;
    width: auto;
    padding: 1.5rem 2rem 2rem;
    transform: rotate(-90deg) translateX(-25%);
    transform-origin: top left;
  }
}
@media (min-width: 87.5rem) {
  .our-impact__toggle-inner {
    top: 26.4vw;
  }
}
.our-impact__toggle-inner:before {
  content: " ";
  width: 20px;
  height: 20px;
  background: #0000FF;
  position: absolute;
  top: unset;
  transition: background 0.4s ease;
  bottom: -8px;
  left: calc(50% - 4px);
  transform: rotate(45deg);
  transform-origin: center center;
}
@media (min-width: 735px) {
  .our-impact__toggle-inner:before {
    top: -10px;
    width: 30px;
    height: 30px;
    bottom: unset;
  }
}
.our-impact__content {
  position: relative;
  z-index: 3;
  will-change: transform;
  height: 100vh;
  overflow-y: scroll;
}
@media (max-width: 46rem) {
  .our-impact__content {
    opacity: 0;
  }
}
.our-impact__content .wrapper {
  padding-top: 4rem;
}
@media (min-width: 46rem) {
  .our-impact__content .wrapper {
    padding-top: 0rem;
  }
}
@media (max-width: 46rem) {
  .our-impact__content .button {
    font-size: 12px;
  }
}
.our-impact__content .impact-title {
  position: sticky;
  top: 32px;
  padding-bottom: 16px;
}
@media (max-width: 46rem) {
  .our-impact__content .general-card {
    height: calc(100% - 16px);
  }
}
.our-impact.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 735px) {
  .our-impact.active {
    right: 0px;
  }
}
.our-impact.active .our-impact__toggle {
  position: fixed;
  height: 56px;
  bottom: 0px;
  top: unset;
}
@media (min-width: 735px) {
  .our-impact.active .our-impact__toggle {
    position: relative;
  }
}
.our-impact.active .our-impact__toggle .our-impact__toggle-inner:before {
  top: -8px;
  bottom: unset;
}
@media (min-width: 735px) {
  .our-impact.active .our-impact__toggle {
    position: relative;
    height: auto;
  }
}
.our-impact.active .our-impact__content {
  opacity: 1;
}

.our-impact__close {
  background: transparent;
  border: 0;
  position: fixed;
  top: 2rem;
  right: 2rem;
  padding: 0px;
  border: 0px solid #fff;
  z-index: 9999;
  grid-template-columns: 1fr;
}
@media (min-width: 46rem) {
  .our-impact__close {
    top: 2rem;
  }
}
.our-impact__close:hover:after {
  opacity: 0.8;
  background-color: transparent !important;
}
.our-impact__close:after {
  background-image: url('data:image/svg+xml,<svg width="37" height="37" viewBox="0 0 37 37" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.714355" width="36" height="36" rx="18" fill="%23FCF300"/><path d="M11.9297 12L25.3583 25.4286" stroke="%23061530" stroke-width="1.57"/><path d="M25.3594 12L11.9308 25.4286" stroke="%23061530" stroke-width="1.57"/></svg>');
  background-color: transparent !important;
  transition: all 0.2s ease;
  width: 37px;
  height: 37px;
  background-size: contain;
}

.mobile-impact-toggle {
  display: block;
  font-family: "Chivo Mono", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #0000FF;
  padding: 16px 7.8333333333vw;
  margin-left: -7.8333333333vw !important;
  margin-right: -7.8333333333vw !important;
}
.mobile-impact-toggle a {
  color: white !important;
}
@media (min-width: 735px) {
  .mobile-impact-toggle {
    display: none;
  }
}

.report-bottom {
  padding-top: 7vh;
  border-top: 1px solid white;
}
@media (max-width: 46rem) {
  .report-bottom {
    padding-bottom: 8vh;
  }
}
.report-bottom .wrapper {
  padding: 0px 2rem;
}

.our-impact__underlay {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1s ease;
}
.our-impact__underlay.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.section {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.single-column {
  overflow: hidden;
}
.single-column .media-block img {
  width: 100%;
}
@media (max-width: 46rem) {
  .single-column .button {
    margin-top: 2rem;
  }
}
.body-text .text-block h4, .body-text .text-block h5 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-family: "BrownBold", sans-serif;
}
.body-text .text-block h4 {
  color: #0000FF;
}
.body-text .text-block a {
  color: #0000FF;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  transition: all 0.4s ease;
}
.body-text .text-block a:hover {
  color: #004990;
}
.body-text .text-block ul {
  margin-bottom: 32px;
}
.body-text .text-block ul li {
  margin-bottom: 0px;
}
.body-text .text-block table {
  margin-top: 32px;
}
.body-text .text-block table tr th {
  background-color: #E2EDF7;
  padding: 8px 0px 8px 4px;
}
.body-text .text-block table tr td {
  border-bottom: 1px solid #0000FF;
  padding: 8px 0px 8px 4px;
  background-color: white;
}

.bg-navy .text-block a {
  color: white;
}

.text-block p {
  margin-top: 0px;
  margin-bottom: 1rem;
}
.text-block p:last-of-type {
  margin-bottom: 0rem;
}
@media (max-width: 46rem) {
  .text-block h2 {
    margin-bottom: 16px;
  }
}
.text-block ul {
  list-style: none;
}
.text-block ul li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.text-block ul li:before {
  content: " ";
  background-image: url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5L11 5" stroke="%230000FF"/><path d="M7.5 1L11.5 5L7.5 9" stroke="%230000FF"/></svg>');
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.text-block ul li:last-of-type {
  margin-bottom: -8px;
}
@media (min-width: 46rem) {
  .text-block ul li:last-of-type {
    margin-bottom: 0px;
  }
}

.modal-text-block ul {
  list-style: none;
  margin-top: 2rem;
}
.modal-text-block ul li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 16px;
  margin-bottom: 8px;
}
.modal-text-block ul li:before {
  content: " ";
  background-image: url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5L11 5" stroke="%230000FF"/><path d="M7.5 1L11.5 5L7.5 9" stroke="%230000FF"/></svg>');
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.modal-text-block ul li:last-of-type {
  margin-bottom: -8px;
}
@media (min-width: 46rem) {
  .modal-text-block ul li:last-of-type {
    margin-bottom: 0px;
  }
}

.bg-navy .text-block ul li:before, .bg-kingspan-blue .text-block ul li:before {
  background-image: url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5L11 5" stroke="%23FCF300"/><path d="M7.5 1L11.5 5L7.5 9" stroke="%23FCF300"/></svg>');
}

.media-block {
  display: flex;
  margin-bottom: -1px;
}
.media-block.no-margin {
  margin: 0px !important;
}

.shape-overlay {
  position: absolute;
  z-index: 99;
  display: none;
  width: auto !important;
}
@media (min-width: 87.5rem) {
  .shape-overlay {
    display: flex;
  }
}
.shape-overlay.bottom-left {
  bottom: 0px;
  left: 0px;
}
.shape-overlay.bottom-right {
  bottom: 0px;
  right: 0px;
}
.shape-overlay.top-left {
  top: 0px;
  left: 0px;
}
.shape-overlay.top-right {
  top: 0px;
  right: 0px;
}

@media (max-width: 46rem) {
  .two-columns .col-xs-22:first-of-type {
    margin-bottom: 2rem;
  }
  .two-columns .col-xs-22:first-of-type .media-block {
    margin-bottom: 5rem;
  }
}
@media (max-width: 46rem) {
  .two-columns .col-xs-22 .general-card {
    margin-bottom: 0px;
  }
  .two-columns .col-xs-22 .general-card.horizontal {
    margin-bottom: 2rem;
  }
}
.two-columns .middle-border {
  display: block;
  position: absolute;
  background-color: #0000FF;
  top: 50%;
  width: calc(100% - 4rem);
  height: 1px;
  left: 2rem;
}
@media (min-width: 46rem) {
  .two-columns .middle-border {
    height: 100%;
    width: 1px;
    top: 0px;
    left: calc(50% - 1px);
  }
}
.two-columns .top-border {
  width: calc(100% - 4rem);
  height: 1px;
  background-color: #0000FF;
  position: absolute;
  top: 0px;
  left: 2rem;
  display: block;
}
@media (min-width: 46rem) {
  .two-columns .top-border {
    left: 6.25vw;
    display: block;
  }
}
@media (min-width: 87.5rem) {
  .two-columns .top-border {
    left: 4.1666666667vw;
  }
}

@media (max-width: 46rem) {
  .three-columns .col-xs-22:last-of-type .general-card {
    margin-bottom: 0px;
  }
}
@media (max-width: 46rem) {
  .three-columns .media-block {
    margin-bottom: 2rem;
  }
}

.background-image-shape {
  position: absolute;
  width: 120%;
  max-width: unset;
}
@media (min-width: 46rem) {
  .background-image-shape {
    width: 100%;
  }
}
@media (min-width: 71rem) {
  .background-image-shape {
    width: 50%;
  }
}
.background-image-shape.bottom-left {
  bottom: 0px;
  left: 0px;
}
.background-image-shape.bottom-right {
  bottom: 0px;
  right: 0px;
}

.marker-wrap {
  position: absolute;
}
.marker-wrap.above {
  z-index: 9999999 !important;
}

.marker {
  position: relative;
  transform: translate(-5px, -10px) scale(1.5);
}

.infoWindow {
  display: none;
  position: absolute;
  top: -100%;
  left: 100%;
  min-width: 320px;
  color: #061530;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #0000FF;
  padding: 12px 24px;
  font-size: 14px;
  text-align: left;
}
.infoWindow ul {
  margin-left: 10px;
}
.infoWindow ul li {
  gap: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media (max-width: 46rem) {
  .infoWindow {
    min-width: 200px;
  }
}

.infoWindow.open {
  display: block;
}

#globe {
  width: 100%;
}
#globe canvas {
  max-width: 100% !important;
  height: auto;
}

.globe-wrap {
  height: 1400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (max-width: 87.5rem) {
  .globe-wrap {
    height: 1000px;
  }
}
@media (max-width: 71rem) {
  .globe-wrap {
    height: 700px;
    max-height: 700px;
  }
}
@media (max-width: 61rem) {
  .globe-wrap {
    height: 500px;
    max-height: 500px;
  }
}
.globe {
  background-color: #061530;
  color: white;
}
.globe h2 {
  color: #0000FF;
  margin-bottom: 24px;
}
.globe .big-intro {
  margin-bottom: 24px;
  display: block;
}

.globe-tagline:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.horizontal .horizontal__title {
  max-width: 80%;
}
@media (max-width: 992px) {
  .horizontal .horizontal__title {
    max-width: 100%;
  }
}
@media (max-width: md) {
  .horizontal .horizontal__title {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .horizontal .horizontal__scroll {
    height: auto !important;
  }
}
@media (max-width: lg) {
  .horizontal .horizontal__scroll {
    height: auto !important;
  }
}
.horizontal .horizontal__scroll .horizontal__container {
  position: sticky;
  top: 100px;
  width: 100vw;
  height: 100vh;
}
@media (max-width: 1200px) {
  .horizontal .horizontal__scroll .horizontal__container {
    top: unset;
    position: relative;
    height: auto;
  }
}
@media (max-width: lg) {
  .horizontal .horizontal__scroll .horizontal__container {
    top: unset;
    position: relative;
    height: auto;
  }
}
.horizontal .horizontal__scroll .horizontal__container .horizontal__title {
  padding-top: 20px;
  padding-left: 10vw;
}
@media (max-width: 992px) {
  .horizontal .horizontal__scroll .horizontal__container .horizontal__title {
    padding: 20px 1.5rem;
  }
}
@media (max-width: md) {
  .horizontal .horizontal__scroll .horizontal__container .horizontal__title {
    padding: 20px 1.5rem;
  }
}
.horizontal .horizontal__scroll .horizontal__container .horizontal__wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding-left: 10vw;
  position: absolute;
  will-change: transform;
  height: 100%;
  transform: translateX(0px);
}
@media (max-width: 1200px) {
  .horizontal .horizontal__scroll .horizontal__container .horizontal__wrapper {
    position: relative;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-left: 2rem;
    padding-bottom: 200px;
  }
}
@media (max-width: lg) {
  .horizontal .horizontal__scroll .horizontal__container .horizontal__wrapper {
    position: relative;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-left: 2rem;
    padding-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .horizontal .horizontal__scroll .horizontal__container .horizontal__wrapper {
    padding-bottom: 80px;
  }
}
@media (max-width: md) {
  .horizontal .horizontal__scroll .horizontal__container .horizontal__wrapper {
    padding-bottom: 80px;
  }
}
.horizontal .horizontal__scroll .horizontal__container .horizontal__wrapper .horizontal__card {
  width: 40vw;
  padding: 40px 40px 0px 0px;
  margin-right: 40px;
}
@media (max-width: 1200px) {
  .horizontal .horizontal__scroll .horizontal__container .horizontal__wrapper .horizontal__card {
    width: 100%;
  }
}
@media (max-width: lg) {
  .horizontal .horizontal__scroll .horizontal__container .horizontal__wrapper .horizontal__card {
    width: 100%;
  }
}
.horizontal .horizontal__scroll .horizontal__container .horizontal__wrapper .horizontal__card video {
  width: 100%;
  height: auto;
}
.horizontal .horizontal__scroll .horizontal__container .horizontal__wrapper .horizontal__card--content {
  margin-top: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1200px) {
  .horizontal .horizontal__scroll .horizontal__container .horizontal__wrapper .horizontal__card--content {
    background-size: cover;
  }
}
@media (max-width: lg) {
  .horizontal .horizontal__scroll .horizontal__container .horizontal__wrapper .horizontal__card--content {
    background-size: cover;
  }
}
.horizontal .horizontal__scroll .horizontal__container .horizontal__wrapper .horizontal__card--content .outline-button {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .horizontal .horizontal__scroll-bg {
    height: auto !important;
  }
}
@media (max-width: lg) {
  .horizontal .horizontal__scroll-bg {
    height: auto !important;
  }
}
.horizontal .horizontal__scroll-bg .horizontal__wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding-left: 0px !important;
  position: absolute;
  height: 100%;
  transform: translateX(0px);
}
@media (max-width: 1200px) {
  .horizontal .horizontal__scroll-bg .horizontal__wrapper {
    position: relative;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-left: 2rem;
    padding-bottom: 0px !important;
  }
}
@media (max-width: lg) {
  .horizontal .horizontal__scroll-bg .horizontal__wrapper {
    position: relative;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-left: 2rem;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 992px) {
  .horizontal .horizontal__scroll-bg .horizontal__wrapper {
    padding-bottom: 20px;
  }
}
@media (max-width: md) {
  .horizontal .horizontal__scroll-bg .horizontal__wrapper {
    padding-bottom: 20px;
  }
}
.horizontal .horizontal__scroll-bg .horizontal__wrapper .horizontal__card {
  width: 100vw !important;
  height: calc(100vh - 110px);
  position: relative;
  padding: 0px !important;
  margin: 0px !important;
}
.horizontal .horizontal__scroll-bg .horizontal__wrapper .horizontal__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.horizontal .horizontal__scroll-bg .horizontal__wrapper .horizontal__card video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.horizontal .horizontal__scroll-bg .horizontal__wrapper .horizontal__card .horizontal__card--content {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  z-index: 2;
  width: 25%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  color: white;
}
@media (max-width: 1200px) {
  .horizontal .horizontal__scroll-bg .horizontal__wrapper .horizontal__card .horizontal__card--content {
    right: 4rem;
    width: 50%;
    padding: 40px 80px 40px 60px;
  }
}
@media (max-width: lg) {
  .horizontal .horizontal__scroll-bg .horizontal__wrapper .horizontal__card .horizontal__card--content {
    right: 4rem;
    width: 50%;
    padding: 40px 80px 40px 60px;
  }
}
@media (max-width: 1200px) {
  .horizontal .horizontal__scroll-bg .horizontal__wrapper .horizontal__card .horizontal__card--content {
    width: calc(100% - 2rem);
    right: unset;
    left: 1rem;
    overflow: hidden;
    padding: 40px 60px;
  }
}
@media (max-width: lg) {
  .horizontal .horizontal__scroll-bg .horizontal__wrapper .horizontal__card .horizontal__card--content {
    width: calc(100% - 2rem);
    right: unset;
    left: 1rem;
    overflow: hidden;
    padding: 40px 60px;
  }
}
.horizontal .horizontal__scroll-bg .horizontal__wrapper .horizontal__card .horizontal__card--content svg {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .horizontal .horizontal__scroll-bg .horizontal__wrapper .horizontal__card .horizontal__card--content svg {
    width: auto;
    height: auto;
  }
}
@media (max-width: lg) {
  .horizontal .horizontal__scroll-bg .horizontal__wrapper .horizontal__card .horizontal__card--content svg {
    width: auto;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .horizontal .horizontal__scroll-bg .horizontal__wrapper .horizontal__card .horizontal__card--content svg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: lg) {
  .horizontal .horizontal__scroll-bg .horizontal__wrapper .horizontal__card .horizontal__card--content svg {
    width: 100%;
    height: auto;
  }
}
.horizontal .horizontal__scroll-bg .horizontal__wrapper .horizontal__card .horizontal__card--content .horizontal__card--content-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
}

.caption {
  position: absolute;
  bottom: 7.8333333333vw;
  font-size: 10px;
  color: #0000FF;
}
.caption:after {
  content: "+";
  font-size: 24px;
  line-height: 1;
  text-align: center;
  width: 100%;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  bottom: 0px;
  right: -24px;
  background: white;
  border: 1px solid #0000FF;
}
@media (min-width: 46rem) {
  .caption:after {
    display: none;
  }
}
.caption .caption__col-1, .caption .caption__col-2 {
  display: none;
}
@media (min-width: 46rem) {
  .caption .caption__col-1, .caption .caption__col-2 {
    display: block;
  }
}
@media (min-width: 46rem) {
  .caption .caption__col-1 {
    margin-bottom: -1px;
  }
}
.caption.open .caption__col-1, .caption.open .caption__col-2 {
  display: block;
}
.caption.open:after {
  content: "×";
}
.caption.left:after {
  right: unset;
  left: 0px;
}
.caption.left.open:after {
  left: -24px;
}
@media (min-width: 46rem) {
  .caption {
    font-size: 12px;
  }
}
@media (min-width: 46rem) {
  .caption.horizontal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: -1px;
  }
  .caption.horizontal .caption__col-1 {
    margin-right: -1px;
    margin-bottom: 0px;
  }
}
@media (min-width: 46rem) {
  .caption.offset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .caption.offset .caption__col-1 {
    grid-column: 1;
    grid-row: 1;
    margin-right: -1px;
  }
  .caption.offset .caption__col-2 {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (min-width: 46rem) {
  .caption {
    bottom: 5.75vw;
  }
}
@media (min-width: 87.5rem) {
  .caption {
    bottom: 3.6666666667vw;
  }
}
.caption.left {
  left: 7.8333333333vw;
}
@media (min-width: 46rem) {
  .caption.left {
    left: 5.75vw;
  }
}
@media (min-width: 87.5rem) {
  .caption.left {
    left: 3.6666666667vw;
  }
}
.caption.left.open {
  left: 4rem;
}
.caption.right {
  right: 7.8333333333vw;
}
@media (min-width: 46rem) {
  .caption.right {
    right: 5.75vw;
  }
}
@media (min-width: 87.5rem) {
  .caption.right {
    right: 3.6666666667vw;
  }
}
.caption.offset-left {
  left: 8px;
  bottom: 8px;
}
@media (min-width: 46rem) {
  .caption.offset-left {
    left: -2rem;
    bottom: -2rem;
  }
}
.caption.offset-left.open {
  left: 32px;
}
.caption.offset-left.open:after {
  left: -24px;
}
.caption.offset-right {
  right: 8px;
  bottom: 8px;
}
@media (min-width: 46rem) {
  .caption.offset-right {
    right: -2rem;
    bottom: -2rem;
  }
}
.caption .caption__col-1 {
  background: white;
  border: 1px solid #0000FF;
  padding: 12px;
}
@media (max-width: 46rem) {
  .caption .caption__col-1 {
    margin-bottom: -1px;
  }
}
.caption .caption__col-2 {
  background: white;
  border: 1px solid #0000FF;
  padding: 12px;
}

.quote-block .quote-mark {
  margin-bottom: 3.6666666667vw;
}
.quote-block .quote-credit {
  color: #0000FF;
}
.quote-block .quote-credit h3 {
  margin: 3.6666666667vw 0px 0px;
}
@media (min-width: 46rem) {
  .quote-block .quote-credit h3 {
    margin: 3.6666666667vw 0px 0px;
  }
}
.quote-block .quote-credit h3:nth-of-type(2) {
  margin-top: 0px;
}

.pp-result-row {
  border-top: 1px solid;
}
.pp-result-row:last-of-type {
  border-bottom: 1px solid #00AA65;
  background: white;
  border-color: #00AA65;
}
.pp-result-row:last-of-type .pp-result-row__title {
  color: #061530;
  border-color: #00AA65;
}
.pp-result-row:last-of-type .pp-result-row__stats {
  border-color: #00AA65;
}
.pp-result-row:last-of-type .pp-stat-card {
  border-color: #00AA65;
}
.pp-result-row:last-of-type .pp-stat-card .pp-stat-card__stat {
  background: #00AA65;
  border-color: white;
  color: white;
}
.pp-result-row:last-of-type .pp-stat-card .pp-stat-card__description {
  color: #061530;
}
.pp-result-row:last-of-type .pp-footnotes {
  color: #061530;
}
.pp-result-row:first-of-type {
  background: #00AA65;
  border-color: white;
}
.pp-result-row:first-of-type .pp-result-row__title {
  color: white;
  border-color: white;
}
.pp-result-row:first-of-type .pp-result-row__stats {
  border-color: white;
}
.pp-result-row:first-of-type .pp-stat-card {
  border-color: white;
}
.pp-result-row:first-of-type .pp-stat-card .pp-stat-card__stat {
  background: #061530;
  border-color: #00AA65;
  color: white;
}
.pp-result-row:first-of-type .pp-stat-card .pp-stat-card__description {
  color: #061530;
}
.pp-result-row:first-of-type .pp-footnotes {
  color: white;
}
.pp-result-row:nth-of-type(2) {
  background: white;
  border-color: #0000FF;
}
.pp-result-row:nth-of-type(2) .pp-result-row__title {
  color: #0000FF;
  border-color: #0000FF;
}
.pp-result-row:nth-of-type(2) .pp-result-row__stats {
  border-color: #0000FF;
}
.pp-result-row:nth-of-type(2) .pp-stat-card {
  border-color: #0000FF;
}
.pp-result-row:nth-of-type(2) .pp-stat-card .pp-stat-card__stat {
  background: #0000FF;
  border-color: white;
  color: white;
}
.pp-result-row:nth-of-type(2) .pp-stat-card .pp-stat-card__description {
  color: #0000FF;
}
.pp-result-row:nth-of-type(2) .pp-footnotes {
  color: #061530;
}
.pp-result-row:nth-of-type(3) {
  background: #FCF300;
}
.pp-result-row:nth-of-type(3) .pp-result-row__title {
  color: #061530;
  border-color: #061530;
}
.pp-result-row:nth-of-type(3) .pp-result-row__stats {
  border-color: #061530;
}
.pp-result-row:nth-of-type(3) .pp-stat-card {
  border-color: #061530;
}
.pp-result-row:nth-of-type(3) .pp-stat-card .pp-stat-card__stat {
  background: #061530;
  border-color: #00AA65;
  color: white;
}
.pp-result-row:nth-of-type(3) .pp-stat-card .pp-stat-card__description {
  color: #061530;
}
.pp-result-row:nth-of-type(3) .pp-footnotes {
  color: #061530;
}
.pp-result-row__inner {
  padding-left: 7.8333333333vw;
  padding-right: 7.8333333333vw;
  box-sizing: border-box;
  margin: 0px auto;
  width: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 46rem) {
  .pp-result-row__inner {
    grid-template-columns: 25% auto;
  }
}
.pp-result-row__title {
  border-left: 1px solid;
}
@media (max-width: 46rem) {
  .pp-result-row__title {
    border-right: 1px solid;
  }
}
.pp-result-row__title-inner {
  position: sticky;
  top: 60px;
  padding: 1rem 2rem 0rem 2rem;
}
@media (min-width: 87.5rem) {
  .pp-result-row__title-inner {
    padding: 6rem 2rem 6rem;
  }
}
.pp-result-row__title-inner img {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 120px;
}
@media (min-width: 46rem) {
  .pp-result-row__title-inner img {
    max-width: 180px;
  }
}
@media (min-width: 146rem) {
  .pp-result-row__title-inner img {
    max-width: 200px;
  }
}
@media (min-width: 146rem) {
  .pp-result-row__title-inner span.accent {
    font-size: 26px;
  }
}
.pp-result-row__stats {
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 2rem;
}
@media (min-width: 87.5rem) {
  .pp-result-row__stats {
    padding: 6rem;
  }
}
@media (min-width: 106rem) {
  .pp-result-row__stats {
    padding: 8rem 6rem;
  }
}
.pp-result-row__stats .pp-stat-card {
  display: grid;
  grid-template-columns: 40% auto;
  align-content: center;
  border: 1px solid;
  margin-bottom: 1rem;
  width: 100%;
}
.pp-result-row__stats .pp-stat-card:last-of-type {
  margin-bottom: 0px;
}
.pp-result-row__stats .pp-stat-card h2 {
  margin: 0px;
}
@media (min-width: 46rem) {
  .pp-result-row__stats .pp-stat-card {
    grid-template-columns: 20% auto;
    margin-bottom: 2rem;
  }
}
@media (min-width: 87.5rem) {
  .pp-result-row__stats .pp-stat-card {
    grid-template-columns: 28% auto;
  }
}
.pp-result-row__stats .pp-stat-card__stat {
  background: #00AA65;
  color: white;
  border-right: 1px solid;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
@media (min-width: 46rem) {
  .pp-result-row__stats .pp-stat-card__stat {
    padding: 2rem;
  }
}
.pp-result-row__stats .pp-stat-card__stat h2 {
  font-family: "Chivo Mono", sans-serif;
  font-weight: 100;
}
@media (min-width: 87.5rem) {
  .pp-result-row__stats .pp-stat-card__stat h2 {
    font-size: 70px;
  }
}
@media (min-width: 146rem) {
  .pp-result-row__stats .pp-stat-card__stat h2 {
    font-size: 80px;
  }
}
.pp-result-row__stats .pp-stat-card__description {
  background: white;
  padding: 1rem;
}
@media (min-width: 46rem) {
  .pp-result-row__stats .pp-stat-card__description {
    padding: 2rem;
  }
}
@media (min-width: 87.5rem) {
  .pp-result-row__stats .pp-stat-card__description {
    padding: 3rem;
  }
}
.pp-result-row__stats .pp-stat-card__description h3 {
  margin: 0px;
}
@media (max-width: 46rem) {
  .pp-result-row__stats .pp-stat-card__description h3 {
    font-size: 16px;
  }
}
@media (min-width: 87.5rem) {
  .pp-result-row__stats .pp-stat-card__description h3 {
    font-size: 32px;
  }
}
@media (min-width: 106rem) {
  .pp-result-row__stats .pp-stat-card__description h3 {
    font-size: 34px;
  }
}
@media (min-width: 146rem) {
  .pp-result-row__stats .pp-stat-card__description h3 {
    font-size: 40px;
  }
}

.halves-wrapper .text-block {
  padding-right: 7.8333333333vw;
  padding-left: 7.8333333333vw;
  position: relative;
  padding-top: 8vh;
  padding-bottom: 8vh;
}
@media (min-width: 46rem) {
  .halves-wrapper .text-block {
    padding-right: 6.25vw;
    padding-left: 6.25vw;
  }
}
@media (min-width: 87.5rem) {
  .halves-wrapper .text-block {
    padding-right: 4.1666666667vw;
    padding-left: 4.1666666667vw;
  }
}

@media (min-width: 46rem) {
  .timeline {
    padding-left: 5vw;
    padding-right: 5vw;
    margin-bottom: -1px;
  }
}
.timeline__inner {
  position: sticky;
  top: 140px;
  width: 100vw;
  height: 100vh;
}
.timeline__inner .timeline__inner--wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 5vw;
  left: 0;
  position: absolute;
  will-change: transform;
}
.timeline__inner .introduction {
  flex: 1 1 80vw;
  min-width: 80vw;
}
@media (min-width: 46rem) {
  .timeline__inner .introduction {
    flex-basis: 70vw;
    min-width: 70vw;
  }
}
@media (min-width: 71rem) {
  .timeline__inner .introduction {
    flex-basis: 40vw;
    min-width: 40vw;
  }
}
.timeline__inner .timeline__nodes {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  height: 80vh;
}
.timeline__inner .timeline__nodes .timeline__card {
  width: 40vw;
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  padding-bottom: 2rem;
  height: 40vh;
  position: relative;
  border-left: 1px solid #FCF300;
}
.timeline__inner .timeline__nodes .timeline__card--image {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.timeline__inner .timeline__nodes .timeline__card:nth-of-type(2n + 1) {
  flex-direction: column-reverse;
  align-self: flex-end;
  padding-top: 2rem;
  padding-bottom: 0px;
}
.timeline__inner .timeline__nodes .timeline__card:nth-of-type(2n + 1) .timeline__card--image {
  margin-bottom: 1rem;
  margin-top: 0px;
}
.timeline__inner .timeline__nodes .timeline__card:nth-of-type(2n + 1):before {
  background: #FCF300;
}
.timeline__inner .timeline__nodes .timeline__card:nth-of-type(2n + 1):after {
  background: #061530;
}
.timeline__inner .timeline__nodes .timeline__card:before {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #FCF300;
  position: absolute;
  top: -5px;
  left: -5px;
  background: #061530;
}
.timeline__inner .timeline__nodes .timeline__card:after {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #FCF300;
  position: absolute;
  bottom: -5px;
  left: -5px;
  background: #FCF300;
}
@media (min-width: 71rem) {
  .timeline__inner .timeline__nodes .timeline__card {
    width: 20vw;
  }
}
.timeline__inner .timeline__nodes .timeline__card h1, .timeline__inner .timeline__nodes .timeline__card h2, .timeline__inner .timeline__nodes .timeline__card h3 {
  margin: 0;
}
.timeline .timeline-border {
  width: 100%;
  height: 1px;
  background: #FCF300;
  position: absolute;
  top: 40vh;
  left: 0px;
}
.timeline .timeline-nodes-mobile {
  height: 400px;
  padding-top: 6rem;
  position: relative;
}
.timeline .timeline-nodes-mobile .swiper-navigation {
  position: absolute;
  top: 3rem;
  right: -10px;
  width: 100px;
}
.timeline .timeline-nodes-mobile .swiper-navigation .swiper-button-next {
  width: 40px;
  height: 40px;
  position: absolute;
  left: unset;
  right: 0px;
}
.timeline .timeline-nodes-mobile .swiper-navigation .swiper-button-next:after {
  content: " ";
  background-image: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.54541 18.6362L10.1818 9.99987L1.54541 1.3635" stroke="%230000FF" stroke-width="1.72727" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.timeline .timeline-nodes-mobile .swiper-navigation .swiper-button-prev {
  width: 40px;
  height: 40px;
}
.timeline .timeline-nodes-mobile .swiper-navigation .swiper-button-prev:after {
  content: " ";
  background-image: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.4546 18.6362L1.81823 9.99987L10.4546 1.3635" stroke="%230000FF" stroke-width="1.72727" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.timeline .timeline-nodes-mobile .timeline__card {
  border-left: 1px solid #FCF300;
  border-bottom: 1px solid #FCF300;
  display: flex;
  height: calc(100% - 10px);
  gap: 1rem;
  flex-direction: column;
  padding-left: 1rem;
  padding-bottom: 2rem;
  padding-right: 1rem;
}
.timeline .timeline-nodes-mobile .timeline__card img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline .timeline-nodes-mobile .timeline__card:before {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #FCF300;
  position: absolute;
  top: -5px;
  left: -5px;
  background: #061530;
}
.timeline .timeline-nodes-mobile .timeline__card:after {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #FCF300;
  position: absolute;
  bottom: -5px;
  left: -5px;
  background: #FCF300;
}
.timeline .hide-on-desktop {
  max-width: 100vw;
  overflow: hidden;
}

.sticky-panels .panel-title {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (max-width: 46rem) {
  .sticky-panels .panel-title {
    padding-top: 4rem;
    border-bottom: 1px solid;
  }
}
@media (min-width: 46rem) {
  .sticky-panels .panel-content {
    border-left: 1px solid;
  }
}
.sticky-panels .panel-content hr {
  margin: 0px;
}
@media (max-width: 46rem) {
  .sticky-panels .panel-content h3 {
    font-size: 16px;
  }
}
.sticky-panels .panel-content .media-block {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 46rem) {
  .sticky-panels .panel-content .media-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.sticky-panels .panel-content .media-block img {
  width: auto;
  max-width: 100%;
}
@media (min-width: 87.5rem) {
  .sticky-panels .panel-content .media-block img {
    max-width: 100%;
  }
}
@media (min-width: 46rem) {
  .sticky-panels .panel-content .media-block {
    padding-top: 0rem;
    padding-bottom: 0;
  }
}
@media (min-width: 87.5rem) {
  .sticky-panels .panel-content .media-block {
    padding-right: 0px;
  }
}
.sticky-panels .panel-content .two-columns .col-xs-22:first-of-type {
  margin-bottom: 0px;
}
.sticky-panels .panel-content .two-columns .media-block {
  padding-top: 0rem;
}
@media (min-width: 46rem) {
  .sticky-panels .panel-content .two-columns .media-block {
    padding-top: 2rem;
  }
}
@media (min-width: 46rem) {
  .sticky-panels .panel-content .two-columns .text-block {
    padding-right: 2rem;
  }
}
@media (min-width: 87.5rem) {
  .sticky-panels .panel-content .two-columns .text-block {
    padding-right: 0rem;
  }
}
.sticky-panels .sticky-middle-border {
  height: 1px;
  width: 100%;
  position: relative;
  left: 0%;
  margin-bottom: 32px;
}
@media (min-width: 61rem) {
  .sticky-panels .sticky-middle-border {
    position: absolute;
    margin-bottom: 0px;
    left: 50%;
    top: unset;
    width: 1px;
    height: 100%;
  }
}
.sticky-panels.bg-navy .panel-content, .sticky-panels.bg-bright-blue .panel-content, .sticky-panels.bg-kingspan-blue .panel-content {
  border-color: white;
}
.sticky-panels.bg-navy .sticky-middle-border, .sticky-panels.bg-bright-blue .sticky-middle-border, .sticky-panels.bg-kingspan-blue .sticky-middle-border {
  background: white;
}
.sticky-panels.bg-yellow .panel-content, .sticky-panels.bg-white .panel-content {
  border-color: #061530;
}
.sticky-panels.bg-yellow .sticky-middle-border, .sticky-panels.bg-white .sticky-middle-border {
  background: #061530;
}
@media (max-width: 46rem) {
  .sticky-panels .two-columns .col-xs-22:first-of-type {
    margin-bottom: 0rem;
  }
  .sticky-panels .two-columns .col-xs-22:first-of-type .media-block {
    margin-bottom: 0rem;
  }
}

.accordion {
  margin-top: 32px;
}
.accordion .accordion-toggle {
  cursor: pointer;
  background: #0000FF;
  color: white;
  padding: 4px 12px;
}
@media (min-width: 61rem) {
  .accordion .accordion-toggle {
    padding: 8px 16px 4px;
  }
}
.accordion .accordion-toggle h2, .accordion .accordion-toggle h3 {
  margin: 0;
  font-family: "BrownBold", sans-serif;
  font-size: 24px;
}
@media (max-width: 46rem) {
  .accordion .accordion-toggle h2, .accordion .accordion-toggle h3 {
    font-size: 16px;
  }
}
.accordion .accordion-toggle:has(+ .content-transition) {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.accordion .accordion-content {
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  background: white;
  margin-bottom: 2px;
}
.accordion .accordion-content.content-transition {
  max-height: 1500px;
  transition: max-height 0.5s ease-in;
}

.accordion-arrow {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transition: all 0.5s ease;
  max-width: 24px;
}
@media (min-width: 46rem) {
  .accordion-arrow {
    max-width: 40px;
  }
}

.rotate {
  transform: rotate(180deg);
}

.envelope-wrap, .spectrum-wrap {
  position: relative;
  display: grid;
  grid-auto-rows: min-content; /* Ensure container respects content height */
}
.envelope-wrap .image-container, .spectrum-wrap .image-container {
  position: relative;
  display: inline-block;
}
.envelope-wrap .image-container .interactive-image, .spectrum-wrap .image-container .interactive-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.envelope-wrap .image-container .interactive-image.base, .spectrum-wrap .image-container .interactive-image.base {
  position: relative;
  display: block;
}

.spectrum-legend {
  position: relative;
  z-index: 3;
  margin-top: 32px;
}
@media (min-width: 71rem) {
  .spectrum-legend {
    margin-bottom: -4rem;
  }
}
@media (min-width: 87.5rem) {
  .spectrum-legend {
    margin-bottom: -8rem;
  }
}

.spectrum-icons-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
}
.spectrum-icons-wrap .spectrum-icon {
  display: grid;
  gap: 8px;
  align-items: center;
  grid-template-columns: 30px 1fr;
  margin-bottom: 4px;
}
@media (min-width: 46rem) {
  .spectrum-icons-wrap .spectrum-icon {
    margin-bottom: 8px;
  }
}
.spectrum-icons-wrap .spectrum-icon img {
  max-width: 30px;
}
.spectrum-icons-wrap .spectrum-icon span {
  display: block;
}

.tooltip {
  position: absolute;
}
.tooltip__node svg {
  cursor: pointer;
  overflow: visible;
}
.tooltip__node svg rect, .tooltip__node svg path {
  transition: all 0.3s ease;
}
.tooltip__node:hover svg rect {
  fill: #FCF300;
  stroke: #061530;
}
.tooltip__node:hover svg path {
  stroke: #061530;
}
.tooltip.active {
  z-index: 9999;
}
.tooltip.active > .tooltip__info {
  opacity: 1;
  visibility: visible;
}
.tooltip.larger-tooltip .tooltip__info {
  display: block;
  height: 210px;
  top: -232px;
  left: -106px;
}
.tooltip.larger-tooltip .tooltip__info img {
  max-width: 60px;
}
.tooltip.larger-tooltip .tooltip__info .tooltip__info--content-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tooltip .tooltip__info--icons {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}
.tooltip .tooltip__info--icons img {
  max-width: 25px;
}
.tooltip__info {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  border: 1px solid #061530;
  background: white;
  position: absolute;
  top: -100px;
  left: -105px;
  overflow: visible;
  display: grid;
  grid-template-columns: 25% 1fr;
  align-items: center;
  width: 250px;
  height: 70px;
  font-size: 11px;
}
.tooltip__info:after {
  content: " ";
  height: 30px;
  width: 1px;
  background: #061530;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 125px;
}
.tooltip__info.technical-insulation {
  grid-template-columns: 50% 1fr;
}
.tooltip__info.technical-insulation .tooltip__info--image {
  padding-top: 15px;
}
.tooltip__info--image {
  border-right: 1px solid #061530;
  height: 100%;
}
.tooltip__info--content {
  padding: 4px 12px;
}

.envelope .tooltip[data-tooltip="1"] {
  left: 17%;
  top: 30%;
}
.envelope .tooltip[data-tooltip="2"] {
  left: 10%;
  top: 50%;
}
.envelope .tooltip[data-tooltip="3"] {
  left: 17%;
  top: 20%;
}
.envelope .tooltip[data-tooltip="4"] {
  left: 20%;
  top: 70%;
}
.envelope .tooltip[data-tooltip="5"] {
  left: 16%;
  top: 62%;
}
.envelope .tooltip[data-tooltip="6"] {
  left: 25%;
  top: 73%;
}
.envelope .tooltip[data-tooltip="7"] {
  left: 86%;
  top: 60%;
}
.envelope .tooltip[data-tooltip="8"] {
  left: 70%;
  top: 60%;
}
.envelope .tooltip[data-tooltip="9"] {
  left: 57%;
  top: 30%;
}
.envelope .tooltip[data-tooltip="10"] {
  left: 35%;
  top: 18%;
}

.spectrum .tooltip__info {
  display: block;
  height: 90px;
  top: -112px;
}
.spectrum .tooltip[data-tooltip="1"] {
  left: 72%;
  top: 35%;
}
.spectrum .tooltip[data-tooltip="2"] {
  left: 73%;
  top: 20%;
}
.spectrum .tooltip[data-tooltip="3"] {
  left: 74%;
  top: 29%;
}
.spectrum .tooltip[data-tooltip="4"] {
  left: 66%;
  top: 22%;
}
.spectrum .tooltip[data-tooltip="5"] {
  left: 40%;
  top: 50%;
}
.spectrum .tooltip[data-tooltip="6"] {
  left: 52%;
  top: 55%;
}
.spectrum .tooltip[data-tooltip="7"] {
  left: 32%;
  top: 64%;
}
.spectrum .tooltip[data-tooltip="8"] {
  left: 45%;
  top: 56%;
}
.spectrum .tooltip[data-tooltip="9"] {
  left: 42%;
  top: 58%;
}
.spectrum .tooltip[data-tooltip="10"] {
  left: 16%;
  top: 60%;
}

.spectrum-mobile .accordion, .envelope-mobile .accordion {
  margin-top: 8px;
}
.spectrum-mobile .accordion .accordion-toggle, .envelope-mobile .accordion .accordion-toggle {
  background: white;
  padding: 0px;
}
.spectrum-mobile .accordion .accordion-toggle .spectrum-mobile__toggle svg, .envelope-mobile .accordion .accordion-toggle .spectrum-mobile__toggle svg {
  width: 20px;
  height: 20px;
}
.spectrum-mobile .spectrum-mobile__legend, .envelope-mobile .spectrum-mobile__legend {
  border-bottom: 1px solid #061530;
}
.spectrum-mobile .spectrum-mobile__legend--item, .envelope-mobile .spectrum-mobile__legend--item {
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  gap: 20px;
  border-top: 1px solid #061530;
  padding: 4px 0px;
  align-items: center;
  font-size: 12px;
}
.spectrum-mobile .spectrum-mobile__legend--item-number, .envelope-mobile .spectrum-mobile__legend--item-number {
  background: #061530;
  color: white;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-top: 2px;
  text-align: center;
}
.spectrum-mobile .spectrum-mobile__legend--item-content, .envelope-mobile .spectrum-mobile__legend--item-content {
  margin-left: 40px;
}
.spectrum-mobile .spectrum-mobile__legend--item-icons img, .envelope-mobile .spectrum-mobile__legend--item-icons img {
  max-width: 20px;
}
.spectrum-mobile .envelope-grid-content, .envelope-mobile .envelope-grid-content {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
}
.spectrum-mobile .envelope-grid-content.full-width, .envelope-mobile .envelope-grid-content.full-width {
  grid-template-columns: 1fr;
}