@font-face {
  font-family: "StaffXX";
  src: url("../fonts/StaffXXCondensed-Regular.woff2") format("woff2"), url("../fonts/StaffXXCondensed-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "StaffXXX";
  src: url("../fonts/StaffXXXCondensed-Medium.woff2") format("woff2"), url("../fonts/StaffXXXCondensed-Medium.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Evolve Sans";
  src: url("../fonts/MADEEvolveSans-Light.woff2") format("woff2"), url("../fonts/MADEEvolveSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Evolve Sans";
  src: url("../fonts/MADEEvolveSans.woff2") format("woff2"), url("../fonts/MADEEvolveSans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Evolve Sans";
  src: url("../fonts/MADEEvolveSans-Bold.woff2") format("woff2"), url("../fonts/MADEEvolveSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

.bold {
  font-weight: 700;
}

.italic {
  font-weight: italic;
}

a, img, button {
  background: none;
  outline: none;
  border: 0px;
  text-decoration: none;
}

button, .btn {
  transition: all 0.125s ease-in-out;
  cursor: none;
}

img {
  display: block;
  width: 100%;
}

ul, li {
  list-style-type: none;
}

html, body {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow-x: clip;
}

body.noScroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

html {
  -ms-content-zooming: none;
  height: 100%;
  scrollbar-gutter: stable;
}

@-ms-viewport {
  width: device-width;
}
*, ::before, ::after {
  border-style: none;
  border-width: 0;
}

.clear {
  content: "";
  display: table;
  clear: both;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-size: clamp(16px, 1.25vw, 34px);
  font-family: "Evolve Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
  background: #FFFFFF;
  text-wrap: pretty;
  font-display: swap;
}

.contain {
  position: relative;
  margin: 0px auto;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 5.5555555556vw);
  max-width: none;
}
@media only screen and (max-width: 1199px) {
  .contain {
    width: calc(100% - 40px);
  }
}

.visible-md {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-mob {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: flex !important;
  }
}
@media only screen and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: flex !important;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  .hidden-mob {
    display: none !important;
  }

  .visible-mob {
    display: flex !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: flex !important;
  }
}
a {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  color: #000000;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  a {
    transition: all 0.25s ease-in-out;
  }
  a img {
    transition: all 0.25s ease-in-out;
  }
  a svg {
    transition: all 0.25s ease-in-out;
  }
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  a:after {
    transition: all 0.25s ease-in-out;
  }
}

a:visited {
  color: #000000;
}

a:active {
  color: #000000;
}

@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  a:hover {
    color: #F47B20;
  }
}
a:focus {
  outline: none;
}

a:not(.btn, .contact-btn) {
  outline-color: transparent;
}

a:not(.btn, .contact-btn):focus-visible {
  border-radius: 0.3472222222vw;
}

a.bump {
  position: relative;
}
a.bump:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-sharp-light);
  content: "\f061";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #F47B20;
  opacity: 0;
  font-size: clamp(18px, 1.528vw, 300px);
}
a.bump span {
  display: block;
  transition: all 0.25s ease-in-out;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  a.bump:hover:after {
    opacity: 1 !important;
  }
  a.bump:hover span {
    padding-left: 2.7777777778vw;
  }
}

.btn {
  font-size: clamp(16px, 1.25vw, 34px);
  font-family: "Evolve Sans", sans-serif;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box;
  border-radius: 4.1666666667vw;
  border: 1px solid #F47B20;
  background: transparent;
  color: #000000;
  gap: 1.3888888889vw;
  padding: 1.3888888889vw 1.7361111111vw;
  box-sizing: border-box;
  cursor: pointer;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .btn:hover {
    background: #F47B20;
    color: #FFFFFF;
  }
}
.btn.btn-solid {
  background: #F47B20;
  color: #FFFFFF;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .btn.btn-solid:hover {
    background: transparent;
    color: #000000;
  }
}
.btn.btn-solid.btn-solid-2:hover {
  color: #FFFFFF;
}
.btn.btn-hero, .btn.btn-play {
  padding: 0.6944444444vw 0.6944444444vw 0.6944444444vw 1.3888888889vw;
}
.btn.btn-hero i, .btn.btn-play i {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 100%;
  background: #FFFFFF;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-hero svg, .btn.btn-play svg {
  display: inline-block;
  width: 2.5vw;
  height: 2.5vw;
}
.btn.down-arrow {
  background: #FFFFFF;
  border: 0;
  padding: 0;
  width: 2.5vw;
  min-width: 32px;
  aspect-ratio: 1;
  color: #000000;
  justify-content: center;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .btn.down-arrow:hover {
    transform: scale(1.2);
    background: #FFFFFF;
  }
}
@media only screen and (max-width: 991px) {
  .btn {
    gap: 10px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 60px;
  }
  .btn.btn-hero, .btn.btn-play {
    padding: 6px 6px 6px 16px;
  }
  .btn.btn-hero i, .btn.btn-hero svg, .btn.btn-play i, .btn.btn-play svg {
    width: 32px;
    height: 32px;
  }
}

@media only screen and (max-width: 991px) {
  [data-aos] {
    pointer-events: auto !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.staff {
  font-family: "StaffXX", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

h1, .h1 {
  font-size: clamp(140px, 13.889vw, 500px);
  line-height: 0.9;
  font-family: "StaffXX", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

h2, .h2 {
  font-size: clamp(88px, 9.028vw, 300px);
  line-height: 0.9;
  font-family: "StaffXX", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.body200 {
  font-size: clamp(140px, 13.889vw, 500px);
}

.body130 {
  font-size: clamp(88px, 9.028vw, 300px);
}

.body80 {
  font-size: clamp(50px, 5.556vw, 300px);
}

.body60 {
  font-size: clamp(34px, 4.167vw, 300px);
  font-weight: 300;
}

.body48 {
  font-size: clamp(28px, 3.333vw, 300px);
  font-weight: 300;
}

.body42 {
  font-size: clamp(24px, 2.917vw, 300px);
  font-weight: 300;
}

.body36 {
  font-size: clamp(24px, 2.5vw, 300px);
  font-weight: 300;
}

.body28 {
  font-size: clamp(18px, 1.944vw, 300px);
  font-weight: 300;
}

.body22 {
  font-size: clamp(18px, 1.528vw, 300px);
  font-weight: 400;
}

.body16 {
  font-size: clamp(14px, 1.111vw, 300px);
}

.body14 {
  font-size: clamp(12px, 0.972vw, 300px);
}

.half-width {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .body14 {
    font-size: 14px;
  }

  .half-width {
    width: 85%;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  body {
    font-size: 16px;
  }

  h1, .body200 {
    font-size: 88px;
  }

  .body22, .body28 {
    font-size: 16px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .half-width {
    width: 100%;
  }
}
img.lazyload,
img.lazyautosizes {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

img.lazyloaded {
  opacity: 1;
  transform: translateY(0);
}

header {
  position: fixed;
  top: 0;
  z-index: 10000;
  left: 0;
  width: 100%;
  transition: all 0.35s ease-in-out;
  padding: 1.3888888889vw 0;
  z-index: 10001;
}
header .logo {
  display: block;
  width: 16.6666666667vw;
  min-width: 220px;
  transition: all 0.35s ease-in-out;
}
header .logo svg {
  display: block;
  width: 100%;
}
header .logo svg path {
  fill: #FFFFFF;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  z-index: 2;
  position: relative;
}
header .header-inner #default-nav {
  margin-left: auto;
  margin-right: 10vw;
  transition: all 0.35s ease-in-out;
}
header .header-inner #default-nav a {
  color: #FFFFFF;
}
header .header-inner #default-nav ul:not(.dropdown) {
  display: flex;
  border-bottom: 1px solid #F47B20;
  gap: 2.4305555556vw;
  padding: 0.4861111111vw 0;
}
header .header-inner #default-nav ul:not(.dropdown) > li {
  position: relative;
}
header .header-inner #default-nav ul:not(.dropdown) > li:after {
  height: 0.2083333333vw;
  background: #F47B20;
  position: absolute;
  bottom: -0.625vw;
  left: 0;
  content: "";
  transition: all 0.25s ease-in-out;
  width: 0;
}
header .header-inner #default-nav ul:not(.dropdown) > li:hover:after {
  width: 100%;
}
header .header-inner #default-nav li.has-drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  header .header-inner #default-nav li.has-drop:hover ul.dropdown a:hover {
    color: #F47B20;
  }
}
header .header-inner #default-nav ul.dropdown {
  padding-top: 1.3888888889vw;
  position: absolute;
  top: calc(100% + 0.625vw);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
header #navBtn {
  width: 2.7777777778vw;
  min-width: 32px;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #FFFFFF;
  cursor: pointer;
  text-indent: -9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease-in-out;
}
header #navBtn span {
  background: #000000;
  height: 2px;
  width: 50%;
  position: relative;
  transition: all 0.35s ease-in-out;
}
header #navBtn span:after, header #navBtn span:before {
  background: #000000;
  height: 2px;
  width: 50%;
  position: absolute;
  left: 25%;
  content: "";
  transition: all 0.35s ease-in-out;
}
header #navBtn span:after {
  top: -8px;
}
header #navBtn span:before {
  bottom: -8px;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  header #navBtn:hover {
    scale: 1.2;
  }
}
header #mega-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  pointer-events: none;
}
header #mega-menu #menu-inner {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  display: block;
  padding: 6.9444444444vw 5.5555555556vw;
  box-sizing: border-box;
  border-bottom-right-radius: 2.7777777778vw;
  border-bottom-left-radius: 2.7777777778vw;
  transition: all 0.35s ease-in-out;
  transform: translateY(-100%);
}
header #mega-menu #menu-inner #full-nav {
  transition: all 0.35s ease-in-out;
  transition-delay: 0.15s;
  opacity: 0;
}
header #mega-menu #menu-inner #full-nav ul {
  display: grid;
  grid-template-columns: 45% 55%;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  row-gap: 2.0833333333vw;
}
header #mega-menu #menu-inner #full-nav ul li {
  line-height: 1;
}
header #mega-menu #menu-inner #full-nav ul a {
  color: #1E3550;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  header #mega-menu #menu-inner #full-nav ul a:hover {
    color: #F47B20;
  }
}
header #mega-menu #menu-inner .contact {
  display: flex;
  margin: 4.8611111111vw auto 0;
  transition: all 0.35s ease-in-out;
  transition-delay: 0.15s;
  opacity: 0;
}
header #mega-menu #menu-inner .contact .col-lt {
  width: 45%;
}
header #mega-menu #menu-inner .contact .col-rt {
  width: 55%;
}
header #mega-menu #menu-inner .contact a {
  color: #F47B20;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  header #mega-menu #menu-inner .contact a:hover {
    color: #1E3550;
  }
}
header #mega-menu #menu-inner .contact .social {
  display: flex;
  gap: 0.6944444444vw;
}
header #mega-menu:after {
  position: fixed;
  height: 100svh;
  top: 0;
  left: 0;
  width: 100%;
  background: #1E3550;
  opacity: 0.8;
  content: "";
  z-index: 0;
}
header.header-dark .logo svg path, header.h-scroll:not(.scrollUp) .logo svg path {
  fill: #1E3550;
}
header.header-dark .header-inner #default-nav a, header.h-scroll:not(.scrollUp) .header-inner #default-nav a {
  color: #1E3550;
}
header.header-dark #navBtn, header.h-scroll:not(.scrollUp) #navBtn {
  background: #F47B20;
}
header.header-dark #navBtn span, header.h-scroll:not(.scrollUp) #navBtn span {
  background: #FFFFFF;
}
header.header-dark #navBtn span:after, header.header-dark #navBtn span:before, header.h-scroll:not(.scrollUp) #navBtn span:after, header.h-scroll:not(.scrollUp) #navBtn span:before {
  background: #FFFFFF;
}
header.scrollUp {
  transform: translateY(-200%);
}
header.h-scroll:not(.scrollUp):not(.nav-open) {
  transform: translateY(0);
  background: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
}
header.h-scroll:not(.scrollUp):not(.nav-open) .header-inner ul.dropdown {
  background: #FFFFFF;
  padding: 0 1.3888888889vw 1.0416666667vw;
  left: -1.3888888889vw;
}
header.nav-open #mega-menu {
  opacity: 1;
  pointer-events: all;
}
header.nav-open #mega-menu #menu-inner {
  transform: translateY(0);
}
header.nav-open #mega-menu #menu-inner #full-nav, header.nav-open #mega-menu #menu-inner .contact {
  opacity: 1;
}
header.nav-open #mega-menu:after {
  opacity: 0.8;
}
header.nav-open .header-inner .logo, header.nav-open .header-inner #default-nav {
  opacity: 0;
}
header.nav-open #navBtn {
  background: #F47B20;
}
header.nav-open #navBtn span {
  background: #FFFFFF;
}
header.nav-open #navBtn span:after, header.nav-open #navBtn span:before {
  opacity: 0;
}
@media only screen and (max-width: 1199px) {
  header #navBtn span:after {
    top: -6px;
  }
  header #navBtn span:before {
    bottom: -6px;
  }
  header #mega-menu {
    position: fixed;
  }
  header #mega-menu #menu-inner {
    padding: 100px 60px 80px;
  }
}
@media only screen and (max-width: 991px) {
  header {
    padding: 15px 0;
  }
  header #navBtn {
    width: 40px;
  }
  header #mega-menu #menu-inner {
    padding: 60px 40px 60px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  header #mega-menu #menu-inner #full-nav ul {
    display: block;
  }
  header #mega-menu #menu-inner #full-nav ul li {
    padding: 10px 0;
  }
  header #mega-menu #menu-inner .contact {
    display: flex;
    flex-direction: column;
    margin: 50px 0 0;
    gap: 20px;
    font-size: 20px;
  }
  header #mega-menu #menu-inner .contact .col-lt, header #mega-menu #menu-inner .contact .col-rt {
    width: 100%;
  }
  header #mega-menu #menu-inner .contact .social {
    display: flex;
    gap: 15px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  header {
    padding: 10px 0;
  }
  header .logo {
    min-width: 200px;
  }
  header #mega-menu #menu-inner {
    padding: 60px 20px;
    border-radius: 0;
    height: 100svh;
    box-sizing: border-box;
  }
}
@media all and (pointer: coarse) and (max-width: 991px) and (orientation: landscape) {
  header #menu-inner {
    overflow: scroll;
  }
}

footer {
  position: relative;
  margin: 0 auto;
  display: block;
  background: #000000;
}
footer .logo {
  width: 100%;
  display: block;
}
footer .logo svg {
  width: 100%;
  display: block;
}
footer a:link, footer a:visited {
  color: #FFFFFF;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  footer a:hover, footer a:active {
    color: #F47B20;
  }
}
footer .row-1 {
  padding: 4.1666666667vw 0 6.9444444444vw;
  color: #F47B20;
}
footer .row-2 {
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 2.0833333333vw 0;
}
footer .footer-links {
  display: flex;
  justify-content: space-between;
}
footer .footer-links li {
  padding-bottom: 0.8333333333vw;
}
footer .row-2-links {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  footer {
    padding-top: 30px;
  }
  footer .body14, footer .body16 {
    font-size: 13px;
  }
  footer .logo {
    width: 230px;
  }
  footer .row-1 {
    padding: 0 0 80px;
  }
  footer .row-2 {
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 20px 0;
  }
  footer .footer-links {
    flex-wrap: wrap;
    padding-top: 15px;
  }
  footer .footer-links ul {
    width: 50%;
    margin-top: 30px;
  }
  footer .footer-links ul:nth-of-type(2) {
    order: 3;
  }
  footer .footer-links ul:nth-of-type(3) {
    order: 4;
  }
  footer .footer-links ul:nth-of-type(4) {
    order: 2;
  }
  footer .footer-links li {
    padding-bottom: 10px;
  }
  footer .row-2-links {
    justify-content: flex-start;
    padding-top: 5px;
  }
  footer .row-2-links span {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #FFFFFF;
  }
}

.col-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -1.3888888889vw;
  width: calc(100% + 2.7777777778vw);
}
.col-wrap.justify-row {
  justify-content: space-between;
}
.col-wrap.align-bottom {
  align-items: flex-end;
}
.col-wrap .col {
  box-sizing: border-box;
  margin: 0 1.3888888889vw;
}
.col-wrap .col-span-1 {
  width: calc(8.3333333333% - 2.7777777778vw);
}
.col-wrap .col-span-2 {
  width: calc(16.6666666667% - 2.7777777778vw);
}
.col-wrap .col-span-3 {
  width: calc(25% - 2.7777777778vw);
}
.col-wrap .col-span-4 {
  width: calc(33.3333333333% - 2.7777777778vw);
}
.col-wrap .col-span-5 {
  width: calc(41.6666666667% - 2.7777777778vw);
}
.col-wrap .col-span-6 {
  width: calc(50% - 2.7777777778vw);
}
.col-wrap .col-span-7 {
  width: calc(58.3333333333% - 2.7777777778vw);
}
.col-wrap .col-span-8 {
  width: calc(66.6666666667% - 2.7777777778vw);
}
.col-wrap .col-span-9 {
  width: calc(75% - 2.7777777778vw);
}
.col-wrap .col-span-10 {
  width: calc(83.3333333333% - 2.7777777778vw);
}
.col-wrap .col-span-11 {
  width: calc(91.6666666667% - 2.7777777778vw);
}
.col-wrap .col-span-12 {
  width: calc(100% - 1.3888888889vw);
}
.col-wrap .spacer {
  height: 0;
}
.col-wrap .justify-right {
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .col-wrap {
    margin: 0 -0.6944444444vw;
    width: calc(100% + 1.3888888889vw);
  }
  .col-wrap .col {
    box-sizing: border-box;
    margin: 0 0.6944444444vw;
  }
  .col-wrap .col-span-1 {
    width: calc(8.3333333333% - 1.3888888889vw);
  }
  .col-wrap .col-span-2 {
    width: calc(16.6666666667% - 1.3888888889vw);
  }
  .col-wrap .col-span-3 {
    width: calc(25% - 1.3888888889vw);
  }
  .col-wrap .col-span-4 {
    width: calc(33.3333333333% - 1.3888888889vw);
  }
  .col-wrap .col-span-5 {
    width: calc(41.6666666667% - 1.3888888889vw);
  }
  .col-wrap .col-span-6 {
    width: calc(50% - 1.3888888889vw);
  }
  .col-wrap .col-span-7 {
    width: calc(58.3333333333% - 1.3888888889vw);
  }
  .col-wrap .col-span-8 {
    width: calc(66.6666666667% - 1.3888888889vw);
  }
  .col-wrap .col-span-9 {
    width: calc(75% - 1.3888888889vw);
  }
  .col-wrap .col-span-10 {
    width: calc(83.3333333333% - 1.3888888889vw);
  }
  .col-wrap .col-span-11 {
    width: calc(91.6666666667% - 1.3888888889vw);
  }
  .col-wrap .col-span-12 {
    width: calc(100% - 0.6944444444vw);
  }
  .col-wrap .justify-right {
    margin-left: auto;
  }
}
@media only screen and (max-width: 991px) {
  .col-wrap:not(.col-wrap-maintain) {
    margin: 0;
    width: 100%;
  }
  .col-wrap:not(.col-wrap-maintain) .col {
    margin: 0;
    width: 100%;
  }
  .col-wrap:not(.col-wrap-maintain) .spacer {
    display: none;
  }
  .col-wrap:not(.col-wrap-maintain) .justify-row {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .col-wrap.col-wrap-maintain {
    margin: 0;
    width: 100%;
  }
  .col-wrap.col-wrap-maintain .col {
    margin: 0;
    width: 100%;
  }
  .col-wrap.col-wrap-maintain .spacer {
    display: none;
  }
  .col-wrap.col-wrap-maintain .justify-row {
    justify-content: flex-start;
  }
}

.banner {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100svh;
  min-height: 700px;
}
.banner img, .banner video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .banner {
    min-height: 600px;
    height: 50vh;
  }
}

.bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-image img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#main-cta {
  background: #000000;
  color: #FFFFFF;
  padding: 10.4166666667vw 0 16.6666666667vw;
}
#main-cta p {
  margin-top: 6.9444444444vw;
}
#main-cta .cont {
  display: flex;
  flex-direction: column;
}
#main-cta a {
  margin-right: auto;
  margin-top: 4.1666666667vw;
}
@media only screen and (max-width: 991px) {
  #main-cta {
    padding: 100px 0 120px;
  }
  #main-cta p {
    margin-top: 60px;
  }
  #main-cta a {
    margin-top: 40px;
  }
  #main-cta .cont {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #main-cta h2 {
    padding-right: 25%;
    box-sizing: border-box;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 100svh;
  display: block;
}

.btn-group {
  display: flex;
  align-items: flex-start;
  gap: 1.3888888889vw;
}
.btn-group .body22 {
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .btn-group {
    gap: 16px;
  }
}

.overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 1;
}

.gradient-overlay:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.orient-vert {
  aspect-ratio: 4/5;
}
.orient-vert img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orient-horiz {
  aspect-ratio: 5/4;
}
.orient-horiz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orient-square {
  aspect-ratio: 1;
}
.orient-square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-scale picture {
  overflow: hidden;
  display: block;
}
.image-scale img {
  transition: transform 0.25s ease-in-out;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .image-scale:hover img {
    transform: scale(1.05);
  }
}

.post-thumb picture {
  position: relative;
}
.post-thumb picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-thumb picture .cat-tag {
  position: absolute;
  top: 1.0416666667vw;
  left: 1.0416666667vw;
  background: #FFFFFF;
  border-radius: 0.6944444444vw;
  padding: 0.4166666667vw 0.6944444444vw;
  color: #000000 !important;
}
.post-thumb .date {
  color: #F47B20;
  margin-top: 1.3888888889vw;
  display: block;
}
.post-thumb .title {
  margin-top: 0.6944444444vw;
  display: block;
}
@media only screen and (max-width: 991px) {
  .post-thumb picture .cat-tag {
    top: 10px;
    left: 10px;
    border-radius: 8px;
    padding: 4px 8px;
  }
  .post-thumb .date {
    margin-top: 15px;
  }
  .post-thumb .title {
    margin-top: 10px;
  }
}

#sub-landing {
  padding-top: 25vh;
}
#sub-landing h1 span {
  color: #F47B20;
  display: inline-block;
}
#sub-landing p {
  padding-right: 3.4722222222vw;
}
#sub-landing .align-bottom p {
  padding-bottom: 0.6944444444vw;
}
#sub-landing .align-bottom .btn {
  margin-bottom: 1.3888888889vw;
}
@media only screen and (max-width: 991px) {
  #sub-landing {
    padding-top: 220px;
  }
  #sub-landing p {
    padding: 0;
  }
  #sub-landing .align-bottom p {
    width: 85%;
    margin-top: 20px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #sub-landing {
    padding-top: 160px;
  }
}
@media all and (pointer: coarse) and (max-width: 991px) and (orientation: landscape) {
  #sub-landing {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #sub-landing .align-bottom p {
    width: 100%;
  }
}

.stacked {
  margin-bottom: 1.3888888889vw;
}
@media only screen and (max-width: 991px) {
  .stacked {
    margin-bottom: 15px;
  }
}

.lines li {
  padding: 2.0833333333vw 0;
  margin: 0;
  border-top: 1px solid #F47B20;
}
@media only screen and (max-width: 991px) {
  .lines li {
    padding: 12px 0;
  }
}

.sticky {
  position: sticky;
  top: 2.7777777778vw;
}
@media only screen and (max-width: 991px) {
  .sticky {
    position: relative;
    top: unset;
  }
}

.accordion .acc-row {
  border-top: 1px solid #F47B20;
  padding: 1.0416666667vw 0 2.7777777778vw;
}
.accordion .acc-row.open .acc-cont {
  padding-top: 1.0416666667vw;
}
.accordion .acc-row.open .acc-heading {
  color: #F47B20;
}
.accordion .acc-row.open .trigger svg {
  transform: rotate(45deg);
}
.accordion .acc-row.open .trigger svg path {
  fill: #F47B20;
}
.accordion .acc-heading {
  position: relative;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.accordion .num, .accordion .trigger {
  margin-top: 0.3472222222vw;
  line-height: 1;
}
.accordion .trigger {
  display: flex;
  justify-content: flex-end;
}
.accordion .trigger svg {
  transition: all 0.25s ease-in-out;
  display: block;
  width: 2.0833333333vw;
  min-width: 20px;
}
.accordion .trigger svg path {
  fill: #000000;
  transition: all 0.25s ease-in-out;
}
.accordion .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.3888888889vw;
}
.accordion .content ul {
  display: list-item;
  padding: 0 0 0 1.3888888889vw;
}
.accordion .content ul li {
  padding: 0.5555555556vw 0;
  position: relative;
  list-style: disc;
}
.accordion .content ul li:first-of-type {
  padding-top: 0;
}
.accordion .content ul li:last-of-type {
  padding-bottom: 0;
}
.accordion .content h3 {
  font-weight: 400;
  color: #F47B20;
}
.accordion .content a:not(.btn) {
  text-decoration: underline;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .accordion .acc-heading:hover {
    color: #F47B20;
  }
  .accordion .acc-heading:hover .trigger svg path {
    fill: #F47B20;
  }
}
@media only screen and (max-width: 991px) {
  .accordion .acc-row {
    padding: 10px 0 15px;
  }
  .accordion .acc-row.open .acc-cont {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .accordion .num, .accordion .trigger {
    margin-top: 5px;
  }
  .accordion .trigger svg {
    min-width: 16px;
  }
  .accordion .content {
    gap: 20px;
  }
  .accordion .content ul {
    padding: 0 0 0 20px;
  }
  .accordion .content ul li {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .accordion .num {
    display: none;
  }
  .accordion .trigger {
    position: absolute;
    top: 8px;
    right: 0;
  }
  .accordion .title {
    width: 85% !important;
  }
}

.testimonial {
  text-align: center;
}
.testimonial .content {
  width: 75%;
}
.testimonial .attr {
  display: block;
  margin: 2.7777777778vw 0 0;
}
.testimonial.banner {
  color: #FFFFFF;
}
.testimonial.banner .content {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin-top: 1.3888888889vw;
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  .testimonial .content {
    width: calc(100% - 40px);
  }
  .testimonial .attr {
    margin-top: 25px;
  }
}

#lightbox {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100002;
  transition: opacity 0.25s ease-in-out, visibility 0s linear 0.25s;
}
#lightbox.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s ease-in-out, visibility 0s linear 0s;
}
#lightbox.active .overlay {
  opacity: 1;
}
#lightbox .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  z-index: 2;
}
#lightbox .lightbox-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}
#lightbox .media-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
#lightbox .media-wrap img, #lightbox .media-wrap video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#lightbox #lightbox-image,
#lightbox #video-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  width: 100%;
  height: 100%;
  max-height: 80%;
  transform: translate(-50%, -50%) scale(0.96);
  opacity: 0;
  transition: all 0.4s ease;
}
#lightbox #lightbox-image.active,
#lightbox #video-frame.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
#lightbox #lightbox-image.next {
  animation: slideInRight 0.4s ease;
}
#lightbox #lightbox-image.prev {
  animation: slideInLeft 0.4s ease;
}
@keyframes slideInRight {
  from {
    transform: translate(-40%, -50%) scale(0.96);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    transform: translate(-60%, -50%) scale(0.96);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
#lightbox .nav {
  position: absolute;
  bottom: 1.3888888889vw;
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3;
  gap: 15px;
}
#lightbox .nav button {
  color: #FFFFFF;
  cursor: pointer;
}
#lightbox .counter {
  color: #FFFFFF;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #lightbox .nav {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #lightbox #lightbox-image,
#lightbox #video-frame {
    max-width: 100%;
  }
}

.close-btn {
  position: absolute;
  z-index: 3;
  right: 1.3888888889vw;
  top: 1.3888888889vw;
  width: 2.7777777778vw;
  min-width: 32px;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #F47B20;
  cursor: pointer;
  text-indent: -9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}
.close-btn span {
  content: "";
  background: #FFFFFF;
  height: 2px;
  width: 50%;
  position: relative;
  transition: all 0.25s ease-in-out;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .close-btn:hover {
    scale: 1.2;
  }
}
@media only screen and (max-width: 991px) {
  .close-btn {
    width: 40px;
    right: 20px;
    top: 20px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  .close-btn {
    right: 10px;
    top: 10px;
    width: 20px;
  }
}

.grid-3-masonry {
  margin-top: 4.1666666667vw;
}
.grid-3-masonry#news-grid picture {
  aspect-ratio: 1.333;
}
.grid-3-masonry .grid-sizer, .grid-3-masonry .grid-item {
  width: calc(33.3333% - 1.3888888889vw);
  display: block;
}
.grid-3-masonry .grid-item {
  margin-bottom: 5.5555555556vw;
  transition: opacity 0.25s ease-in-out;
}
.grid-3-masonry .gutter-sizer {
  display: block;
  width: 2.0833333333vw;
}
@media only screen and (max-width: 991px) {
  .grid-3-masonry {
    margin-top: 40px;
  }
  .grid-3-masonry .grid-sizer, .grid-3-masonry .grid-item {
    width: calc(50% - 10px);
  }
  .grid-3-masonry .grid-item {
    margin-bottom: 40px;
  }
  .grid-3-masonry .gutter-sizer {
    width: 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .grid-3-masonry .grid-sizer, .grid-3-masonry .grid-item {
    width: 100%;
  }
  .grid-3-masonry .gutter-sizer {
    width: 0;
  }
}

.grid-3-static {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.0833333333vw;
  row-gap: 5.5555555556vw;
}
.grid-3-static picture {
  aspect-ratio: 1.333;
}
@media only screen and (max-width: 991px) {
  .grid-3-static {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .grid-3-static {
    grid-template-columns: repeat(1, 1fr);
  }
}

#up-next {
  background: #000000;
  color: #FFFFFF;
  padding: 8.3333333333vw 0 13.8888888889vw;
}
#up-next .btn {
  color: #FFFFFF;
}
#up-next .col-wrap {
  align-items: stretch;
}
#up-next .info-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 3.4722222222vw;
}
#up-next .info-col h2 {
  margin-bottom: auto;
}
@media only screen and (max-width: 991px) {
  #up-next {
    padding: 80px 0 150px;
  }
  #up-next .info-col {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #up-next {
    padding: 60px 0;
  }
  #up-next .info-col {
    margin-bottom: 50px;
  }
  #up-next .info-col h2 {
    padding-bottom: 50px;
  }
}

.centered-slider-wrap {
  overflow: hidden;
  margin: 5.5555555556vw auto 0;
}
.centered-slider-wrap .centered-slider {
  width: 100vw;
  overflow: visible;
  margin: 0 auto;
  transform: translateX(-25%);
}
.centered-slider-wrap .centered-slider .slick-list {
  overflow: visible;
}
.centered-slider-wrap .centered-slider .slide {
  margin: 0 1.0416666667vw;
}
.centered-slider-wrap .centered-slider img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.centered-slider-wrap .centered-slider .slick-slide,
.centered-slider-wrap .centered-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  aspect-ratio: 1.75;
  transition: aspect-ratio 0.15s ease-in-out;
}
.centered-slider-wrap .centered-slider .slick-center,
.centered-slider-wrap .centered-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  aspect-ratio: 1.5;
}
@media only screen and (max-width: 991px) {
  .centered-slider-wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .centered-slider-wrap .centered-slider {
    transform: unset;
  }
}

form:not(#search-news) {
  display: block;
  margin: 0 auto;
}
form:not(#search-news) fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3888888889vw;
  width: 100%;
  justify-content: space-between;
}
form:not(#search-news) input, form:not(#search-news) textarea {
  font-family: "Evolve Sans", sans-serif;
  font-size: clamp(18px, 1.528vw, 300px);
  color: #000000;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #F47B20;
  padding-bottom: 1.3888888889vw;
  width: 100%;
  resize: none;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
form:not(#search-news) input.half, form:not(#search-news) textarea.half {
  width: calc(50% - 1.0416666667vw);
}
form:not(#search-news) textarea {
  height: 9.7222222222vw;
}
form:not(#search-news) ::placeholder {
  color: #000000;
}
form:not(#search-news) button {
  margin-top: 2.0833333333vw;
}
@media only screen and (max-width: 991px) {
  form:not(#search-news) fieldset {
    gap: 15px;
  }
  form:not(#search-news) input, form:not(#search-news) textarea {
    padding-bottom: 15px;
  }
  form:not(#search-news) input.half, form:not(#search-news) textarea.half {
    width: 100%;
  }
  form:not(#search-news) textarea {
    height: 120px;
  }
  form:not(#search-news) button {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  form:not(#search-news) input, form:not(#search-news) textarea {
    font-size: 16px;
  }
}

/**SCROLLING IMGS**/
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/**HOMEPAGE LOAD**/
@keyframes home-hero-load {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**HERO HEADLINE FADE UP**/
@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#hero-home {
  color: #FFFFFF;
}
#hero-home #bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hero-home #bg:after {
  background: rgba(0, 0, 0, 0.6);
}
#hero-home #home-video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero-home #hero-content {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  width: 100%;
  left: 0;
}
#hero-home #hero-content .contain {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#hero-home #hero-content h1 {
  font-size: clamp(180px, 15.278vw, 500px);
  line-height: 0.95;
}
#hero-home #hero-content h1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(2.0833333333vw);
}
#hero-home #hero-content h1 .line1 {
  padding-right: 1.3888888889vw;
}
#hero-home #hero-content button {
  white-space: nowrap;
  color: #FFFFFF;
  margin-bottom: 1.3888888889vw;
  opacity: 0;
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #hero-home #hero-content .contain {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #hero-home #hero-content h1 {
    width: 100%;
  }
  #hero-home #hero-content h1 span {
    display: block;
  }
  #hero-home #hero-content button {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #hero-home #hero-content h1 {
    font-size: 120px;
  }
}
@media all and (pointer: coarse) and (max-width: 991px) and (orientation: landscape) {
  #hero-home #hero-content {
    bottom: 20px;
  }
  #hero-home #hero-content h1 {
    font-size: 100px;
    width: 75%;
  }
}

body.video-ready #hero-home h1 span {
  animation: heroFadeUp 750ms ease forwards;
}

body.video-ready #hero-home h1 .line1 {
  animation-delay: 700ms;
}

body.video-ready #hero-home h1 .line2 {
  animation-delay: 1200ms;
}

body.video-ready #hero-home h1 .line3 {
  animation-delay: 1700ms;
}

body.video-ready #hero-home button {
  animation: heroFadeUp 750ms ease forwards;
  animation-delay: 2700ms;
}

#home-intro {
  padding: 8.3333333333vw 0 0;
}
#home-intro .col-wrap {
  align-items: stretch;
}
#home-intro .col-lt {
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
#home-intro .btn-group {
  transform: translateY(-100%);
}
#home-intro .imgs {
  margin-top: 5.5555555556vw;
}
@media only screen and (max-width: 991px) {
  #home-intro {
    padding-top: 100px;
  }
  #home-intro .col-rt {
    margin-top: 30px;
  }
  #home-intro .btn-group {
    transform: unset;
    margin-top: 40px;
  }
  #home-intro .imgs {
    margin-top: 100px;
    justify-content: space-between;
    gap: 16px;
  }
  #home-intro .imgs picture:not(:first-of-type) {
    width: calc(50% - 8px);
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #home-intro .imgs {
    margin-top: 60px;
  }
}

#stat-marquees {
  font-family: "StaffXXX", "StaffXX";
  font-weight: 700;
  font-size: clamp(120px, 18.75vw, 500px);
  line-height: 0.9;
  text-transform: uppercase;
  padding: 13.8888888889vw 0;
}
#stat-marquees span {
  color: #F47B20;
}
#stat-marquees .marquee {
  --gap: calc(80vw/14.4);
  gap: var(--gap);
  position: relative;
  display: flex;
  overflow: hidden;
  z-index: 2;
}
#stat-marquees .marquee .marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 30s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
#stat-marquees .marquee#marquee-2 .marquee__content {
  animation-direction: reverse;
}
@media only screen and (max-width: 991px) {
  #stat-marquees {
    padding: 170px 0;
  }
  #stat-marquees .marquee .marquee__content {
    animation: scroll 20s linear infinite;
  }
}

#home-work p {
  width: 50%;
}
#home-work .row-1 {
  margin-bottom: 5.5555555556vw;
}
#home-work .banner {
  color: #FFFFFF;
}
#home-work .banner a {
  color: #FFFFFF;
}
#home-work .banner picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#home-work .banner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-work .banner .info {
  position: absolute;
  bottom: 2.7777777778vw;
  left: 0;
  right: 0;
  z-index: 2;
  height: 50%;
}
#home-work .banner .info .contain {
  display: flex;
  height: 100%;
  flex-direction: column;
}
#home-work .banner p {
  width: 75%;
}
#home-work .banner a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
#home-work .banner a i {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
  font-weight: 300;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #home-work .banner a:hover i {
    transform: scale(1.2);
  }
}
#home-work .featured-pair {
  margin: 6.9444444444vw auto;
}
#home-work .featured-pair .title {
  display: block;
  margin: 1.0416666667vw 0 0;
  transition: all 0.25s ease-in-out;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #home-work .featured-pair a:hover {
    color: #F47B20;
  }
}
@media only screen and (max-width: 991px) {
  #home-work .row-1 {
    margin-bottom: 60px;
  }
  #home-work .row-1 .col-span-4 {
    order: 1;
  }
  #home-work .row-1 .col-span-6 {
    order: 2;
    margin-top: 15px;
  }
  #home-work .row-1 .col-span-2 {
    order: 3;
    margin-top: 30px;
  }
  #home-work p {
    width: 85%;
  }
  #home-work .banner .info {
    bottom: 20px;
  }
  #home-work .banner p {
    width: 100%;
  }
  #home-work .banner a i {
    width: 42px;
    height: 42px;
  }
  #home-work .featured-pair {
    margin: 80px auto;
  }
  #home-work .featured-pair .col-wrap {
    gap: 40px;
  }
  #home-work .featured-pair .title {
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #home-work .banner a span {
    width: calc(100% - 44px);
  }
  #home-work p {
    width: 100%;
  }
}

#insights-module {
  padding: 12.5vw 0;
}
#insights-module .btn-group {
  gap: 0.6944444444vw;
}
#insights-module .round {
  background: #40634A;
  color: #FFFFFF;
  border-radius: 100%;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  cursor: pointer;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #insights-module .round:hover {
    background: #F47B20;
  }
}
#insights-module .row-2 {
  margin-top: 4.1666666667vw;
}
#insights-module .row-2 .post-track {
  display: flex;
  gap: 2.0833333333vw;
}
#insights-module .row-2 .view-all {
  margin: 5.5555555556vw 0 0;
}
#insights-module .row-2 .slick-list {
  margin: 0 -1.0416666667vw;
}
#insights-module .row-2 .slick-track {
  display: flex !important;
}
#insights-module .row-2 .post-thumb {
  margin: 0 1.0416666667vw;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #insights-module .row-2 .post-thumb:hover {
    color: #F47B20;
  }
}
#insights-module .row-2 .slick-disabled {
  opacity: 0.25;
  cursor: default;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #insights-module .row-2 .slick-disabled:hover {
    background: #40634A;
  }
}
@media only screen and (max-width: 1199px) {
  #insights-module {
    padding: 100px 0 140px;
  }
  #insights-module .row-1 p {
    order: 2;
    margin-top: 15px;
    width: 85%;
  }
  #insights-module .row-2 {
    margin-top: 50px;
  }
  #insights-module .row-2 .post-track {
    gap: 20px;
  }
  #insights-module .row-2 .view-all {
    margin: 50px 0 0;
	  width:265px;
  }
  #insights-module .row-2 .slick-list {
    overflow: visible;
    margin: 0 -10px;
  }
  #insights-module .row-2 .post-thumb {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #insights-module .row-1 p {
    width: 100%;
  }
}

#who-intro {
  margin-top: 4.1666666667vw;
}
@media only screen and (max-width: 991px) {
  #who-intro {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #who-intro img:nth-of-type(1) {
    order: 1;
  }
  #who-intro img:nth-of-type(2) {
    order: 3;
  }
  #who-intro p {
    order: 2;
    margin: 50px auto;
  }
}

#what-we-do {
  margin-top: 8.3333333333vw;
  border-top: 1px solid #F47B20;
}
#what-we-do .col-lt {
  padding-top: 1.7361111111vw;
}
#what-we-do button {
  margin: 1.3888888889vw 0 0;
}
#what-we-do .lines li:first-child {
  border-top: 0;
}
@media only screen and (max-width: 991px) {
  #what-we-do {
    margin-top: 100px;
    border-top: 0;
  }
  #what-we-do .col-lt {
    padding: 0;
  }
  #what-we-do .col-rt {
    margin-top: 30px;
  }
  #what-we-do button {
    margin: 28px 0 0;
  }
  #what-we-do .lines li:first-child {
    border-top: 1px solid #F47B20;
  }
}

#impact-video {
  margin-top: 10.4166666667vw;
}
#impact-video .cont {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
}
#impact-video h2 {
  color: #FFFFFF;
  white-space: nowrap;
}
#impact-video button {
  position: absolute;
  bottom: 1.0416666667vw;
  right: 0;
  background: #FFFFFF;
  color: #1E3550;
  white-space: nowrap;
  border: 0;
}
#impact-video button svg path {
  fill: #F47B20;
  transition: all 0.25s ease-in-out;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #impact-video button:hover {
    background: #F47B20;
    color: #FFFFFF;
  }
  #impact-video button:hover svg path {
    fill: #FFFFFF;
  }
}
@media only screen and (max-width: 991px) {
  #impact-video {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #impact-video .cont {
    width: 100%;
  }
  #impact-video .cont h2 {
    white-space: normal;
    text-align: center;
  }
  #impact-video .cont h2 br {
    display: none;
  }
  #impact-video .cont button {
    position: relative;
    bottom: unset;
    right: unset;
    margin: 40px auto 0;
  }
}

#uniques {
  margin-top: 10.4166666667vw;
}
#uniques .accordion {
  margin-top: 6.9444444444vw;
}
@media only screen and (max-width: 991px) {
  #uniques {
    margin-top: 100px;
  }
  #uniques .col-lt {
    margin-bottom: 15px;
  }
  #uniques .accordion {
    margin-top: 50px;
  }
}

.img-pair {
  margin-top: 9.0277777778vw;
}
@media only screen and (max-width: 991px) {
  .img-pair {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .img-pair img.col:last-of-type {
    margin-top: 20px;
  }
}

#stats {
  margin: 10.4166666667vw auto;
}
#stats .col-wrap {
  align-items: stretch;
  row-gap: 4.8611111111vw;
}
#stats .stat {
  border-left: 1px solid #000000;
  box-sizing: border-box;
  padding-left: 2.0833333333vw;
  display: flex;
  flex-direction: column;
}
#stats .h2 {
  color: #F47B20;
  padding-bottom: 3.4722222222vw;
}
#stats .desc {
  margin-top: auto;
}
@media only screen and (max-width: 991px) {
  #stats {
    margin: 100px auto;
  }
  #stats .col-wrap .col {
    width: 50%;
    padding-right: 80px;
  }
  #stats .col-wrap .h2 {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #stats .col-wrap {
    row-gap: 50px;
  }
  #stats .col-wrap .col {
    width: 100%;
    padding: 10px 0 0;
    border: 0;
    border-top: 1px solid #000000;
    flex-direction: row;
  }
  #stats .col-wrap .col * {
    width: 50%;
    padding-bottom: 0;
  }
  #stats .col-wrap .col .desc {
    margin-top: 5px;
  }
}

#values {
  margin-top: 10.4166666667vw;
}
#values .accordion {
  margin-top: 6.9444444444vw;
}
@media only screen and (max-width: 991px) {
  #values {
    margin-top: 100px;
  }
  #values .col-lt {
    margin-bottom: 15px;
  }
  #values .accordion {
    margin-top: 50px;
  }
}

#our-markets {
  margin: 10.4166666667vw auto 12.5vw;
}
#our-markets ul {
  margin-top: 3.4722222222vw;
}
@media only screen and (max-width: 991px) {
  #our-markets {
    margin: 100px auto;
  }
  #our-markets ul {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #our-markets .col-lt {
    margin-bottom: 50px;
  }
}

/**VIDEO LIGHTBOX**/
#video-lightbox .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
#video-lightbox .modal {
  position: relative;
  max-width: none;
  width: 80%;
  margin: auto;
  top: 50%;
  transform: translateY(-50%) scale(0.95);
  opacity: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
#video-lightbox.active {
  display: block;
}
#video-lightbox.active .overlay {
  opacity: 1;
}
#video-lightbox.active .modal {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
#video-lightbox .video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 90svh;
  margin: 0 auto;
}
#video-lightbox .video-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #video-lightbox .modal {
    width: 100%;
  }
}

#hero-subpage-full {
  min-height: 700px;
  color: #FFFFFF;
}
#hero-subpage-full .contain {
  height: 100%;
}
#hero-subpage-full #hero-content {
  position: absolute;
  z-index: 3;
  top: 0;
  padding-top: 25vh;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#hero-subpage-full #hero-content .fixed {
  position: absolute;
  right: 0;
  bottom: 2.7777777778vw;
  width: 41.667%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.4722222222vw;
}
#hero-subpage-full #hero-content .fixed p {
  padding-right: 3.4722222222vw;
}
@media only screen and (min-width: 1919px) {
  #hero-subpage-full {
    min-height: 900px;
  }
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #hero-subpage-full #hero-content {
    padding-top: 220px;
  }
  #hero-subpage-full #hero-content h1:not(.project-title) {
    width: 85%;
  }
  #hero-subpage-full #hero-content .fixed {
    height: 30svh;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #hero-subpage-full #hero-content {
    padding-top: 160px;
  }
  #hero-subpage-full #hero-content h1 {
    width: 100%;
  }
  #hero-subpage-full #hero-content .fixed {
    width: 100%;
    height: auto;
    left: 0;
    gap: 100px;
  }
}
@media all and (pointer: coarse) and (max-width: 991px) and (orientation: landscape) {
  #hero-subpage-full {
    min-height: unset;
  }
  #hero-subpage-full #hero-content {
    padding-top: 100px;
  }
  #hero-subpage-full #hero-content .fixed {
    position: relative;
    bottom: auto;
    gap: 40px;
    margin-top: 20px;
  }
}

#services-intro {
  padding-top: 8.3333333333vw;
}
@media only screen and (max-width: 991px) {
  #services-intro {
    padding: 100px 0 80px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #services-intro {
    padding: 60px 0;
  }
}

#service-set {
  margin-top: 6.9444444444vw;
  margin-bottom: 10.4166666667vw;
}
#service-set .sub {
  display: block;
  padding-bottom: 1.3888888889vw;
}
#service-set .acc-heading {
  align-items: center;
}
#service-set .title {
  line-height: 1;
}
#service-set .trigger {
  margin-top: 0;
}
#service-set .trigger svg {
  width: 3.4722222222vw;
}
#service-set .content p {
  font-size: clamp(18px, 1.944vw, 300px);
}
#service-set .content .btn {
  margin-top: 1.3888888889vw;
}
#service-set .acc-row.open .acc-cont {
  padding-bottom: 3.4722222222vw;
}
@media only screen and (max-width: 991px) {
  #service-set {
    margin-top: 0;
    margin-bottom: 100px;
  }
  #service-set .sub {
    padding-bottom: 15px;
  }
  #service-set .content .btn {
    margin-top: 10px;
  }
  #service-set .acc-row.open .acc-cont {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #service-set .body130 {
    font-size: 70px;
  }
  #service-set .content {
    margin-bottom: 40px;
  }
  #service-set .content p {
    font-size: 16px;
  }
  #service-set .acc-row.open .acc-cont {
    padding: 20px 0 10px;
  }
  #service-set .trigger svg {
    width: 24px;
  }
}

#work-preview {
  padding: 10.4166666667vw 0 12.5vw;
}
#work-preview .btn {
  margin-bottom: 0.6944444444vw;
}
#work-preview .row-2 {
  margin-top: 3.4722222222vw;
}
#work-preview span {
  display: inline-block;
  transition: all 0.25s ease-in-out;
}
#work-preview .title {
  margin: 1.0416666667vw 0 0;
}
#work-preview .markets {
  color: #F47B20;
}
.image-scale picture {
  position: relative;
}

.image-scale svg {
  width: clamp(50px, calc(60vw / 14.4), 200px);
  height: clamp(50px, calc(60vw / 14.4), 200px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.75;
  transition: opacity 0.25s ease; /* replace 'ease' with your actual easing if needed */
}

@media all and (pointer: fine),
screen and (-moz-touch-enabled: 0) {
  .image-scale:hover svg {
    opacity: 1;
  }
}
@media only screen and (max-width: 991px) {
  #work-preview {
    padding: 100px 0;
  }
  #work-preview .col-span-2 {
    display: flex;
    justify-content: flex-start;
  }
  #work-preview a.btn {
    margin: 15px 0 0;
  }
  #work-preview .title {
    display: block;
    margin-top: 15px;
  }
  #work-preview .row-2 {
    margin-top: 40px;
    gap: 40px;
  }
}

/**INDIVIDUAL TEMPLATES**/
.service-hero button {
  bottom: 40px;
  position: absolute;
}
.service-hero .col-wrap {
  align-items: baseline;
}
.service-hero .service-title {
  display: flex;
  justify-content: flex-end;
}
.service-hero .service-title span {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.2777777778vw 0;
  bottom: 0.5555555556vw;
}
.service-hero .service-title span:after {
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .service-hero .service-title {
    justify-content: flex-start;
    padding-top: 30px;
  }
  .service-hero .service-title span {
    padding: 6px 0;
    bottom: unset;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  .service-hero button {
    bottom: 20px;
  }
}
@media all and (pointer: coarse) and (max-width: 991px) and (orientation: landscape) {
  .service-hero button, .service-hero .service-title {
    display: none;
  }
}

#ind-service-body .ind-intro .col-wrap {
  align-items: stretch;
}
#ind-service-body .ind-intro .bg-image {
  position: relative;
  height: auto;
}
#ind-service-body .ind-intro .intro-2 {
  margin-left: auto;
  width: 71.5%;
  margin-top: 8.3333333333vw;
}
#ind-service-body .ind-intro .text-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#ind-service-body #capabilities {
  margin-top: 6.9444444444vw;
  border-top: 1px solid #F47B20;
}
#ind-service-body #capabilities h2 {
  padding-top: 2.0833333333vw;
}
#ind-service-body #capabilities .lines li:first-child {
  border-top: 0;
}
#ind-service-body .testimonial {
  margin-top: 10.4166666667vw;
}
@media only screen and (max-width: 991px) {
  #ind-service-body .ind-intro .intro-2 {
    margin-top: 60px;
  }
  #ind-service-body #capabilities {
    margin-top: 0;
    border-top: 0;
  }
  #ind-service-body #capabilities h2 {
    padding-top: 0;
  }
  #ind-service-body #capabilities .lines {
    margin-top: 20px;
  }
  #ind-service-body #capabilities .lines li:first-child {
    border-top: 1px solid #F47B20;
  }
}
#ind-service-body .testimonial {
  margin-top: 100px;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #ind-service-body .ind-intro .intro-2 {
    margin-top: 30px;
    width: 100%;
  }
  #ind-service-body .ind-intro .col-wrap {
    gap: 50px;
  }
  #ind-service-body .ind-intro .col-wrap .text-col {
    order: 1;
  }
  #ind-service-body .ind-intro .col-wrap .bg-image {
    order: 2;
  }
  #ind-service-body #capabilities {
    margin-top: 20px;
  }
}

#positions-wrap {
  margin: 9.0277777778vw auto 10.4166666667vw;
}
#positions-wrap .row-1 p {
  margin-top: 2.0833333333vw;
}
#positions-wrap .row-1 p a {
  color: #F47B20;
}
#positions-wrap .accordion {
  margin-top: 4.1666666667vw;
}
@media only screen and (max-width: 991px) {
  #positions-wrap {
    margin: 100px auto;
  }
  #positions-wrap .accordion {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #positions-wrap {
    margin: 60px auto 80px;
  }
  #positions-wrap .row-1 p {
    font-size: 16px;
    font-weight: 400;
  }
}

#benefits {
  margin: 11.1111111111vw auto 13.8888888889vw;
}
#benefits .sticky p {
  width: 50%;
}
#benefits .sticky img {
  width: 50%;
  margin: 3.4722222222vw 0 0;
}
@media only screen and (max-width: 991px) {
  #benefits {
    margin: 80px auto 100px;
  }
  #benefits .sticky p {
    width: 80%;
  }
  #benefits .sticky img {
    margin-top: 40px;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #benefits .sticky {
    margin-bottom: 40px;
  }
  #benefits .sticky p, #benefits .sticky img {
    width: 100%;
  }
}

#contact-main {
  margin: 3.4722222222vw auto 0;
}
#contact-main h3 {
  color: #F47B20;
}
#contact-main .row {
  border-top: 1px solid #F47B20;
  padding: 1.3888888889vw 0 4.8611111111vw;
}
@media only screen and (max-width: 991px) {
  #contact-main {
    margin-top: 50px;
  }
  #contact-main .row {
    border-top: 0;
    padding: 0 0 50px;
  }
  #contact-main .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F47B20;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #contact-main {
    margin-top: 30px;
  }
}

#locations {
  background: #000000;
  color: #FFFFFF;
  margin: 6.9444444444vw auto 0;
  padding: 9.7222222222vw 0;
}
#locations a {
  color: #FFFFFF;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #locations a:hover, #locations a:active {
    color: #F47B20;
  }
}
#locations .col-wrap {
  margin-top: 3.4722222222vw;
  align-items: stretch;
}
#locations .loc {
  border-left: 1px solid #F47B20;
  box-sizing: border-box;
  padding-left: 2.0833333333vw;
  display: flex;
  flex-direction: column;
}
#locations .loc > span:first-of-type {
  word-spacing: 9999999px;
  padding-bottom: 2.0833333333vw;
}
#locations .info {
  margin-top: auto;
}
#locations .info span {
  display: block;
}
#locations .info .tel {
  margin-top: 1.3888888889vw;
}
@media only screen and (max-width: 991px) {
  #locations {
    margin: 40px auto 0;
    padding: 80px 0 100px;
  }
  #locations .col-wrap {
    margin-top: 40px;
  }
  #locations .loc > span:first-of-type {
    padding-bottom: 30px;
  }
  #locations .info .tel {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #locations .col-wrap {
    gap: 50px;
  }
}

.subcontractor {
  padding-bottom: 6.9444444444vw;
}
.subcontractor .row button {
  margin-top: 3.4722222222vw;
}
@media only screen and (max-width: 991px) {
  .subcontractor {
    padding-bottom: 80px;
  }
  .subcontractor .row button {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  .subcontractor {
    padding-bottom: 60px;
  }
}

#project-wrap {
  margin-bottom: 13.8888888889vw;
}
@media only screen and (max-width: 991px) {
  #project-wrap {
    margin-bottom: 120px;
  }
}

#hero-subpage-full.project-hero {
  min-height: 0;
}
#hero-subpage-full.project-hero .contain {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 2.7777777778vw;
}
#hero-subpage-full.project-hero .row-2 {
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  #hero-subpage-full.project-hero .contain {
    padding-bottom: 40px;
  }
  #hero-subpage-full.project-hero .col-span-6 {
    width: calc(58.3333333333% - 1.3888888889vw);
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #hero-subpage-full.project-hero .contain {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #hero-subpage-full.project-hero .col-span-6 {
    width: 100%;
  }
  #hero-subpage-full.project-hero .row-2 {
    height: 100%;
    align-items: stretch;
    padding-top: 30px;
  }
  #hero-subpage-full.project-hero .row-2 > div:first-of-type {
    order: 2;
    align-items: flex-end;
    display: flex;
  }
}

#project-intro {
  padding: 6.9444444444vw 0 8.3333333333vw;
}
#project-intro .title {
  color: #F47B20;
}
#project-intro span {
  display: block;
}
#project-intro li {
  display: block;
}
#project-intro li:not(:first-of-type) {
  margin-top: 1.3888888889vw;
}
@media only screen and (max-width: 991px) {
  #project-intro {
    padding: 100px 0 120px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #project-intro {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #project-intro ul {
    margin-top: 30px;
  }
}

#project-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.7777777778vw;
}
#project-grid .testimonial {
  padding: 6.9444444444vw 0;
}
#project-grid .testimonial .col {
  margin: 0 auto;
}
#project-grid .testimonial p {
  color: #F47B20;
}
#project-grid a {
  display: block;
}
#project-grid a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#project-grid .row-pair {
  align-items: stretch;
}
@media only screen and (max-width: 991px) {
  #project-grid {
    gap: 20px;
  }
  #project-grid .row-pair {
    gap: 20px;
  }
  #project-grid .testimonial {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #project-grid .testimonial {
    padding: 80px 0;
  }
}

#press {
  margin-top: 8.3333333333vw;
  border-top: 1px solid #000000;
  padding-top: 0.6944444444vw;
}
#press .year {
  color: #F47B20;
}
#press .source {
  font-weight: 600;
}
#press span, #press a {
  display: table;
}
#press .post-roll {
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
}
#press .post-roll hr {
  background: #000000;
  height: 1px;
  margin-top: 1.3888888889vw;
}
#press .post-roll > div:last-of-type hr {
  display: none;
}
@media only screen and (max-width: 991px) {
  #press {
    margin-top: 100px;
    padding-top: 10px;
  }
  #press .post-roll {
    gap: 10px;
  }
  #press .post-roll hr {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #press {
    padding-top: 0;
    border-top: 0;
    margin-top: 80px;
  }
  #press .section-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
  }
  #press .year {
    padding-bottom: 15px;
  }
}

.work-landing .btn-wrap {
  margin-bottom: 1.3888888889vw;
  display: flex;
  justify-content: flex-end;
}
.work-landing .btn-hero i {
  background: #F47B20;
  color: #FFFFFF;
  transition: all 0.25s ease-in-out;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .work-landing .btn-hero:hover i {
    background: #FFFFFF;
    color: #000000;
  }
}

#work-wrap {
  padding-top: 4.1666666667vw;
  padding-bottom: 6.9444444444vw;
}
#work-wrap #work-feat {
  position: relative;
}
#work-wrap #work-feat .slide {
  position: relative;
}
#work-wrap #work-feat .slide .info {
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  z-index: 3;
  padding: 2.7777777778vw;
  box-sizing: border-box;
  width: 100%;
}
#work-wrap #work-feat .slide .info span {
  display: block;
}
#work-wrap #work-feat .slide .info .title {
  width: 75%;
  margin-bottom: 2.0833333333vw;
}
#work-wrap #work-feat .slide .cat-tag {
  z-index: 4;
  top: 1.0416666667vw;
  left: 1.0416666667vw;
  position: absolute;
  background: #FFFFFF;
  border-radius: 0.6944444444vw;
  padding: 0.4166666667vw 0.6944444444vw;
}
#work-wrap #work-feat .btn-group {
  gap: 0.6944444444vw;
  position: absolute;
  bottom: 0;
}
#work-wrap #work-feat .round {
  background: #40634A;
  color: #FFFFFF;
  border-radius: 100%;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  cursor: pointer;
}
#work-wrap #work-feat .feat-slider .slick-slide img{
  aspect-ratio: 1.5;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #work-wrap #work-feat .round:hover {
    background: #F47B20;
  }
}
#work-wrap #work-feat .slick-disabled {
  opacity: 0.25;
  cursor: default;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #work-wrap #work-feat .slick-disabled:hover {
    background: #40634A;
  }
}
@media only screen and (max-width: 991px) {
  #work-wrap {
    padding-bottom: 100px;
  }
  #work-wrap #work-feat .feat-slider {
    margin: 30px auto;
  }
  #work-wrap #work-feat .slide .info {
    padding: 20px;
  }
  #work-wrap #work-feat .slide .info .title {
    margin-bottom: 30px;
  }
  #work-wrap #work-feat .slide .cat-tag {
    top: 20px;
    left: 20px;
    border-radius: 8px;
    padding: 4px 8px;
  }
  #work-wrap #work-feat .btn-group {
    gap: 10px;
    position: relative;
    bottom: unset;
  }
  #work-wrap #work-feat .round {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #work-wrap {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #work-wrap {
    padding-bottom: 60px;
  }
  #work-wrap #work-feat .feat-slider {
    width: calc(100% + 40px);
    margin: 30px -20px;
  }
  #work-wrap #work-feat .feat-slider .slick-slide img {
    aspect-ratio: 1.25;
  }
  #work-wrap #work-feat .feat-slider .slide .info .title {
    width: 100%;
    margin-bottom: 20px;
  }
}

#work-controls {
  margin-top: 8.3333333333vw;
  border-top: 1px solid #000000;
  padding-top: 1.7361111111vw;
  position: relative;
}
#work-controls #reset-grid {
  position: absolute;
  right: 0;
  top: 1.7361111111vw;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #work-controls #reset-grid button:hover {
    color: #F47B20;
  }
}
#work-controls .filter-label {
  display: flex;
  align-items: center;
  gap: 0.6944444444vw;
}
#work-controls .filter-label svg path {
  transition: all 0.25s ease-in-out;
  stroke: #000000;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #work-controls .filter-label:hover {
    color: #F47B20;
  }
  #work-controls .filter-label:hover svg path {
    stroke: #F47B20;
  }
}
#work-controls .filter-group {
  position: relative;
}
#work-controls .filter-group button {
  font-family: "Evolve Sans", sans-serif;
  font-size: clamp(16px, 1.25vw, 34px);
  color: #000000;
  cursor: pointer;
}
#work-controls .filter-group .active-filter-label {
  position: absolute;
  z-index: 0;
  padding-top: 0.5555555556vw;
}
#work-controls .filter-group .active-filter-label a {
  display: none;
  color: #F47B20;
}
#work-controls .filter-group.open .filter-label {
  color: #F47B20;
}
#work-controls .filter-group.open .filter-label svg path {
  stroke: #F47B20;
}
#work-controls .filter-group.open ul {
  max-height: 2000px;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
#work-controls .filter-group.active .filter-label {
  color: #F47B20;
}
#work-controls .filter-group.active .filter-label svg path {
  stroke: #F47B20;
}
#work-controls .filter-group ul {
  position: relative;
  z-index: 2;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  background: #FFFFFF;
  transition: all 0.25s ease-in-out;
}
#work-controls .filter-group ul li {
  padding: 0.5555555556vw 0 0;
}
#work-controls .filter-group ul li span {
  transition: all 0.25s ease-in-out;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #work-controls .filter-group ul li span:hover {
    color: #F47B20;
  }
}
@media only screen and (max-width: 991px) {
  #work-controls {
    margin-top: 60px;
    padding-top: 15px;
  }
  #work-controls #reset-grid {
    top: 15px;
  }
  #work-controls .filter-label {
    gap: 5px;
  }
  #work-controls .filter-group .active-filter-label {
    padding-top: 6px;
  }
  #work-controls .filter-group ul li {
    padding: 6px 0 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #work-controls {
    padding-top: 0;
    margin-top: 50px;
  }
  #work-controls #reset-grid {
    display: none;
  }
  #work-controls .filter-group {
    width: 100%;
    border-bottom: 1px solid #000000;
    padding: 8px 0 16px;
  }
  #work-controls .filter-group.active {
    min-height: 66px;
  }
  #work-controls .filter-group.active .active-filter-label {
    position: absolute;
  }
  #work-controls .filter-group.active .active-filter-label a {
    display: inline;
  }
  #work-controls .filter-group .active-filter-label a {
    color: #F47B20;
    margin-left: 10px;
  }
  #work-controls .filter-label {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

#work-grid {
  margin-top: 5.5555555556vw;
}
#work-grid .title {
  margin: 1.0416666667vw 0 0;
}
#work-grid .markets {
  display: block;
  color: #F47B20;
}
#work-grid .markets span {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  #work-grid {
    margin-top: 60px;
  }
  #work-grid .title {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #work-grid {
    margin-top: 0px;
  }
}

#news-wrap, #leadership-wrap {
  margin: 2.7777777778vw auto 0;
  border-top: 1px solid #000000;
}
@media only screen and (max-width: 991px) {
  #news-wrap, #leadership-wrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #news-wrap, #leadership-wrap {
    margin-top: 20px;
  }
}

#news-controls {
  padding-top: 1.7361111111vw;
}
#news-controls .filter-group {
  display: flex;
  gap: 2.0833333333vw;
}
#news-controls .filter-group span {
  cursor: pointer;
  color: #F47B20;
  transition: all 0.25s ease-in-out;
}
#news-controls .filter-group span.active {
  color: #000000;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #news-controls .filter-group span:hover {
    color: #000000;
  }
}
#news-controls .search {
  display: flex;
}
#news-controls .search form {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#news-controls .search form input {
  font-size: clamp(16px, 1.25vw, 34px);
  color: #F47B20;
  font-family: "Evolve Sans", sans-serif;
  text-align: right;
  width: 100%;
}
#news-controls .search form input::placeholder {
  color: #F47B20;
}
#news-controls .search form input:focus {
  outline: none;
  border-bottom: 1px solid #F47B20;
}
#news-controls .search form button {
  padding: 0 0 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  color: #F47B20;
  font-size: clamp(16px, 1.25vw, 34px);
}
@media only screen and (max-width: 991px) {
  #news-controls {
    padding-top: 20px;
  }
  #news-controls .filter-group {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #news-controls {
    padding-top: 15px;
  }
}

#post-nav {
  margin: 4.1666666667vw auto 13.1944444444vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.111vw, 300px);
  gap: 4.1666666667vw;
  padding-right: 1.0416666667vw;
  box-sizing: border-box;
}
#post-nav ul {
  display: flex;
  gap: 15px;
}
#post-nav ul li {
  display: flex;
  border-radius: 3px;
  background: #ECEBEB;
  transition: all 0.25s ease-in-out;
}
#post-nav ul li a {
  color: #000000;
  padding: 0.2777777778vw 0.4166666667vw;
}
#post-nav ul li.active {
  background: #40634A;
}
#post-nav ul li.active a {
  color: #FFFFFF;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #post-nav ul li:hover {
    opacity: 0.65;
  }
}
#post-nav ul li.ellipsis {
  padding: 0.2777777778vw 0.4166666667vw;
  background: none;
}
#post-nav .arrow {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  #post-nav {
    margin: 60px auto 120px;
  }
  #post-nav ul li a {
    padding: 4px 6px;
  }
  #post-nav ul li.ellipsis {
    padding: 4px 6px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #post-nav {
    margin: 30px auto 100px;
    padding-right: 0;
  }
  #post-nav .arrow span {
    display: none;
  }
}

.post-page-title {
  font-family: "Evolve Sans", sans-serif;
  text-transform: none;
  line-height: 1.3;
}

.post-intro h1 {
  margin-top: 1.7361111111vw;
}
.post-intro .date {
  color: #F47B20;
  display: block;
}
.post-intro .cat-tag {
  background: #ECEBEB;
  border-radius: 0.6944444444vw;
  padding: 0.4166666667vw 0.6944444444vw;
}
@media only screen and (max-width: 991px) {
  .post-intro .cat-tag {
    border-radius: 8px;
    padding: 4px 8px;
    position: absolute;
    right: 0;
  }
  .post-intro .date {
    margin-top: 4px;
  }
  .post-intro h1 {
    margin-top: 30px;
  }
}

#news-post-wrap .featured-img {
  margin-top: 4.1666666667vw;
}
#news-post-wrap .featured-img .banner {
  height: auto;
  min-height: 0;
}
#news-post-wrap .post-content .cont {
  margin-top: 4.1666666667vw;
  display: flex;
  flex-direction: column;
  gap: 3.4722222222vw;
}
#news-post-wrap .post-content .cont .testimonial {
  display: block;
  text-align: left;
  width: 120%;
  color: #F47B20;
}
#news-post-wrap .post-content .cont picture {
  display: block;
  width: 100%;
}
#news-post-wrap .post-content .cont iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}
#news-post-wrap .post-content .cont .video-block {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#news-post-wrap .post-content .cont .pair {
  display: flex;
  width: 100%;
  gap: 2.0833333333vw;
  overflow: hidden;
}
#news-post-wrap .post-content .cont .pair img {
  margin: 0;
  width: calc(50% - 1.0416666667vw);
}
#news-post-wrap #insights-module {
  margin-top: 10.4166666667vw;
  background: #ECEBEB;
  padding-top: 10.4166666667vw;
}
#news-post-wrap #insights-module button {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  #news-post-wrap .featured-img {
    margin-top: 40px;
  }
  #news-post-wrap .small-img {
    width: 100%;
  }
  #news-post-wrap .post-content .cont {
    margin-top: 40px;
    gap: 20px;
  }
  #news-post-wrap .post-content .cont .testimonial {
    width: 100%;
  }
  #news-post-wrap .post-content .cont .pair {
    gap: 20px;
  }
  #news-post-wrap .post-content .cont .pair img {
    width: calc(50% - 10px);
  }
  #news-post-wrap #insights-module {
    margin-top: 100px;
    padding-top: 100px;
  }
  #news-post-wrap .btn-group {
    order: 2;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #news-post-wrap .post-content .cont .pair {
    flex-direction: column;
  }
  #news-post-wrap .post-content .cont .pair img {
    width: 100%;
  }
}

#sub-landing.leadership p {
  padding-right: unset;
}

#team-grid {
  margin-top: 2.7777777778vw;
  padding-bottom: 12.5vw;
}
#team-grid .post-thumb .info {
  margin-top: 1.3888888889vw;
  display: block;
  position: relative;
}
#team-grid .post-thumb .title {
  margin-top: 0;
  color: #F47B20;
}
#team-grid .post-thumb picture {
  aspect-ratio: 1;
}
#team-grid .post-thumb .plus {
  position: absolute;
  top: 0;
  right: 0;
}
#team-grid .post-thumb .plus svg {
  width: 2.0833333333vw;
  min-width: 20px;
}
#team-grid .post-thumb .plus svg path {
  fill: #F47B20;
}
@media only screen and (max-width: 991px) {
  #team-grid {
    margin-top: 40px;
    padding-bottom: 140px;
  }
  #team-grid .post-thumb .info {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #team-grid {
    padding-bottom: 100px;
  }
}

#team-panel-overlay {
  position: fixed;
  inset: 0;
  background: rgba(30, 53, 80, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 10003;
}
#team-panel-overlay.active {
  opacity: 1;
  visibility: visible;
}

#team-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 75%;
  max-width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  z-index: 10004;
  overflow-y: auto;
  border-bottom-left-radius: 1.3888888889vw;
  border-top-left-radius: 1.3888888889vw;
}
#team-panel .team-panel-inner {
  padding: 2.0833333333vw;
}
#team-panel.active {
  transform: translateX(0);
}
#team-panel .heading {
  display: flex;
  align-items: flex-end;
  gap: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
}
#team-panel .heading img {
  width: 13.8888888889vw;
}
#team-panel .heading .info span {
  display: block;
  line-height: 1;
}
#team-panel .heading .title {
  color: #F47B20;
}
#team-panel .bio-body {
  padding-top: 2.0833333333vw;
  border-top: 1px solid #000000;
}
@media only screen and (max-width: 991px) {
  #team-panel {
    width: 75%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
  #team-panel .team-panel-inner {
    padding: 20px;
  }
  #team-panel .heading {
    gap: 20px;
    padding-bottom: 20px;
  }
  #team-panel .heading img {
    width: 150px;
  }
  #team-panel .bio-body {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #team-panel {
    width: calc(100% - 20px);
  }
  #team-panel .heading {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  #leadership-wrap {
    border-top: 0;
    padding-top: 0;
  }
}
#impact-projects {
  margin-top: 10.4166666667vw;
}
#impact-projects .slider-wrap {
  position: relative;
  margin-top: 5.5555555556vw;
}
#impact-projects .btn-group {
  position: absolute;
  z-index: 1001;
  top: 2.7777777778vw;
  left: 2.7777777778vw;
  gap: 0.6944444444vw;
}
#impact-projects .round {
  color: #FFFFFF;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  cursor: pointer;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #impact-projects .round:hover {
    background: #FFFFFF;
    color: #000000;
  }
}
#impact-projects .slick-slide {
  height: 100svh;
  min-height: 700px;
}
#impact-projects .banner {
  color: #FFFFFF;
}
#impact-projects .banner a {
  color: #FFFFFF;
}
#impact-projects .banner picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#impact-projects .banner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#impact-projects .banner .info {
  position: absolute;
  bottom: 0;
  padding-bottom: 2.7777777778vw;
  box-sizing: border-box;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms ease-in-out;
  transition-delay: 600ms;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#impact-projects .banner p {
  width: 85%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: auto;
}
#impact-projects .banner .body36 {
  bottom: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#impact-projects .banner a {
  margin-left: auto;
  border-color: #FFFFFF;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #impact-projects .banner a:hover {
    background: #FFFFFF;
    color: #000000;
  }
}
#impact-projects .slick-active .info {
  opacity: 1;
  pointer-events: unset;
  transform: translateY(0);
}
@media only screen and (max-width: 991px) {
  #impact-projects {
    margin-top: 120px;
  }
  #impact-projects h2 {
    margin-bottom: 15px;
  }
  #impact-projects .slider-wrap {
    margin-top: 50px;
  }
  #impact-projects .btn-group {
    top: 20px;
    left: 20px;
    gap: 10px;
  }
  #impact-projects .round {
    width: 36px;
    height: 36px;
  }
  #impact-projects .slick-slide {
    min-height: 600px;
    height: 50vh;
  }
  #impact-projects .banner .info {
    padding-bottom: 20px;
  }
  #impact-projects .banner p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #impact-projects {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #impact-projects .banner .body36 {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  #impact-projects .banner .body36 a {
    margin-left: 0;
  }
}

#local-orgs {
  margin: 10.4166666667vw auto 12.5vw;
}
#local-orgs .logo-grid {
  margin-top: 8.3333333333vw;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 5.5555555556vw;
  column-gap: 5.5555555556vw;
}
#local-orgs .logo-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#local-orgs .logo-grid span img {
  width: 100%;
  height: 100%;
  max-height: 7.6388888889vw;
  object-fit: contain;
}
@media only screen and (max-width: 1199px) {
  #local-orgs .logo-grid {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 80px;
    column-gap: 120px;
  }
}
@media only screen and (max-width: 991px) {
  #local-orgs {
    margin: 120px auto;
  }
  #local-orgs h2 {
    margin-bottom: 15px;
  }
  #local-orgs .logo-grid {
    margin-top: 60px;
    row-gap: 80px;
    column-gap: 80px;
  }
  #local-orgs .logo-grid span img {
    max-height: 60px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #local-orgs {
    margin: 80px auto 100px;
  }
  #local-orgs .logo-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}

#cba-intro {
  background: #1E3550;
  color: #FFFFFF;
  padding: 6.9444444444vw 0;
}
#cba-intro .col-wrap {
  align-items: center;
}
#cba-intro .cont {
  padding: 0 6.25vw;
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
}
#cba-intro .cont a {
  margin-right: auto;
  margin-top: 2.0833333333vw;
}
@media only screen and (max-width: 991px) {
  #cba-intro {
    padding: 20px 0 80px;
  }
  #cba-intro .cont {
    margin-top: 50px;
    padding: 0;
    gap: 15px;
  }
  #cba-intro .cont a {
    margin-top: 25px;
  }
}

#involved {
  margin: 10.4166666667vw auto 12.5vw;
}
#involved .thumb-slider {
  margin-top: 6.9444444444vw;
}
#involved .thumb-slider .slide {
  margin: 0 1.0416666667vw;
  aspect-ratio: 1;
}
#involved .thumb-slider img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  #involved {
    margin: 100px auto 120px;
  }
  #involved h2 {
    margin-bottom: 15px;
  }
  #involved .thumb-slider {
    margin-top: 50px;
  }
  #involved .thumb-slider .slide {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  #involved {
    margin: 80px auto 100px;
  }
}

/**CBA TEMPLATE**/
.cba-landing .col-rt {
  display: flex;
  justify-content: flex-end;
}

#cba-process {
  padding-top: 8.3333333333vw;
}
#cba-process .row-2 {
  margin-top: 5.5555555556vw;
  border-top: 1px solid #F47B20;
}
#cba-process form {
  margin-top: 1.3888888889vw;
}
@media only screen and (max-width: 991px) {
  #cba-process {
    padding-top: 80px;
  }
  #cba-process .row-1 p {
    margin-top: 30px;
  }
  #cba-process .row-2 {
    border-top: 0;
    margin-top: 40px;
  }
  #cba-process .info-wrap {
    background: #ECEBEB;
    padding: 20px 20px;
    width: calc(100% + 40px);
    margin: 0 -20px;
    box-sizing: border-box;
  }
  #cba-process .info-wrap .title {
    white-space: nowrap;
  }
  #cba-process form {
    margin-top: 40px;
  }
}

#process-acc > div:first-of-type {
  border-top: 0;
}
#process-acc .acc-row {
  padding: 1.3888888889vw 0;
}
#process-acc .acc-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#process-acc .trigger {
  margin: 0;
  position: relative;
  top: auto;
}
#process-acc .trigger svg {
  width: 1.1111111111vw;
  min-width: 18px;
}
@media only screen and (max-width: 991px) {
  #process-acc .acc-row {
    padding: 10px 0;
  }
  #process-acc .trigger svg {
    min-width: 16px;
  }
}

#past-winners {
  margin-top: 12.5vw;
  background: #ECEBEB;
  padding: 8.3333333333vw 0;
}
#past-winners .year {
  color: #F47B20;
}
#past-winners .name {
  font-weight: 600;
}
#past-winners span {
  display: table;
}
#past-winners .winners-roll {
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
}
#past-winners .winners-roll li {
  border-top: 1px solid #000000;
  margin-top: 1.3888888889vw;
  padding-top: 0.6944444444vw;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #past-winners .winners-roll li a:hover svg path {
    fill: #F47B20;
  }
}
#past-winners .winners-roll .trigger {
  display: flex;
  justify-content: flex-end;
}
#past-winners .winners-roll .trigger svg {
  transition: all 0.25s ease-in-out;
  display: block;
  width: 1.1111111111vw;
  min-width: 18px;
}
#past-winners .winners-roll .trigger svg path {
  fill: #000000;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 991px) {
  #past-winners {
    margin-top: 100px;
    padding: 80px 0 100px;
  }
  #past-winners .winners-roll {
    gap: 10px;
  }
  #past-winners .winners-roll li {
    margin-top: 15px;
    padding-top: 10px;
  }
  #past-winners .winners-roll .trigger svg {
    min-width: 16px;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #past-winners {
    margin-top: 80px;
  }
  #past-winners .year {
    padding-bottom: 15px;
  }
  #past-winners .trigger {
    position: absolute;
  }
}

.winner-content {
  background: #FFFFFF;
  border-radius: 1.3888888889vw;
  padding: 3.4722222222vw;
  box-sizing: border-box;
  width: 75%;
}
.winner-content span {
  display: block;
}
.winner-content .org {
  color: #F47B20;
}
.winner-content .name {
  line-height: 1;
}
.winner-content .bio-body {
  margin-top: 2.7777777778vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.winner-content .bio-body div {
  width: 50%;
}
.winner-content .bio-body img {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .winner-content {
    border-radius: 10px;
    padding: 30px;
    width: calc(100% - 40px);
  }
  .winner-content .bio-body {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
  .winner-content {
    min-height: calc(100vh - 40px);
    height: auto;
    max-height: calc(100vh - 40px);
    overflow: scroll;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .winner-content .bio-body {
    flex-direction: column;
  }
  .winner-content .bio-body p {
    width: 100%;
    order: 2;
  }
  .winner-content .bio-body img {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=styles.css.map */
/* Home Page
=================================*/
#insights-module .row-2 .view-all{
	display: inline-flex;
}
@media only screen and (max-width: 1199px) {
    #insights-module .row-2 .view-all {
        width: auto;
    }
}
/* CBA 
=================================*/
form:not(#search-news) fieldset p{
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   gap: 1.3888888889vw;
   width: 100%;
   justify-content: space-between;
}
form:not(#search-news) fieldset p br{
   display: none;
}
form:not(#search-news) fieldset p span{
   width: 100%;
}
form:not(#search-news) fieldset p span[data-name="last_name"],
form:not(#search-news) fieldset p span[data-name="first_name"]{
  width: 48%;
}
form:not(#search-news) fieldset p span[data-name="last_name"] input,
form:not(#search-news) fieldset p span[data-name="first_name"] input{
  width: 100%;
}
@media only screen and (max-width: 991px) {
   form:not(#search-news) fieldset p span[data-name="last_name"],
   form:not(#search-news) fieldset p span[data-name="first_name"]{
      width: 100%;
   }
}
/* Sub Contractor
=================================*/
.subcontractor .row .btn {
   margin-top: 3.4722222222vw;
   display: inline-flex;
}
@media only screen and (max-width: 991px) {
   .subcontractor .row .btn {
      margin-top: 30px;
   }
}
/* News
=================================*/
#news-controls .search form input{
   padding-bottom: 0;
   border-color: transparent;
}
#news-controls .search form input:focus{
   border-color: #F47B20;
}
#news-controls .search form button{
   padding: 0;
   width: 20px;
   margin: 0 0 0 10px;
   background: url('https://cunninghamlimp.zoyeswebsites.com/wp-content/uploads/2026/04/search-icon.png') no-repeat center / 100%;
}
#news-controls .search form button i{
   display: none;
}
.post-thumb .title{
   transition: all 0.25s ease;
}
#what-we-do .btn.btn-solid{
   display: inline-flex;
   margin: 1.3888888889vw 0 0;
}
.service-hero .btn{
   bottom: 40px;
   position: absolute;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 499px) {
    .service-hero .btn {
        bottom: 20px;
    }
}
.wpcf7 form.sent .wpcf7-response-output{
  color: #fff;
  padding: 20px;
  border: none;
  margin: 2em 0.5em 1em;
  background: #40634A;
}