.fsform-container .fsBody {
  background-color: transparent;
  overflow: auto;
}
.fsform-container .fsBody > div {
  padding: 0px;
}
.fsform-container .fsBody form {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  overflow-x: none;
}
.fsform-container .fsBody .fsPage {
  min-width: unset;
  font-family: "Roboto", Arial, sans-serif;
}
.fsform-container .fsBody input,
.fsform-container .fsBody textarea,
.fsform-container .fsBody select,
.fsform-container .fsBody input[type=checkbox] {
  border-color: #ffffff;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  border-style: solid;
  border-width: 1px;
}
.fsform-container .fsBody input:not([type=checkbox]),
.fsform-container .fsBody select {
  height: 54px;
}
.fsform-container .fsBody input[type=checkbox] {
  border-color: transparent;
}
.fsform-container .fsBody input[type=checkbox]:focus {
  box-shadow: none !important;
}
.fsform-container .fsBody input[type=checkbox]:before {
  vertical-align: top;
}
.fsform-container .fsBody input[type=checkbox]:focus:before {
  outline: none;
  border-color: transparent !important;
  box-shadow: none !important;
}
.fsform-container .fsBody .fsLabel {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5;
}
.fsform-container .fsBody .fsRequiredMarker {
  color: #ffffff;
}
.fsform-container .fsBody .fsSubmit {
  margin-top: 2.8125rem;
  padding: 0px;
  text-align: left;
}
.fsform-container .fsBody .fsSubmit .jfHuqe {
  margin: 0px !important;
}
.fsform-container .fsBody .fsSubmitButton {
  margin-left: 0;
}

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

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

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  background: #ffffff;
}

a {
  text-decoration: none;
}

body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3333333333;
  color: #4a4747;
}
@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.site-header__menu a,
.site-header__phone,
.btn {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  margin-bottom: 1.25rem;
}

h1,
.h1 {
  font-size: 3.75rem;
  color: #0063a3;
  line-height: 0.95;
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 5.625rem;
  }
}

h2,
.h2 {
  font-size: 2.25rem;
  color: #0063a3;
  line-height: 0.95;
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 3.125rem;
  }
}

h3,
.h3 {
  font-size: 1.625rem;
  color: #002f4d;
  line-height: 1;
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 1.875rem;
  }
}

h4,
.h4 {
  font-size: 1.375rem;
  color: #002f4d;
  line-height: 1.1;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.1875rem;
  color: #002f4d;
  line-height: 1.15;
}
@media (min-width: 992px) {
  h5,
  .h5 {
    font-size: 1.3125rem;
  }
}

h6,
.h6 {
  font-size: 1.0625rem;
  color: #002f4d;
  line-height: 1.2;
}
@media (min-width: 992px) {
  h6,
  .h6 {
    font-size: 1.125rem;
  }
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

p {
  margin-bottom: 1.5rem;
}

.above-footer-contact {
  position: relative;
}
.above-footer-contact .art {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 100%;
  width: 100%;
  z-index: 0;
  transform: translateY(42%);
}
.above-footer-contact .art img {
  width: 100%;
}

.above-footer-contact {
  position: relative;
  z-index: 2;
  background: #c7c7c7 url("../img/backgrounds/bg-above-footer-contact.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5.625rem 0 7.5rem;
}
@media (min-width: 768px) {
  .above-footer-contact {
    padding: 7.5rem 0 9.375rem;
  }
}
@media (min-width: 992px) {
  .above-footer-contact {
    padding: 11.25rem 0 13.125rem;
  }
}
.above-footer-contact:before {
  content: "";
  background-color: #0063a3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  z-index: 2;
}
.above-footer-contact .container {
  position: relative;
  z-index: 9;
}
@media (min-width: 992px) {
  .above-footer-contact .container {
    max-width: 928px;
  }
}

@media (min-width: 992px) {
  body.page-template-page-careers .above-footer-contact {
    padding-top: 13.125rem;
    padding-bottom: 11.25rem;
  }
}
body.page-template-page-careers .above-footer-contact .art {
  display: none;
}
body.page-template-page-careers .above-footer-contact .stripe {
  bottom: unset;
  top: 0;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  body.page-template-page-contact .above-footer-contact {
    padding-top: 13.125rem;
    padding-bottom: 11.25rem;
  }
}
body.page-template-page-contact .above-footer-contact .container {
  position: relative;
  z-index: 9;
}
@media (min-width: 992px) {
  body.page-template-page-contact .above-footer-contact .container {
    max-width: 1112px;
  }
}
body.page-template-page-contact .above-footer-contact .content {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  body.page-template-page-contact .above-footer-contact .content {
    max-width: 29rem;
    font-size: 1.3125rem;
  }
}
body.page-template-page-contact .above-footer-contact .address {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2857142857;
  margin-top: 2.8125rem;
}
@media (min-width: 992px) {
  body.page-template-page-contact .above-footer-contact .address {
    margin-top: 3.5rem;
  }
}
body.page-template-page-contact .above-footer-contact .address a {
  color: #ffffff;
}
body.page-template-page-contact .above-footer-contact .phone {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2857142857;
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  body.page-template-page-contact .above-footer-contact .phone {
    margin-top: 1.875rem;
  }
}
body.page-template-page-contact .above-footer-contact .phone a {
  color: #ffbb21;
}
body.page-template-page-contact .above-footer-contact .art {
  display: none;
}

.above-footer-contact {
  color: #ffffff;
}
.above-footer-contact h1,
.above-footer-contact h2 {
  color: #ffffff;
}
.above-footer-contact h1 span,
.above-footer-contact h2 span {
  display: block;
}
.above-footer-contact h1 span:last-of-type,
.above-footer-contact h2 span:last-of-type {
  color: #bafff7;
}
.above-footer-contact .content {
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .above-footer-contact .content {
    max-width: 351px;
  }
}
.above-footer-contact .cta {
  margin-top: 2.625rem;
}

.above-footer-contact .form-wrapper {
  margin-top: 2.8125rem;
}
@media (min-width: 992px) {
  .above-footer-contact .form-wrapper {
    max-width: 27.75rem;
    margin: 0 0 0 auto;
  }
}
.above-footer-contact .form-wrapper [data-testid=field-194931156] {
  margin-bottom: 0;
}
.above-footer-contact .form-wrapper [data-testid=field-194931156] .fsLabel {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.above-footer-contact .form-wrapper [data-testid=field-194931156] .AsyncFileUploadstyles__StyledDragAndDropContainer-sc-wvu5q-0 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.375rem;
  height: 3.375rem;
  padding: 1rem 1.5rem;
  border: 0;
  border-radius: 0;
  background: #bafff7;
  cursor: pointer;
  margin: 0;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
  margin-bottom: 0;
}
.above-footer-contact .form-wrapper [data-testid=field-194931156] .AsyncFileUploadstyles__StyledDragAndDropContainer-sc-wvu5q-0:hover {
  background: rgb(109.5, 255, 238.1304347826);
}
.above-footer-contact .form-wrapper [data-testid=field-194931156] .AsyncFileUploadstyles__StyledContentWrapper-sc-wvu5q-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.above-footer-contact .form-wrapper [data-testid=field-194931156] svg,
.above-footer-contact .form-wrapper [data-testid=field-194931156] .AsyncFileUploadstyles__StyledSupportingText-sc-wvu5q-3 {
  display: none;
}
.above-footer-contact .form-wrapper [data-testid=field-194931156] .AsyncFileUploadstyles__StyledDragAndDropText-sc-wvu5q-2 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #002f4d;
}
.above-footer-contact .form-wrapper [data-testid=field-194931156] .AsyncFileUploadstyles__StyledDragAndDropText-sc-wvu5q-2 {
  font-size: 0;
}
.above-footer-contact .form-wrapper [data-testid=field-194931156] .AsyncFileUploadstyles__StyledDragAndDropText-sc-wvu5q-2::before {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875;
  content: "Attach Application &/or Resume";
}
.above-footer-contact .form-wrapper [data-testid=field-194931156] #field194931156-choose-file {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

.above-footer-contact .stripe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 2.8125rem;
  background-image: repeating-linear-gradient(-65deg, #379de0 0, #379de0 7px, transparent 7px, transparent 20px);
  transform: translateY(50%);
  pointer-events: none;
}

@media (min-width: 768px) {
  .above-footer-contact .stripe {
    height: 3.75rem;
  }
}
.above-footer-services-bg {
  background: #f0f0f0 url("../img/backgrounds/bg-above-footer-services.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.above-footer-services.additional-services {
  z-index: 2;
}

.additional-services {
  --additional-services-card-width: 16.25rem;
  --additional-services-gap: 1rem;
  position: relative;
  z-index: 9;
  text-align: center;
  padding: 5.625rem 0;
}
@media (min-width: 768px) {
  .additional-services {
    padding: 7.5rem 0;
  }
}
@media (min-width: 992px) {
  .additional-services {
    padding: 11.25rem 0;
  }
}
.additional-services h2 {
  margin-bottom: 2.8125rem;
}
@media (min-width: 992px) {
  .additional-services h2 {
    margin-bottom: 3.75rem;
  }
}

.additional-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--additional-services-card-width)), var(--additional-services-card-width)));
  justify-content: center;
  gap: var(--additional-services-gap);
}

.service-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0rem 0.75rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
  padding: 1rem;
}

.service-card__media {
  position: relative;
  aspect-ratio: 228/245;
  width: 100%;
  overflow: hidden;
  margin: 0 0 1.875rem;
}
.service-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.service-card__content h3 {
  font-size: 1.375rem;
  margin: 0 0.75rem 1.875rem;
}
@media (min-width: 992px) {
  .service-card__content h3 {
    font-size: 1.5rem;
  }
}
.service-card__content .btn-theme {
  margin: auto 0.875rem 0.875rem;
  min-width: unset;
  width: calc(100% - 28px);
}

.btn-theme,
.fsSubmit .fsSubmitButton {
  position: relative;
  top: 0px;
  display: inline-flex;
  min-width: 260px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 28px;
  background: #ffbb21;
  color: #002f4d;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
  letter-spacing: 0.05em;
}
.btn-theme:hover, .btn-theme:focus,
.fsSubmit .fsSubmitButton:hover,
.fsSubmit .fsSubmitButton:focus {
  top: -5px;
  background: #002f4d;
  color: #ffbb21;
  text-decoration: none;
}

.cta-contact {
  position: relative;
  isolation: isolate;
  background: url("../img/backgrounds/above-footer-cta-bg.jpg") center/cover no-repeat;
  color: #fff;
  padding: 7.5rem 0 5.625rem;
}
@media (min-width: 992px) {
  .cta-contact {
    padding: 13.125rem 0 11.25rem;
    margin-top: 13.125rem;
  }
}
.cta-contact .container {
  position: relative;
  z-index: 2;
}

.cta-contact .content {
  max-width: 634px;
  margin-inline: auto;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 18px;
}
.cta-contact h2 {
  color: #ffffff;
}
.cta-contact__stripe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  height: 2.8125rem;
  background-image: repeating-linear-gradient(-65deg, #379de0 0, #379de0 7px, transparent 7px, transparent 20px);
  transform: translateY(-50%);
  pointer-events: none;
}

@media (min-width: 768px) {
  .cta-contact__stripe {
    height: 3.75rem;
  }
}
.mobile-nav {
  --bs-offcanvas-width: 100vw;
  --bs-offcanvas-zindex: 998;
  position: fixed;
  top: 90px !important;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: none;
  height: calc(100dvh - 90px);
  border: 0;
  background: #ffffff;
  z-index: var(--bs-offcanvas-zindex);
}
@media (min-width: 992px) {
  .mobile-nav {
    top: 100px !important;
    height: calc(100dvh - 100px);
  }
}
.mobile-nav__body {
  padding: 24px 20px 32px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

@media (min-width: 601px) {
  body.admin-bar .mobile-nav {
    top: calc(90px + 32px) !important;
    height: calc(100dvh - 90px - 32px);
  }
}
@media (min-width: 992px) {
  body.admin-bar .mobile-nav {
    top: calc(100px + 32px) !important;
    height: calc(100dvh - 100px - 32px);
  }
}

.offcanvas.mobile-nav {
  background-color: #f0f0f0;
  transform: translateX(100%);
}
.offcanvas.mobile-nav.showing, .offcanvas.mobile-nav.show:not(.hiding) {
  transform: translateX(0);
}
.offcanvas.mobile-nav.hiding {
  transform: translateX(100%);
}
.offcanvas.mobile-nav.offcanvas-end {
  right: 0;
  left: 0;
  border-left: 0;
}

.offcanvas-backdrop {
  z-index: 997;
  top: 90px !important;
  height: calc(100dvh - 90px);
}

@media (min-width: 601px) {
  body.admin-bar .offcanvas-backdrop {
    top: calc(90px + 32px) !important;
    height: calc(100dvh - 90px - 32px);
  }
}
@media (min-width: 992px) {
  body.admin-bar .offcanvas-backdrop {
    top: calc(100px + 32px) !important;
    height: calc(100dvh - 100px - 32px);
  }
}

.mobile-nav__body {
  height: 100%;
  padding: 34px 30px 26px;
  overflow-y: auto;
}
@media (min-width: 375px) {
  .mobile-nav__body {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.mobile-nav__menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav__menu > li > a,
.mobile-nav__menu > li > .mobile-nav__submenu-toggle-row {
  position: relative;
  width: 100%;
  display: block;
  padding: 10px 0 7px;
  border: 0;
  background: transparent;
  color: #002f4d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1666666667;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.mobile-nav__menu > li > a:before,
.mobile-nav__menu > li > .mobile-nav__submenu-toggle-row:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 1px;
  background: #ffbb21;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.mobile-nav__menu > li > a:hover,
.mobile-nav__menu > li > .mobile-nav__submenu-toggle-row:hover {
  color: #ffbb21;
}
.mobile-nav__menu > li > a:hover:before,
.mobile-nav__menu > li > .mobile-nav__submenu-toggle-row:hover:before {
  width: 100%;
}
.mobile-nav__menu > li > .mobile-nav__submenu-toggle-row:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(0deg);
  display: block;
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  background: url("../img/icons/icon-dropdown.svg") center/contain no-repeat;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.mobile-nav__menu > li > .mobile-nav__submenu-toggle-row.is-open:after {
  transform: translateY(-50%) rotate(180deg);
}
.mobile-nav__menu > li > .mobile-nav__submenu-toggle-row:hover, .mobile-nav__menu > li > .mobile-nav__submenu-toggle-row.is-open {
  color: #ffbb21;
}
.mobile-nav__menu > li > .mobile-nav__submenu-toggle-row:hover:before, .mobile-nav__menu > li > .mobile-nav__submenu-toggle-row.is-open:before {
  width: 100%;
}
.mobile-nav .mobile-nav__submenu li a {
  color: #002f4d;
  padding-right: 2.5rem;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.mobile-nav .mobile-nav__submenu li a:hover, .mobile-nav .mobile-nav__submenu li a:focus {
  background: #002f4d;
  color: #ffbb21;
  padding-left: 1.25rem;
}

.mobile-nav__submenu-wrap {
  padding-bottom: 16px;
}
.mobile-nav__submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav__submenu li {
  border-bottom: 1px solid #ffffff;
}
.mobile-nav__submenu a {
  display: block;
  color: #0063a3;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1875;
  padding: 19px 0px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.mobile-nav__bottom {
  margin-top: auto;
  padding-top: 32px;
}
.mobile-nav__bottom a {
  display: flex;
  background-color: #ffbb21;
  height: 90px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #0063a3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8.75rem 0 5.625rem;
}
.page-hero .container {
  position: static;
}

@media (min-width: 992px) {
  .page-hero {
    display: flex;
    align-items: center;
    min-height: 40.625rem;
    padding: 11.25rem 0 13.125rem;
  }
}
@media (min-width: 1200px) {
  .page-hero {
    min-height: 45rem;
  }
}
.page-hero .content {
  position: relative;
  z-index: 3;
  font-size: 1.125rem;
  max-width: 44.6875rem;
  color: #ffffff;
}
@media (min-width: 992px) {
  .page-hero .content {
    font-size: 1.3125rem;
  }
}
.page-hero .content p.eyebrow {
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  color: #bafff7;
  line-height: 1.3333333333;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .page-hero .content p.eyebrow {
    font-size: 1.3125rem;
  }
}
.page-hero .title {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 1.75rem;
}
.page-hero .title span:first-child {
  color: #ffffff;
}
.page-hero .title span:last-child {
  color: #bafff7;
}
.page-hero .title span {
  display: block;
}
.page-hero .content p {
  max-width: 29rem;
  margin: 0;
}

.page-hero .img {
  display: none;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 40.625rem;
  margin: 3.5rem auto 0;
}
@media (min-width: 992px) {
  .page-hero .img {
    display: block;
  }
}
.page-hero .img:before {
  content: "";
  background: url("../img/art/img-right-stripes.svg");
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: right center;
  aspect-ratio: 615/60;
  width: 91%;
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 0px;
  right: 0px;
  transform: translateY(50%);
}
.page-hero .img img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .page-hero .img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50vw;
    max-width: 675px;
    margin: 0;
    transform: translateY(-50%);
  }
}
.projects-listing {
  position: relative;
  padding: 9.375rem 0 0;
}
@media (min-width: 992px) {
  .projects-listing {
    padding: 11.25rem 0 0;
  }
}
@media (min-width: 1200px) {
  .projects-listing {
    padding: 13.4375rem 0 0;
  }
}
.projects-listing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1366/890;
  min-height: 600px;
  max-height: 890px;
  background: #0063a3 url("../img/backgrounds/hero-projects.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (min-width: 992px) {
  .projects-listing .container {
    max-width: 1112px;
  }
}

.projects-listing__header {
  margin-bottom: 38px;
}
.projects-listing__header h1 {
  color: #ffffff;
}
.projects-listing__header h1 span {
  display: block;
  color: #bafff7;
}

.project-card {
  margin: 0;
}

.project-card__button {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 352/300;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #003b5c;
  text-align: left;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.project-card__button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.project-card__button::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 47, 77, 0) 0%, rgba(0, 47, 77, 0.5) 100%);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.project-card__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 45px;
  height: 45px;
  content: "";
  background: url("../img/icons/icon-plus.svg") center/contain no-repeat;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.project-card__button:hover img, .project-card__button:focus-visible img {
  transform: scale(1.04);
}
.project-card__button:hover::before, .project-card__button:focus-visible::before {
  background: linear-gradient(to bottom, rgba(0, 47, 77, 0.5) 0%, rgba(0, 47, 77, 0.5) 100%);
}
.project-card__button:hover::after, .project-card__button:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.project-card__button:focus-visible {
  outline-offset: 4px;
}

.project-card__content {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  display: block;
  color: #fff;
}

.project-card__title {
  display: block;
  max-width: 230px;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3571428571;
  text-transform: uppercase;
}

.project-card__location {
  display: block;
  color: #ffffff;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3333333333;
  text-transform: uppercase;
  margin: 0;
}

.project-detail {
  --bs-offcanvas-width: 100vw;
  width: 100vw;
  max-width: 100vw;
  border: 0;
  background: #002f4d;
  overflow-y: auto;
}

.project-detail__layout {
  min-height: 100dvh;
  background: #002f4d;
}
@media (min-width: 992px) {
  .project-detail__layout {
    display: grid;
    grid-template-columns: 30.6875rem minmax(0, 1fr);
  }
}

.project-detail__content {
  padding: 2.8125rem;
  color: #fff;
}
@media (min-width: 992px) {
  .project-detail__content {
    height: 100dvh;
    overflow-y: auto;
    padding: 3.75rem;
  }
}

.project-detail__category {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #bafff7;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.1666666667;
}
@media (min-width: 992px) {
  .project-detail__category {
    font-size: 1.125rem;
  }
}

.project-detail__title {
  font-size: 1.875rem;
  color: #ffffff;
  margin: 0 0 10px;
  line-height: 1;
}
@media (min-width: 992px) {
  .project-detail__title {
    font-size: 2.1875rem;
  }
}

.project-detail__location {
  font-size: 0.75rem;
  font-style: italic;
  color: #7ca3bc;
  line-height: 1.7142857143;
  margin: 0 0 2.8125rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .project-detail__location {
    font-size: 0.875rem;
  }
}

.project-detail__description {
  margin: 0 0 2.5625rem;
}
.project-detail__description p {
  font-size: 1rem;
  line-height: 1.375;
}
@media (min-width: 992px) {
  .project-detail__description p {
    font-size: 1rem;
  }
}

.project-detail__meta {
  display: grid;
  gap: 0.8125rem;
  margin: 0;
}
.project-detail__meta div {
  display: block;
}
.project-detail__meta dt,
.project-detail__meta dd {
  display: inline;
  margin: 0;
  font-size: 1rem;
  line-height: 1.375;
}
.project-detail__meta dt {
  color: #bafff7;
  font-weight: 800;
}
.project-detail__meta dd {
  color: #bafff7;
}

.project-detail__media {
  position: relative;
  min-height: 52vh;
  overflow: hidden;
  background: #002f4d;
}
@media (min-width: 992px) {
  .project-detail__media {
    height: 100dvh;
  }
}
.project-detail__media > img:not(.project-detail__mark) {
  width: 100%;
  height: 100%;
  min-height: 52vh;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
@media (min-width: 992px) {
  .project-detail__media > img:not(.project-detail__mark) {
    min-height: 100dvh;
  }
}
.project-detail__close {
  position: absolute;
  top: 1.875rem;
  right: 2rem;
  z-index: 5;
  display: grid;
  width: 2.8125rem;
  height: 2.8125rem;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #002f4d;
  font-size: 3.25rem;
  font-weight: 100;
  line-height: 1;
  cursor: pointer;
  border-radius: 100%;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.project-detail__close span {
  font-family: helvetica;
  font-size: 2.75rem;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.project-detail__close:hover, .project-detail__close:focus-visible {
  background-color: #002f4d;
  color: #ffbb21;
}
.project-detail__close:focus-visible {
  outline: 2px solid #ffc629;
  outline-offset: 4px;
}

.project-detail__slide-next {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: grid;
  width: 4.75rem;
  height: 4.75rem;
  place-items: center;
  border: 0;
  background: #bafff7;
  cursor: pointer;
}
.project-detail__slide-next span {
  position: relative;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-top: 4px solid #002f4d;
  border-right: 4px solid #002f4d;
  transform: rotate(45deg);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.project-detail__slide-next:hover span, .project-detail__slide-next:focus-visible span {
  left: 0.3125rem;
}
.project-detail__slide-next:disabled {
  display: none;
}

.project-detail__mark {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
  z-index: 3;
  width: 6rem;
  height: auto;
  opacity: 1;
  pointer-events: none;
}

.project-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-bottom: 30px;
}

.project-filters__button {
  position: relative;
  padding: 0 0 8px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.project-filters__button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: #ffc629;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}
.project-filters__button:hover, .project-filters__button:focus-visible, .project-filters__button.is-active {
  color: #ffc629;
}
.project-filters__button:hover::after, .project-filters__button:focus-visible::after, .project-filters__button.is-active::after {
  transform: scaleX(1);
}
.project-filters__button:focus-visible {
  outline: 2px solid #b9fff6;
  outline-offset: 4px;
}

.project-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .project-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.project-card[hidden] {
  display: none;
}

.site-footer {
  background: #002f4d;
  color: #fff;
  padding: 2.8125rem 0;
}
@media (min-width: 992px) {
  .site-footer {
    padding: 3.75rem 0;
  }
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.site-footer__content {
  display: grid;
  gap: 1rem;
}
.site-footer__contact, .site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem 0.625rem;
  margin: 0;
}
.site-footer__divider {
  opacity: 0.7;
}

@media (min-width: 992px) {
  .site-footer__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
  }
}
.site-footer a {
  color: inherit;
  text-decoration: none;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.site-footer a:hover, .site-footer a:focus {
  opacity: 0.75;
}
.site-footer__legal {
  font-size: 0.75rem;
  color: #7ca3bc;
}
@media (min-width: 992px) {
  .site-footer__legal {
    font-size: 0.875rem;
  }
}

.site-footer__social {
  display: flex;
  align-items: center;
}
.site-footer__social a {
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  color: #fff;
}
.site-footer__social svg {
  width: 0.875rem;
  height: 1.5rem;
  display: block;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 992px) {
  .site-header {
    background: transparent;
    box-shadow: none;
  }
}
.site-header.is-scrolled {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.site-header .container-fluid {
  --bs-gutter-x: 20px;
}
@media (min-width: 992px) {
  .site-header .container-fluid {
    --bs-gutter-x: 30px;
  }
}

@media (min-width: 601px) {
  body.admin-bar .site-header {
    top: 32px;
  }
}

.site-header__inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
@media (min-width: 992px) {
  .site-header__inner {
    min-height: 100px;
  }
}
.site-header.is-scrolled .site-header__inner {
  min-height: 90px;
}
@media (min-width: 992px) {
  .site-header.is-scrolled .site-header__inner {
    min-height: 80px;
  }
}

.site-header__logo {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.site-header__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 217px;
  max-height: 50px;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
@media (min-width: 992px) {
  .site-header__logo img {
    max-width: 261px;
    max-height: 60px;
  }
}
.site-header__logo-default, .site-header__logo-scrolled {
  align-items: center;
}
.site-header__logo-default {
  display: none;
}
.site-header__logo-scrolled {
  display: inline-flex;
}
@media (min-width: 992px) {
  .site-header__logo-default, .site-header__logo-scrolled {
    display: inline-flex;
  }
  .site-header__logo-default {
    opacity: 1;
    visibility: visible;
  }
  .site-header__logo-scrolled {
    position: absolute;
    inset: 0 auto 0 0;
    opacity: 0;
    visibility: hidden;
  }
  .site-header.is-scrolled .site-header__logo-default {
    opacity: 0;
    visibility: hidden;
  }
  .site-header.is-scrolled .site-header__logo-scrolled {
    opacity: 1;
    visibility: visible;
  }
  .site-header.is-scrolled .site-header__logo img {
    max-height: 46px;
  }
}

.site-header__nav {
  margin-left: auto;
}
.site-header__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-header__menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header__menu > li > a {
  position: relative;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
@media (min-width: 1200px) {
  .site-header__menu > li > a {
    font-size: 1.125rem;
  }
}
.site-header__menu > li > a:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background-color: #ffbb21;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.site-header__menu > li:hover > a, .site-header__menu > li:focus-within > a, .site-header__menu > li.is-open > a, .site-header__menu > li.current-menu-item > a, .site-header__menu > li.current_page_item > a, .site-header__menu > li.current-menu-parent > a, .site-header__menu > li.current_page_parent > a, .site-header__menu > li.current-menu-ancestor > a, .site-header__menu > li.current_page_ancestor > a {
  color: #ffbb21;
}
.site-header__menu > li:hover > a:before, .site-header__menu > li:focus-within > a:before, .site-header__menu > li.is-open > a:before, .site-header__menu > li.current-menu-item > a:before, .site-header__menu > li.current_page_item > a:before, .site-header__menu > li.current-menu-parent > a:before, .site-header__menu > li.current_page_parent > a:before, .site-header__menu > li.current-menu-ancestor > a:before, .site-header__menu > li.current_page_ancestor > a:before {
  width: 100%;
}
.site-header__menu .menu-item-has-children,
.site-header__menu .has-submenu {
  margin-right: 21px;
}
.site-header__menu .menu-item-has-children > a,
.site-header__menu .has-submenu > a {
  align-items: center;
  gap: 10px;
}
.site-header__menu .menu-item-has-children > a::after,
.site-header__menu .has-submenu > a::after {
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%) rotate(0deg);
  content: "";
  display: inline-block;
  display: block;
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  background: url("../img/icons/icon-dropdown.svg") center/contain no-repeat;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.site-header__menu .menu-item-has-children:hover > a::after, .site-header__menu .menu-item-has-children:focus-within > a::after, .site-header__menu .menu-item-has-children.is-open > a::after,
.site-header__menu .has-submenu:hover > a::after,
.site-header__menu .has-submenu:focus-within > a::after,
.site-header__menu .has-submenu.is-open > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.site-header__menu .menu-item-has-children > .sub-menu,
.site-header__menu .has-submenu > .sub-menu {
  position: absolute;
  top: 100%;
  left: -20px;
  z-index: 20;
  width: 407px;
  margin: 0;
  padding: 0;
  padding-top: 18px;
  list-style: none;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.site-header__menu .menu-item-has-children > .sub-menu > li,
.site-header__menu .has-submenu > .sub-menu > li {
  margin: 0;
  padding: 0;
}
.site-header__menu .menu-item-has-children > .sub-menu > li + li,
.site-header__menu .has-submenu > .sub-menu > li + li {
  margin-top: 3px;
}
.site-header__menu .menu-item-has-children > .sub-menu > li > a,
.site-header__menu .has-submenu > .sub-menu > li > a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  min-height: 54px;
  padding: 14px 20px;
  background: #f0f0f0;
  color: #002f4d;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.site-header__menu .menu-item-has-children > .sub-menu > li > a:hover,
.site-header__menu .menu-item-has-children > .sub-menu > li > a:focus,
.site-header__menu .has-submenu > .sub-menu > li > a:hover,
.site-header__menu .has-submenu > .sub-menu > li > a:focus {
  background: #002f4d;
  color: #ffbb21;
}
.site-header__menu .menu-item-has-children:hover > .sub-menu, .site-header__menu .menu-item-has-children:focus-within > .sub-menu, .site-header__menu .menu-item-has-children.is-open > .sub-menu,
.site-header__menu .has-submenu:hover > .sub-menu,
.site-header__menu .has-submenu:focus-within > .sub-menu,
.site-header__menu .has-submenu.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.site-header.is-scrolled .site-header__menu > li > a {
  color: #002f4d;
}
.site-header.is-scrolled .site-header__menu > li:hover > a,
.site-header.is-scrolled .site-header__menu > li:focus-within > a,
.site-header.is-scrolled .site-header__menu > li.is-open > a {
  color: #ffbb21;
}

.site-header__phone {
  padding: 1.5px 0px 1.5px 28px;
  margin-left: 4px;
  border-left: 1px solid #7ca3bc;
  color: #ffbb21;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
@media (min-width: 1200px) {
  .site-header__phone {
    font-size: 1.125rem;
  }
}
.site-header__toggle {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-header__toggle span {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background: #002f4d;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.site-header__toggle span:first-child {
  transform: translateY(-4px);
}
.site-header__toggle span:last-child {
  transform: translateY(4px);
}
.site-header__toggle.is-active span:first-child {
  transform: rotate(45deg);
}
.site-header__toggle.is-active span:last-child {
  transform: rotate(-45deg);
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 904px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.team-item {
  margin: 0;
}
.team-item__button {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 291/300;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #002f4d;
  text-align: left;
  cursor: pointer;
  color: #fff;
}
.team-item__button::before, .team-item__button::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.team-item__button::before {
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 47, 77, 0) 0%, rgba(0, 47, 77, 0.5) 100%);
}
.team-item__button::after {
  z-index: 3;
  background: rgba(0, 47, 77, 0.5);
  opacity: 0;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.team-item__button:hover::after, .team-item__button:focus-visible::after {
  opacity: 1;
}
.team-item__button:hover .team-item__plus, .team-item__button:focus-visible .team-item__plus {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.team-item__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
.team-item__content {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 4;
}
.team-item__content h3.team-item__name {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3571428571;
  margin: 0;
  letter-spacing: 0;
}
.team-item__role {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.3333333333;
}
.team-item__plus {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 2.8125rem;
  height: 2.8125rem;
  background: url("../img/icons/icon-plus.svg") center/contain no-repeat;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
  pointer-events: none;
}

.team-member-modal .modal-content {
  position: relative;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
.team-member-modal .modal-body {
  padding: 0;
}
.team-member-modal__layout {
  display: grid;
}
.team-member-modal__img-wrap {
  background: #d8e2e7;
}
.team-member-modal__img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 26.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member-modal__content {
  font-size: 0.875rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .team-member-modal__content {
    font-size: 1rem;
  }
}
.team-member-modal__content h2 {
  color: #0063a3;
}
.team-member-modal__role {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.team-member-modal__close {
  position: absolute;
  top: 1.125rem;
  right: 1.125rem;
  z-index: 5;
  width: 2.125rem;
  height: 2.125rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.team-member-modal__close::before, .team-member-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 0.125rem;
  background: #ffbb21;
}
.team-member-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.team-member-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 992px) {
  .team-member-modal .modal-dialog {
    max-width: 60rem;
  }
  .team-member-modal__layout {
    grid-template-columns: minmax(0, 22.5rem) minmax(0, 1fr);
  }
  .team-member-modal__img-wrap img {
    max-height: none;
  }
  .team-member-modal__content {
    padding: 3.375rem;
  }
}
.two-col {
  margin: 5.625rem 0;
}
@media (min-width: 768px) {
  .two-col {
    margin: 7.5rem 0;
  }
}
@media (min-width: 992px) {
  .two-col {
    margin: 11.25rem 0;
  }
}
.two-col .col-img {
  margin-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .two-col .col-img {
    margin-bottom: unset;
  }
}

.two-col .content {
  max-width: 520px;
  padding: 0 1.875rem;
  margin: auto;
  isolation: isolate;
}

.two-col .img {
  position: relative;
}
.two-col .img:before {
  content: "";
  background: url("../img/art/img-left-stripes.svg");
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left center;
  aspect-ratio: 615/60;
  width: 91%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  transform: translateY(-50%);
}
.two-col .flex-md-row-reverse .img:before {
  background: url("../img/art/img-right-stripes.svg");
  background-position: right center;
  left: unset;
  right: 0px;
}

.home-main {
  overflow: hidden;
}

.home-hero {
  position: relative;
  display: flex;
  align-items: center;
  padding: 9.375rem 0 5.625rem;
  background-color: #0063a3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
}

.home-hero__content {
  position: relative;
  z-index: 3;
  max-width: 53.75rem;
}

.home-hero__stripe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.625rem;
  z-index: 3;
  background-image: repeating-linear-gradient(-65deg, #379de0 0, #379de0 7px, transparent 7px, transparent 20px);
  transform: translateY(50%);
}

@media (min-width: 768px) {
  .home-hero {
    padding: 9.375rem 0 5.625rem;
    min-height: 35rem;
  }
  .home-hero__stripe {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .home-hero {
    padding: 14rem 0 10.625rem;
    min-height: 48rem;
  }
}
@media (min-width: 1200px) {
  .home-hero__stripe {
    height: 3.75rem;
  }
}
.home-hero__title {
  margin: 0 0 1.25rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.home-hero__title span {
  display: block;
}
.home-hero__title span:first-child {
  color: #ffffff;
}
.home-hero__title span:last-child {
  color: #bafff7;
}
@media (min-width: 768px) {
  .home-hero__title {
    font-size: 5.75rem;
  }
}
@media (min-width: 992px) {
  .home-hero__title {
    font-size: 6.875rem;
  }
}
@media (min-width: 1200px) {
  .home-hero__title {
    font-size: 7.8125rem;
    line-height: 1;
  }
}

.home-hero__text {
  max-width: 40.875rem;
  margin: 0;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2857142857;
}
@media (min-width: 992px) {
  .home-hero__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .home-hero__text {
    font-size: 1.3125rem;
  }
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-hero::before {
  background: #002f4d;
  mix-blend-mode: color;
  opacity: 1;
  z-index: 1;
}

.home-hero::after {
  background: #025286;
  opacity: 0.65;
  z-index: 2;
}

.home-additional-services {
  --additional-services-card-width: 18.1875rem;
  top: -374px;
  margin-bottom: -374px;
  padding: 0;
}
@media (min-width: 576px) {
  .home-additional-services {
    top: -340px;
    margin-bottom: -340px;
  }
}
@media (min-width: 992px) {
  .home-additional-services {
    top: -368px;
    margin-bottom: -368px;
  }
}

.home-additional-services .service-card__media {
  aspect-ratio: 259/245;
}

.home-main {
  overflow: hidden;
}

.home-hero {
  position: relative;
  display: flex;
  align-items: center;
  padding: 9.375rem 0 5.625rem;
  background-color: #0063a3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
}

.home-hero__content {
  position: relative;
  z-index: 3;
  max-width: 53.75rem;
}

.home-hero__stripe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.8125rem;
  z-index: 3;
  background-image: repeating-linear-gradient(-65deg, #379de0 0, #379de0 7px, transparent 7px, transparent 20px);
  transform: translateY(50%);
}

@media (min-width: 768px) {
  .home-hero {
    padding: 9.375rem 0 5.625rem;
    min-height: 35rem;
  }
  .home-hero__stripe {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .home-hero {
    padding: 14rem 0 10.625rem;
    min-height: 48rem;
  }
}
@media (min-width: 1200px) {
  .home-hero__stripe {
    height: 3.75rem;
  }
}
.home-hero__title {
  margin: 0 0 1.25rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.home-hero__title span {
  display: block;
}
.home-hero__title span:first-child {
  color: #ffffff;
}
.home-hero__title span:last-child {
  color: #bafff7;
}
@media (min-width: 768px) {
  .home-hero__title {
    font-size: 5.75rem;
  }
}
@media (min-width: 992px) {
  .home-hero__title {
    font-size: 6.875rem;
  }
}
@media (min-width: 1200px) {
  .home-hero__title {
    font-size: 7.8125rem;
    line-height: 1;
  }
}

.home-hero__text {
  max-width: 40.875rem;
  margin: 0;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2857142857;
}
@media (min-width: 992px) {
  .home-hero__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .home-hero__text {
    font-size: 1.3125rem;
  }
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-hero::before {
  background: #002f4d;
  mix-blend-mode: color;
  opacity: 1;
  z-index: 1;
}

.home-hero::after {
  background: #025286;
  opacity: 0.65;
  z-index: 2;
}

.home-industries {
  position: relative;
  padding: 7.5rem 0 0;
  margin-bottom: 7.5rem;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 992px) {
  .home-industries {
    padding: 13.125rem 0 0;
    margin-bottom: 13.125rem;
  }
}

.industry-card {
  position: relative;
  flex: 0 0 22rem;
  aspect-ratio: 352/500;
  overflow: hidden;
  background: #0063a3;
}
@media (min-width: 992px) {
  .industry-card {
    flex-basis: 22rem;
  }
}
.industry-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background-color: #002f4d;
  pointer-events: none;
  opacity: 25%;
}

.industry-card__img {
  position: absolute;
  inset: 0;
}
.industry-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-industries__carousel {
  position: relative;
}
@media (min-width: 992px) {
  .home-industries__carousel {
    margin-right: calc(50% - 50vw);
  }
}

.home-industries__viewport {
  overflow: hidden;
}

.home-industries__track {
  display: flex;
  gap: 1rem;
  transition: transform 0.45s ease;
  will-change: transform;
}

.home-industries__arrow {
  position: absolute;
  z-index: 5;
  left: 0px;
  bottom: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  height: 2.625rem;
  padding: 0;
  border: 0;
  background: #bafff7;
  color: #0063a3;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}
@media (min-width: 992px) {
  .home-industries__arrow {
    width: 4.75rem;
    height: 4.75rem;
    transform: translateX(-100%);
  }
}
.home-industries__arrow span {
  position: relative;
  display: block;
  width: 13.45px;
  height: 22px;
  left: 0px;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: auto;
}

.home-industries__arrow--prev {
  display: none;
}
.home-industries__arrow--next span {
  background-image: url("../img/icons/slider-arrow-left.svg");
}
.home-industries__arrow--next:hover span, .home-industries__arrow--next:focus-visible span {
  left: -5px;
}

.industry-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.875rem 1.875rem 1.625rem;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}
.industry-card__content h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #bafff7;
  letter-spacing: 0.2em;
}
@media (min-width: 992px) {
  .industry-card__content h3 {
    font-size: 1.3125rem;
  }
}
.industry-card__content p {
  max-width: 250px;
  font-size: 0.75rem;
  line-height: 1.3571428571;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .industry-card__content p {
    font-size: 0.875rem;
  }
}

.home-industries__intro h2 {
  margin-bottom: 1.25rem;
}

.home-industries__layout {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .home-industries__layout {
    grid-template-columns: 16.25rem minmax(0, 1fr);
    align-items: start;
    gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .home-industries__layout {
    grid-template-columns: 16.25rem minmax(0, 1fr);
    gap: 6.6875rem;
  }
}

.home-services .art {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1366/1072.35;
  z-index: 0;
  pointer-events: none;
}
.home-services .art img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0px;
  padding: 0px;
}
.home-services .two-col .img:before {
  top: unset;
  bottom: 0px;
  transform: translateY(50%);
}
.home-services .two-col .flex-md-row-reverse .img:before {
  top: 0px;
  bottom: unset;
  transform: translateY(-50%);
}

.home-services {
  position: relative;
  padding: 4.6875rem 0 2.8125rem;
  background: #f0f0f0 url("../img/backgrounds/gray-texture-bg.jpg") center/cover no-repeat;
}
.home-services .container {
  position: relative;
  z-index: 1;
}
.home-services__header {
  position: relative;
  margin: 0 auto 2.8125rem;
  text-align: center;
  z-index: 1;
}
.home-services__featured {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
  z-index: 1;
}

@media (min-width: 576px) {
  .home-services {
    padding: 5.25rem 0 5.75rem;
  }
}
@media (min-width: 768px) {
  .home-services__header {
    margin-bottom: 3.75rem;
  }
  .home-services__featured {
    gap: 5.625rem;
  }
}
@media (min-width: 992px) {
  .home-services {
    padding: 6.8125rem 0 11.25rem;
    margin-top: 17.5rem;
  }
  .home-services__header {
    margin-bottom: 5.625rem;
  }
  .home-services__featured {
    gap: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .home-services__header {
    margin-bottom: 7.5rem;
  }
  .home-services__featured {
    gap: 11.25rem;
  }
}
.home-services.home-additional-services-showing {
  padding-bottom: 28.75rem;
}
@media (min-width: 992px) {
  .home-services.home-additional-services-showing {
    padding-bottom: 34.875rem;
  }
}

.home-services h3 {
  color: #002f4d;
}
.home-services .two-col {
  margin: 0;
}

.home-services__display-title {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: #002f4d;
  opacity: 25%;
  letter-spacing: -0.025em;
}
.home-services__header h2 {
  max-width: 61.25rem;
  margin: 0 auto;
  color: #0063a3;
}

@media (min-width: 576px) {
  .home-services__display-title {
    font-size: 5.625rem;
  }
}
@media (min-width: 768px) {
  .home-services__display-title {
    margin-bottom: -0.375rem;
    font-size: 7.5rem;
  }
}
@media (min-width: 992px) {
  .home-services__display-title {
    margin-bottom: -1.125rem;
    font-size: 9.375rem;
  }
}
@media (min-width: 1200px) {
  .home-services__display-title {
    font-size: 11.25rem;
  }
}
.home-values {
  margin: 5.625rem 0;
  background: #fff;
  text-align: center;
}
.home-values__inner {
  max-width: 936px;
  margin: 0 auto;
}
.home-values__intro {
  max-width: 752px;
  margin: 0 auto 36px;
}
.home-values__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0 auto 60px;
}
.home-values__item {
  position: relative;
  padding: 0;
}
@media (min-width: 576px) {
  .home-values__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0;
  }
}
@media (min-width: 768px) {
  .home-values {
    margin: 7.5rem 0;
  }
  .home-values__intro {
    margin-bottom: 57px;
  }
  .home-values__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .home-values {
    margin: 11.25rem 0;
  }
  .home-values__intro {
    margin-bottom: 57px;
  }
  .home-values__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }
  .home-values__item {
    padding: 0 12px;
  }
}
body.home .home-values {
  margin: 7.5rem 0 11.875rem;
}
@media (min-width: 768px) {
  body.home .home-values {
    margin: 9.375rem 0 13.75rem;
  }
}
@media (min-width: 992px) {
  body.home .home-values {
    margin: 13.125rem 0 17.6875rem;
  }
}

.home-values__item h3 {
  color: #0063a3;
  margin: 0;
  line-height: 1.1;
}

.home-values__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.home-values__icon img {
  display: block;
  width: 10.5rem;
  height: 10.5rem;
}
@media (min-width: 768px) {
  .home-values__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    width: 1px;
    height: 100%;
    background: #c7c7c7;
  }
  .home-values__item:nth-child(3)::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .home-values__item:nth-child(3)::after {
    display: block;
  }
}/*# sourceMappingURL=main.css.map */