@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Playfair+Display:wght@500&display=swap");
/*-------------------------------------------------*/
/*#region Reset */
/*-------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video, vi {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}

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

html {
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

nav ul {
  list-style: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

th {
  text-align: left;
}

hr {
  display: block;
  height: 0.1rem;
  border: 0;
  border-top: 0.1rem solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

a *, button * {
  pointer-events: none;
}

input, select {
  vertical-align: middle;
}

button, input, select, textarea {
  margin: 0;
}

button,
input[type=button] {
  width: auto;
  overflow: visible;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

/*#endregion */
/*-------------------------------------------------*/
/*#region Normalize */
/*-------------------------------------------------*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; /* IOS */
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

* {
  outline-width: 0;
  -webkit-tap-highlight-color: transparent;
}
*:focus, *:focus-visible, *:active {
  outline: none;
  -moz-outline-style: none;
}

:-moz-submit-invalid,
:-moz-ui-invalid {
  box-shadow: none;
}

::-ms-reveal,
::-ms-clear {
  display: none;
}

video {
  clip-path: inset(1px 1px);
}

@keyframes autofill {
  100% {
    background: #2f2f2f;
    color: inherit;
    font-size: inherit;
  }
}
/*#endregion */
:root {
  font-size: 62.5%;
}

html {
  background: #F2F5F4;
}

body {
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4em;
  color: #282828;
}

h1, h2, h3, h4, h5 {
  margin: 0.7em 0 0.5em 0;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  line-height: calc(1em + 0.2rem);
}

h1 {
  font-size: 5.6rem;
}
h1.underlined {
  padding-bottom: 0.25em;
  border-bottom: 0.2rem solid #2D4B46;
}

h2 {
  margin-top: 1.6em;
  font-family: "Playfair Display", serif;
  font-size: 3.2rem;
  font-weight: 400;
  color: #579ea1;
}

h3 {
  font-size: 2.4rem;
  font-weight: 500;
}

h4 {
  font-size: 2.1rem;
  font-weight: 500;
}

h5 {
  font-weight: 500;
}

p {
  margin-bottom: 0.7em;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: 500;
}

label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #579ea1;
}

a, a:link {
  position: relative;
  font-weight: 500;
  color: #579ea1;
  text-decoration: none;
  cursor: pointer;
}
a:not(.no-decoration, .button)::after, a:link:not(.no-decoration, .button)::after {
  content: "";
  width: 0;
  height: 0.15rem;
  bottom: -0.3rem;
  left: 50%;
  position: absolute;
  background: #579ea1;
  transform: translateX(-50%);
  transition: 0.3s width;
}
a:not(.no-decoration, .button):hover::after, a:not(.no-decoration, .button):focus-visible::after, a:link:not(.no-decoration, .button):hover::after, a:link:not(.no-decoration, .button):focus-visible::after {
  width: 100%;
}

ul, ol {
  margin-left: 1.1em;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 0;
}

ul {
  list-style: disc outside;
}
ul > li > ul {
  list-style: circle outside;
}
ul > li > ul > li > ul {
  list-style: square outside;
}
ul > li > ul > li > ul > li > ul {
  list-style: disc outside;
}
ul > li > ul > li > ul > li > ul > li > ul {
  list-style: circle outside;
}
ul > li > ul > li > ul > li > ul > li > ul > li > ul {
  list-style: square outside;
}
ul > li > ul > li > ul > li > ul > li > ul > li > ul ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

pre {
  max-width: 100vw;
}

input, select, textarea, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button, .button {
  width: auto;
  display: inline-block;
  padding: 1rem 2.8rem;
  background-color: transparent;
  border: 0.16rem solid currentColor;
  border-radius: 6rem;
  color: #579ea1;
  font-weight: 500;
  transition: background-color 0.4s;
  cursor: pointer;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: rgba(87, 158, 161, 0.15);
}
button.primary, .button.primary {
  border-color: #579ea1;
  background-color: #579ea1;
  color: #FDFDFD;
}
button.primary:hover, button.primary:focus, .button.primary:hover, .button.primary:focus {
  background-color: #79b1b4;
}
button.slim, .button.slim {
  padding: 0.6rem 2rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 4.8rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.1rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  body {
    font-size: 1.6rem;
  }
}
.container {
  width: 100%;
  max-width: calc(128rem + max(2vw, 1.2rem) + max(2vw, 1.2rem));
  padding: 0 max(4vw, 2.4rem);
  margin: 0 auto;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem 8rem;
}
.split-grid .image-column {
  position: relative;
  overflow: hidden;
}
.split-grid .image-column img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.split-grid .video-column {
  overflow: hidden;
}
.split-grid .video-column video {
  height: 100%;
  width: 100%;
}
.split-grid .content-column {
  width: 100%;
  max-width: 64rem;
  padding: 10rem max(4vw, 2.4rem);
}
.split-grid .content-column:first-child {
  padding-right: 0;
  justify-self: end;
}
.split-grid .content-column:last-child {
  padding-left: 0;
  justify-self: start;
}
.split-grid .content-column :first-child {
  margin-top: 0;
}
.split-grid .content-column :last-child {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .split-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .split-grid .content-column {
    max-width: unset;
  }
  .split-grid .content-column:first-child, .split-grid .content-column:last-child {
    padding: 6rem max(4vw, 2.4rem);
    justify-self: center;
  }
  .split-grid .image-column,
  .split-grid .video-column,
  .split-grid .map-column {
    height: 50vh;
  }
}
body {
  position: relative;
}

.accent-color {
  color: #579ea1;
}

.apply-header-offset {
  margin-top: 12.8rem;
}

body > footer {
  font-size: 1.4rem;
  line-height: 1.4em;
  padding: 2rem 0;
  border-top: 1px solid #CEDDDA;
}
body > footer .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem 3.2rem;
  align-items: center;
}
body > footer .container div:last-child {
  text-align: right;
}
body > footer .container a, body > footer .container a:link {
  color: #282828;
}
@media (max-width: 960px) {
  body > footer .container {
    grid-template-columns: 1fr 1fr;
  }
}

body > header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  position: fixed;
  height: 12.8rem;
  background: #F2F5F4;
  border-bottom: 1px solid #CEDDDA;
  transition: height 1s;
}
body > header .container {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2rem max(8%, 2rem);
  transition: gap 1s;
}
body > header .logo {
  height: 12.8rem;
  padding: 2.8rem 0;
  display: block;
  transition: all 1s;
}
body > header .logo img {
  height: 100%;
}
body > header #menuToggle {
  display: none;
  justify-self: flex-end;
  line-height: 0;
}
body > header #menuToggle img {
  width: 3.2rem;
  height: 3.2rem;
}
body > header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
body > header nav ul li a, body > header nav ul li a:link {
  padding: 0.6rem;
  font-size: 1.8rem;
  font-weight: 400;
  transition: all 1s;
  color: #282828;
}
body > header nav ul li a.active, body > header nav ul li a:link.active {
  text-shadow: 0 0 0.1rem currentcolor;
}
body > header nav ul li a.active::after, body > header nav ul li a:link.active::after {
  width: 100%;
}
body > header nav ul li:first-child a {
  margin-left: 0;
}
body > header nav ul li:last-child a {
  margin-right: 0;
}
body > header.sticky {
  height: 7.6rem;
}
body > header.sticky .logo {
  height: 7.6rem;
  padding: 1.6rem 0;
}
body > header.sticky .container {
  gap: 2rem calc(max(8%, 2rem) + 10.4rem);
}
body > header.sticky nav ul li a, body > header.sticky nav ul li a:link {
  margin: 0 1.6rem;
  font-size: 1.6rem;
}
body > header.sticky nav ul li:first-child a {
  margin-left: 0;
}
body > header.sticky nav ul li:last-child a {
  margin-right: 0;
}
@media (max-width: 1080px) {
  body > header {
    height: 7.6rem;
  }
  body > header .logo {
    height: 7.6rem;
    padding: 1.6rem 0;
  }
  body > header #menuToggle {
    display: inline-block;
  }
  body > header nav {
    height: 0;
    left: 0;
    right: 0;
    top: 7.4rem;
    position: fixed;
    max-height: calc(100vh - 7.4rem);
    background: #E5EBE9;
    transition: height 300ms;
    overflow: hidden;
  }
  body > header nav:not(.animating) {
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
  body > header nav:not([aria-expanded=true]) {
    display: none;
  }
  body > header nav ul {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    border-bottom: 0.1rem solid #CEDDDA;
    box-sizing: border-box;
  }
  body > header nav ul li a, body > header nav ul li a:link {
    display: block;
    padding: 2rem 2rem 1.5rem;
    margin: 0 !important;
    text-align: center;
    border-bottom: 0.1rem solid #CEDDDA;
    font-size: 1.8rem !important;
  }
  body > header nav ul li a:not(.no-decoration)::after, body > header nav ul li a:link:not(.no-decoration)::after {
    content: none;
  }
  body > header nav ul li a:not(.no-decoration).active, body > header nav ul li a:not(.no-decoration):hover, body > header nav ul li a:not(.no-decoration):focus-visible, body > header nav ul li a:link:not(.no-decoration).active, body > header nav ul li a:link:not(.no-decoration):hover, body > header nav ul li a:link:not(.no-decoration):focus-visible {
    background: rgba(87, 158, 161, 0.15);
  }
}

.section-with-padding {
  padding: 10rem 0;
}

.accent-section {
  background-color: #CEDDDA;
}

.light-accent-section {
  background-color: #E5EBE9;
}

.dark-accent-section {
  background-color: #78948F;
}

.darker-accent-section {
  background-color: #2D4B46;
  color: #FDFDFD;
}
.darker-accent-section button, .darker-accent-section .button {
  color: #FDFDFD;
}

.centered-section {
  text-align: center;
}
.centered-section header.section-header {
  display: inline-block;
  max-width: 60ch;
  margin-bottom: 6rem;
}

.hero-section {
  width: 100%;
  height: 100vh;
  position: relative;
  display: grid;
}
.hero-section .hero-image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-section .hero-content {
  padding: 3.2rem max(4vw, 2.4rem);
  z-index: 1;
  justify-self: center;
  align-self: center;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  max-width: 80ch;
  backdrop-filter: blur(12px);
}
.hero-section .hero-content :first-child {
  margin-top: 0;
}
.hero-section .hero-content :last-child {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .section-with-padding {
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-content {
    font-size: 1.8rem;
  }
}
#intro .button {
  margin-top: 2rem;
}

#services .service-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem 10rem;
  list-style: none;
  font-size: 1.6rem;
}
#services .service-list li {
  flex: 0 1 32rem;
}
#services .service-list header {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0.4em;
}
#services .service-list p {
  margin-bottom: 2rem;
}

#sectors .sector-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
}
#sectors .sector-list li {
  padding: 4rem 0;
  border-bottom: 0.2rem solid #78948F;
}
#sectors .sector-list li:first-child {
  padding-top: 0;
}
#sectors .sector-list li:last-child {
  padding-bottom: 0;
  border: none;
}
#sectors .sector-list header {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0.4em;
}
#sectors .sector-list p {
  margin-bottom: 2rem;
}

#contact p {
  display: inline-block;
  max-width: 60ch;
  margin-bottom: 6rem;
}