@charset "UTF-8";
:root {
  --page-max-width: 85rem;
}

:root {
  --c-brand-primary-bright: #b99f5a;
  --c-brand-primary: #af8f35;
  --c-brand-primary-dark: #7a6327;
  --c-black: #000000;
  --c-text: #000000;
  --font-family-headline: "neulis-sans", sans-serif;
  --font-family-body: "poppins", sans-serif;
  --font-weight-headline: 100;
  --font-weight-body: 300;
  --font-size-h1: var(--step-9);
  --font-size-h3: var(--step-4);
  --font-size-h4: var(--step-2);
  --button-border-radius: 5px;
  --button-text-offest: 0em;
  --button-font-weight: 400;
  --button-font-family: var(--font-family-body);
  --c-button-bg: var(--c-brand-primary);
  --c-button-color: var(--c-black);
  --c-button-bg-hover: var(--c-brand-primary-dark);
  --c-button-color-hover: var(--c-text-light);
  --ease-cubic: cubic-bezier(0.37, 0, 0.63, 1);
}

.h2 {
  line-height: 1.2em;
}

.typography {
  color: #252a2b;
  line-height: 1.5em;
}
.typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #252a2b;
}
.typography h2 {
  font-size: var(--step-4);
  line-height: 1.2em;
  margin-top: 2em;
}
.typography h2:first-child {
  margin-top: 0;
}
.typography h3 {
  font-size: var(--step-2);
  font-family: var(--font-family-headline);
  margin-bottom: 0.25em;
  margin-top: 2em;
  font-weight: 300;
}
.typography h3:first-child {
  margin-top: 0;
}
.typography h4 {
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 1.5em;
}
.typography h4:first-child {
  margin-top: 0;
}
.typography p {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.typography p:first-child {
  margin-top: 0;
}
.typography ul {
  list-style: disc;
  padding-left: 1.5em;
  font-weight: inherit;
  font-family: inherit;
}
.typography ul li {
  padding: 0.15em 0 0.15em 0;
  font-weight: inherit;
}
.typography ul li::marker {
  color: var(--c-brand-primary);
}
.typography ul li::before {
  display: none;
}
.typography ol.letters {
  list-style: lower-alpha;
}
.typography ol.roman {
  list-style: lower-roman;
}
.typography ol.custom {
  list-style: none;
}
.typography a {
  font-weight: 700;
}
.typography a.style-b {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  display: inline-flex;
  color: var(--c-brand-primary-dark);
}
.typography a.style-b::after {
  content: "  >";
  display: block;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.typography a.style-b:hover {
  color: var(--c-brand-primary-darker);
}

.button,
button[type=submit],
.bef-link,
.paragraph--hero--scs .section-header .field--link a,
.pager__item a {
  letter-spacing: 0.05em;
}

.site-header {
  padding: clamp(0.5rem, 1.2vw, 1rem) clamp(2rem, 4.8vw, 4rem) clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem);
}
.site-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.gin--vertical-toolbar .site-header {
  top: 60px;
}
.site-header .icon-button {
  margin-left: 2em;
  background: rgba(255, 255, 255, 0.35);
  border-radius: var(--button-border-radius);
  transition: all 0.25s;
}
.site-header .icon-button i.i {
  order: -9999;
}
.site-header .icon-button span.t {
  transition: all 0.25s;
}
.site-header .icon-button:hover {
  background: #fff;
  color: #000;
}
.site-header .nav-buttons {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0) and (max-width: 999px) {
  .site-header {
    padding: 0;
    height: 5rem;
    align-items: stretch;
  }
  .site-header .nav-buttons {
    display: none;
  }
}

.site-title {
  display: block;
  width: clamp(8em, 16vw, 14em);
}
.site-title a {
  display: block;
}
.site-title a img {
  display: block;
  width: 100%;
  height: auto;
}
.site-title a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 0) and (max-width: 999px) {
  .site-title {
    width: auto;
    flex-grow: 1;
    font-family: var(--font-family-headline);
    background: #000;
  }
  .site-title h1 {
    font-size: 1em;
  }
  .site-title * {
    height: 100%;
  }
  .site-title a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2em;
  }
  .site-title a img {
    width: 12em;
    height: auto;
  }
}

.primary-nav {
  font-family: var(--font-family-body);
  font-weight: 300;
}
.primary-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 0) and (max-width: 999px) {
  .primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-transform: capitalize;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 1s;
    z-index: 600;
    max-width: 480px;
  }
  .primary-nav svg {
    display: none;
  }
  .primary-nav.open {
    transform: none;
    opacity: 1;
  }
  .primary-nav nav > .menu-container {
    height: 100%;
  }
  .primary-nav nav > .menu-container > ul {
    overflow-y: scroll;
    height: 100%;
  }
  .primary-nav .menu-container {
    background: black;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.5s;
  }
  .primary-nav > nav > .menu-container {
    transform: none;
  }
  .primary-nav button.back {
    display: block;
    width: 100%;
    background: var(--c-black);
    color: #fff;
    border: none;
    text-transform: none;
    text-align: left;
    letter-spacing: 0;
    font-size: 1.2em;
    line-height: 1em;
    padding: 1.25em 2em;
  }
  .primary-nav button.back svg {
    display: none;
  }
  .primary-nav button.back span {
    display: block;
    position: relative;
    padding-left: 2em;
  }
  .primary-nav button.back span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.8em;
    height: 0.8em;
    border-style: none none solid solid;
    transform: translate(0, -50%) rotate(45deg);
  }
  .primary-nav nav .menu-container li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .primary-nav nav .menu-container li a {
    display: block;
    padding: 0 2em;
    line-height: 5em;
    height: 5em;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.25s;
    background: transparent;
    color: white;
  }
  .primary-nav nav .menu-container li a:hover, .primary-nav nav .menu-container li a:focus, .primary-nav nav .menu-container li a.is-active {
    background: #fff !important;
    color: #000 !important;
  }
  .primary-nav nav .menu-container li.expanded {
    position: relative;
  }
  .primary-nav nav .menu-container li.expanded > a {
    margin-right: 5em;
  }
  .primary-nav nav .menu-container li.expanded button.toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 5em;
    height: 5em;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.25s;
    background: transparent;
  }
  .primary-nav nav .menu-container li.expanded button.toggle::after {
    content: "";
    position: absolute;
    right: 2.5em;
    top: 2.5em;
    width: 0.7em;
    height: 0.7em;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-style: solid solid none none;
    transform: translate(50%, -50%) rotate(45deg);
    transition: all 0.25s;
    transition: all 0.25s;
  }
  .primary-nav nav .menu-container li.expanded button.toggle:hover {
    cursor: pointer;
    background: #fff;
  }
  .primary-nav nav .menu-container li.expanded button.toggle:hover::after {
    border-color: #000;
  }
  .primary-nav nav .menu-container li.expanded button.toggle span {
    overflow: hidden;
    text-indent: 999px;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
  }
  .primary-nav nav .menu-container li.expanded .menu-container {
    z-index: 500;
  }
  .primary-nav nav .menu-container li.expanded .menu-container .menu-container {
    z-index: 501;
  }
  .primary-nav nav .menu-container li.expanded .menu-container .menu-container .menu-container {
    z-index: 502;
  }
  .primary-nav nav .menu-container li.expanded .menu-container .menu-container .menu-container .menu-container {
    z-index: 503;
  }
  .primary-nav nav .menu-container li.expanded li a {
    display: block;
    color: #fff;
    text-transform: none;
    transition: all 0.25s;
  }
  .primary-nav nav .menu-container li.expanded.open::after {
    border-style: solid solid none none;
    transform: translate(50%, -70%) rotate(135deg);
  }
  .primary-nav nav .menu-container li.expanded.open > .menu-container {
    transform: none;
  }
}
@media screen and (min-width: 1000px) {
  .primary-nav {
    white-space: nowrap;
    font-size: 0.7em;
    display: flex;
    align-items: center;
    transition: all 0.25s;
  }
  .primary-nav button {
    display: none;
  }
  .primary-nav > nav > .menu-container > ul {
    display: flex;
    align-items: center;
    position: relative;
  }
  .primary-nav > nav > .menu-container > ul > li {
    padding: 0 0 0 1.5em;
    position: relative;
  }
  .primary-nav > nav > .menu-container > ul > li > a {
    display: block;
    position: relative;
    padding: 0;
    color: #fff;
    transition: all 0.25s;
    line-height: 6em;
    font-weight: 200;
  }
  .primary-nav > nav > .menu-container > ul > li > a:hover, .primary-nav > nav > .menu-container > ul > li > a:focus, .primary-nav > nav > .menu-container > ul > li > a.is-active {
    opacity: 0.5;
  }
  .primary-nav > nav > .menu-container > ul > li.mobile-link {
    display: none;
  }
  .primary-nav > nav > .menu-container > ul > li.expanded {
    perspective: 1000px;
    z-index: 100;
    position: relative;
    padding-right: 1.5em;
  }
  .primary-nav > nav > .menu-container > ul > li.expanded::after {
    content: "";
    position: absolute;
    right: 0.25em;
    top: 50%;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid #fff;
    border-style: solid solid none none;
    transform: translate(-50%, -65%) rotate(45deg);
    transition: all 0.25s;
  }
  .primary-nav > nav > .menu-container > ul > li.expanded .menu-container {
    position: absolute;
    top: 100%;
    left: -99999px;
    perspective: 1000px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s 0.2s, left 0s 0.7s;
  }
  .primary-nav > nav > .menu-container > ul > li.expanded .menu-container li {
    line-height: 1.2em;
    position: relative;
  }
  .primary-nav > nav > .menu-container > ul > li.expanded .menu-container li > a {
    transition: all 0.5s 0.3s;
    text-align: left;
  }
  .primary-nav > nav > .menu-container > ul > li.expanded .menu-container li:last-child {
    margin-top: -1px;
  }
  .primary-nav > nav > .menu-container > ul > li.expanded .menu-container li.expanded > a {
    position: relative;
  }
  .primary-nav > nav > .menu-container > ul > li.expanded .menu-container a {
    display: block;
    line-height: 1.2em;
    padding: 1.25em 6em 1.25em 2em;
    color: #fff;
    background: var(--c-brand-primary);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: all 0.25s !important;
    font-weight: 200;
  }
  .primary-nav > nav > .menu-container > ul > li.expanded .menu-container a:hover {
    color: #fff;
    background: var(--c-brand-primary-dark);
  }
  .primary-nav > nav > .menu-container > ul > li.expanded .menu-container li:first-child a {
    border-top: none;
    border-radius: 0.5rem 0.5rem 0 0;
    contain: paint;
  }
  .primary-nav > nav > .menu-container > ul > li.expanded > .menu-container {
    position: absolute;
    top: 100%;
    font-size: 0.9em;
    margin-top: -1em;
  }
  .primary-nav > nav > .menu-container > ul > li.expanded > .menu-container li:last-child a {
    border-radius: 0 0 0.5rem 0.5rem;
    contain: paint;
  }
  .primary-nav > nav > .menu-container > ul > li.expanded > .menu-container li.expanded > a::after {
    content: "";
    position: absolute;
    right: 1.5em;
    top: 50%;
    width: 0.5em;
    height: 0.5em;
    transform: translate(-50%, -65%) rotate(45deg);
    transition: all 0.25s;
  }
  .primary-nav > nav > .menu-container > ul > li.expanded > .menu-container li.expanded > a:hover::after {
    border-color: #000;
  }
  .primary-nav > nav > .menu-container > ul > li.expanded > .menu-container > ul > li > .menu-container {
    top: 0;
    border-radius: 0 1rem 1rem 1rem;
  }
  .primary-nav > nav > .menu-container > ul > li.expanded > .menu-container > ul > li > .menu-container li:first-child a {
    border-radius: 0 1rem 0 0;
    contain: paint;
  }
  .primary-nav > nav > .menu-container > ul li.expanded:hover::after {
    transform: translate(-50%, -65%) rotate(135deg) !important;
  }
  .primary-nav > nav > .menu-container > ul li.expanded:hover > .menu-container {
    display: block !important;
    left: 0;
    opacity: 1;
    transition: opacity 0.25s;
  }
}
@media screen and (min-width: 1280px) {
  .primary-nav {
    font-size: 1em;
  }
}

@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
button.primary-nav-toggle {
  padding: clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem) clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem);
}
button.primary-nav-toggle {
  height: 100%;
  border-radius: 0;
  border: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 300;
  font-size: 1.2em;
  font-family: var(--font-family-headline);
  text-transform: capitalize;
  background: var(--c-brand-primary);
}
@media screen and (min-width: 640px) {
  button.primary-nav-toggle {
    width: 10em;
  }
}
@media screen and (min-width: 1000px) {
  button.primary-nav-toggle {
    display: none;
  }
}
button.primary-nav-toggle .icon {
  display: block;
  position: relative;
  width: 2em;
  height: 2em;
}
button.primary-nav-toggle .icon .l {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 2px;
  background: #fff;
  transition: all 0.25s;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
button.primary-nav-toggle .icon .l.t {
  margin-top: -5px;
}
button.primary-nav-toggle .icon .l.b {
  margin-top: 5px;
}
button.primary-nav-toggle.open .icon .l.t, button.primary-nav-toggle.open .icon .l.b {
  transform: rotate(45deg);
  margin-top: 0;
}
button.primary-nav-toggle.open .icon .l.b {
  opacity: 0;
}
button.primary-nav-toggle.open .icon .l.m {
  transform: rotate(-45deg);
}

@media screen and (min-width: 1000px) {
  body::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  body::after {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s;
    z-index: 490;
  }
  body:has(#sticky-nav:hover)::after {
    opacity: 1;
  }
}
#sticky-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
  margin-top: 0;
  display: flex;
  transform: translateY(-150%);
  transition: all 1s 0.1s;
  padding: 0;
}
#sticky-nav .primary-nav {
  padding-top: 0;
}
@media screen and (min-width: 0) and (max-width: 999px) {
  #sticky-nav {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }
  #sticky-nav .site-title img.desktop {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #sticky-nav {
    padding: clamp(0.75rem, 1.8vw, 1.5rem) clamp(2rem, 4.8vw, 4rem) clamp(0.75rem, 1.8vw, 1.5rem) clamp(2rem, 4.8vw, 4rem);
  }
  #sticky-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(19, 19, 19, 0.85);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    left: 50%;
    width: 100%;
    transform: translate(-50%, -200%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    top: 0;
    height: auto !important;
    line-height: initial !important;
  }
  #sticky-nav .site-title img.mobile {
    display: none;
  }
  #sticky-nav .site-title {
    width: 3em;
  }
  #sticky-nav .primary-nav {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #sticky-nav .primary-nav nav .menu-container ul {
    margin-right: 1em;
    padding-top: 0;
  }
  #sticky-nav .primary-nav nav .menu-container ul li {
    padding-top: 0.2em;
    padding-left: 1.75em;
    line-height: 1em;
  }
  #sticky-nav .primary-nav nav .menu-container ul li a {
    line-height: 1em;
  }
  #sticky-nav .primary-nav nav .menu-container ul li:first-child {
    padding-left: 1em;
  }
  #sticky-nav .primary-nav nav .menu-container ul li.expanded {
    padding-right: 0;
  }
  #sticky-nav .primary-nav nav .menu-container ul li.expanded::before, #sticky-nav .primary-nav nav .menu-container ul li.expanded::after {
    display: none;
  }
  #sticky-nav .primary-nav nav .menu-container ul li.expanded ul {
    display: none !important;
  }
  #sticky-nav > * {
    position: relative;
  }
  #sticky-nav.show {
    transform: translateX(-50%) !important;
  }
}
#sticky-nav.show {
  opacity: 1;
  transition: all 1s 0s;
  transform: none;
}
@media screen and (min-width: 1600px) {
  #sticky-nav {
    padding: clamp(0.75rem, 1.8vw, 1.5rem) clamp(3rem, 7.2vw, 6rem) clamp(0.75rem, 1.8vw, 1.5rem) clamp(3rem, 7.2vw, 6rem);
  }
}

#banner {
  height: 100dvh;
  clip-path: inset(0 0 0 0);
}
@media screen and (min-width: 768px) {
  #banner {
    height: calc(100dvh + 2rem);
  }
}
#banner > div {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 10rem;
}
#banner .bg,
#banner .banner-bg-carousel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-bg-carousel {
  transform: scale(1.4);
}
#banner .banner-bg-carousel .swiper-slide {
  height: 100dvh !important;
}
#banner .banner-bg-carousel .swiper-slide * {
  height: 100%;
}
#banner .banner-bg-carousel img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#banner .bg > div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #banner .bg > div::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #banner .bg > div::after {
    content: "";
  }
  #banner .bg > div::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0) 100%);
  }
}
#banner .banner-bg-carousel::before,
#banner .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  z-index: 200;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.99609375) 6.25%, rgba(0, 0, 0, 0.984375) 12.5%, rgba(0, 0, 0, 0.96484375) 18.75%, rgba(0, 0, 0, 0.9375) 25%, rgba(0, 0, 0, 0.90234375) 31.25%, rgba(0, 0, 0, 0.859375) 37.5%, rgba(0, 0, 0, 0.80859375) 43.75%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.68359375) 56.25%, rgba(0, 0, 0, 0.609375) 62.5%, rgba(0, 0, 0, 0.52734375) 68.75%, rgba(0, 0, 0, 0.4375) 75%, rgba(0, 0, 0, 0.33984375) 81.25%, rgba(0, 0, 0, 0.234375) 87.5%, rgba(0, 0, 0, 0.12109375) 93.75%, rgba(0, 0, 0, 0) 100%);
}
#banner .banner-bg-carousel::after,
#banner .bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-bg-carousel::after,
#banner .bg::after {
  content: "";
}
#banner .banner-bg-carousel::after,
#banner .bg::after {
  z-index: 200;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.9) 100%);
}
#banner .banner-bg-carousel > div {
  animation: image-float 60s ease-out infinite;
}
#banner .banner-content {
  padding: clamp(2rem, 4.8vw, 4rem) clamp(2rem, 4.8vw, 4rem) clamp(4rem, 9.6vw, 8rem) clamp(2rem, 4.8vw, 4rem);
}
@media screen and (min-width: 1400px) {
  #banner .banner-content {
    max-width: clamp(320px, 93vw, 1560px);
  }
}
#banner .banner-content {
  position: relative;
  width: 100%;
  z-index: 200;
  opacity: calc(1 - var(--scroll-per) * 1);
}
#banner .field--bnr-overline {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: var(--step-1);
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 300;
  color: #cc9e36;
}
#banner h1, #banner h2 {
  font-size: var(--step-7);
  line-height: 1em;
  color: color-mix(in srgb, var(--c-text), transparent 20%);
  max-width: 7em;
  color: #fff;
}
.path-frontpage #banner h1, .path-frontpage #banner h2 {
  font-size: var(--step-8);
}
@media screen and (min-width: 1600px) {
  .path-frontpage #banner h1, .path-frontpage #banner h2 {
    font-size: var(--step-10);
    line-height: 1em;
    max-width: 6em;
  }
}
.page-node-type-article #banner h1, .page-node-type-project #banner h1, .page-node-type-article #banner h2, .page-node-type-project #banner h2 {
  font-size: var(--step-6);
  max-width: 18em;
}
.not-front #banner h1, .not-front #banner h2 {
  margin-bottom: 0.25em;
}
#banner .field--bnr-subtext {
  font-size: var(--step-2);
  line-height: 1.3em;
  color: rgba(255, 255, 255, 0.7);
  max-width: 24em;
  font-weight: 200;
}
.not-front #banner {
  height: 70vh;
}
.not-front #banner > div {
  height: 70vh;
  align-items: flex-end;
}
.not-front #banner .banner-content {
  width: 100%;
  text-align: left;
}
.not-front #banner h1 {
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .not-front #banner {
    min-height: 760px;
  }
  .not-front #banner > div {
    min-height: 760px;
  }
}
#banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner .overlay {
  pointer-events: none;
  z-index: 400;
}
#banner .overlay::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner .overlay::after {
  content: "";
}
#banner .overlay::after {
  pointer-events: none;
  background: black;
  opacity: var(--scroll-per);
}
@media screen and (min-width: 0) and (max-width: 999px) {
  #banner {
    align-items: center;
    max-height: 35em;
  }
  #banner > div {
    padding-top: 5rem;
    max-height: 35em;
  }
  #banner .field--bnr-overline {
    font-size: var(--step--2);
    line-height: 1.2em;
  }
  #banner h1, #banner h2 {
    font-size: var(--step-7);
    line-height: 1.1em;
  }
  #banner .field--bnr-subtext {
    margin-top: 1em;
    font-size: var(--step-0);
    line-height: 1.5em;
  }
  .not-front #banner .banner-content {
    text-align: center;
  }
  .not-front #banner .banner-content h1 {
    margin-left: auto;
    margin-right: auto;
    font-size: var(--step-9);
    line-height: 1.1em;
  }
  .path-frontpage #banner {
    max-height: 40em;
  }
  .path-frontpage #banner > div {
    max-height: 40em;
  }
  .path-frontpage #banner h1, .path-frontpage #banner h2 {
    font-size: var(--step-7);
    line-height: 1.1em;
  }
}
@media screen and (min-width: 1000px) {
  #banner .banner-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  #banner .field--bnr-overline,
  #banner h1, #banner h2,
  #banner .field--bnr-headline,
  #banner .field--bnr-subtext,
  #banner .block-system-breadcrumb-block {
    transform: translateY(80px);
    opacity: 0;
  }
  #banner .bg {
    transform: scale(1.4);
    opacity: 0;
  }
  .loaded #banner .bg {
    opacity: 1;
    transition: all 1.5s var(--ease-cubic);
    transform: scale(1.1);
  }
  .loaded #banner .field--bnr-overline,
  .loaded #banner .field--bnr-headline,
  .loaded #banner h1, .loaded #banner h2,
  .loaded #banner .field--bnr-subtext,
  .loaded #banner .block-system-breadcrumb-block {
    transform: none;
    opacity: 1;
    transition: all 1s 0.5s var(--ease-cubic);
  }
  .loaded #banner .field--bnr-subtext {
    transition-delay: 0.75s;
  }
  .loaded #banner .block-system-breadcrumb-block {
    transition-delay: 1s;
  }
}
@media screen and (min-width: 1000px) and (max-height: 900px) {
  #banner {
    min-height: 650px;
  }
  #banner > div {
    min-height: 650px;
  }
  #banner .content {
    padding: clamp(2rem, 4.8vw, 4rem);
  }
}
@media screen and (min-width: 1000px) and (min-height: 900px) and (max-height: 1100px) {
  #banner .content {
    padding: clamp(2rem, 4.8vw, 4rem) clamp(2rem, 4.8vw, 4rem) clamp(4rem, 9.6vw, 8rem) clamp(2rem, 4.8vw, 4rem);
  }
}
@media screen and (min-width: 1600px) {
  #banner .field--bnr-overline {
    font-size: var(--step-2);
    line-height: 1.2em;
  }
  #banner h1, #banner h2 {
    font-size: var(--step-9);
    line-height: 1em;
  }
  .page-node-type-article #banner h1, .page-node-type-service #banner h1, .page-node-type-article #banner h2, .page-node-type-service #banner h2 {
    font-size: var(--step-7);
    max-width: 16em;
  }
}

#crest {
  position: absolute;
  left: 50%;
  top: 0;
  aspect-ratio: 1/1;
  background: #000;
  border-radius: 9999px;
  transform: translate(-50%, -35%);
  z-index: 300;
  width: 8rem;
  padding: 2em;
}
#crest svg {
  display: block;
  width: 100%;
  height: auto;
}
#crest svg.outer {
  position: absolute;
  left: 1em;
  top: 1em;
  width: calc(100% - 2em);
  animation: spin 30s linear infinite;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .not-front #crest {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #crest {
    width: 9rem;
  }
  .not-front #crest {
    left: auto;
    right: 4rem;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1000px) {
  #crest {
    width: 11rem;
    transform: translate(-50%, 0%);
    opacity: 0;
  }
  .not-front #crest {
    left: auto;
    right: 5rem;
    transform: translate(0, 0%);
  }
  .loaded #crest {
    transform: translate(-50%, -35%);
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
  .not-front .loaded #crest {
    transform: translate(0, -35%);
  }
}
@media screen and (min-width: 1400px) {
  #crest {
    width: 14rem;
  }
  .not-front #crest {
    left: auto;
    right: 8rem;
    transform: translate(0, -50%);
  }
}

@keyframes image-float {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.block-system-breadcrumb-block {
  position: relative;
  margin-top: 2em;
  line-height: 1em;
  font-family: var(--font-family-body);
  font-size: var(--step--1);
  line-height: 1.2em;
}
.block-system-breadcrumb-block ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.block-system-breadcrumb-block ol {
  display: inline-flex;
  align-items: center;
  flex-flow: row wrap;
  flex-grow: 0;
  flex-shrink: 1;
  margin: 0;
  font-weight: 400;
}
.block-system-breadcrumb-block li {
  color: #fff;
}
.block-system-breadcrumb-block li a {
  color: #fff;
}
.block-system-breadcrumb-block li a:hover {
  opacity: 0.5;
  color: #fff;
}
.block-system-breadcrumb-block li:nth-child(1) {
  margin-right: 1em;
}
.block-system-breadcrumb-block li:nth-child(1) a {
  display: block;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background: var(--c-brand-primary);
  transition: all 0.25s;
}
.block-system-breadcrumb-block li:nth-child(1) a span {
  overflow: hidden;
  text-indent: 999px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
}
.block-system-breadcrumb-block li:nth-child(1) a::before, .block-system-breadcrumb-block li:nth-child(1) a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block-system-breadcrumb-block li:nth-child(1) a::before, .block-system-breadcrumb-block li:nth-child(1) a::after {
  content: "";
  background-position: 50% 50%;
  background-size: 50% auto;
  background-repeat: no-repeat;
  transition: all 0.25s;
}
.block-system-breadcrumb-block li:nth-child(1) a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4 21V9l8-6l8 6v12h-6v-7h-4v7z'/%3E%3C/svg%3E");
}
.block-system-breadcrumb-block li:not(:last-child, :first-child) {
  position: relative;
  padding-right: 1em;
  margin-right: 1em;
}
.block-system-breadcrumb-block li:not(:last-child, :first-child)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 0.25em;
  height: 0.25em;
  background: #fff;
  border-radius: 50%;
  transform: translate(50%, 50%);
}
.block-system-breadcrumb-block li:last-child {
  height: 1.2em;
  max-width: 14em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .block-system-breadcrumb-block {
    display: none;
  }
}

.block--ticker .paragraph--ticker--link {
  transform: translateY(-100%);
  margin-bottom: -8rem;
}
.block--ticker .paragraph--ticker--link a {
  padding: 0;
  height: 8rem;
}
.block--ticker .paragraph--ticker--link a {
  font-size: var(--step-9);
  line-height: 1.2em;
  font-style: italic;
}
.block--ticker .paragraph--ticker--link a::before {
  background: rgba(0, 0, 0, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.block--ticker .paragraph--ticker--link a .ticker-items {
  padding-bottom: 0.1em;
}
.block--ticker .paragraph--ticker--link a svg {
  width: 0.4em;
  padding-top: 0.15em;
}
.block--ticker .paragraph--ticker--link a:hover {
  color: #fff;
}
.block--ticker .paragraph--ticker--link a:hover::before {
  background: rgba(0, 0, 0, 0.77);
}
@media screen and (min-width: 768px) {
  .block--ticker .paragraph--ticker--link {
    margin-bottom: -12rem;
  }
  .block--ticker .paragraph--ticker--link a {
    height: 12rem;
  }
}

.block--hero {
  position: relative;
}
.block--hero .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block--hero .bg {
  clip-path: inset(0 0 0 0);
}
.block--hero .bg > div {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.block--hero .bg > div::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block--hero .bg > div::after {
  content: "";
}
.block--hero .bg > div::after {
  background: rgba(255, 255, 255, 0.4);
}
.block--hero .block-content {
  padding: clamp(6rem, 14.4vw, 12rem) clamp(2rem, 4.8vw, 4rem) clamp(6rem, 14.4vw, 12rem) clamp(2rem, 4.8vw, 4rem);
}
@media screen and (min-width: 1400px) {
  .block--hero .block-content {
    max-width: clamp(320px, 93vw, 1200px);
  }
}
.block--hero .block-content {
  margin: auto;
}
.block--hero .block-content > .inner {
  padding: clamp(3rem, 7.2vw, 6rem) clamp(2rem, 4.8vw, 4rem) clamp(3rem, 7.2vw, 6rem) clamp(2rem, 4.8vw, 4rem);
}
.block--hero .block-content > .inner {
  background: rgba(20, 20, 20, 0.75);
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (min-width: 1000px) {
  .block--hero .block-content > .inner {
    padding: clamp(3rem, 7.2vw, 6rem);
  }
}
.block--hero .field--overline {
  font-size: var(--step-2);
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--c-brand-primary-bright);
}
.block--hero h2 {
  font-size: var(--font-size-h2);
  line-height: 1.2em;
  max-width: 10em;
  color: #fff;
}
.block--hero .field--phone {
  font-size: var(--step-2);
  line-height: 1.2em;
  text-align: center;
  margin-top: 1em;
}
.block--hero .field--phone a {
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .block--hero {
    text-align: center;
  }
  .block--hero .field--button {
    text-align: center;
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .block--hero .block-content > .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

#footer-main {
  background: #000;
  color: #a5a5a5;
}

#footer-second {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1400px) {
  #footer-second > .inner {
    max-width: clamp(320px, 93vw, 1200px);
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #footer-second > .inner {
    padding: clamp(3rem, 7.2vw, 6rem) clamp(1rem, 2.4vw, 2rem) clamp(3rem, 7.2vw, 6rem) clamp(1rem, 2.4vw, 2rem);
  }
}
@media screen and (min-width: 768px) {
  #footer-second > .inner {
    padding: clamp(6rem, 14.4vw, 12rem) clamp(1.5rem, 3.6vw, 3rem) clamp(6rem, 14.4vw, 12rem) clamp(1.5rem, 3.6vw, 3rem);
  }
}
#footer-second > .inner {
  font-size: var(--step--1);
  line-height: 1.6em;
  text-align: center;
  margin: auto;
  position: relative;
}
#footer-second > .inner > * {
  padding: clamp(0.5rem, 1.2vw, 1rem);
}
@media screen and (min-width: 768px) {
  #footer-second > .inner {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}
#footer-second h2 {
  font-size: var(--font-size-h5);
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 400;
  color: #fff;
}
#footer-second .field--body {
  max-width: 18em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #footer-second .field--body {
    margin: auto;
  }
}
#footer-second ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer-second ul li:not(:last-child) {
  margin-bottom: 0.35em;
}
#footer-second a {
  color: #fff;
}
#footer-second a:hover {
  opacity: 0.5;
}
#footer-second .block-logo {
  width: 7em;
}
#footer-second .block-logo a {
  display: block;
}
#footer-second .block-logo a img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #footer-second .block-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
  }
}

#footer-bar {
  padding: clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem) clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem);
}
#footer-bar {
  margin: auto;
}
#footer-bar > .inner {
  padding: clamp(1rem, 2.4vw, 2rem) clamp(0rem, 0vw, 0rem) clamp(1rem, 2.4vw, 2rem) clamp(0rem, 0vw, 0rem);
}
#footer-bar > .inner {
  position: relative;
  font-size: var(--step--1);
  line-height: 1.2em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
#footer-bar > .inner .right a {
  color: #fff;
}
#footer-bar > .inner .right a:hover {
  opacity: 0.5;
}
#footer-bar > .inner ul.social a {
  border: none;
  color: #000;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #footer-bar > .inner {
    text-align: center;
  }
  #footer-bar > .inner nav {
    margin: 1.5em 0;
  }
  #footer-bar > .inner nav ul {
    justify-content: center;
  }
  #footer-bar > .inner .social {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  #footer-bar > .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer-bar > .inner .left {
    display: flex;
    align-items: center;
  }
  #footer-bar > .inner .left ul.social {
    margin-bottom: 0;
    margin-right: 1em;
  }
  #footer-bar > .inner .right .copyright {
    display: flex;
  }
  #footer-bar > .inner .right .copyright > div:first-child {
    margin-right: 0.6em;
  }
  #footer-bar > .inner .social {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1000px) {
  #footer-bar > .inner .right .copyright {
    display: flex;
    align-items: center;
    line-height: 1em;
  }
  #footer-bar > .inner .right .copyright > div:first-child {
    margin-right: 1em;
    padding-right: 1em;
  }
}

body {
  contain: initial;
}

#page-content {
  background: transparent;
}

#main-content {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #main-content {
    border-radius: 2rem 2rem 0 0;
    margin-top: -2rem;
    z-index: 400;
    overflow: clip;
  }
}

.node-project.node-teaser a {
  display: block;
  position: relative;
  contain: paint;
  border-radius: 1rem;
}
.node-project.node-teaser a .field--image {
  contain: paint;
}
.node-project.node-teaser a .field--image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 1s;
}
.node-project.node-teaser a .field--image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.99609375) 6.25%, rgba(0, 0, 0, 0.984375) 12.5%, rgba(0, 0, 0, 0.96484375) 18.75%, rgba(0, 0, 0, 0.9375) 25%, rgba(0, 0, 0, 0.90234375) 31.25%, rgba(0, 0, 0, 0.859375) 37.5%, rgba(0, 0, 0, 0.80859375) 43.75%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.68359375) 56.25%, rgba(0, 0, 0, 0.609375) 62.5%, rgba(0, 0, 0, 0.52734375) 68.75%, rgba(0, 0, 0, 0.4375) 75%, rgba(0, 0, 0, 0.33984375) 81.25%, rgba(0, 0, 0, 0.234375) 87.5%, rgba(0, 0, 0, 0.12109375) 93.75%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
}
.node-project.node-teaser a .field--image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(48, 48, 48, 0.7);
  opacity: 0;
  transition: all 0.25s;
}
.node-project.node-teaser a .content {
  padding: clamp(0.75rem, 1.8vw, 1.5rem);
}
.node-project.node-teaser a .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.node-project.node-teaser a .content h3 {
  font-size: var(--font-size-h4);
  line-height: 1.2em;
  color: #fff;
}
.node-project.node-teaser a .content .subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--step-1);
  line-height: 1.4em;
  padding-top: 0.5em;
}
.node-project.node-teaser a .content .subtitle[style] .field {
  height: 0;
  contain: paint;
  transition: all 0.35s ease-in-out;
}
@media screen and (min-width: 0) and (max-width: 1599px) {
  .node-project.node-teaser a .content h3 {
    font-size: var(--font-size-h5);
    line-height: 1.2em;
  }
  .node-project.node-teaser a .content .subtitle {
    font-size: 1em;
    line-height: 1.4em;
  }
}
.node-project.node-teaser a .content .field--project-category {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--c-brand-primary-bright);
  margin-top: 0.75em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.2em;
  font-size: var(--step--1);
  line-height: 1.2em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .node-project.node-teaser a .content {
    padding: clamp(1.25rem, 3vw, 2.5rem);
  }
}
.node-project.node-teaser a:hover .field--image img {
  transform: scale(1.1);
}
.node-project.node-teaser a:hover .field--image::before {
  opacity: 1;
}
.node-project.node-teaser a:hover .content .subtitle .field {
  height: var(--el-height);
}

.node-project.node-full {
  transition: all 1s var(--ease-cubic);
}
.node-project.node-full .details {
  padding: clamp(6rem, 14.4vw, 12rem) clamp(2rem, 4.8vw, 4rem) clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem);
}
@media screen and (min-width: 1400px) {
  .node-project.node-full .details {
    max-width: clamp(320px, 93vw, 1200px);
  }
}
.node-project.node-full .details {
  margin: auto;
  position: relative;
}
.node-project.node-full .details .field {
  padding: clamp(0.5rem, 1.2vw, 1rem) clamp(2rem, 4.8vw, 4rem) clamp(0.5rem, 1.2vw, 1rem) clamp(0rem, 0vw, 0rem);
}
.node-project.node-full .details .field .label {
  font-size: var(--font-size-h5);
  line-height: 1.2em;
}
.node-project.node-full .details .field--location .field-items {
  max-width: 18em;
}
.node-project.node-full .details .field--services .field-items {
  display: flex;
  flex-flow: row wrap;
}
.node-project.node-full .details .field--services .field-items .field-item:not(:last-child)::after {
  content: ", ";
  display: inline-block;
  padding-right: 0.25em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .node-project.node-full .details {
    text-align: center;
  }
  .node-project.node-full .details .field:not(:last-child) {
    padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(1.5rem, 3.6vw, 3rem) clamp(0rem, 0vw, 0rem);
  }
  .node-project.node-full .details .field:not(:last-child) {
    margin-bottom: clamp(1.5rem, 3.6vw, 3rem);
    margin-top: clamp(0rem, 0vw, 0rem);
  }
  .node-project.node-full .details .field:not(:last-child) {
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) {
  .node-project.node-full .details {
    display: flex;
    justify-content: space-between;
  }
  .node-project.node-full .details .field:not(:first-child) {
    padding: clamp(0.5rem, 1.2vw, 1rem) clamp(2rem, 4.8vw, 4rem) clamp(0.5rem, 1.2vw, 1rem) clamp(2rem, 4.8vw, 4rem);
  }
  .node-project.node-full .details .field:not(:first-child) {
    border-left: 2px solid rgba(0, 0, 0, 0.15);
  }
}
.node-project.node-full .paragraph--images--grid a .icon {
  border-radius: 0.5rem;
  width: 2.5rem;
  height: 2.5rem !important;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.node-project.node-full .paragraph--images--grid a .icon svg {
  width: 55%;
}
.node-project.node-full .paragraph--images--grid a:hover .icon {
  background: #000;
}
.node-project.node-full[data-color=b] {
  background: #000;
}
.node-project.node-full[data-color=b] span.w {
  color: #fff;
}

@media screen and (min-width: 1400px) {
  #more-projects > .inner {
    max-width: clamp(320px, 93vw, 1800px);
  }
}
#more-projects > .inner {
  padding-top: 0;
}

.node-service.node-teaser a,
.node-article.node-teaser a {
  display: block;
  position: relative;
}
.node-service.node-teaser a .field--image,
.node-article.node-teaser a .field--image {
  contain: paint;
  border-radius: 1rem;
  position: relative;
}
.node-service.node-teaser a .field--image img,
.node-article.node-teaser a .field--image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 1s;
}
.node-service.node-teaser a .field--image::after,
.node-article.node-teaser a .field--image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.25s;
}
.node-service.node-teaser a .content h3,
.node-article.node-teaser a .content h3 {
  font-size: var(--font-size-h4);
  line-height: 1.2em;
  color: #fff;
  margin-top: 0.5em;
}
.node-service.node-teaser a:hover .field--image img,
.node-article.node-teaser a:hover .field--image img {
  transform: scale(1.1);
}
.node-service.node-teaser a:hover .field--image::after,
.node-article.node-teaser a:hover .field--image::after {
  opacity: 1;
}

.node-article.node-full {
  transition: all 1s var(--ease-cubic);
}
.node-article.node-full #more-articles > .inner {
  padding-top: 0;
}
.node-article.node-full[data-color=a] .node-article.node-teaser a h3 {
  color: var(--c-text);
}
.node-article.node-full[data-color=b] {
  background: #000;
}
.node-article.node-full[data-color=b] span.w {
  color: #fff;
}
.node-article.node-full[data-color=b] .field--body > div,
.node-article.node-full[data-color=b] .field--body-below > div {
  color: rgba(255, 255, 255, 0.7);
}

.node-article.node-teaser a .content h3 {
  font-size: var(--font-size-h4);
}

.paragraph--services--page,
.paragraph--articles--page {
  transition: all 1s var(--ease-cubic);
}
.paragraph--services--page[data-color=a] .node-service.node-teaser a h3,
.paragraph--services--page[data-color=a] .node-article.node-teaser a h3,
.paragraph--articles--page[data-color=a] .node-service.node-teaser a h3,
.paragraph--articles--page[data-color=a] .node-article.node-teaser a h3 {
  color: var(--c-text);
}
.paragraph--services--page[data-color=b],
.paragraph--articles--page[data-color=b] {
  background: #000;
}

.view-services.view-display-id-embed_page .view-content,
.view-articles.view-display-id-embed_page .view-content,
.view-services.view-display-id-embed_more .view-content,
.view-articles.view-display-id-embed_more .view-content {
  margin-left: clamp(-0.5rem, -0.6vw, -0.25rem);
  margin-right: clamp(-0.5rem, -0.6vw, -0.25rem);
}
.view-services.view-display-id-embed_page .view-content,
.view-articles.view-display-id-embed_page .view-content,
.view-services.view-display-id-embed_more .view-content,
.view-articles.view-display-id-embed_more .view-content {
  display: flex;
  flex-flow: row wrap;
}
.view-services.view-display-id-embed_page .view-content .views-row,
.view-articles.view-display-id-embed_page .view-content .views-row,
.view-services.view-display-id-embed_more .view-content .views-row,
.view-articles.view-display-id-embed_more .view-content .views-row {
  padding: clamp(0rem, 0vw, 0rem) clamp(0.25rem, 0.6vw, 0.5rem) clamp(2rem, 4.8vw, 4rem) clamp(0.25rem, 0.6vw, 0.5rem);
}
@media screen and (min-width: 0) and (max-width: 639px) {
  .view-services.view-display-id-embed_page .view-content .views-row,
  .view-articles.view-display-id-embed_page .view-content .views-row,
  .view-services.view-display-id-embed_more .view-content .views-row,
  .view-articles.view-display-id-embed_more .view-content .views-row {
    width: 100%;
  }
  .view-services.view-display-id-embed_page .view-content .views-row .node,
  .view-articles.view-display-id-embed_page .view-content .views-row .node,
  .view-services.view-display-id-embed_more .view-content .views-row .node,
  .view-articles.view-display-id-embed_more .view-content .views-row .node {
    max-width: 24em;
    margin: auto;
  }
}
@media screen and (min-width: 640px) {
  .view-services.view-display-id-embed_page .view-content .views-row,
  .view-articles.view-display-id-embed_page .view-content .views-row,
  .view-services.view-display-id-embed_more .view-content .views-row,
  .view-articles.view-display-id-embed_more .view-content .views-row {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .view-services.view-display-id-embed_page .view-content .views-row,
  .view-articles.view-display-id-embed_page .view-content .views-row,
  .view-services.view-display-id-embed_more .view-content .views-row,
  .view-articles.view-display-id-embed_more .view-content .views-row {
    width: 33.33%;
  }
}
@media screen and (min-width: 1000px) {
  .view-services.view-display-id-embed_page .view-content .views-row .node,
  .view-articles.view-display-id-embed_page .view-content .views-row .node,
  .view-services.view-display-id-embed_more .view-content .views-row .node,
  .view-articles.view-display-id-embed_more .view-content .views-row .node {
    transform: translateY(80px);
    opacity: 0;
  }
  .view-services.view-display-id-embed_page .view-content .views-row .node.loaded,
  .view-articles.view-display-id-embed_page .view-content .views-row .node.loaded,
  .view-services.view-display-id-embed_more .view-content .views-row .node.loaded,
  .view-articles.view-display-id-embed_more .view-content .views-row .node.loaded {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
  .view-services.view-display-id-embed_page .view-content .views-row:nth-child(3n+1) .node.loaded,
  .view-articles.view-display-id-embed_page .view-content .views-row:nth-child(3n+1) .node.loaded,
  .view-services.view-display-id-embed_more .view-content .views-row:nth-child(3n+1) .node.loaded,
  .view-articles.view-display-id-embed_more .view-content .views-row:nth-child(3n+1) .node.loaded {
    transition-delay: 0.25s;
  }
  .view-services.view-display-id-embed_page .view-content .views-row:nth-child(3n+2) .node.loaded,
  .view-articles.view-display-id-embed_page .view-content .views-row:nth-child(3n+2) .node.loaded,
  .view-services.view-display-id-embed_more .view-content .views-row:nth-child(3n+2) .node.loaded,
  .view-articles.view-display-id-embed_more .view-content .views-row:nth-child(3n+2) .node.loaded {
    transition-delay: 0.5s;
  }
  .view-services.view-display-id-embed_page .view-content .views-row:nth-child(3n+3) .node.loaded,
  .view-articles.view-display-id-embed_page .view-content .views-row:nth-child(3n+3) .node.loaded,
  .view-services.view-display-id-embed_more .view-content .views-row:nth-child(3n+3) .node.loaded,
  .view-articles.view-display-id-embed_more .view-content .views-row:nth-child(3n+3) .node.loaded {
    transition-delay: 0.75s;
  }
}

.paragraph--projects--page {
  transition: all 1s var(--ease-cubic);
}
@media screen and (min-width: 1400px) {
  .paragraph--projects--page > .inner {
    max-width: clamp(320px, 93vw, 1800px);
  }
}
.paragraph--projects--page .section-header .field--overline {
  color: var(--c-brand-primary);
  margin-bottom: 0;
  font-size: var(--step-1);
  line-height: 1.2em;
}
.paragraph--projects--page[data-color=b] {
  background: #000;
}
.paragraph--projects--page[data-color=b] .section-header span.w {
  color: #fff;
}

.view-projects.view-display-id-embed_page .view-filters {
  margin-bottom: clamp(3rem, 7.2vw, 6rem);
  margin-top: clamp(0rem, 0vw, 0rem);
}
.view-projects.view-display-id-embed_page .view-filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.view-projects.view-display-id-embed_page .view-filters ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.view-projects.view-display-id-embed_page .view-filters ul li {
  max-width: 14em;
  padding: 0.25em 0.5em;
}
.view-projects.view-display-id-embed_page .view-filters ul li a.bef-link {
  width: 100%;
  text-align: center;
  padding: 1.15em 1.5em 1.25em 1.5em;
}
.view-projects.view-display-id-embed_page .view-filters ul li a.bef-link.bef-link--selected {
  background: var(--c-brand-primary-dark);
}
@media screen and (min-width: 0) and (max-width: 639px) {
  .view-projects.view-display-id-embed_page .view-filters ul li {
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  .view-projects.view-display-id-embed_page .view-filters ul li {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .view-projects.view-display-id-embed_page .view-filters ul li {
    width: 33.3333333333%;
    font-size: var(--step--1);
  }
}
@media screen and (min-width: 1000px) {
  .view-projects.view-display-id-embed_page .view-filters ul li {
    width: 16.6666666667%;
  }
}
.view-projects.view-display-id-embed_page .view-filters .form-actions {
  display: none;
}

.view-projects.view-display-id-embed_page .view-content,
.view-projects.view-display-id-embed_more .view-content {
  margin-left: clamp(-0.5rem, -0.6vw, -0.25rem);
  margin-right: clamp(-0.5rem, -0.6vw, -0.25rem);
}
.view-projects.view-display-id-embed_page .view-content,
.view-projects.view-display-id-embed_more .view-content {
  display: flex;
  flex-flow: row wrap;
}
.view-projects.view-display-id-embed_page .view-content .views-row,
.view-projects.view-display-id-embed_more .view-content .views-row {
  padding: clamp(0.25rem, 0.6vw, 0.5rem);
}
@media screen and (min-width: 0) and (max-width: 639px) {
  .view-projects.view-display-id-embed_page .view-content .views-row,
  .view-projects.view-display-id-embed_more .view-content .views-row {
    width: 100%;
  }
  .view-projects.view-display-id-embed_page .view-content .views-row .node,
  .view-projects.view-display-id-embed_more .view-content .views-row .node {
    max-width: 24em;
    margin: auto;
  }
}
@media screen and (min-width: 640px) {
  .view-projects.view-display-id-embed_page .view-content .views-row,
  .view-projects.view-display-id-embed_more .view-content .views-row {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .view-projects.view-display-id-embed_page .view-content .views-row,
  .view-projects.view-display-id-embed_more .view-content .views-row {
    width: 33.33%;
  }
}
@media screen and (min-width: 1000px) {
  .view-projects.view-display-id-embed_page .view-content .views-row,
  .view-projects.view-display-id-embed_more .view-content .views-row {
    width: 25%;
  }
  .view-projects.view-display-id-embed_page .view-content .views-row .node,
  .view-projects.view-display-id-embed_more .view-content .views-row .node {
    transform: translateY(80px);
    opacity: 0;
  }
  .view-projects.view-display-id-embed_page .view-content .views-row .node.loaded,
  .view-projects.view-display-id-embed_more .view-content .views-row .node.loaded {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
  .view-projects.view-display-id-embed_page .view-content .views-row:nth-child(4n+2) .node.loaded,
  .view-projects.view-display-id-embed_more .view-content .views-row:nth-child(4n+2) .node.loaded {
    transition-delay: 0.25s;
  }
  .view-projects.view-display-id-embed_page .view-content .views-row:nth-child(4n+3) .node.loaded,
  .view-projects.view-display-id-embed_more .view-content .views-row:nth-child(4n+3) .node.loaded {
    transition-delay: 0.5s;
  }
  .view-projects.view-display-id-embed_page .view-content .views-row:nth-child(4n+4) .node.loaded,
  .view-projects.view-display-id-embed_more .view-content .views-row:nth-child(4n+4) .node.loaded {
    transition-delay: 0.75s;
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--projects--featured > .inner {
    max-width: clamp(320px, 93vw, 1800px);
  }
}
.paragraph--projects--featured .section-header .field--overline {
  font-size: var(--step-1);
  line-height: 1.2em;
  margin-bottom: 0;
  color: var(--c-brand-primary);
}
.paragraph--projects--featured .section-header .field--button {
  margin-top: 1em;
}
.paragraph--projects--featured .field--projects > .field-items {
  margin-left: clamp(-0.5rem, -0.6vw, -0.25rem);
  margin-right: clamp(-0.5rem, -0.6vw, -0.25rem);
}
.paragraph--projects--featured .field--projects > .field-items {
  display: flex;
  flex-flow: row wrap;
}
.paragraph--projects--featured .field--projects > .field-items > .field-item {
  padding: clamp(0.25rem, 0.6vw, 0.5rem);
}
@media screen and (min-width: 0) and (max-width: 639px) {
  .paragraph--projects--featured .field--projects > .field-items > .field-item {
    width: 100%;
  }
  .paragraph--projects--featured .field--projects > .field-items > .field-item .node {
    max-width: 24em;
    margin: auto;
  }
}
@media screen and (min-width: 640px) {
  .paragraph--projects--featured .field--projects > .field-items > .field-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--projects--featured .field--projects > .field-items > .field-item {
    width: 33.33%;
  }
}
@media screen and (min-width: 1000px) {
  .paragraph--projects--featured .field--projects > .field-items > .field-item {
    width: 25%;
  }
  .paragraph--projects--featured .field--projects > .field-items > .field-item:nth-child(odd) {
    transform: translateY(calc(5% * var(--scroll-per)));
  }
  .paragraph--projects--featured .field--projects > .field-items > .field-item:nth-child(even) {
    transform: translateY(calc(-5% * var(--scroll-per)));
  }
  .paragraph--projects--featured .field--projects > .field-items > .field-item .node {
    transform: translateY(80px);
    opacity: 0;
  }
  .paragraph--projects--featured .field--projects > .field-items > .field-item .node.loaded {
    transform: none;
    opacity: 1;
    transition: all 1s var(--ease-cubic);
  }
  .paragraph--projects--featured .field--projects > .field-items > .field-item:nth-child(4n+2) .node.loaded {
    transition-delay: 0.25s;
  }
  .paragraph--projects--featured .field--projects > .field-items > .field-item:nth-child(4n+3) .node.loaded {
    transition-delay: 0.5s;
  }
  .paragraph--projects--featured .field--projects > .field-items > .field-item:nth-child(4n+4) .node.loaded {
    transition-delay: 0.75s;
  }
}

.paragraph--hero--scs .section-header .field--link a {
  display: inline-block;
  padding: 1.25em 2.5em 1.25em 2.5em;
  line-height: 1em;
  border: none;
  position: relative;
  transition: all 0.25s;
  font-weight: var(--font-weight-buttons);
  font-family: var(--font-family-buttons);
  border-radius: var(--button-border-radius);
  background-color: var(--c-brand-primary);
  color: var(--c-text-light);
}
.paragraph--hero--scs .section-header .field--link a:hover {
  background-color: var(--c-brand-primary-dark);
  color: var(--c-text-light);
}
.paragraph--hero--scs .field--blurbs > .field-items > .field-item:nth-child(odd) .paragraph--blurb--icon .icon {
  background: var(--c-brand-primary);
}

.paragraph--hero--contact-details .field--blurbs > .field-items > .field-item {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .paragraph--hero--contact-details .field--blurbs > .field-items {
    text-align: center;
  }
  .paragraph--hero--contact-details .field--blurbs > .field-items > .field-item:not(:last-child) {
    padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(1.5rem, 3.6vw, 3rem) clamp(0rem, 0vw, 0rem);
  }
  .paragraph--hero--contact-details .field--blurbs > .field-items > .field-item:not(:last-child) {
    margin-bottom: clamp(1.5rem, 3.6vw, 3rem);
    margin-top: clamp(0rem, 0vw, 0rem);
  }
  .paragraph--hero--contact-details .field--blurbs > .field-items > .field-item:not(:last-child) {
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) {
  .paragraph--hero--contact-details .field--blurbs > .field-items {
    margin-left: clamp(-4rem, -4.8vw, -2rem);
    margin-right: clamp(-4rem, -4.8vw, -2rem);
  }
  .paragraph--hero--contact-details .field--blurbs > .field-items {
    display: flex;
  }
  .paragraph--hero--contact-details .field--blurbs > .field-items > .field-item {
    padding: clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem) clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem);
  }
  .paragraph--hero--contact-details .field--blurbs > .field-items > .field-item {
    width: 33.33%;
  }
  .paragraph--hero--contact-details .field--blurbs > .field-items > .field-item:not(:last-child) {
    position: relative;
  }
  .paragraph--hero--contact-details .field--blurbs > .field-items > .field-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    width: 2px;
    height: 100%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.15);
  }
}
.paragraph--hero--contact-details h3 {
  font-size: var(--font-size-h4);
  line-height: 1.2em;
  margin-bottom: 0.25em;
}
.paragraph--hero--contact-details .field--body {
  line-height: 1.4em;
}
.paragraph--hero--contact-details .field--body *:last-child {
  margin-bottom: 0;
}

.paragraph--hero--text h2 {
  font-size: var(--font-size-h2);
  line-height: 1.2em;
  max-width: 8em;
}
.paragraph--hero--text .field--body > div {
  max-width: 28em;
  font-size: var(--step-1);
  line-height: 1.6em;
  color: color-mix(in srgb, var(--c-text), transparent 30%);
  font-weight: 200;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .paragraph--hero--text {
    text-align: center;
  }
  .paragraph--hero--text h2 {
    max-width: 12em;
    margin: 0 auto 0.5em auto;
  }
  .paragraph--hero--text .field--body > div {
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--hero--text > .inner {
    display: flex;
    justify-content: space-between;
  }
  .paragraph--hero--text .field--body {
    padding: clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(0rem, 0vw, 0rem) clamp(2rem, 4.8vw, 4rem);
  }
}

body .paragraph--hero--lcs {
  background: #fff;
}
body .paragraph--hero--lcs .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, white, rgba(141, 141, 141, 0.5));
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
body .paragraph--hero--lcs .paragraph--card .field--image {
  order: 999;
}
body .paragraph--hero--lcs .paragraph--card .content {
  justify-content: space-between;
}
body .paragraph--hero--lcs .paragraph--card .content .icon > div {
  background: #000;
  color: #fff;
}
body .paragraph--hero--lcs .paragraph--card .content .icon > div svg {
  width: 50%;
}

.paragraph--services--featured--carousel .bg > div::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.paragraph--services--featured--carousel .bg > div::before {
  content: "";
}
.paragraph--services--featured--carousel .bg > div::before {
  background: rgba(29, 28, 28, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.paragraph--services--featured--carousel .bg > div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgb(34.99875, 34.99875, 34.99875) 0%, rgba(34.99875, 34.99875, 34.99875, 0.9999847412) 6.25%, rgba(34.99875, 34.99875, 34.99875, 0.9997558594) 12.5%, rgba(34.99875, 34.99875, 34.99875, 0.9987640381) 18.75%, rgba(34.99875, 34.99875, 34.99875, 0.99609375) 25%, rgba(34.99875, 34.99875, 34.99875, 0.9904632568) 31.25%, rgba(34.99875, 34.99875, 34.99875, 0.9802246094) 37.5%, rgba(34.99875, 34.99875, 34.99875, 0.9633636475) 43.75%, rgba(34.99875, 34.99875, 34.99875, 0.9375) 50%, rgba(34.99875, 34.99875, 34.99875, 0.899887085) 56.25%, rgba(34.99875, 34.99875, 34.99875, 0.8474121094) 62.5%, rgba(34.99875, 34.99875, 34.99875, 0.7765960693) 68.75%, rgba(34.99875, 34.99875, 34.99875, 0.68359375) 75%, rgba(34.99875, 34.99875, 34.99875, 0.5641937256) 81.25%, rgba(34.99875, 34.99875, 34.99875, 0.4138183594) 87.5%, rgba(34.99875, 34.99875, 34.99875, 0.2275238037) 93.75%, rgba(34.99875, 34.99875, 34.99875, 0) 100%);
}
.paragraph--services--featured--carousel > .inner {
  padding: clamp(2rem, 4.8vw, 4rem);
}
.paragraph--services--featured--carousel > .inner {
  height: 100%;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  justify-content: center;
}
.paragraph--services--featured--carousel .section-header {
  color: #fff;
}
.paragraph--services--featured--carousel .section-header .h2 {
  max-width: 14em;
}
.paragraph--services--featured--carousel .section-header .field--link {
  font-size: var(--font-size-h5);
  line-height: 1.2em;
  margin-top: 1em;
}
.paragraph--services--featured--carousel .section-header .field--link a {
  font-weight: 500;
}
.paragraph--services--featured--carousel .section-header .field--body {
  color: rgba(255, 255, 255, 0.7);
}
.paragraph--services--featured--carousel .slide {
  display: flex;
}
.paragraph--services--featured--carousel .slide > div {
  display: flex;
  align-items: center;
  transform: translateX(clamp(-100% + var(--el-width), (-100% + var(--el-width)) * var(--scroll-per), 0%));
}
.paragraph--services--featured--carousel .slide > div .view-content {
  display: flex;
}
.paragraph--services--featured--carousel .slide > div .views-row {
  padding: clamp(0.25rem, 0.6vw, 0.5rem);
}
.paragraph--services--featured--carousel .slide > div .views-row {
  flex-grow: 0;
  width: 30vw;
}
@media screen and (min-width: 0) and (max-width: 999px) {
  .paragraph--services--featured--carousel .slide > div .views-row {
    width: 20em;
  }
}
.paragraph--services--featured--carousel .slide .node-service.node-teaser a .field--image {
  max-height: 40vh;
}
.paragraph--services--featured--carousel .slide .node-service.node-teaser a .field--image * {
  height: 100%;
}
.paragraph--services--featured--carousel .slide .node-service.node-teaser a .field--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scroll-track:has(.paragraph--services--featured--carousel) {
  height: calc(35vw * var(--num-rows));
  min-height: 200vh;
}
.scroll-track:has(.paragraph--services--featured--carousel) .paragraph--services--featured--carousel {
  position: sticky;
  top: 0;
  height: calc(100vh + 8rem);
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .scroll-track:has(.paragraph--services--featured--carousel) .paragraph--services--featured--carousel {
    height: calc(100vh + 12rem);
    padding-bottom: 12rem;
  }
}

.paragraph--template--home {
  transition: all 1s var(--ease-cubic);
}
.paragraph--template--home .top {
  position: relative;
}
.paragraph--template--home .paragraph--hero--scs {
  background: transparent;
}
.paragraph--template--home .paragraph--hero--scs > .inner {
  padding-top: 0;
}
.paragraph--template--home[data-color=a] .paragraph--hero--scs .section-header span.w {
  color: var(--c-text);
}
.paragraph--template--home[data-color=a] .paragraph--hero--scs .section-header .field--body > div {
  color: color-mix(in srgb, var(--c-text), transparent 30%);
}
.paragraph--template--home[data-color=a] .paragraph--hero--scs .paragraph--blurb--icon {
  background: #000;
}
.paragraph--template--home[data-color=a] .paragraph--hero--scs .paragraph--blurb--icon span.w {
  color: #fff;
}
.paragraph--template--home[data-color=a] .paragraph--hero--scs .paragraph--blurb--icon .field--body > div {
  color: rgba(255, 255, 255, 0.7);
}
.paragraph--template--home[data-color=b] {
  background: #000;
}
.paragraph--template--home[data-color=b] .paragraph--hero--scs .section-header .field--body > div {
  color: rgba(255, 255, 255, 0.7);
}

.paragraph--template--about {
  transition: all 1s var(--ease-cubic);
}
.paragraph--template--about .paragraph--card .content,
.paragraph--template--about .paragraph--card .content h3 {
  transition: all 1s var(--ease-cubic);
}
.paragraph--template--about .paragraph--hero--parallax-cards > .inner {
  padding-top: 0;
}
.paragraph--template--about[data-color=a] span.w {
  color: var(--c-text);
}
.paragraph--template--about[data-color=a] .field--body > div,
.paragraph--template--about[data-color=a] .field--body-below > div {
  color: color-mix(in srgb, var(--c-text), transparent 30%);
}
.paragraph--template--about[data-color=a] .paragraph--card .field--body > div {
  color: rgba(255, 255, 255, 0.7);
}
.paragraph--template--about[data-color=b] {
  background: #000;
}
.paragraph--template--about[data-color=b] span.w {
  color: #fff;
}
.paragraph--template--about[data-color=b] .field--body > div,
.paragraph--template--about[data-color=b] .field--body-below > div {
  color: rgba(255, 255, 255, 0.7);
}
.paragraph--template--about[data-color=b] .paragraph--hero--parallax-cards .paragraph--card .content {
  background: #fff;
}
.paragraph--template--about[data-color=b] .paragraph--hero--parallax-cards .paragraph--card .content h3 {
  color: var(--c-text);
}
.paragraph--template--about[data-color=b] .paragraph--hero--parallax-cards .paragraph--card .content .field--body > div {
  color: color-mix(in srgb, var(--c-text), transparent 30%);
}

.paragraph--template--service {
  transition: all 1s var(--ease-cubic);
}
.paragraph--template--service .top {
  position: relative;
}
.paragraph--template--service #more-services > .inner {
  padding-top: 0;
}
.paragraph--template--service .paragraph--expandable-text-images .body {
  max-width: 30em;
}
.paragraph--template--service[data-color=a] .node-service.node-teaser a h3 {
  color: var(--c-text);
}
.paragraph--template--service[data-color=b] {
  background: #000;
}
.paragraph--template--service[data-color=b] span.w {
  color: #fff;
}
.paragraph--template--service[data-color=b] .field--body > div,
.paragraph--template--service[data-color=b] .field--body-below > div {
  color: rgba(255, 255, 255, 0.7);
}

.paragraph--template--estimates {
  transition: all 1s var(--ease-cubic);
}
.paragraph--template--estimates .paragraph--hero--text > .inner {
  padding-top: 0;
}
.paragraph--template--estimates[data-color=b] {
  background: #000;
}
.paragraph--template--estimates[data-color=b] span.w {
  color: #fff;
}
.paragraph--template--estimates[data-color=b] .field--body > div,
.paragraph--template--estimates[data-color=b] .field--body-below > div {
  color: rgba(255, 255, 255, 0.7);
}
.paragraph--template--estimates[data-color=b] .paragraph--hero--contact-details .field--blurbs > .field-items > .field-item:not(:last-child)::after {
  background-color: rgba(255, 255, 255, 0.15);
}

body .paragraph--faq .field--body > div {
  background: #50401a;
}

body #cboxOverlay {
  background: var(--c-black);
}
body #cboxClose.cbox-close-plain::before, body #cboxClose.cbox-close-plain::after {
  background: var(--c-brand-primary);
}
body .cboxPhoto {
  border-radius: 0 !important;
}
body #cboxPrevious,
body #cboxNext {
  border-color: var(--c-brand-primary);
}

@media screen and (min-width: 0) and (max-width: 999px) {
  nav.pager {
    display: flex;
    flex-flow: column;
  }
  nav.pager .pager__item--next {
    margin-bottom: 2em;
  }
}
nav.pager li.is-active a {
  background: var(--c-brand-primary-dark);
}