@charset "UTF-8";
/*
Colors
**************
*/
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap");
body {
  color: #1a2c28;
}

/*
Font Import & Family
***********
*/
@font-face {
  font-family: "LutzHeadlineTrialWeb-Regular";
  src: url("../fonts/LutzHeadline-Regular.woff2") format("woff2"), url("../fonts/LutzHeadline-Regular.woff") format("woff"), url("../fonts/LutzHeadline-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
Line Heights
**************
*/
/*
Root Font Size
***********
*/
html {
  font-size: 16px;
  scrollbar-gutter: stable;
}

body {
  font-family: "Atkinson Hyperlegible", sans-serif;
}

/*
Letter space
***********
*/
/*
Font Weights
**************
*/
h1 {
  font-family: "LutzHeadlineTrialWeb-Regular";
  font-size: clamp(4.2rem, 8vw, 8rem);
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  font-family: "LutzHeadlineTrialWeb-Regular";
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

h3 {
  font-family: "LutzHeadlineTrialWeb-Regular";
  font-size: clamp(1.8rem, 3.6vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  font-family: "LutzHeadlineTrialWeb-Regular";
  font-size: clamp(1.3rem, 2.4vw, 2.4rem);
  line-height: 1.2;
}

h5 {
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: clamp(1.15rem, 1.4vw, 1.4rem);
  line-height: 1.2;
  font-weight: 400;
}

h6 {
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

a {
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
}

p,
input,
label,
textarea {
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
}

/*
Bold Colours
***********
*/
strong {
  font-weight: 600;
}

/*
Breakpoints and Containers
***********
*/
.container {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 40px);
  max-width: 1920px;
}
@media (min-width: 414px) {
  .container {
    width: calc(100% - 60px) !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: calc(100% - 120px) !important;
  }
}
@media (min-width: 1024px) {
  .container {
    width: calc(100% - 160px) !important;
  }
}
@media (min-width: 1352px) {
  .container {
    width: calc(100% - 220px) !important;
  }
}
@media (min-width: 1900px) {
  .container {
    width: calc(100% - 350px) !important;
  }
}

.container-padding {
  margin: 0 auto;
  max-width: 1920px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 414px) {
  .container-padding {
    padding-left: calc(60px / 2);
    padding-right: calc(60px / 2);
  }
}
@media (min-width: 768px) {
  .container-padding {
    padding-left: calc(60px / 2);
    padding-right: calc(60px / 2);
  }
}
@media (min-width: 1024px) {
  .container-padding {
    padding-left: calc(80px / 2);
    padding-right: calc(80px / 2);
  }
}
@media (min-width: 1352px) {
  .container-padding {
    padding-left: calc(100px / 2);
    padding-right: calc(100px / 2);
  }
}
@media (min-width: 1900px) {
  .container-padding {
    padding-left: calc(140px / 2);
    padding-right: calc(140px / 2);
  }
}

/*
Fixed Element Heights
***********
*/
/*
Border Radius
***********
*/
/*
Transitions
***********
*/
/*
Image Wrapper Class
***********
*/
.imgWrap {
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.imgWrap img,
.imgWrap iframe,
.imgWrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*
Shadow
***********
*/
.shadow-lg {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

.style-guide {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.style-guide .flex {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}

.cursor-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate3d(24px, 24px, 0);
  z-index: 9999;
  will-change: transform;
}
@media (min-width: 1024px) {
  .cursor-wrap {
    display: block;
  }
}

.cursor-square {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: 25px 0 0 25px;
  background: #ffe900;
  opacity: 1;
  transition: opacity 0.25s ease, background-color 0.25s ease;
}

body:has(footer:hover) .cursor-square,
body:has(.contactMenu.is-active) .cursor-square,
body:has(.navMenu.is-active) .cursor-square {
  background: rgb(255, 90, 54);
}

.cursor-pill {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  width: 220px;
  height: 3.5rem;
  margin: 25px 0 0 25px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.cursor-pill .cursor-text {
  display: inline-flex;
  align-items: center;
  height: 3.5rem;
  padding: 0 1.5rem;
  color: #1a2c28;
  background: #ffe900;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.cursor-pill .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999999px;
  background: #ffe900;
}
.cursor-pill .icon-wrap svg path {
  stroke: #1a2c28;
}

.cursor-wrap.is-active .cursor-square {
  opacity: 0;
}
.cursor-wrap.is-active .cursor-pill {
  opacity: 1;
}

.top-margin {
  padding-top: 8rem;
}
@media (min-width: 1024px) {
  .top-margin {
    padding-top: 9rem;
  }
}
@media (min-width: 1352px) {
  .top-margin {
    padding-top: 9rem;
  }
}
@media (min-width: 1900px) {
  .top-margin {
    padding-top: 10rem;
  }
}

.padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1352px) {
  .padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1900px) {
  .padding {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.top-padding {
  padding-top: 4rem;
}
@media (min-width: 1352px) {
  .top-padding {
    padding-top: 6rem;
  }
}
@media (min-width: 1900px) {
  .top-padding {
    padding-top: 8rem;
  }
}

.bottom-padding {
  padding-bottom: 4rem;
}
@media (min-width: 1352px) {
  .bottom-padding {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1900px) {
  .bottom-padding {
    padding-bottom: 8rem;
  }
}

.right-padding {
  padding-right: 30px;
}
@media (min-width: 768px) {
  .right-padding {
    padding-right: 60px;
  }
}
@media (min-width: 1024px) {
  .right-padding {
    padding-right: 80px;
  }
}
@media (min-width: 1352px) {
  .right-padding {
    padding-right: 110px;
  }
}
@media (min-width: 1900px) {
  .right-padding {
    padding-right: 175px;
  }
}

.left-padding {
  padding-right: 30px;
}
@media (min-width: 768px) {
  .left-padding {
    padding-right: 60px;
  }
}
@media (min-width: 1024px) {
  .left-padding {
    padding-right: 80px;
  }
}
@media (min-width: 1352px) {
  .left-padding {
    padding-right: 110px;
  }
}
@media (min-width: 1900px) {
  .left-padding {
    padding-right: 175px;
  }
}

.side-padding {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .side-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1024px) {
  .side-padding {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1352px) {
  .side-padding {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 1900px) {
  .side-padding {
    padding-left: 175px;
    padding-right: 175px;
  }
}

.title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(26, 44, 40, 0.25);
  padding: 0 0 1rem 0;
}
@media (min-width: 1024px) {
  .title {
    display: none;
  }
}
.title p {
  text-transform: uppercase;
  color: #1a2c28;
  letter-spacing: 2px;
}

.wysiwyg {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .wysiwyg {
    gap: 2rem;
  }
}
.wysiwyg ul {
  list-style: disc;
  padding-left: 1.2em;
}
.wysiwyg ul li {
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
}
.wysiwyg iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.wysiwyg .wp-video {
  width: 100% !important;
}
.wysiwyg video {
  width: 100%;
  height: auto;
}

.ul-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  opacity: 0.5;
}
.ul-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.ul-list li::before {
  content: "•";
}
.ul-list a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 4px;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  color: inherit;
  text-decoration: none;
}
.ul-list span {
  font-size: 0.6rem;
}

.socials {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.socials a {
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  aspect-ratio: 1/1;
  border: 1px solid #1a2c28;
  color: #1a2c28;
  flex-shrink: 0;
  padding: 0.25rem;
}
@media (min-width: 1900px) {
  .socials a {
    width: 54px;
  }
}
.socials a:hover {
  background: #1a2c28;
}
.socials a:hover img {
  filter: brightness(0) invert(1);
}
.socials a img {
  display: block;
  width: 55%;
  height: 55%;
  transition: 0.3s ease all;
}

.p-title {
  text-align: left;
  text-transform: uppercase;
  color: #1a2c28;
  letter-spacing: 2px;
}

.p-opacity {
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  color: rgba(216, 238, 234, 0.5);
}

.btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  height: 3.5rem;
  padding: 0 1.5rem;
  text-transform: uppercase;
  width: fit-content;
  text-decoration: none;
  letter-spacing: 10%;
}
.btn svg {
  width: 12px;
  height: auto;
}
.btn--primary--dark {
  background: #1a2c28;
  border: 2px solid #1a2c28;
  color: white;
}
.btn--primary--light {
  background: #d8eeea;
  border: 2px solid #d8eeea;
  color: #1a2c28;
}
.btn--secondary--dark {
  background: rgb(255, 90, 54);
  border: 2px solid rgb(255, 90, 54);
  color: #1a2c28;
}
.btn--secondary--light {
  background: rgb(255, 90, 54);
  border: 2px solid rgb(255, 90, 54);
  color: white;
}
.btn--outline--dark {
  border: 2px solid #1a2c28;
  background: none;
  color: #1a2c28;
}
.btn--outline--light {
  border: 2px solid #d8eeea;
  background: none;
  color: #d8eeea;
}
.btn--icon {
  justify-content: center;
  width: 3.5rem;
  padding: 0;
}
.btn--icon svg {
  width: 24px;
  height: auto;
}
.btn--icon--primary--dark--diagonal {
  border-radius: 999999px;
  background: #1a2c28;
  border: 2px solid #1a2c28;
}
.btn--icon--primary--dark--diagonal svg {
  stroke: white;
}
.btn--icon--primary--dark--right {
  background: #1a2c28;
  border: 2px solid #1a2c28;
}
.btn--icon--primary--dark--right svg {
  width: 32px;
  stroke: white;
}
.btn--icon--primary--light--diagonal {
  border-radius: 999999px;
  background: #d8eeea;
  border: 2px solid #d8eeea;
}
.btn--icon--primary--light--diagonal svg {
  stroke: #1a2c28;
}
.btn--icon--primary--light--right {
  background: #d8eeea;
  border: 2px solid #d8eeea;
}
.btn--icon--primary--light--right svg {
  width: 32px;
  stroke: #1a2c28;
}
.btn--icon--secondary--dark--diagonal {
  border-radius: 999999px;
  background: rgb(255, 90, 54);
  border: 2px solid rgb(255, 90, 54);
}
.btn--icon--secondary--dark--diagonal svg {
  stroke: #1a2c28;
}
.btn--icon--secondary--dark--right {
  background: rgb(255, 90, 54);
  border: 2px solid rgb(255, 90, 54);
}
.btn--icon--secondary--dark--right svg {
  width: 32px;
  stroke: #1a2c28;
}
.btn--icon--secondary--light--diagonal {
  border-radius: 999999px;
  background: rgb(255, 90, 54);
  border: 2px solid rgb(255, 90, 54);
}
.btn--icon--secondary--light--diagonal svg {
  stroke: white;
}
.btn--icon--secondary--light--right {
  background: rgb(255, 90, 54);
  border: 2px solid rgb(255, 90, 54);
}
.btn--icon--secondary--light--right svg {
  width: 32px;
  stroke: white;
}
.btn--icon--outline--dark--diagonal {
  border-radius: 999999px;
  background: none;
  border: 2px solid #1a2c28;
}
.btn--icon--outline--dark--diagonal svg {
  stroke: #1a2c28;
}
.btn--icon--outline--dark--right {
  background: none;
  border: 2px solid #1a2c28;
}
.btn--icon--outline--dark--right svg {
  width: 32px;
  stroke: #1a2c28;
}
.btn--icon--outline--light--diagonal {
  border-radius: 999999px;
  background: none;
  border: 2px solid #d8eeea;
}
.btn--icon--outline--light--diagonal svg {
  stroke: #d8eeea;
}
.btn--icon--outline--light--right {
  background: none;
  border: 2px solid #d8eeea;
}
.btn--icon--outline--light--right svg {
  width: 32px;
  stroke: #d8eeea;
}

.btn-v2 {
  background: #1a2c28;
  padding: 0;
  border: 0;
  outline: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 3.5rem;
  text-decoration: none;
  width: 100%;
  transition: gap 0.35s cubic-bezier(0.77, 0, 0.18, 1);
}
@media (min-width: 768px) {
  .btn-v2 {
    width: fit-content;
    background: none;
  }
}
.btn-v2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 3.5rem - 10px);
  right: 0;
  z-index: 1;
  background: #1a2c28;
  transform: scaleX(0);
  transform-origin: left center;
  border-radius: 4px 999px 999px 4px;
  transition: transform 0.35s cubic-bezier(0.77, 0, 0.18, 1);
  pointer-events: none;
}
.btn-v2 span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 3.5rem;
  color: white;
  padding: 0 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: background 0.35s cubic-bezier(0.77, 0, 0.18, 1);
}
.btn-v2 .icon-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 999999px;
  flex-shrink: 0;
  transition: border-radius 0.35s cubic-bezier(0.77, 0, 0.18, 1), background 0.35s cubic-bezier(0.77, 0, 0.18, 1);
}
.btn-v2 svg {
  width: 18px;
  height: auto;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-v2--primary--dark span {
  color: #ffe900;
  background: #1a2c28;
}
.btn-v2--primary--dark .icon-wrap {
  background: #1a2c28;
}
.btn-v2--primary--dark .icon-wrap svg {
  stroke: #ffe900;
}
.btn-v2--primary--dark .icon-wrap svg path {
  stroke: #ffe900;
}
.btn-v2--yellow {
  background: #ffe900;
}
@media (min-width: 1024px) {
  .btn-v2--yellow {
    background: none;
  }
}
.btn-v2--yellow::before {
  background: #ffe900;
}
.btn-v2--yellow span {
  color: #1a2c28;
  background: #ffe900;
}
.btn-v2--yellow .icon-wrap {
  background: #ffe900;
}
.btn-v2--yellow .icon-wrap svg {
  stroke: #1a2c28;
}
.btn-v2--yellow .icon-wrap svg path {
  stroke: #1a2c28;
}
.btn-v2--clear {
  background: none;
  width: fit-content;
  gap: 1rem;
}
.btn-v2--clear::before {
  display: none;
}
.btn-v2--clear span {
  padding: 0;
  color: #1a2c28;
  background: none;
}
.btn-v2--clear .icon-wrap {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0;
  background: #ffe900;
}
.btn-v2--clear .icon-wrap svg {
  width: 8px;
  stroke: #1a2c28;
}
.btn-v2--clear .icon-wrap svg path {
  stroke: #1a2c28;
}
.btn-v2--clear:hover svg {
  transform: rotate(45deg) !important;
}
.btn-v2:hover::before {
  transform: scaleX(1);
}
.btn-v2:hover svg {
  transform: rotate(405deg);
}

/*
Reset CSS
***********
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

:root {
  font-size: 16px;
}

body {
  background: #1a2c28;
  -webkit-font-smoothing: antialiased;
}

body.teal-dark,
body.page-template-work-php,
body.single-service {
  background: #1a2c28;
}

body.page-template-news-php,
body.page-template-style-guide-php,
body.single-post,
body.archive {
  background: #fff7ec;
}

body.page-template-team-php {
  background: #d8eeea;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

button,
a {
  cursor: pointer;
}

#root,
#__next {
  isolation: isolate;
}

html:has(.navMenu.is-active),
html:has(.contactMenu.is-active),
body:has(.navMenu.is-active),
body:has(.contactMenu.is-active) {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: flex;
  flex-direction: column;
  width: 100%;
}
header .top-nav {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  transition: 0.3s ease all;
}
@media (min-width: 1024px) {
  header .top-nav {
    height: 140px;
  }
}
header .top-nav:has(.custom-logo.scrolled) {
  height: 75px;
}
header .header-fade {
  position: absolute;
  top: 99%;
  left: 0;
  z-index: 1;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 25px;
  background: linear-gradient(180deg, rgb(26, 44, 40) 0%, rgba(26, 44, 40, 0) 100%);
}
@media (min-width: 1024px) {
  header .header-fade {
    display: none;
  }
}
header .navWrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  position: relative;
  z-index: 100;
  background-color: transparent;
  transition: 0.3s ease all;
  width: 100%;
}
header .navWrap .logoWrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header .navWrap .logoWrap .custom-logo {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: 52px;
  transition: 0.3s ease all;
}
@media (min-width: 768px) {
  header .navWrap .logoWrap .custom-logo {
    height: 62px;
  }
}
header .navWrap .logoWrap .custom-logo path {
  transition: 0.3s ease all;
}
header .navWrap .logoWrap .custom-logo .mask {
  opacity: 0;
}
header .navWrap .logoWrap .client-logo,
header .navWrap .logoWrap span {
  display: none;
}
@media (min-width: 1024px) {
  header .navWrap .logoWrap .client-logo,
  header .navWrap .logoWrap span {
    display: block;
  }
}
header .navWrap .logoWrap .client-logo {
  flex-shrink: 0;
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 26px;
}
header .navWrap .logoWrap span {
  color: white;
  transition: 0.3s ease all;
}
header .navWrap .logoWrap .scrolled {
  height: 30px;
}
@media (min-width: 768px) {
  header .navWrap .logoWrap .scrolled {
    height: 36px;
  }
}
header .navWrap .logoWrap .scrolled .mask {
  opacity: 1;
}
header .navWrap .logoWrap .scrolled .white {
  opacity: 0;
}
header .navWrap .menuToggle {
  position: relative;
  z-index: 500;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  header .navWrap .menuToggle {
    gap: 1.5rem;
  }
}
header .navWrap .menuToggle .contact {
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  cursor: pointer;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-transform: uppercase;
  width: fit-content;
  text-decoration: none;
  letter-spacing: 10%;
  position: relative;
  overflow: visible;
  font-size: clamp(1.15rem, 1.4vw, 1.4rem);
}
header .navWrap .menuToggle .contact::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgb(255, 233, 1) 25%, rgb(255, 233, 1) 75%, rgba(255, 255, 255, 0) 75%);
  transition: opacity 0.3s ease-in-out;
}
header .navWrap .menuToggle .contact span {
  transition: color 0.3s ease;
  display: none;
  position: relative;
  z-index: 1;
  letter-spacing: 4px;
}
@media (min-width: 1024px) {
  header .navWrap .menuToggle .contact span {
    display: block;
  }
}
header .navWrap .menuToggle .contact {
  /* ICON WRAPPER (KEY FIX) */
}
header .navWrap .menuToggle .contact .icon {
  position: relative;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}
header .navWrap .menuToggle .contact {
  /* OVERLAPPING ICONS */
}
header .navWrap .menuToggle .contact .icon-svg,
header .navWrap .menuToggle .contact .cross {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: 0.3s ease all;
}
header .navWrap .menuToggle .contact {
  /* SVG */
}
header .navWrap .menuToggle .contact .icon-svg {
  width: 40px;
  opacity: 1;
  transform: scale(1);
}
header .navWrap .menuToggle .contact .icon-svg path {
  transition: 0.3s ease all;
}
header .navWrap .menuToggle .contact {
  /* CROSS */
}
header .navWrap .menuToggle .contact .cross {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}
header .navWrap .menuToggle .contact .cross::before, header .navWrap .menuToggle .contact .cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 3px;
  background-color: #1a2c28;
  transform-origin: center;
}
header .navWrap .menuToggle .contact .cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
header .navWrap .menuToggle .contact .cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .navWrap .menuToggle .contact:hover::before {
  opacity: 1;
}
header .navWrap .menuToggle .contact:hover .icon-svg {
  transform: rotate(25deg);
}
header .navWrap .menuToggle .contact {
  /* ACTIVE STATE */
}
header .navWrap .menuToggle .contact.is-active::before {
  display: none;
  opacity: 0;
  background: none;
}
header .navWrap .menuToggle .contact.is-active:hover {
  background: none;
}
@media (min-width: 1024px) {
  header .navWrap .menuToggle .contact.is-active:hover {
    background: #1a2c28;
  }
}
header .navWrap .menuToggle .contact.is-active:hover .cross::before, header .navWrap .menuToggle .contact.is-active:hover .cross::after {
  background-color: #1a2c28;
}
@media (min-width: 1024px) {
  header .navWrap .menuToggle .contact.is-active:hover .cross::before, header .navWrap .menuToggle .contact.is-active:hover .cross::after {
    background-color: white;
  }
}
header .navWrap .menuToggle .contact.is-active:hover span {
  color: white;
}
header .navWrap .menuToggle .contact.is-active {
  /* fade OUT svg */
}
header .navWrap .menuToggle .contact.is-active .icon-svg {
  opacity: 0;
  transform: scale(0.8) rotate(25deg);
}
header .navWrap .menuToggle .contact.is-active {
  /* fade IN cross */
}
header .navWrap .menuToggle .contact.is-active .cross {
  opacity: 1;
  transform: scale(1);
}
header .navWrap .menuToggle .hamburger-wrap {
  transition: 0.3s ease all;
  padding: 0.3rem;
}
header .navWrap .menuToggle .hamburger-wrap:hover {
  background: #ffe900;
  background-size: 110% 110%;
}
header .navWrap .menuToggle .hamburger {
  background: none;
  position: relative;
  display: block;
  cursor: pointer;
  border: 0;
  width: 24px;
  height: 20px;
}
header .navWrap .menuToggle .bar,
header .navWrap .menuToggle .hamburger:before,
header .navWrap .menuToggle .hamburger:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1a2c28;
  transition: 0.3s ease all;
}
header .navWrap .menuToggle .bar {
  top: 50%;
  transform: translateY(-50%);
}
header .navWrap .menuToggle .hamburger:before {
  top: 0;
}
header .navWrap .menuToggle .hamburger:after {
  bottom: 0;
}
header .navWrap .menuToggle .hamburger.is-active:before {
  transform: rotate(45deg);
  top: 50%;
}
header .navWrap .menuToggle .hamburger.is-active:after {
  transform: rotate(-45deg);
  top: 50%;
  bottom: auto;
}
header .navWrap .menuToggle .hamburger.is-active .bar {
  opacity: 0;
}
header .navWrap .work-selectors {
  padding: 0rem 0 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 1024px) {
  header .navWrap .work-selectors {
    padding: 1.5rem 0;
  }
}
header .navWrap .work-selectors .selectors {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1024px) {
  header .navWrap .work-selectors .selectors {
    gap: 2rem;
  }
}
header .navWrap .work-selectors .selectors a.active p {
  color: rgb(255, 90, 54);
  text-decoration: underline;
  text-underline-offset: 2px;
}
header .navWrap .work-selectors .selectors p {
  transition: 0.3s ease all;
}
header .navWrap .work-selectors .progress-bar {
  width: 100%;
  height: 2px;
  background-color: rgba(216, 238, 234, 0.15);
  border-radius: 999px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  header .navWrap .work-selectors .progress-bar {
    display: none;
  }
}
header .navWrap .work-selectors .progress-bar .progress-bar-fill {
  width: 0%;
  height: 100%;
  background-color: #d8eeea;
  border-radius: inherit;
  transition: width 0.1s linear;
}
header:has(.navMenu.is-active) .navWrap .work-selectors, header:has(.contactMenu.is-active) .navWrap .work-selectors {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
header .navMenu {
  height: 100dvh;
  max-height: 100dvh;
  width: 100%;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffe900;
  z-index: 90;
  overflow-y: auto;
  overflow-x: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
header .navMenu .navMenuWrap {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  header .navMenu .navMenuWrap {
    align-items: flex-end;
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1900px) {
  header .navMenu .navMenuWrap {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
}
header .navMenu nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
header .navMenu nav ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  header .navMenu nav ul {
    gap: 2.5rem;
  }
}
@media (min-width: 1352px) {
  header .navMenu nav ul {
    gap: 3rem;
  }
}
@media (min-width: 1900px) {
  header .navMenu nav ul {
    gap: 4rem;
  }
}
header .navMenu nav ul li {
  transition: 0.3s ease all;
  width: fit-content;
  position: relative;
}
header .navMenu nav ul li:hover::before {
  opacity: 1;
}
@media (min-width: 1024px) {
  header .navMenu nav ul li:hover a svg {
    rotate: 45deg;
    margin-right: 0.05em;
    margin-bottom: 0.04em;
  }
}
header .navMenu nav ul li a {
  position: relative;
  z-index: 1;
  font-family: "LutzHeadlineTrialWeb-Regular";
  text-decoration: none;
  color: #1a2c28;
  font-size: clamp(3.2rem, min(9vw, 10vh), 10rem);
  transition: 0.2s ease all;
  line-height: 0.77;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 1024px) {
  header .navMenu nav ul li a {
    gap: 1.5rem;
    font-size: clamp(3.2rem, min(10vw, 12vh), 10rem);
  }
}
@media (min-width: 1352px) {
  header .navMenu nav ul li a {
    gap: 2rem;
    font-size: clamp(2.5rem, min(8vw, 13.5vh), 10rem);
  }
}
header .navMenu nav ul li a svg {
  transition: 0.3s ease all;
  display: block;
  width: auto;
  height: 18px;
  flex-shrink: 0;
  overflow: hidden;
  margin-bottom: 0.04em;
}
@media (min-width: 1024px) {
  header .navMenu nav ul li a svg {
    margin-bottom: 0em;
    height: 26px;
  }
}
@media (min-width: 1024px) {
  header .navMenu nav #menu-nav-menu-2 {
    display: none;
  }
}
header .navMenu nav {
  /* ---------------------------------------------------------------
           EXPERIMENT (temporary): swap the flush, gradient-masked hover
           background for a solid white background-color directly on the
           li, with padding to give it breathing room (offset by a
           matching negative margin so the resting layout doesn't shift).
           Scoped to #menu-nav-menu only.
           To revert: delete this block — the original gradient hover
           above (inside `ul li`) takes back over automatically.
        --------------------------------------------------------------- */
}
header .navMenu nav #menu-nav-menu li {
  /* This used to be split: a smaller base padding/margin, with a
     Firefox-only @supports block bumping the top padding up and
     the bottom down (plus a small svg margin-bottom nudge) to fix
     text/arrow alignment there. Since Edge shares Chrome's engine
     and there's no reliable way to target Edge-but-not-Chrome in
     CSS, the fix has been made universal instead — same values,
     no browser gate — so Firefox, Chrome, Edge and Safari all get
     the same alignment now. */
}
@media (min-width: 1024px) {
  header .navMenu nav #menu-nav-menu li a svg {
    margin-bottom: 0;
  }
}
@supports (-moz-appearance: none) {
  @media (min-width: 1024px) {
    header .navMenu nav #menu-nav-menu li a svg {
      margin-bottom: 10px;
    }
  }
}
@supports (-webkit-touch-callout: none) {
  @media (min-width: 1024px) {
    header .navMenu nav #menu-nav-menu li a svg {
      margin-bottom: 0.15em;
    }
  }
}
header .navMenu .about {
  display: none;
}
@media (min-width: 1024px) {
  header .navMenu .about {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    gap: 1.5rem;
  }
}
@media (min-width: 1352px) {
  header .navMenu .about {
    width: 22.5%;
  }
}
@media (min-width: 1900px) {
  header .navMenu .about {
    width: 20%;
  }
}
header .navMenu .about ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  header .navMenu .about ul {
    gap: 2rem;
  }
}
@media (min-width: 1900px) {
  header .navMenu .about ul {
    gap: 2.5rem;
  }
}
header .navMenu .about ul li {
  transition: 0.3s ease all;
  width: 100%;
  position: relative;
}
header .navMenu .about ul li:hover a svg {
  rotate: 45deg;
}
@media (min-width: 1024px) {
  header .navMenu .about ul li:hover a svg {
    height: 16px;
    margin-right: 0.1em;
    margin-bottom: 0.09em;
  }
}
header .navMenu .about ul li a {
  width: 100%;
  position: relative;
  z-index: 1;
  font-family: "LutzHeadlineTrialWeb-Regular";
  text-decoration: none;
  color: #1a2c28;
  font-size: 1.6rem;
  transition: 0.2s ease all;
  line-height: 0.77;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}
@media (min-width: 1024px) {
  header .navMenu .about ul li a {
    gap: 1.5rem;
  }
}
@media (min-width: 1352px) {
  header .navMenu .about ul li a {
    font-size: 1.8rem;
    gap: 2rem;
  }
}
header .navMenu .about ul li a svg {
  transition: 0.3s ease all;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  header .navMenu .about ul li a svg {
    height: 16px;
    margin-right: 0.1em;
    margin-bottom: 0.09em;
    width: auto;
  }
}
header .navMenu .about .about-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
header .navMenu .about .about-text p:nth-child(1) {
  text-transform: uppercase;
  font-weight: 600;
}
header .contactMenu {
  height: 100vh;
  width: 100vw;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffe900;
  z-index: 90;
  overflow-y: auto;
  overflow-x: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
header .contactMenu .contactMenuWrap {
  min-height: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding-top: 8rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  header .contactMenu .contactMenuWrap {
    flex-direction: row;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1352px) {
  header .contactMenu .contactMenuWrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1900px) {
  header .contactMenu .contactMenuWrap {
    padding-left: 70px;
    padding-right: 70px;
  }
}
header .contactMenu .content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  header .contactMenu .content {
    gap: 3rem;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
header .contactMenu .content h1 {
  text-wrap: balance;
  font-family: "LutzHeadlineTrialWeb-Regular";
  text-decoration: none;
  color: #1a2c28;
  font-size: clamp(3.2rem, min(9vw, 10vh), 10rem);
  line-height: 1;
  transition: 0.2s ease all;
}
@media (min-width: 1024px) {
  header .contactMenu .content h1 {
    font-size: clamp(3.2rem, min(10vw, 12vh), 10rem);
  }
}
@media (min-width: 1352px) {
  header .contactMenu .content h1 {
    font-size: clamp(2.5rem, min(8vw, 13.5vh), 10rem);
  }
}
header .contactMenu .content .menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
}
@media (min-width: 1352px) {
  header .contactMenu .content .menu {
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  header .contactMenu .content .menu:first-of-type {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1024px) {
  header .contactMenu .content .menu:first-of-type {
    width: calc(40% - 1rem);
  }
}
header .contactMenu .content .menu a {
  transition: 0.3s ease all;
}
header .contactMenu .content .menu a:hover {
  opacity: 0.5;
}
header .contactMenu .content .menu p {
  display: none;
}
@media (min-width: 1024px) {
  header .contactMenu .content .menu p {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 10%;
  }
}
header .contactMenu .content .menu .details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
header .contactMenu .wpcf7 {
  width: 100%;
}
@media (min-width: 1024px) {
  header .contactMenu .wpcf7 {
    width: 50%;
  }
}
header .contactMenu form {
  padding: 30px 20px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  header .contactMenu form {
    gap: 1rem;
    padding: 3rem;
  }
}
@media (min-width: 1352px) {
  header .contactMenu form {
    gap: 1.5rem;
  }
}
@media (min-width: 1900px) {
  header .contactMenu form {
    padding: 4rem;
  }
}
header .contactMenu form label {
  width: 100%;
  border-bottom: 2px solid #1a2c28;
}
header .contactMenu form .top-input-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
  header .contactMenu form .top-input-wrap {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
header .contactMenu form .top-input-wrap .form-input {
  width: 100%;
}
@media (min-width: 1024px) {
  header .contactMenu form .top-input-wrap .form-input {
    width: 50%;
  }
}
header .contactMenu form .form-input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
header .contactMenu form .wpcf7-form-control-wrap {
  width: 100%;
}
header .contactMenu form .wpcf7-form-control-wrap span,
header .contactMenu form .wpcf7-form-control-wrap input,
header .contactMenu form .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 0;
}
header .contactMenu form .wpcf7-form-control-wrap textarea::placeholder {
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
}
header .contactMenu form .wpcf7-form-control-wrap input,
header .contactMenu form .wpcf7-form-control-wrap textarea {
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  padding: 0.5rem 0;
}
header .contactMenu form .wpcf7-form-control-wrap textarea {
  min-height: 75px;
  overflow-y: hidden;
  resize: none;
}
@media (min-width: 1900px) {
  header .contactMenu form .wpcf7-form-control-wrap textarea {
    min-height: 125px;
  }
}
header .contactMenu form .wpcf7-not-valid-tip {
  color: #ff0000;
}
header .contactMenu form .wpcf7-response-output {
  margin: 0;
  padding: 10px;
  color: #1a2c28;
}
header .contactMenu form .wpcf7-spinner {
  display: none;
}
header {
  /* ACTIVE STATE */
}
header .navMenu.is-active,
header .contactMenu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-theme-1 header .navWrap .logoWrap {
  display: flex;
  align-items: center;
}
.header-theme-1 header .navWrap .logoWrap .custom-logo {
  display: block;
  width: auto;
  height: 52px;
  transition: 0.3s ease all;
}
@media (min-width: 768px) {
  .header-theme-1 header .navWrap .logoWrap .custom-logo {
    height: 62px;
  }
}
.header-theme-1 header .navWrap .logoWrap .custom-logo path {
  transition: 0.3s ease all;
}
.header-theme-1 header .navWrap .logoWrap .custom-logo .mask {
  fill: transparent;
  opacity: 0;
}
.header-theme-1 header .navWrap .logoWrap .custom-logo .white {
  fill: white;
}
.header-theme-1 header .navWrap .logoWrap .scrolled {
  height: 30px;
}
@media (min-width: 768px) {
  .header-theme-1 header .navWrap .logoWrap .scrolled {
    height: 36px;
  }
}
.header-theme-1 header .navWrap .logoWrap .scrolled .mask {
  fill: white;
  opacity: 1;
}
.header-theme-1 header .navWrap .logoWrap .scrolled .white {
  opacity: 0;
}
.header-theme-1 header .navWrap:has(.menuToggle.is-active) .logoWrap .custom-logo .white, .header-theme-1 header .navWrap:has(.menuToggle.is-active) .logoWrap .custom-logo.scrolled .mask {
  fill: #1a2c28;
}
.header-theme-1 header .navWrap:has(.menuToggle.is-active) .logoWrap span {
  color: #1a2c28;
}
.header-theme-1 header .navWrap .menuToggle .contact span {
  color: white;
}
.header-theme-1 header .navWrap .menuToggle .contact {
  /* SVG */
}
.header-theme-1 header .navWrap .menuToggle .contact .icon-svg path {
  fill: white;
}
.header-theme-1 header .navWrap .menuToggle .contact::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgb(255, 90, 54) 25%, rgb(255, 90, 54) 75%, rgba(255, 255, 255, 0) 75%);
  transition: opacity 0.3s ease-in-out;
}
.header-theme-1 header .navWrap .menuToggle .contact {
  /* ACTIVE STATE */
  /* ACTIVE STATE */
}
.header-theme-1 header .navWrap .menuToggle .contact.is-active::before {
  display: none;
  opacity: 0;
  background: none;
}
.header-theme-1 header .navWrap .menuToggle .contact.is-active:hover {
  background: none;
}
@media (min-width: 1024px) {
  .header-theme-1 header .navWrap .menuToggle .contact.is-active:hover {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgb(255, 90, 54) 25%, rgb(255, 90, 54) 75%, rgba(255, 255, 255, 0) 75%);
  }
}
.header-theme-1 header .navWrap .menuToggle .contact.is-active:hover .cross::before, .header-theme-1 header .navWrap .menuToggle .contact.is-active:hover .cross::after {
  background-color: #1a2c28;
}
@media (min-width: 1024px) {
  .header-theme-1 header .navWrap .menuToggle .contact.is-active:hover .cross::before, .header-theme-1 header .navWrap .menuToggle .contact.is-active:hover .cross::after {
    background-color: white;
  }
}
.header-theme-1 header .navWrap .menuToggle .contact.is-active:hover span {
  color: white;
}
.header-theme-1 header .navWrap .menuToggle .contact.is-active {
  /* fade OUT svg */
}
.header-theme-1 header .navWrap .menuToggle .contact.is-active .icon-svg {
  opacity: 0;
  transform: scale(0.8) rotate(25deg);
}
.header-theme-1 header .navWrap .menuToggle .contact.is-active {
  /* fade IN cross */
}
.header-theme-1 header .navWrap .menuToggle .contact.is-active .cross {
  opacity: 1;
  transform: scale(1);
}
.header-theme-1 header .navWrap .menuToggle.is-active .contact span {
  color: #1a2c28;
}
.header-theme-1 header .navWrap .menuToggle.is-active .contact .icon-svg path {
  fill: #1a2c28;
}
.header-theme-1 header .navWrap .menuToggle .bar,
.header-theme-1 header .navWrap .menuToggle .hamburger:before,
.header-theme-1 header .navWrap .menuToggle .hamburger:after {
  content: "";
  background-color: white;
}
.header-theme-1 header .navWrap .menuToggle .hamburger.is-active:before {
  background-color: #1a2c28;
}
.header-theme-1 header .navWrap .menuToggle .hamburger.is-active:after {
  background-color: #1a2c28;
}

.header-on-beige header .navWrap .logoWrap .custom-logo .white {
  fill: #1a2c28;
}
.header-on-beige header .navWrap .logoWrap span {
  color: #1a2c28;
}
.header-on-beige header .navWrap .menuToggle .contact span {
  color: #1a2c28;
}
.header-on-beige header .navWrap .menuToggle .contact .icon-svg path {
  fill: #1a2c28;
}
.header-on-beige header .navWrap .menuToggle .bar,
.header-on-beige header .navWrap .menuToggle .hamburger:before,
.header-on-beige header .navWrap .menuToggle .hamburger:after {
  background-color: #1a2c28;
}

.green-gradient {
  display: block;
  top: -1px;
  width: 100%;
  height: 25px;
  background: linear-gradient(180deg, rgb(26, 44, 40) 0%, rgba(26, 44, 40, 0) 100%);
}

header.header-contrast-dark .navWrap .logoWrap .custom-logo .white {
  fill: #d8eeea;
}
header.header-contrast-dark .navWrap .logoWrap .custom-logo.scrolled .mask {
  fill: #d8eeea;
  opacity: 1;
}
header.header-contrast-dark .navWrap .logoWrap .custom-logo.scrolled .white {
  opacity: 1;
}
header.header-contrast-dark .navWrap .logoWrap span {
  color: #d8eeea;
}
header.header-contrast-dark .navWrap .menuToggle .contact span {
  color: #d8eeea;
}
header.header-contrast-dark .navWrap .menuToggle .contact .icon-svg path {
  fill: #d8eeea;
}
header.header-contrast-dark .navWrap .menuToggle .bar,
header.header-contrast-dark .navWrap .menuToggle .hamburger:before,
header.header-contrast-dark .navWrap .menuToggle .hamburger:after {
  background-color: #d8eeea;
}
header.header-contrast-dark .navWrap .menuToggle .hamburger-wrap:hover .bar,
header.header-contrast-dark .navWrap .menuToggle .hamburger-wrap:hover .hamburger:before,
header.header-contrast-dark .navWrap .menuToggle .hamburger-wrap:hover .hamburger:after {
  background-color: #1a2c28;
}

header.header-contrast-light .navWrap .logoWrap .custom-logo .white {
  fill: #1a2c28;
}
header.header-contrast-light .navWrap .logoWrap .custom-logo.scrolled .mask {
  fill: #1a2c28;
  opacity: 1;
}
header.header-contrast-light .navWrap .logoWrap .custom-logo.scrolled .white {
  opacity: 1;
}
header.header-contrast-light .navWrap .logoWrap span {
  color: #1a2c28;
}
header.header-contrast-light .navWrap .menuToggle .contact span {
  color: #1a2c28;
}
header.header-contrast-light .navWrap .menuToggle .contact .icon-svg path {
  fill: #1a2c28;
}
header.header-contrast-light .navWrap .menuToggle .bar,
header.header-contrast-light .navWrap .menuToggle .hamburger:before,
header.header-contrast-light .navWrap .menuToggle .hamburger:after {
  background-color: #1a2c28;
}
header.header-contrast-light .navWrap .work-selectors .selectors a:not(.active) p {
  color: #1a2c28;
}

header:has(.contactMenu.is-active) .menuToggle .bar,
header:has(.contactMenu.is-active) .menuToggle .hamburger:before,
header:has(.contactMenu.is-active) .menuToggle .hamburger:after {
  background-color: #1a2c28;
}

.pre-footer {
  background: #1a2c28;
  height: 35vh;
  background-size: auto 100%;
  background-position: 57.5% 100%;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .pre-footer {
    height: 40vh;
    background-size: 100% auto;
    background-position: 57.5% 100%;
  }
}
@media (min-width: 1352px) {
  .pre-footer {
    height: 50vh;
    background-size: 100% auto;
    background-position: 57.5% 100%;
  }
}
@media (min-width: 1900px) {
  .pre-footer {
    height: 60vh;
    background-size: 100% auto;
    background-position: 57.5% 100%;
  }
}
.pre-footer img {
  width: 100%;
}
.pre-footer .yellow-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -0.1rem;
}

.single-work footer,
.single-work .pre-footer {
  display: none;
}

footer {
  background: #ffe900;
  position: relative;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  footer {
    padding: 0 0 2rem 0;
    gap: 4rem;
  }
}
@media (min-width: 1352px) {
  footer {
    gap: 4rem;
  }
}
@media (min-width: 1900px) {
  footer {
    gap: 8rem;
  }
}
footer .foot-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  footer .foot-wrap {
    flex-direction: row;
    flex-flow: wrap;
  }
}
@media (min-width: 1352px) {
  footer .foot-wrap {
    gap: 2rem 8rem;
  }
}
@media (min-width: 1900px) {
  footer .foot-wrap {
    gap: 2.5rem 10rem;
  }
}
footer .foot-wrap .logoWrap {
  width: 100%;
  display: flex;
  align-items: center;
}
footer .foot-wrap .logoWrap .custom-logo {
  display: block;
  width: auto;
  height: 60px;
  transition: 0.3s ease all;
}
@media (min-width: 1024px) {
  footer .foot-wrap .logoWrap .custom-logo {
    height: 66px;
  }
}
footer .foot-wrap .logoWrap .custom-logo path {
  fill: #1a2c28;
  transition: 0.3s ease all;
}
footer .foot-wrap .foot-top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  footer .foot-wrap .foot-top {
    gap: 2rem;
    width: calc(60% - 1rem);
  }
}
@media (min-width: 1352px) {
  footer .foot-wrap .foot-top {
    width: calc(55% - 1rem);
  }
}
@media (min-width: 1900px) {
  footer .foot-wrap .foot-top {
    gap: 2.5rem;
  }
}
footer .foot-wrap .foot-top h1 {
  line-height: 1;
}
footer .foot-wrap .foot-bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  footer .foot-wrap .foot-bottom {
    flex-direction: row;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer .foot-wrap .foot-bottom {
    width: calc(40% - 1rem);
  }
}
@media (min-width: 1352px) {
  footer .foot-wrap .foot-bottom {
    gap: 4rem;
    width: calc(35% - 1rem);
  }
}
@media (min-width: 1900px) {
  footer .foot-wrap .foot-bottom {
    gap: 6rem;
    width: calc(30% - 1rem);
  }
}
footer .foot-wrap .foot-bottom .menu-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  footer .foot-wrap .foot-bottom .menu-wrap {
    gap: 2.5rem;
    width: calc(60% - 1rem);
  }
}
@media (min-width: 1352px) {
  footer .foot-wrap .foot-bottom .menu-wrap {
    width: calc(60% - 1rem);
  }
}
@media (min-width: 1900px) {
  footer .foot-wrap .foot-bottom .menu-wrap {
    gap: 3rem;
  }
}
footer .foot-wrap .foot-bottom .menu {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media (min-width: 1352px) {
  footer .foot-wrap .foot-bottom .menu {
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  footer .foot-wrap .foot-bottom .menu:first-of-type {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1024px) {
  footer .foot-wrap .foot-bottom .menu:first-of-type {
    width: calc(40% - 1rem);
  }
}
@media (min-width: 1024px) {
  footer .foot-wrap .foot-bottom .menu:last-of-type {
    gap: 1rem;
  }
}
footer .foot-wrap .foot-bottom .menu p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer .foot-wrap .foot-bottom .menu p svg {
  flex-shrink: 0;
  width: 18px;
  height: auto;
}
footer .foot-wrap .foot-bottom .menu ul {
  display: flex;
  flex-flow: wrap;
  gap: 0.75rem;
}
@media (min-width: 1900px) {
  footer .foot-wrap .foot-bottom .menu ul {
    gap: 1rem;
  }
}
footer .foot-wrap .foot-bottom .menu ul li {
  overflow: hidden;
  width: fit-content;
  width: calc(50% - 1rem);
}
@media (min-width: 768px) {
  footer .foot-wrap .foot-bottom .menu ul li {
    width: 100%;
  }
}
footer .foot-wrap .foot-bottom .menu ul li a {
  transition: 0.3s ease all;
  text-transform: uppercase;
  letter-spacing: 10%;
  font-family: "Atkinson Hyperlegible", sans-serif;
  display: inline-block;
  line-height: 0.55;
  padding: 0.15em 0 0 0;
  vertical-align: top;
}
@media (min-width: 768px) {
  footer .foot-wrap .foot-bottom .menu ul li a {
    line-height: 0.6;
    padding: 0.1em 0 0 0;
  }
}
@media (min-width: 1024px) {
  footer .foot-wrap .foot-bottom .menu ul li a {
    line-height: 0.65;
    padding: 0.05em 0 0 0;
  }
}
footer .foot-wrap .foot-bottom .menu ul li a:hover {
  color: rgb(255, 90, 54);
}
footer .foot-wrap .foot-bottom .menu .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
footer .foot-wrap .foot-bottom .contact-menu a {
  transition: 0.3s ease all;
}
footer .foot-wrap .foot-bottom .contact-menu a .detail-line {
  display: inline;
}
@media (min-width: 768px) {
  footer .foot-wrap .foot-bottom .contact-menu a .detail-line {
    display: block;
    width: fit-content;
    line-height: 1.1;
    padding: 0.05em 0;
  }
}
@media (min-width: 768px) {
  footer .foot-wrap .foot-bottom .contact-menu a:hover .detail-line {
    color: rgb(255, 90, 54);
  }
}
footer .terms {
  width: 100%;
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  footer .terms {
    flex-direction: row;
    gap: 4rem;
  }
}
footer .terms .links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1024px) {
  footer .terms .links {
    gap: 4rem;
  }
}
footer .terms .links p {
  text-transform: uppercase;
}
footer .terms .links p a {
  font-size: inherit;
}

.editor-cols {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 1.5rem 0;
}
@media (min-width: 1024px) {
  .editor-cols {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.editor-col {
  flex: 1 1 0;
  min-width: 0;
}
.editor-col img {
  display: block;
  max-width: 100%;
  height: auto;
}

.four-o-four .foot-wrap {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .four-o-four .foot-wrap {
    gap: 2rem;
  }
}
.four-o-four .foot-wrap h1,
.four-o-four .foot-wrap p {
  color: #d8eeea;
  text-wrap: balance;
}
.four-o-four .foot-wrap h1 {
  line-height: 0.95;
}
.four-o-four .foot-wrap p {
  width: 100%;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9999;
  overflow: hidden;
}
.preloader .preloader-box {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader .preloader-box .preloader-text {
  position: relative;
  z-index: 1;
  font-family: "LutzHeadlineTrialWeb-Regular";
  color: #1a2c28;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.preloader .preloader-box .preloader-face {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader .preloader-box .preloader-face--front {
  background: white;
}
.preloader .preloader-box .preloader-face--back {
  opacity: 0;
}
.preloader .preloader-box .preloader-face--back svg {
  width: 100%;
  height: 100%;
  display: block;
}

.preloader-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 3;
}

.about-section {
  background-color: #d8eeea;
}

.hero {
  background-color: #1a2c28;
  position: relative;
}
.hero .hero-top {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-color: #1a2c28;
}
.hero .hero-top .hero-shape {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.hero .hero-top .hero-shape svg {
  display: block;
  height: auto;
}
.hero .hero-top .hero-shape--left {
  display: none;
}
@media (min-width: 1024px) {
  .hero .hero-top .hero-shape--left {
    display: block;
    left: 0;
    bottom: -280px;
    width: 6rem;
  }
}
.hero .hero-top .hero-shape--right {
  right: 0;
  top: 90%;
  transform: translateY(-50%);
  width: 2.8rem;
}
@media (min-width: 1024px) {
  .hero .hero-top .hero-shape--right {
    top: 35%;
    width: 4rem;
  }
}
.hero .hero-top .hero-top-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero .hero-top .hero-top-bg .hero-top-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-top .hero-top-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(26, 44, 40, 0.25);
}
.hero .hero-top .hero-top-wrap {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 6rem 0 2.5rem;
}
@media (min-width: 1024px) {
  .hero .hero-top .hero-top-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    padding: 6rem 0 4rem;
  }
}
@media (min-width: 1352px) {
  .hero .hero-top .hero-top-wrap {
    padding: 7rem 0 5rem;
  }
}
@media (min-width: 1900px) {
  .hero .hero-top .hero-top-wrap {
    padding: 8rem 0 6rem;
  }
}
.hero .hero-top .hero-top-wrap .hero-title {
  color: white;
  text-align: center;
  margin-bottom: -25px;
}
@media (min-width: 1024px) {
  .hero .hero-top .hero-top-wrap .hero-title {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 1352px) {
  .hero .hero-top .hero-top-wrap .hero-title {
    margin-top: 0;
  }
}
@-moz-document url-prefix() {
  .hero .hero-top .hero-top-wrap .hero-title {
    margin-bottom: -25px;
  }
  @media (min-width: 1024px) {
    .hero .hero-top .hero-top-wrap .hero-title {
      margin-bottom: 0;
      margin-top: 14px;
    }
  }
  @media (min-width: 1352px) {
    .hero .hero-top .hero-top-wrap .hero-title {
      margin-top: 14px;
    }
  }
}
.hero .hero-top .hero-top-wrap .hero-svg {
  flex-shrink: 0;
  width: 4rem;
}
@media (min-width: 1024px) {
  .hero .hero-top .hero-top-wrap .hero-svg {
    width: 5rem;
  }
}
@media (min-width: 1352px) {
  .hero .hero-top .hero-top-wrap .hero-svg {
    width: 6.6rem;
  }
}
@media (min-width: 1900px) {
  .hero .hero-top .hero-top-wrap .hero-svg {
    width: 7rem;
  }
}
.hero .hero-top .hero-top-wrap .hero-svg svg {
  display: block;
  width: 100%;
  height: auto;
}
.hero .hero-bottom {
  background-color: #d8eeea;
  text-align: center;
}
.hero .hero-bottom .hero-subtext {
  text-wrap: balance;
}
@media (min-width: 768px) {
  .hero .hero-bottom .hero-subtext {
    max-width: 75%;
  }
}
@media (min-width: 1024px) {
  .hero .hero-bottom .hero-subtext {
    max-width: 75%;
  }
}
.hero .hero-bottom .hero-subtext-highlight {
  position: relative;
  display: inline-block;
}
.hero .hero-bottom .hero-subtext-highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 233, 0, 0) 15%, rgba(255, 233, 0, 0) 15%, rgb(255, 233, 0) 15%, rgb(255, 233, 0) 84%, rgba(255, 233, 0, 0) 84%);
}
@media (min-width: 1024px) {
  .hero .hero-bottom .hero-subtext-highlight::before {
    background: linear-gradient(to bottom, rgba(255, 233, 0, 0) 15%, rgba(255, 233, 0, 0) 15%, rgb(255, 233, 0) 15%, rgb(255, 233, 0) 84%, rgba(255, 233, 0, 0) 84%);
  }
}
@media (min-width: 1352px) {
  .hero .hero-bottom .hero-subtext-highlight::before {
    background: linear-gradient(to bottom, rgba(255, 233, 0, 0) 15%, rgba(255, 233, 0, 0) 15%, rgb(255, 233, 0) 15%, rgb(255, 233, 0) 84%, rgba(255, 233, 0, 0) 84%);
  }
}
.hero .hero-bottom .hero-subtext-highlight .hero-subtext-highlight-text {
  position: relative;
  z-index: 1;
}
@-moz-document url-prefix() {
  .hero .hero-bottom .hero-subtext-highlight {
    background: linear-gradient(to bottom, rgba(255, 233, 0, 0) 10%, rgba(255, 233, 0, 0) 10%, rgb(255, 233, 0) 10%, rgb(255, 233, 0) 76%, rgba(255, 233, 0, 0) 76%);
  }
}

.about-section {
  overflow: hidden;
}
.about-section .about-top-edge {
  display: block;
  width: 100%;
  height: auto;
  fill: #1a2c28;
  margin-bottom: -1px;
}
.about-section .about-wrap {
  background-color: #1a2c28;
}
.about-section .about-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .about-section .about-content {
    align-items: center;
    gap: 2rem;
  }
}
.about-section .about-content .overline {
  text-transform: uppercase;
  color: #d8eeea;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 1024px) {
  .about-section .about-content .overline {
    gap: 2rem;
  }
}
.about-section .about-content .about-heading {
  font-family: "LutzHeadlineTrialWeb-Regular";
  font-size: clamp(1.8rem, 3.6vw, 4rem);
  line-height: 1.05;
  text-wrap: balance;
  text-align: left;
  color: white;
  text-align: center;
}
.about-section .about-content .about-heading .reveal-mask {
  display: block;
  overflow: hidden;
  padding-bottom: 0.1em;
}
.about-section .about-content .about-heading .reveal-line {
  display: block;
  will-change: transform, filter, opacity;
}
.about-section .about-content .about-heading.mobile {
  display: block;
}
@media (min-width: 768px) {
  .about-section .about-content .about-heading.mobile {
    display: none;
  }
}
.about-section .about-content .about-heading.desktop {
  display: none;
}
@media (min-width: 768px) {
  .about-section .about-content .about-heading.desktop {
    display: block;
    font-size: clamp(3.6rem, 6.5vw, 7rem);
  }
}
.about-section .about-content .about-heading .highlight {
  color: #ffe900;
}
.about-section .about-content .about-heading .caps {
  text-transform: uppercase;
}
.about-section .about-content .about-heading .stack {
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  font-size: 0.4em;
}
@-moz-document url-prefix() {
  .about-section .about-content .about-heading .stack {
    margin-top: -0.6rem;
  }
}
.about-section .ticker-wrap {
  display: flex;
  flex-direction: column;
}
.about-section .ticker-wrap .ticker-track {
  display: flex;
  width: max-content;
  gap: 2.5rem;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .about-section .ticker-wrap .ticker-track {
    gap: 3rem;
  }
}
.about-section .ticker-wrap .ticker-track .ticker-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.about-section .ticker-wrap .ticker-track .ticker-item img {
  display: block;
  height: 4rem;
  width: auto;
}
@media (min-width: 1024px) {
  .about-section .ticker-wrap .ticker-track .ticker-item img {
    height: 6rem;
  }
}

.latest-news {
  background-color: #d8eeea;
}
.latest-news .latest-news-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .latest-news .latest-news-wrap {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }
}
@media (min-width: 1352px) {
  .latest-news .latest-news-wrap {
    gap: 4rem;
  }
}
.latest-news .latest-news-wrap .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .latest-news .latest-news-wrap .head {
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    position: sticky;
    top: 8rem;
  }
}
.latest-news .latest-news-wrap .head .head-icon {
  flex-shrink: 0;
  width: 3.4rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.12));
  margin-right: 3rem;
}
@media (min-width: 1024px) {
  .latest-news .latest-news-wrap .head .head-icon {
    position: absolute;
    top: -5%;
    left: 50%;
    transform: rotate(290deg);
    width: 3.4rem;
    margin-right: 0;
  }
}
.latest-news .latest-news-wrap .head .head-icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.latest-news .latest-news-wrap .head .vertical-heading {
  font-family: "LutzHeadlineTrialWeb-Regular";
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .latest-news .latest-news-wrap .head .vertical-heading {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
}
.latest-news .latest-news-wrap .head .vertical-heading.mobile {
  display: block;
}
@media (min-width: 1024px) {
  .latest-news .latest-news-wrap .head .vertical-heading.mobile {
    display: none;
  }
}
.latest-news .latest-news-wrap .head .vertical-heading.desktop {
  display: none;
}
@media (min-width: 1024px) {
  .latest-news .latest-news-wrap .head .vertical-heading.desktop {
    display: block;
  }
}
.latest-news .latest-news-wrap .articles {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .latest-news .latest-news-wrap .articles {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1rem;
    column-gap: 2rem;
  }
}
.latest-news .latest-news-wrap .article {
  width: 100%;
  min-width: 0;
  border-bottom: 1px solid #c6cac9;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.latest-news .latest-news-wrap .article:hover {
  background-color: rgb(255, 90, 54);
}
.latest-news .latest-news-wrap .article .imgWrap {
  width: 30%;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media (min-width: 1024px) {
  .latest-news .latest-news-wrap .article .imgWrap {
    width: 25%;
  }
}
.latest-news .latest-news-wrap .article .content {
  width: 70%;
  min-width: 0;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .latest-news .latest-news-wrap .article .content {
    width: 75%;
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 1352px) {
  .latest-news .latest-news-wrap .article .content {
    padding: 1rem 2rem;
  }
}
.latest-news .latest-news-wrap .article .content h5 {
  font-family: "LutzHeadlineTrialWeb-Regular";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.services-list-wrap {
  position: relative;
}

.services-nav-icon {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 1024px) {
  .services-nav-icon {
    display: block;
  }
}
.services-nav-icon svg,
.services-nav-icon path {
  width: 100%;
  height: 100%;
  fill: #1a2c28;
}

.news {
  background: #fff7ec;
  padding: 0 0 4rem 0;
}
@media (min-width: 1352px) {
  .news {
    padding: 0 0 6rem 0;
  }
}
@media (min-width: 1900px) {
  .news {
    padding: 0 0 8rem 0;
  }
}
.news .news-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .news .news-wrap {
    gap: 5rem;
    flex-direction: row;
  }
}
@media (min-width: 1352px) {
  .news .news-wrap {
    gap: 7.5rem;
  }
}
.news .news-wrap .head {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .news .news-wrap .head {
    position: sticky;
    top: 8rem;
    gap: 2.5rem;
    width: 40%;
    min-width: 0;
  }
}
@media (min-width: 1352px) {
  .news .news-wrap .head {
    top: 9rem;
  }
}
@media (min-width: 1900px) {
  .news .news-wrap .head {
    top: 10rem;
  }
}
.news .news-wrap .head hr {
  display: none;
}
@media (min-width: 1024px) {
  .news .news-wrap .head hr {
    display: block;
    border: 1px solid rgba(26, 44, 40, 0.25);
  }
}
.news .news-wrap .head p {
  text-wrap: balance;
}
.news .news-wrap .articles {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .news .news-wrap .articles {
    gap: 5rem;
    width: 60%;
    min-width: 0;
  }
}
.news .news-wrap .articles .showcase {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .news .news-wrap .articles .showcase {
    flex-direction: row;
  }
}
.news .news-wrap .articles .showcase .article {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #1a2c28;
}
.news .news-wrap .articles .showcase .article:hover {
  background-color: rgb(255, 90, 54);
}
@media (min-width: 1024px) {
  .news .news-wrap .articles .showcase .article {
    flex-direction: column;
    width: 50%;
  }
}
.news .news-wrap .articles .showcase .article .imgWrap {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .news .news-wrap .articles .showcase .article .imgWrap {
    width: 100%;
  }
}
.news .news-wrap .articles .showcase .article .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news-wrap .articles .showcase .article .content {
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
.news .news-wrap .articles .showcase .article .content h5 {
  font-family: "LutzHeadlineTrialWeb-Regular";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-wrap .articles .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .news .news-wrap .articles .list {
    align-items: flex-end;
  }
}
.news .news-wrap .articles .list .article {
  width: 100%;
  border-bottom: 1px solid rgba(26, 44, 40, 0.25);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.news .news-wrap .articles .list .article:hover {
  background-color: rgb(255, 90, 54);
}
.news .news-wrap .articles .list .article .imgWrap {
  width: 30%;
  aspect-ratio: 1/1;
}
@media (min-width: 1024px) {
  .news .news-wrap .articles .list .article .imgWrap {
    width: 20%;
  }
}
.news .news-wrap .articles .list .article .content {
  width: 70%;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .news .news-wrap .articles .list .article .content {
    padding: 1.5rem;
  }
}
.news .news-wrap .articles .list .article .content h5 {
  font-family: "LutzHeadlineTrialWeb-Regular";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-wrap .articles .list .article:nth-child(n+7) {
  display: none;
}
.news .news-wrap .articles .list.is-expanded .article:nth-child(n+7) {
  display: flex;
}
.news .news-wrap .articles .list button {
  margin-top: 2rem;
}
.news .filter-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .news .filter-wrap {
    gap: 2rem;
    padding-top: 2rem;
  }
}
.news .filter-wrap .filter {
  position: relative;
  width: 100%;
}
.news .filter-wrap .p-title {
  color: #1a2c28;
}
.news .filter-wrap hr {
  display: none;
}
.news .filter-wrap .filter-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 1rem 1rem;
  border: none;
  background: #f1ebe1;
  color: #1a2c28;
  cursor: pointer;
  transition: 0.3s ease all;
}
.news .filter-wrap .filter-toggle .filter-toggle-current {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  font-family: "Atkinson Hyperlegible", sans-serif;
}
.news .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
.news .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-icon:empty {
  display: none;
}
.news .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-text {
  color: #1a2c28;
  white-space: nowrap;
}
.news .filter-wrap .filter-toggle .filter-toggle-chevron {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
.news .filter-wrap .filter-toggle .filter-toggle-chevron svg {
  display: block;
}
.news .filter-wrap.is-open .filter-toggle .filter-toggle-chevron {
  transform: rotate(180deg);
}
.news .filter-wrap .filter-options {
  display: none;
  flex-direction: column;
  position: absolute;
  color: #1a2c28;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  background: #f1ebe1;
  overflow: hidden;
}
.news .filter-wrap.is-open .filter-options {
  display: flex;
}
.news .filter-wrap .filter-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1rem;
  padding: 1rem;
  border: none;
  background: none;
  color: #1a2c28;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  font-family: "Atkinson Hyperlegible", sans-serif;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s ease all;
}
.news .filter-wrap .filter-item:hover {
  color: rgb(255, 90, 54);
}
@media (min-width: 1024px) {
  .news .filter-wrap .filter {
    width: auto;
  }
  .news .filter-wrap hr {
    display: block;
    border-bottom: 1px solid rgba(26, 44, 40, 0.15);
  }
  .news .filter-wrap .filter-toggle {
    display: none;
  }
  .news .filter-wrap .filter-toggle .filter-toggle-icon {
    height: 30px;
    width: 30px;
  }
  .news .filter-wrap .filter-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: static;
    background: none;
    border: none;
    gap: 1.5rem;
  }
  .news .filter-wrap .filter-item {
    gap: 1.25rem;
    color: #1a2c28;
    padding: 0;
  }
}

.style-guide {
  padding: 4rem 0;
  background: #fff7ec;
  min-height: 100vh;
}

.sg-header {
  padding-bottom: 3rem;
  border-bottom: 2px solid #1a2c28;
  margin-bottom: 4rem;
}
.sg-header h1 {
  margin: 0 0 0.5rem;
}
.sg-header p {
  margin: 0;
  color: rgba(26, 44, 40, 0.6);
}

.sg-section {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(26, 44, 40, 0.12);
}
.sg-section:last-child {
  border-bottom: 0;
}
.sg-section__label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(26, 44, 40, 0.45);
  margin-bottom: 2rem;
}

.sg-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.sg-swatch {
  border-radius: 2px;
  padding: 3rem 1.5rem 1rem;
  min-width: 130px;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media (min-width: 1024px) {
  .sg-swatch {
    border-radius: 15px;
    min-width: 160px;
  }
}
.sg-swatch__name {
  font-size: 0.8rem;
  font-weight: 500;
  display: block;
}
.sg-swatch__hex {
  font-size: 0.7rem;
  opacity: 0.65;
  display: block;
}
.sg-swatch--teal-dark {
  background: #1a2c28;
  color: white;
}
.sg-swatch--teal-light {
  background: #d8eeea;
  color: #1a2c28;
}
.sg-swatch--orange {
  background: rgb(255, 90, 54);
  color: white;
}
.sg-swatch--beige {
  background: #fff7ec;
  color: #1a2c28;
  border: 1px solid rgba(26, 44, 40, 0.12);
}
.sg-swatch--yellow {
  background: #ffe900;
  color: #1a2c28;
}

.sg-type {
  display: flex;
  flex-direction: column;
}

.sg-type__row {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: baseline;
  gap: 1.5rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(26, 44, 40, 0.06);
}
.sg-type__row:last-child {
  border-bottom: 0;
}
.sg-type__row h1,
.sg-type__row h2,
.sg-type__row h3,
.sg-type__row h4,
.sg-type__row h5,
.sg-type__row h6,
.sg-type__row p {
  text-align: left;
  margin: 0;
}

.sg-label {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(26, 44, 40, 0.4);
}

.smallprint {
  font-size: clamp(0.7rem, 0.8vw, 0.8rem);
}

.sg-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sg-buttons .sg-button__row {
  display: flex;
  gap: 1rem;
  flex-flow: wrap;
  align-items: center;
}

.hero-service {
  background: #1a2c28;
}
.hero-service .hero-wrap {
  padding: 0rem 0 0rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .hero-service .hero-wrap {
    flex-direction: row;
    justify-content: space-between;
    padding: 0rem 0 8rem 0;
  }
}
@media (min-width: 1352px) {
  .hero-service .hero-wrap {
    padding: 0rem 0 10rem 0;
  }
}
@media (min-width: 1900px) {
  .hero-service .hero-wrap {
    padding: 0rem 0 12rem 0;
  }
}
.hero-service .hero-wrap .content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .hero-service .hero-wrap .content {
    width: 60%;
  }
}
.hero-service .hero-wrap .content h1 {
  font-size: clamp(3rem, 5vw, 6rem);
  color: white;
}
@media (min-width: 1024px) {
  .hero-service .hero-wrap .content h1 {
    font-size: clamp(4.2rem, 8vw, 8rem);
  }
}
.hero-service .hero-wrap .content h3,
.hero-service .hero-wrap .content h5 {
  color: #d8eeea;
}
.hero-service .hero-wrap .content h5 {
  text-wrap: balance;
}
.hero-service .hero-wrap .icon svg {
  height: 90px;
  width: auto;
}
@media (min-width: 1024px) {
  .hero-service .hero-wrap .icon svg {
    height: 125px;
  }
}
@media (min-width: 1352px) {
  .hero-service .hero-wrap .icon svg {
    height: 150px;
  }
}
@media (min-width: 1900px) {
  .hero-service .hero-wrap .icon svg {
    height: 175px;
  }
}
.hero-service .hero-wrap .icon svg path {
  fill: #ffe900;
}

.work-tiles-service {
  background: #d8eeea;
  position: relative;
}
.work-tiles-service .shape-green-service {
  background: #1a2c28;
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .work-tiles-service .shape-green-service {
    background: #1a2c28;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
.work-tiles-service .work-tile-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .work-tiles-service .work-tile-wrap {
    gap: 4rem;
  }
}
.work-tiles-service .work-tile-wrap .tiles {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}
@media (min-width: 1024px) {
  .work-tiles-service .work-tile-wrap .tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.work-tiles-service .work-tile-wrap .tiles .tile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  min-width: 0;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.work-tiles-service .work-tile-wrap .tiles .tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: all 0.6s ease;
  z-index: 0;
}
.work-tiles-service .work-tile-wrap .tiles .tile .tile-hover-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.6s ease;
  z-index: 0;
  pointer-events: none;
}
.work-tiles-service .work-tile-wrap .tiles .tile:first-child {
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .work-tiles-service .work-tile-wrap .tiles .tile:first-child {
    aspect-ratio: 16/9;
  }
}
.work-tiles-service .work-tile-wrap .tiles .tile.is-hidden {
  display: none !important;
}
.work-tiles-service .work-tile-wrap .tiles .tile:hover::before,
.work-tiles-service .work-tile-wrap .tiles .tile:hover .tile-hover-layer {
  transform: scale(1.08);
}
.work-tiles-service .work-tile-wrap .tiles .tile:hover .tag {
  background: #1a2c28;
}
.work-tiles-service .work-tile-wrap .tiles .tile:hover .tag h5 {
  color: #ffe900;
}
.work-tiles-service .work-tile-wrap .tiles .tile:hover .tag h5 .service-icons .service-svg svg path {
  fill: #ffe900;
  stroke: #ffe900;
}
.work-tiles-service .work-tile-wrap .tiles .tile .tag {
  width: fit-content;
  padding: 0.5rem 0.6rem;
  background: #ffe900;
  z-index: 1;
}
@media (min-width: 1024px) {
  .work-tiles-service .work-tile-wrap .tiles .tile .tag {
    padding: 0.75rem 1rem;
  }
}
.work-tiles-service .work-tile-wrap .tiles .tile .tag h5 {
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  font-family: "LutzHeadlineTrialWeb-Regular";
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #1a2c28;
}
.work-tiles-service .work-tile-wrap .tiles .tile .tag h5 svg {
  display: block;
  height: 8px;
  width: auto;
  flex-shrink: 0;
  color: rgb(255, 90, 54);
}
@media (min-width: 1024px) {
  .work-tiles-service .work-tile-wrap .tiles .tile .tag h5 svg {
    height: 10px;
  }
}
.work-tiles-service .work-tile-wrap .tiles .tile .tag h5 .service-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.work-tiles-service .work-tile-wrap .tiles .tile .tag h5 .service-icons .service-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
}
.work-tiles-service .work-tile-wrap .tiles .tile .tag h5 .service-icons .service-svg svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.work-tiles-service .work-tile-wrap .tiles .tile .tag h5 .service-icons .service-svg svg path {
  fill: #1a2c28;
  stroke: #1a2c28;
}
.work-tiles-service .work-tile-wrap .tiles .tile.is-hidden {
  display: none !important;
}
.work-tiles-service .work-tile-wrap .tiles .tile:nth-child(n+6) {
  display: none;
}
.work-tiles-service .work-tile-wrap .tiles.is-expanded .tile:nth-child(n+6) {
  display: flex;
}
.work-tiles-service .work-tile-wrap .view-more.is-hidden-js {
  display: none;
}

.about-service {
  background: #d8eeea;
}
.about-service .about-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .about-service .about-wrap {
    flex-direction: row;
  }
}
@media (min-width: 1352px) {
  .about-service .about-wrap {
    gap: 6rem;
  }
}
.about-service .about-wrap .content {
  width: 100%;
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .about-service .about-wrap .content {
    width: 60%;
    order: 1;
  }
}
@media (min-width: 1900px) {
  .about-service .about-wrap .content {
    width: 70%;
  }
}
.about-service .about-wrap .get-in-touch {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1 !important;
  align-self: flex-start;
  order: 1;
  padding: 4rem 2rem;
  background: #ffe900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .about-service .about-wrap .get-in-touch {
    padding: 2rem;
    width: 40%;
    order: 2;
  }
}
@media (min-width: 1900px) {
  .about-service .about-wrap .get-in-touch {
    width: 30%;
  }
}
.about-service .about-wrap .get-in-touch h5:first-of-type {
  text-transform: uppercase;
  font-family: "LutzHeadlineTrialWeb-Regular";
}

.departments {
  background: #d8eeea !important;
}

.team-service,
.departments {
  background: #fff7ec;
}
.team-service .team-wrap,
.departments .team-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.team-service .team-wrap .head,
.departments .team-wrap .head {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .team-service .team-wrap .head,
  .departments .team-wrap .head {
    gap: 4rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1352px) {
  .team-service .team-wrap .head,
  .departments .team-wrap .head {
    gap: 6rem;
  }
}
@media (min-width: 1900px) {
  .team-service .team-wrap .head,
  .departments .team-wrap .head {
    gap: 10rem;
  }
}
.team-service .team-wrap .head .our-team,
.departments .team-wrap .head .our-team {
  display: none;
}
@media (min-width: 1024px) {
  .team-service .team-wrap .head .our-team,
  .departments .team-wrap .head .our-team {
    display: block;
    width: 60%;
    height: 100%;
  }
}
@media (min-width: 1900px) {
  .team-service .team-wrap .head .our-team,
  .departments .team-wrap .head .our-team {
    width: 60%;
  }
}
.team-service .team-wrap .head h1,
.departments .team-wrap .head h1 {
  width: 90%;
}
@media (min-width: 1024px) {
  .team-service .team-wrap .head h1,
  .departments .team-wrap .head h1 {
    display: none;
  }
}
@media (min-width: 1024px) {
  .team-service .team-wrap .head p,
  .departments .team-wrap .head p {
    padding-top: 5rem;
    height: auto;
    width: 40%;
  }
}
@media (min-width: 1352px) {
  .team-service .team-wrap .head p,
  .departments .team-wrap .head p {
    font-size: clamp(1.15rem, 1.4vw, 1.4rem);
    padding-top: 8rem;
  }
}
@media (min-width: 1900px) {
  .team-service .team-wrap .head p,
  .departments .team-wrap .head p {
    padding-top: 15rem;
    width: 40%;
  }
}
.team-service .team-wrap .filter-wrap,
.departments .team-wrap .filter-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .team-service .team-wrap .filter-wrap,
  .departments .team-wrap .filter-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 0;
  }
}
.team-service .team-wrap .filter-wrap .filter,
.departments .team-wrap .filter-wrap .filter {
  position: relative;
  width: 100%;
}
.team-service .team-wrap .filter-wrap .p-title,
.departments .team-wrap .filter-wrap .p-title {
  color: #1a2c28;
}
.team-service .team-wrap .filter-wrap hr,
.departments .team-wrap .filter-wrap hr {
  display: none;
}
.team-service .team-wrap .filter-wrap .filter-toggle,
.departments .team-wrap .filter-wrap .filter-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 1rem 1rem;
  border: none;
  background: #d1e2df;
  color: #1a2c28;
  cursor: pointer;
  transition: 0.3s ease all;
}
.team-service .team-wrap .filter-wrap .filter-toggle .filter-toggle-current,
.departments .team-wrap .filter-wrap .filter-toggle .filter-toggle-current {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  font-family: "Atkinson Hyperlegible", sans-serif;
}
.team-service .team-wrap .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-icon,
.departments .team-wrap .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
.team-service .team-wrap .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-icon:empty,
.departments .team-wrap .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-icon:empty {
  display: none;
}
.team-service .team-wrap .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-icon svg,
.departments .team-wrap .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-icon svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.team-service .team-wrap .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-icon svg path,
.departments .team-wrap .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-icon svg path {
  fill: #1a2c28;
}
.team-service .team-wrap .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-text,
.departments .team-wrap .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-text {
  color: #1a2c28;
  white-space: nowrap;
}
.team-service .team-wrap .filter-wrap .filter-toggle .filter-toggle-chevron,
.departments .team-wrap .filter-wrap .filter-toggle .filter-toggle-chevron {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
.team-service .team-wrap .filter-wrap .filter-toggle .filter-toggle-chevron svg,
.departments .team-wrap .filter-wrap .filter-toggle .filter-toggle-chevron svg {
  display: block;
}
.team-service .team-wrap .filter-wrap.is-open .filter-toggle .filter-toggle-chevron,
.departments .team-wrap .filter-wrap.is-open .filter-toggle .filter-toggle-chevron {
  transform: rotate(180deg);
}
.team-service .team-wrap .filter-wrap .filter-options,
.departments .team-wrap .filter-wrap .filter-options {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  background: #d1e2df;
  overflow: hidden;
}
.team-service .team-wrap .filter-wrap.is-open .filter-options,
.departments .team-wrap .filter-wrap.is-open .filter-options {
  display: flex;
}
.team-service .team-wrap .filter-wrap .filter-item,
.departments .team-wrap .filter-wrap .filter-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1rem;
  padding: 1rem;
  border: none;
  background: none;
  color: #1a2c28;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  font-family: "Atkinson Hyperlegible", sans-serif;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s ease all;
}
.team-service .team-wrap .filter-wrap .filter-item .filter-icon,
.departments .team-wrap .filter-wrap .filter-item .filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
}
.team-service .team-wrap .filter-wrap .filter-item .filter-icon svg,
.departments .team-wrap .filter-wrap .filter-item .filter-icon svg {
  transition: 0.3s ease all;
  height: 24px;
  width: 24px;
  object-fit: contain;
}
@media (min-width: 1900px) {
  .team-service .team-wrap .filter-wrap .filter-item .filter-icon svg,
  .departments .team-wrap .filter-wrap .filter-item .filter-icon svg {
    width: 28px;
    height: 28px;
  }
}
.team-service .team-wrap .filter-wrap .filter-item .filter-icon svg path,
.departments .team-wrap .filter-wrap .filter-item .filter-icon svg path {
  transition: 0.3s ease all;
  fill: #1a2c28;
}
.team-service .team-wrap .filter-wrap .filter-item:hover, .team-service .team-wrap .filter-wrap .filter-item.is-active,
.departments .team-wrap .filter-wrap .filter-item:hover,
.departments .team-wrap .filter-wrap .filter-item.is-active {
  color: rgb(255, 90, 54);
}
.team-service .team-wrap .filter-wrap .filter-item:hover .filter-icon svg path, .team-service .team-wrap .filter-wrap .filter-item.is-active .filter-icon svg path,
.departments .team-wrap .filter-wrap .filter-item:hover .filter-icon svg path,
.departments .team-wrap .filter-wrap .filter-item.is-active .filter-icon svg path {
  fill: rgb(255, 90, 54);
}
.team-service .team-wrap .filter-wrap.is-inline .filter,
.departments .team-wrap .filter-wrap.is-inline .filter {
  width: auto;
}
.team-service .team-wrap .filter-wrap.is-inline hr,
.departments .team-wrap .filter-wrap.is-inline hr {
  display: block;
  border-bottom: 1px solid rgba(26, 44, 40, 0.15);
}
.team-service .team-wrap .filter-wrap.is-inline .filter-toggle,
.departments .team-wrap .filter-wrap.is-inline .filter-toggle {
  display: none;
}
.team-service .team-wrap .filter-wrap.is-inline .filter-toggle .filter-toggle-icon,
.departments .team-wrap .filter-wrap.is-inline .filter-toggle .filter-toggle-icon {
  height: 30px;
  width: 30px;
}
.team-service .team-wrap .filter-wrap.is-inline .filter-options,
.departments .team-wrap .filter-wrap.is-inline .filter-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: static;
  background: none;
  border: none;
  border-radius: 0;
  gap: 1.5rem;
}
@media (min-width: 1352px) {
  .team-service .team-wrap .filter-wrap.is-inline .filter-options,
  .departments .team-wrap .filter-wrap.is-inline .filter-options {
    justify-content: space-between;
  }
}
.team-service .team-wrap .filter-wrap.is-inline .filter-item,
.departments .team-wrap .filter-wrap.is-inline .filter-item {
  gap: 1.25rem;
  color: #1a2c28;
  padding: 0;
}
@media (min-width: 1900px) {
  .team-service .team-wrap .filter-wrap.is-inline .filter-item,
  .departments .team-wrap .filter-wrap.is-inline .filter-item {
    gap: 1.75rem;
  }
}
.team-service .team-wrap .filter-wrap.is-inline .filter-item .filter-icon,
.departments .team-wrap .filter-wrap.is-inline .filter-item .filter-icon {
  height: 34px;
  width: 34px;
}
.team-service .team-wrap .team .member.is-hidden,
.departments .team-wrap .team .member.is-hidden {
  display: none !important;
}
.team-service .team-wrap .team .member,
.departments .team-wrap .team .member {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-top: 1px solid rgba(26, 44, 40, 0.25);
  padding: 1rem 0;
}
@media (min-width: 1024px) {
  .team-service .team-wrap .team .member,
  .departments .team-wrap .team .member {
    padding: 1.5rem 0;
    border-top: 0;
    border-bottom: 1px solid rgba(26, 44, 40, 0.25);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .team-service .team-wrap .team .member:hover .card,
  .departments .team-wrap .team .member:hover .card {
    z-index: 9;
    opacity: 1;
  }
}
.team-service .team-wrap .team .member.is-active .card,
.departments .team-wrap .team .member.is-active .card {
  z-index: 9;
  opacity: 1;
}
.team-service .team-wrap .team .member .role,
.departments .team-wrap .team .member .role {
  order: 2;
}
@media (min-width: 1024px) {
  .team-service .team-wrap .team .member .role,
  .departments .team-wrap .team .member .role {
    display: flex;
    align-items: stretch;
    gap: 0.75rem;
  }
}
.team-service .team-wrap .team .member .role .icon-wrap,
.departments .team-wrap .team .member .role .icon-wrap {
  display: none;
}
@media (min-width: 1024px) {
  .team-service .team-wrap .team .member .role .icon-wrap,
  .departments .team-wrap .team .member .role .icon-wrap {
    padding: 0.5rem;
    background: #ffe900;
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
  }
}
.team-service .team-wrap .team .member .role .icon-wrap svg,
.departments .team-wrap .team .member .role .icon-wrap svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.team-service .team-wrap .team .member .role .icon-wrap svg path,
.departments .team-wrap .team .member .role .icon-wrap svg path {
  fill: #1a2c28;
}
.team-service .team-wrap .team .member .role .border-title,
.departments .team-wrap .team .member .role .border-title {
  height: auto;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  .team-service .team-wrap .team .member .role .border-title,
  .departments .team-wrap .team .member .role .border-title {
    padding: 0 1rem;
    display: flex;
    align-items: center;
    border: 1px solid #1a2c28;
    order: 2;
  }
}
.team-service .team-wrap .team .member .card,
.departments .team-wrap .team .member .card {
  pointer-events: none;
  transition: 0.3s ease all;
  opacity: 0;
  width: 40%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .team-service .team-wrap .team .member .card,
  .departments .team-wrap .team .member .card {
    width: 30%;
    left: 50%;
    right: auto;
    transform: translate(calc(-50% + 4rem), -50%);
  }
}
@media (min-width: 1352px) {
  .team-service .team-wrap .team .member .card,
  .departments .team-wrap .team .member .card {
    transform: translate(calc(-50% + 1rem), -50%);
  }
}
.team-service .team-wrap .team .member .card .orange-card,
.team-service .team-wrap .team .member .card .green-card,
.departments .team-wrap .team .member .card .orange-card,
.departments .team-wrap .team .member .card .green-card {
  display: none;
}
@media (min-width: 1024px) {
  .team-service .team-wrap .team .member .card .orange-card,
  .team-service .team-wrap .team .member .card .green-card,
  .departments .team-wrap .team .member .card .orange-card,
  .departments .team-wrap .team .member .card .green-card {
    white-space: nowrap;
    position: absolute;
    z-index: 2;
    display: block;
    padding: 0.25rem 0.5rem;
  }
}
.team-service .team-wrap .team .member .card .orange-card,
.departments .team-wrap .team .member .card .orange-card {
  top: 50px;
  left: -100px;
  background: rgb(255, 90, 54);
  color: white;
  text-transform: uppercase;
}
.team-service .team-wrap .team .member .card .green-card,
.departments .team-wrap .team .member .card .green-card {
  bottom: -10px;
  right: 50px;
  background: #1a2c28;
  color: #d8eeea;
  text-transform: uppercase;
}
.team-service .team-wrap .team .member .card img,
.departments .team-wrap .team .member .card img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: auto;
  z-index: 1;
}
.team-service .team-wrap .team .member .card svg,
.departments .team-wrap .team .member .card svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: auto;
}
.team-service .team-wrap .team .member h4,
.departments .team-wrap .team .member h4 {
  order: 1;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .team-service .team-wrap .team .member h4,
  .departments .team-wrap .team .member h4 {
    width: 25%;
    order: 2;
  }
}

.hero-news {
  background: #fff7ec;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .hero-news {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1352px) {
  .hero-news {
    padding-bottom: 3rem;
  }
}
.hero-news .hero-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .hero-news .hero-wrap {
    gap: 2rem;
  }
}
.hero-news .hero-wrap p {
  letter-spacing: 4px;
}
.hero-news .hero-wrap h3 b {
  color: rgb(255, 90, 54);
}

.post-layout {
  display: flex;
  position: relative;
  background: #fff7ec;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .post-layout {
    display: grid;
    grid-template-columns: 1fr 30%;
    column-gap: 4rem;
  }
}
@media (min-width: 1352px) {
  .post-layout {
    column-gap: 6rem;
  }
}
.post-layout .banner {
  aspect-ratio: 1/1;
  clip-path: polygon(0% 0.521%, 32.825% 8.26%, 32.825% 0.129%, 70.357% 9.913%, 79.136% 0.521%, 99.874% 4.521%, 100% 100%, 0% 100%);
}
@media (min-width: 1024px) {
  .post-layout .banner {
    aspect-ratio: 16/9;
    grid-column: 1/-1;
    grid-row: 1;
    clip-path: polygon(0% 0.926%, 32.825% 14.686%, 32.825% 0.23%, 70.357% 17.624%, 79.136% 0.926%, 99.874% 8.038%, 100% 100%, 0% 100%);
  }
}
.post-layout .banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.post-layout .yellow-box {
  position: relative;
  z-index: 1;
  margin-top: -80px;
  margin-left: auto;
  margin-right: 20px;
  padding: 2rem 2rem;
  background: #ffe900;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .post-layout .yellow-box {
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  .post-layout .yellow-box {
    margin-top: 10rem;
    margin-bottom: 0;
    grid-column: 2;
    grid-row: 1/span 2;
    align-self: start;
    position: sticky;
    top: 10rem;
    z-index: 2;
    order: 2;
    width: 100%;
  }
}
@media (min-width: 1352px) {
  .post-layout .yellow-box {
    margin-top: 12rem;
  }
}
@media (min-width: 1900px) {
  .post-layout .yellow-box {
    margin-top: 18rem;
  }
}
.post-layout .yellow-box .img-clip {
  margin-bottom: 2rem;
}
.post-layout .yellow-box .img-clip img {
  display: block;
  margin-left: auto;
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  clip-path: none;
}
.post-layout .yellow-box h5:first-of-type {
  text-transform: uppercase;
  font-family: "LutzHeadlineTrialWeb-Regular";
}
.post-layout .yellow-box,
.post-layout .content {
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .post-layout .yellow-box,
  .post-layout .content {
    width: calc(100% - 60px);
  }
}
.post-layout .content {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .post-layout .content {
    padding-top: 4rem;
    width: 100%;
    padding-left: 80px;
  }
}
@media (min-width: 1352px) {
  .post-layout .content {
    padding-top: 6rem;
    padding-left: 110px;
  }
}
@media (min-width: 1900px) {
  .post-layout .content {
    padding-top: 6rem;
    padding-left: 150px;
  }
}
.post-layout .content h4 {
  padding: 1rem 0;
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .post-layout .content h4 {
    padding: 2rem 0;
  }
}
.post-layout .content h4 b,
.post-layout .content h4 strong {
  color: rgb(255, 90, 54);
}
.post-layout .yellow-box {
  width: 75%;
}
@media (min-width: 1024px) {
  .post-layout .yellow-box {
    width: auto;
    margin-right: 80px;
  }
}
@media (min-width: 1352px) {
  .post-layout .yellow-box {
    margin-right: 110px;
  }
}
@media (min-width: 1900px) {
  .post-layout .yellow-box {
    margin-right: 150px;
  }
}

.email-news {
  background: #fff7ec;
  width: 100%;
}
@media (min-width: 1024px) {
  .email-news {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1352px) {
  .email-news {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 1900px) {
  .email-news {
    padding-left: 175px;
    padding-right: 175px;
  }
}
.email-news .email-wrap {
  margin: 0 auto;
  clip-path: polygon(75% 0, 75% 15%, 100% 11%, 100% 100%, 26% 96%, 25% 78%, 0 85%, 0 0);
  background: #1a2c28;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
  padding: 10rem 2.5rem 12rem;
}
@media (min-width: 1024px) {
  .email-news .email-wrap {
    margin: 0;
    padding: 10rem 0rem 14rem 0;
    width: 100%;
    clip-path: polygon(0% 70.32%, 0% 0%, 80.36% 0%, 80.36% 14.2%, 95.34% 5.1%, 100% 100%, 16.38% 87.59%, 14.93% 60.63%, 0% 70.32%);
  }
}
@media (min-width: 1352px) {
  .email-news .email-wrap {
    width: 90%;
    padding: 12rem 0 14rem 0;
  }
}
@media (min-width: 1900px) {
  .email-news .email-wrap {
    padding: 16rem 0 18em 0;
  }
}
.email-news .email-wrap h4 {
  text-wrap: balance;
  color: #d8eeea;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .email-news .email-wrap h4 {
    width: 65%;
    text-wrap: balance;
  }
}
@media (min-width: 1900px) {
  .email-news .email-wrap h4 {
    width: 60%;
  }
}
.email-news .email-wrap h4 a {
  color: #ffe900;
  font-size: inherit;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "LutzHeadlineTrialWeb-Regular";
}

.suggested {
  background: #d8eeea;
}
.suggested .news-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 1352px) {
  .suggested .news-wrap {
    gap: 4rem;
  }
}
.suggested .news-wrap .head {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.suggested .news-wrap .head h2 {
  font-size: clamp(1.8rem, 3.6vw, 4rem);
  text-wrap: balance;
}
@media (min-width: 1024px) {
  .suggested .news-wrap .head h2 {
    font-size: clamp(1.8rem, 3.6vw, 4rem);
  }
}
.suggested .news-wrap .head .btn-v2 {
  display: none;
}
@media (min-width: 1024px) {
  .suggested .news-wrap .head .btn-v2 {
    display: flex;
  }
}
.suggested .news-wrap .articles {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .suggested .news-wrap .articles {
    flex-direction: row;
    gap: 3.5rem;
    width: 100%;
  }
}
@media (min-width: 1352px) {
  .suggested .news-wrap .articles {
    gap: 5rem;
  }
}
.suggested .news-wrap .articles .showcase {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .suggested .news-wrap .articles .showcase {
    width: 40%;
    flex-direction: row;
  }
}
.suggested .news-wrap .articles .showcase .article {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #1a2c28;
}
.suggested .news-wrap .articles .showcase .article:hover {
  background: rgb(255, 90, 54);
}
@media (min-width: 1024px) {
  .suggested .news-wrap .articles .showcase .article {
    flex-direction: column;
    width: 100%;
  }
  .suggested .news-wrap .articles .showcase .article:hover {
    background: rgb(255, 90, 54);
  }
}
.suggested .news-wrap .articles .showcase .article .imgWrap {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .suggested .news-wrap .articles .showcase .article .imgWrap {
    width: 100%;
  }
}
.suggested .news-wrap .articles .showcase .article .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.suggested .news-wrap .articles .showcase .article .content {
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .suggested .news-wrap .articles .showcase .article .content {
    padding: 2rem 1.5rem;
  }
}
.suggested .news-wrap .articles .showcase .article .content h5 {
  font-family: "LutzHeadlineTrialWeb-Regular";
}
.suggested .news-wrap .articles .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .suggested .news-wrap .articles .list {
    width: 60%;
    align-items: flex-end;
  }
}
.suggested .news-wrap .articles .list .article {
  width: 100%;
  border-bottom: 1px solid rgba(26, 44, 40, 0.25);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.suggested .news-wrap .articles .list .article:hover {
  background: rgb(255, 90, 54);
}
.suggested .news-wrap .articles .list .article .imgWrap {
  width: 30%;
  aspect-ratio: 1/1;
}
@media (min-width: 1024px) {
  .suggested .news-wrap .articles .list .article .imgWrap {
    width: 25%;
  }
}
@media (min-width: 1900px) {
  .suggested .news-wrap .articles .list .article .imgWrap {
    width: 22.5%;
  }
}
.suggested .news-wrap .articles .list .article .content {
  width: 70%;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .suggested .news-wrap .articles .list .article .content {
    padding: 1.5rem 2rem;
  }
}
.suggested .news-wrap .articles .list .article .content h5 {
  font-family: "LutzHeadlineTrialWeb-Regular";
}
.suggested .news-wrap .articles .list .article:nth-child(n+7) {
  display: none;
}
.suggested .news-wrap .articles .list.is-expanded .article:nth-child(n+7) {
  display: flex;
}
.suggested .news-wrap .articles .list button {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .suggested .news-wrap .view-more-news {
    display: none;
  }
}

body.teal-dark {
  background: #1a2c28;
}

html:has(body.single-work) {
  scroll-behavior: smooth;
}

.single-work header {
  background: #1a2c28;
}
@media (min-width: 1024px) {
  .single-work header {
    background: none;
  }
}

.work-horizontal {
  background: #1a2c28;
}
@media (min-width: 1024px) {
  .work-horizontal {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
}

.work-horizontal__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .work-horizontal__inner {
    flex-direction: row;
    width: max-content;
    flex: 1 1 auto;
    min-height: 0;
  }
}

.work-horizontal__track {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  flex-shrink: 0;
  padding: 8rem 0 4rem 0;
}
@media (min-width: 1024px) {
  .work-horizontal__track {
    padding-top: 166px !important;
    padding-bottom: 100px;
    flex-direction: row;
    gap: 8rem;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) and (min-width: 414px) {
  .work-horizontal__track {
    padding-left: calc(60px / 2);
    padding-right: calc(60px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .work-horizontal__track {
    padding-left: calc(60px / 2);
    padding-right: calc(60px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .work-horizontal__track {
    padding-left: calc(80px / 2);
    padding-right: calc(80px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1352px) {
  .work-horizontal__track {
    padding-left: calc(100px / 2);
    padding-right: calc(100px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1900px) {
  .work-horizontal__track {
    padding-left: calc(140px / 2);
    padding-right: calc(140px / 2);
  }
}
@media (min-width: 1352px) {
  .work-horizontal__track {
    padding-top: 9rem;
  }
}
@media (min-width: 1900px) {
  .work-horizontal__track {
    padding-top: 10rem;
  }
}
@media (min-width: 1920px) {
  .work-horizontal__track {
    padding-left: calc(140px / 2 + (100vw - 1920px) / 2);
  }
}

.work-panel {
  flex-shrink: 0;
  scroll-margin-top: 166px;
  max-width: none;
  margin: 0;
}
@media (min-width: 1024px) {
  .work-panel {
    scroll-margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .work-panel {
    padding: 0 !important;
    height: 90%;
  }
}
@media (min-width: 1900px) {
  .work-panel {
    height: 90%;
  }
}
.work-panel--hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .work-panel--hero {
    gap: 4rem;
    padding: 0 !important;
    flex-direction: row;
    align-items: flex-start;
    width: 90vw;
  }
}
@media (min-width: 1900px) {
  .work-panel--hero {
    gap: 6rem;
  }
}
.work-panel--hero h1 {
  text-transform: lowercase;
  font-size: clamp(3rem, 5vw, 6rem);
  color: #d8eeea;
}
@media (min-width: 1024px) {
  .work-panel--hero h1 {
    width: 70%;
    font-size: clamp(3.2rem, min(10vw, 9.8vh), 10rem);
    line-height: 1;
  }
}
@media (min-width: 1900px) {
  .work-panel--hero h1 {
    width: 72.5%;
  }
}
@media (min-width: 1352px) {
  .work-panel--hero h1 {
    font-size: clamp(3.2rem, min(10vw, 12.5vh), 10rem);
  }
}
@media (min-width: 1900px) {
  .work-panel--hero h1 {
    font-size: clamp(3.2rem, min(10vw, 13vh), 10rem);
  }
}
.work-panel--hero h1 b {
  color: rgb(255, 90, 54);
  font-weight: 400;
}
.work-panel--hero .text {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .work-panel--hero .text {
    width: 30%;
    align-self: stretch;
    justify-content: space-between;
  }
}
@media (min-width: 1900px) {
  .work-panel--hero .text {
    width: 27.5%;
  }
}
.work-panel--hero .text h5 {
  color: white;
  text-wrap: balance;
}
.work-panel--hero .text .btn-v2--clear {
  display: none;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .work-panel--hero .text .btn-v2--clear {
    display: flex;
  }
}
.work-panel--hero .text .btn-v2--clear span {
  color: white;
}
@media (min-width: 1024px) {
  .work-panel--hero.top-margin {
    padding-top: 0;
  }
}
.work-panel--media {
  display: flex;
}
@media (min-width: 1024px) {
  .work-panel--media {
    aspect-ratio: 16/9;
  }
}
.work-panel--media img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.work-panel--media-pair {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .work-panel--media-pair {
    flex-direction: row;
    gap: 8rem;
    width: auto;
  }
}
.work-panel--media-pair img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .work-panel--media-pair img {
    width: auto;
  }
}
.work-panel--video .work-video {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .work-panel--video .work-video {
    width: auto;
  }
}
.work-panel--video .work-video video,
.work-panel--video .work-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
@media (min-width: 1024px) {
  .work-panel--highlight {
    width: auto !important;
    height: 90% !important;
    max-width: 100%;
    aspect-ratio: 1/1 !important;
  }
}
.work-panel--highlight .highlight-box-yellow {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1 !important;
  padding: 4rem 2rem;
  background: #ffe900;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .work-panel--highlight .highlight-box-yellow {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    padding: 4rem;
  }
}
.work-panel--highlight .highlight-box-yellow h5 {
  text-transform: uppercase;
  font-family: "LutzHeadlineTrialWeb-Regular";
}
.work-panel--highlight-two {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .work-panel--highlight-two {
    width: auto !important;
    height: 90% !important;
    max-width: 100%;
    aspect-ratio: 1/1 !important;
  }
}
.work-panel--highlight-two .highlight-box-black {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.work-panel--highlight-two .highlight-box-black h5 {
  color: #ffe900;
  text-transform: uppercase;
  font-family: "LutzHeadlineTrialWeb-Regular";
}
.work-panel--highlight-two .highlight-box-black p {
  color: white;
}
.work-panel--content {
  color: #d8eeea;
}
@media (min-width: 1024px) {
  .work-panel--content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 65vw;
  }
}
@media (min-width: 1352px) {
  .work-panel--content {
    width: 55vw;
  }
}
@media (min-width: 1900px) {
  .work-panel--content {
    width: 65vw;
  }
}
.work-panel--stats {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .work-panel--stats {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 80vw;
    gap: 0 2.5rem;
  }
}
.work-panel--stats .stat {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .work-panel--stats .stat {
    width: calc(33% - 2rem);
  }
}
.work-panel--stats .stat:nth-child(2) h2 {
  color: #ffe900;
}
.work-panel--stats .stat h2 {
  color: #d8eeea;
}
.work-panel--stats .stat h2:nth-child(2) {
  color: #ffe900;
}
.work-panel--stats .stat p {
  text-wrap: balance;
  color: white;
  text-transform: uppercase;
}
.work-panel--yellow {
  overflow: hidden;
  background: #ffe900;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}
@media (min-width: 1024px) {
  .work-panel--yellow {
    width: 85vw;
    height: 100%;
  }
}
@media (min-width: 1352px) {
  .work-panel--yellow {
    margin-right: 0;
  }
}
.work-panel--yellow .work-panel--inner {
  padding: 6rem 0 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  height: 100%;
}
@media (min-width: 1024px) {
  .work-panel--yellow .work-panel--inner {
    padding: 6rem;
    width: 100% !important;
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1352px) {
  .work-panel--yellow .work-panel--inner {
    gap: 4rem;
    padding: 6rem;
    width: 100% !important;
  }
}
@media (min-width: 1900px) {
  .work-panel--yellow .work-panel--inner {
    gap: 6rem;
  }
}
.work-panel--yellow .work-panel--inner hr {
  border-bottom: 1px solid #1a2c28;
  width: 100%;
}
@media (min-width: 1024px) {
  .work-panel--yellow .work-panel--inner hr {
    width: 1px;
    height: 100%;
    border: 1px solid #1a2c28;
    margin: 0;
  }
}
.work-panel--yellow .work-panel--inner .content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .work-panel--yellow .work-panel--inner .content {
    align-items: flex-end;
    text-align: right;
    width: 50%;
  }
  .work-panel--yellow .work-panel--inner .content h2,
  .work-panel--yellow .work-panel--inner .content p {
    text-wrap: balance;
  }
}
.work-panel--yellow .work-panel--inner .related-work {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.work-panel--yellow .work-panel--inner .related-work .p-title {
  display: none;
}
@media (min-width: 768px) {
  .work-panel--yellow .work-panel--inner .related-work .p-title {
    display: block;
  }
}
@media (min-width: 1024px) {
  .work-panel--yellow .work-panel--inner .related-work {
    width: 50%;
  }
}
@media (min-width: 1352px) {
  .work-panel--yellow .work-panel--inner .related-work {
    width: 30%;
  }
}
.work-panel--yellow .work-panel--inner .related-work p {
  color: #1a2c28;
}
@media (min-width: 1024px) {
  .work-panel--yellow .work-panel--inner .related-work .btn-v2--clear {
    margin-left: auto;
  }
}
.work-panel--yellow .work-panel--inner .related-work .btn-v2--clear .icon-wrap {
  background: #1a2c28;
}
.work-panel--yellow .work-panel--inner .related-work .btn-v2--clear .icon-wrap svg {
  height: auto;
  width: 8px;
  stroke: #ffe900;
}
.work-panel--yellow .work-panel--inner .related-work .btn-v2--clear .icon-wrap svg path {
  stroke: #ffe900;
}
.work-panel--yellow .work-panel--inner .work-slider {
  width: 100%;
}
.work-panel--yellow .work-panel--inner .work-slider__container {
  display: flex;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .work-panel--yellow .work-panel--inner .work-slider__container {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.work-panel--yellow .work-panel--inner .work-slider__slide {
  flex: 0 0 70%;
  min-width: 0;
}
@media (min-width: 1024px) {
  .work-panel--yellow .work-panel--inner .work-slider__slide {
    flex: 1 1 auto;
  }
}
.work-panel--yellow .work-panel--inner .work-slider__slide a {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.work-panel--yellow .work-panel--inner .work-slider__slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}
.work-panel--yellow .work-panel--inner .work-slider__slide a:hover img {
  transform: scale(1.08);
}

.mobile-left {
  display: block;
  margin-bottom: -2px;
  height: 100%;
  width: 35%;
}
@media (min-width: 1024px) {
  .mobile-left {
    display: none;
  }
}

.desktop-left {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-left {
    display: block;
    margin-right: -2px;
    height: 100%;
    width: auto;
  }
}

.desktop-right {
  display: none;
}
@media (min-width: 1352px) {
  .desktop-right {
    display: block;
    height: 100%;
    width: auto;
    margin-left: -2px;
  }
}

.work-horizontal > .progress-bar {
  display: none;
}
@media (min-width: 1024px) {
  .work-horizontal > .progress-bar {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
  }
  .work-horizontal > .progress-bar .progress-bar-track {
    width: 100%;
    height: 2px;
    background-color: rgba(216, 238, 234, 0.15);
    border-radius: 999px;
    overflow: hidden;
  }
  .work-horizontal > .progress-bar .progress-bar-fill {
    width: 0%;
    height: 100%;
    background-color: #d8eeea;
    border-radius: inherit;
    transition: width 0.1s linear;
  }
}
@media (min-width: 1024px) and (min-width: 1920px) {
  .work-horizontal > .progress-bar {
    left: 50%;
    transform: translateX(-50%);
  }
}

.work-tiles {
  background: #1a2c28;
  position: relative;
}
.work-tiles.home {
  background: #d8eeea;
}
.work-tiles .work-tile-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.work-tiles .work-tile-wrap .title {
  border-bottom: 1px solid rgba(216, 238, 234, 0.1);
}
.work-tiles .work-tile-wrap .title p {
  color: rgba(216, 238, 234, 0.5);
}
@media (min-width: 1024px) {
  .work-tiles .work-tile-wrap {
    gap: 4rem;
  }
}
.work-tiles .work-tile-wrap .p-opacity {
  width: 100%;
  text-align: left;
}
.work-tiles .work-tile-wrap .tiles {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}
@media (min-width: 1024px) {
  .work-tiles .work-tile-wrap .tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.work-tiles .work-tile-wrap .tiles.no-top .tile:first-child {
  grid-column: auto;
  aspect-ratio: 16/9;
}
.work-tiles .work-tile-wrap .tiles .tile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.work-tiles .work-tile-wrap .tiles .tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: all 0.6s ease;
  z-index: 0;
}
.work-tiles .work-tile-wrap .tiles .tile .tile-hover-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.6s ease;
  z-index: 0;
  pointer-events: none;
}
.work-tiles .work-tile-wrap .tiles .tile:first-child {
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .work-tiles .work-tile-wrap .tiles .tile:first-child {
    aspect-ratio: 16/9;
  }
}
.work-tiles .work-tile-wrap .tiles .tile.is-hidden {
  display: none !important;
}
.work-tiles .work-tile-wrap .tiles .tile:hover::before,
.work-tiles .work-tile-wrap .tiles .tile:hover .tile-hover-layer {
  transform: scale(1.08);
}
.work-tiles .work-tile-wrap .tiles .tile:hover .tag {
  background: #1a2c28;
}
.work-tiles .work-tile-wrap .tiles .tile:hover .tag h5 {
  color: #ffe900;
}
.work-tiles .work-tile-wrap .tiles .tile:hover .tag h5 .service-icons .service-svg svg path {
  fill: #ffe900;
  stroke: #ffe900;
}
.work-tiles .work-tile-wrap .tiles .tile .tag {
  width: fit-content;
  padding: 0.5rem 0.6rem;
  background: #ffe900;
  z-index: 1;
}
@media (min-width: 1024px) {
  .work-tiles .work-tile-wrap .tiles .tile .tag {
    padding: 0.75rem 1rem;
  }
}
.work-tiles .work-tile-wrap .tiles .tile .tag h5 {
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  font-family: "LutzHeadlineTrialWeb-Regular";
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #1a2c28;
}
.work-tiles .work-tile-wrap .tiles .tile .tag h5 svg {
  display: block;
  height: 8px;
  width: auto;
  flex-shrink: 0;
  color: rgb(255, 90, 54);
}
@media (min-width: 1024px) {
  .work-tiles .work-tile-wrap .tiles .tile .tag h5 svg {
    height: 10px;
  }
}
.work-tiles .work-tile-wrap .tiles .tile .tag h5 .service-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.work-tiles .work-tile-wrap .tiles .tile .tag h5 .service-icons .service-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  width: 12px;
}
.work-tiles .work-tile-wrap .tiles .tile .tag h5 .service-icons .service-svg svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.work-tiles .work-tile-wrap .tiles .tile .tag h5 .service-icons .service-svg svg path {
  fill: #1a2c28;
  stroke: #1a2c28;
}
.work-tiles .work-tile-wrap .tiles .tile.is-hidden {
  display: none !important;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
@media (min-width: 1420px) {
  .work-tiles .work-tile-wrap .tiles .filter-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 0;
  }
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter {
  position: relative;
  width: 100%;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap hr {
  display: none;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 1rem 1rem;
  border: none;
  background: rgba(216, 238, 234, 0.06);
  color: #d8eeea;
  cursor: pointer;
  transition: 0.3s ease all;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter-toggle .filter-toggle-current {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  font-family: "Atkinson Hyperlegible", sans-serif;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-icon:empty {
  display: none;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-icon svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-icon svg path {
  fill: #ffe900;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter-toggle .filter-toggle-current .filter-toggle-text {
  color: white;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter-toggle .filter-toggle-chevron {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter-toggle .filter-toggle-chevron svg {
  display: block;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap.is-open .filter-toggle .filter-toggle-chevron {
  transform: rotate(180deg);
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter-options {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  background: #1a2c28;
  border: 1px solid rgba(216, 238, 234, 0.2);
  overflow: hidden;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap.is-open .filter-options {
  display: flex;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border: none;
  background: none;
  color: rgba(216, 238, 234, 0.6);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  font-family: "Atkinson Hyperlegible", sans-serif;
  text-align: left;
  cursor: pointer;
  transition: 0.3s ease all;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter-item .filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter-item .filter-icon svg {
  transition: 0.3s ease all;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter-item .filter-icon svg path {
  transition: 0.3s ease all;
  fill: currentColor;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter-item:hover, .work-tiles .work-tile-wrap .tiles .filter-wrap .filter-item.is-active {
  color: #ffe900;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap .filter-item:hover .filter-icon svg path, .work-tiles .work-tile-wrap .tiles .filter-wrap .filter-item.is-active .filter-icon svg path {
  fill: #ffe900;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap.is-inline .filter {
  width: auto;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap.is-inline hr {
  display: block;
  border-bottom: 1px solid rgba(216, 238, 234, 0.1);
}
.work-tiles .work-tile-wrap .tiles .filter-wrap.is-inline .filter-toggle {
  display: none;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap.is-inline .filter-toggle .filter-toggle-icon {
  height: 30px;
  width: 30px;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap.is-inline .filter-options {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: static;
  background: none;
  border: none;
  border-radius: 0;
  gap: 1.5rem;
}
@media (min-width: 1352px) {
  .work-tiles .work-tile-wrap .tiles .filter-wrap.is-inline .filter-options {
    justify-content: space-evenly;
  }
}
.work-tiles .work-tile-wrap .tiles .filter-wrap.is-inline .filter-item {
  gap: 1.5rem;
  color: white;
  padding: 0;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap.is-inline .filter-item .filter-icon {
  height: 32px;
  width: 32px;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap.is-inline .filter-item .filter-icon svg path {
  fill: white;
}
.work-tiles .work-tile-wrap .tiles .filter-wrap.is-inline .filter-item:hover .filter-icon svg path, .work-tiles .work-tile-wrap .tiles .filter-wrap.is-inline .filter-item.is-active .filter-icon svg path {
  fill: #ffe900;
}
.work-tiles .work-tile-wrap .tiles .tile.is-extra {
  display: none;
}
.work-tiles .work-tile-wrap .tiles.is-expanded .tile.is-extra {
  display: flex;
}
.work-tiles .work-tile-wrap .view-more span {
  color: white;
}
.work-tiles .work-tile-wrap .view-more.is-hidden-js {
  display: none;
}

.hero-work {
  background: #1a2c28;
}
.hero-work .hero-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-work .hero-wrap h1 {
  font-size: clamp(3rem, 5vw, 6rem);
  color: white;
}
@media (min-width: 1024px) {
  .hero-work .hero-wrap h1 {
    text-align: center;
    font-size: clamp(4.2rem, 8vw, 8rem);
  }
}
@media (min-width: 1900px) {
  .hero-work .hero-wrap h1 {
    width: 90%;
  }
}
.hero-work .hero-wrap h1 b {
  position: relative;
  color: rgb(255, 90, 54);
  font-weight: 400;
  text-decoration: none;
}
.hero-work .hero-wrap h1 b::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 0.035em;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: left;
}
@media (min-width: 1024px) {
  .hero-work .hero-wrap h1 b::after {
    bottom: 15px;
    transform: scaleX(0);
    animation: hero-work-underline 0.8s 0.4s ease-out forwards;
  }
}
@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .hero-work .hero-wrap h1 b::after {
    animation: none;
    transform: scaleX(1);
  }
}
.hero-work .hero-wrap h1 .work-hover-images {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  pointer-events: none;
  z-index: 5;
}
@media (min-width: 1024px) {
  .hero-work .hero-wrap h1 .work-hover-images {
    width: 12rem;
    height: 12rem;
  }
}
.hero-work .hero-wrap h1 .work-hover-images__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

@keyframes hero-work-underline {
  to {
    transform: scaleX(1);
  }
}
.services {
  background: #fff7ec;
  color: #1a2c28;
}
.services .top-title {
  text-wrap: balance;
  color: #1a2c28;
}
@media (min-width: 1024px) {
  .services .top-title {
    font-size: clamp(1.3rem, 2.4vw, 2.4rem);
  }
}
.services .services-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .services .services-wrap {
    gap: 3rem;
  }
}
@media (min-width: 1900px) {
  .services .services-wrap {
    gap: 4rem;
  }
}
.services .services-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .services .services-list-wrap {
    flex-direction: row;
    gap: 3rem;
  }
}
@media (min-width: 1352px) {
  .services .services-list-wrap {
    gap: 4rem;
  }
}
.services .services-nav {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
}
@media (min-width: 1024px) {
  .services .services-nav {
    border-right: 1px solid rgba(26, 44, 40, 0.3);
    width: 25%;
    gap: 0;
  }
}
@media (min-width: 1352px) {
  .services .services-nav {
    width: 20%;
  }
}
.services .service-item {
  border: 1px solid rgba(26, 44, 40, 0.3);
  border-radius: 2px;
}
@media (min-width: 1024px) {
  .services .service-item {
    width: fit-content;
    border: none;
    border-radius: 0;
  }
}
.services .service-item-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 1.5rem;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  text-align: left;
}
@media (min-width: 1024px) {
  .services .service-item-toggle {
    width: fit-content;
    border: 0;
    padding: 0.75rem 0;
    opacity: 0.5;
    transition: 0.3s ease all;
  }
}
.services .service-item-toggle .service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  position: relative;
}
.services .service-item-toggle .service-icon svg {
  width: 100%;
  height: 100%;
}
.services .service-item-toggle .service-icon svg path {
  fill: #1a2c28;
}
@media (min-width: 1024px) {
  .services .service-item-toggle .service-icon svg {
    opacity: 0;
    transition: opacity 0.3s ease all;
  }
  .services .service-item-toggle .service-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #1a2c28;
  }
}
.services .service-item-toggle .service-title {
  width: fit-content;
  flex: 1;
  font-family: "LutzHeadlineTrialWeb-Regular";
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
}
.services .service-item-toggle .service-arrow {
  display: flex;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
@media (min-width: 1024px) {
  .services .service-item-toggle .service-arrow {
    display: none;
  }
}
.services .service-item.is-active .service-item-toggle .service-arrow {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .services .service-item:hover .service-item-toggle,
  .services .service-item.is-active .service-item-toggle {
    opacity: 1;
  }
}
.services .service-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .services .service-item-content {
    display: none;
  }
}
.services .service-item.is-active .service-item-content {
  max-height: 20rem;
  padding: 0 1.5rem 1.5rem;
}
.services .service-item-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.services .services-panel {
  display: none;
}
@media (min-width: 1024px) {
  .services .services-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    width: 60%;
    min-height: var(--services-panel-min-height, auto);
  }
  .services .services-panel .services-panel-title,
  .services .services-panel .services-panel-text {
    text-wrap: balance;
  }
}
.services .services-panel .services-panel-text {
  opacity: 0.8;
}
.services .services-panel .services-panel-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.post-layout--privacy .content {
  padding-top: 0;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .post-layout--privacy .content {
    padding-top: 0;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1352px) {
  .post-layout--privacy .content {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1900px) {
  .post-layout--privacy .content {
    padding-bottom: 6rem;
  }
}

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