@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Semibold.ttf') format("truetype"), url('../fonts/Graphik-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Regular.ttf') format("truetype"), url('../fonts/Graphik-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Semibold-Italic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Regular-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik Super;
  src: url('../fonts/Graphik-Super.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Black-Italic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik Super;
  src: url('../fonts/Graphik-Super-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Light-Italic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Extralight-Italic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Medium-Italic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Thin-Italic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gt Sectra Fine;
  src: url('../fonts/GT-Sectra-Fine-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt Sectra Fine Book;
  src: url('../fonts/GT-Sectra-Fine-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt Sectra Fine;
  src: url('../fonts/GT-Sectra-Fine-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt Sectra Fine;
  src: url('../fonts/GT-Sectra-Fine-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --purple: #a100ff;
  --dark-purple: #460073;
  --white: white;
  --grey2: #202020;
  --black: black;
  --grey1: #101010;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.section-core {
  color: #fff;
}

.body {
  background-color: #000;
}

.navbar {
  z-index: 100;
  background-color: #ddd0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  padding-left: 4rem;
  padding-right: 4rem;
  font-family: Graphik, Arial, sans-serif;
  line-height: 14px;
  display: block;
}

.nav-link:hover {
  background-color: var(--purple);
}

.nav-link:active {
  background-color: var(--dark-purple);
}

.nav-link.w--current {
  color: var(--white);
  background-color: #a100ff33;
  font-weight: 600;
}

.nav-menu {
  background-color: var(--grey2);
  justify-content: center;
  align-items: center;
}

.menu-button:hover {
  background-color: var(--dark-purple);
}

.menu-button:active {
  background-color: var(--grey2);
  color: var(--purple);
}

.menu-button.w--open {
  background-color: var(--purple);
}

.heading {
  max-width: 73%;
  font-family: Graphik, Arial, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
}

.paragraph {
  letter-spacing: -.005em;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Graphik, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

.overflow-wrapper {
  overflow: hidden;
}

.brand-image {
  width: 100px;
}

.container-header {
  max-width: 100%;
  height: 60px;
  padding-top: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.brand {
  padding-top: 13px;
}

.container-nav {
  padding-left: 4rem;
  padding-right: 4rem;
}

.container-line {
  padding: 4rem;
}

.container-line.section-full-bleed {
  max-width: 100%;
  padding: 0;
}

.container-line.section-full-bleed.section-image-bg {
  background-image: url('../images/Banner_Desktop_Left-Illustration.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-line.section-full-bleed.section-color-bg {
  background-color: var(--grey2);
}

.purple-line {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.image-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 400px;
}

.sub-heading {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Gt Sectra Fine Book, Times New Roman, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 2.8rem;
}

.image-2, .image-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 400px;
}

.container-subheading {
  padding: 2rem 4rem;
}

.image-core {
  height: 400px;
}

.image-core.image-1 {
  background-image: url('../images/Screenshot-2025-12-09-at-5.09.12-pm.webp');
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
}

.image-core.image-2 {
  background-image: url('../images/image2.webp');
  background-size: cover;
}

.image-core.image-3 {
  background-image: url('../images/engineers-working-on-wind-turbines-farm-at-sunset-2025-01-08-09-06-21-utc.webp');
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
}

.image-core.image4 {
  background-image: url('../images/Screenshot-2025-12-09-at-5.09.39-pm.webp');
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
}

.image-core.image5 {
  background-image: url('../images/Screenshot-2025-12-09-at-5.11.13-pm.webp');
  background-position: 50% 52%;
  background-size: cover;
  max-width: 100%;
}

.image-core.image6, .image-core.image7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: auto;
}

.image-core.image-2 {
  background-image: url('../images/glow-circles-on-a-glass-bulb-2024-09-18-11-14-49-utc1.webp');
  background-position: 50% 56%;
  background-size: auto;
  max-width: 100%;
}

.text-link {
  color: var(--purple);
  font-weight: 600;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.text-link:active {
  color: var(--white);
}

.list {
  letter-spacing: -.005em;
  align-self: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 50px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  list-style-type: square;
}

.list-item {
  color: var(--purple);
  padding-bottom: 10px;
}

.container-3 {
  background-color: var(--purple);
  height: 3.8rem;
  position: fixed;
  inset: 0% 0% auto;
}

.container-team {
  background-color: #202020;
  max-width: 46%;
  padding: 4rem 4rem 2rem;
}

.column-profile-pic {
  padding-left: .5rem;
  padding-right: 2rem;
}

.sub-heading-team {
  color: var(--purple);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-family: Graphik, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.team-member-columns {
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: none;
}

.column-copy {
  padding-left: 0;
  padding-right: 0;
}

.footer-dark {
  background-color: #0f0f0f;
  padding: 50px 30px 15px;
  position: sticky;
  inset: auto 0% 0%;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  display: flex;
}

.footer-brand {
  max-width: 30px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf300;
  border: 1px #000;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-4 {
  min-width: 28px;
}

.sub-heading-team-mobile {
  color: var(--purple);
  max-width: 65%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-family: Graphik, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: none;
}

.text-span {
  color: red;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.button {
  background-color: #3898ec00;
  margin-left: 31rem;
  padding: 20px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.button:hover {
  background-color: var(--purple);
}

.button:active {
  background-color: var(--grey2);
  color: var(--purple);
}

.brand-image-mobile {
  width: 100px;
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.body-2 {
  background-color: var(--black);
}

.image-5 {
  background-color: var(--white);
}

.submit-button {
  background-color: var(--purple);
  font-family: Graphik, Arial, sans-serif;
  font-weight: 600;
}

.submit-button:hover {
  background-color: var(--dark-purple);
}

.submit-button:active {
  background-color: var(--grey2);
}

.field-label {
  color: var(--white);
  margin-bottom: 15px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.heading-2 {
  color: var(--white);
  font-family: Graphik, Arial, sans-serif;
  font-weight: 500;
}

.text-field {
  font-family: Graphik, Arial, sans-serif;
}

.text-block {
  color: var(--white);
}

.body-3 {
  background-color: var(--black);
}

.heading-3, .text-block-2 {
  color: var(--white);
}

.button-body {
  background-color: var(--dark-purple);
  margin-top: 1rem;
  padding: 20px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.button-body:hover {
  background-color: var(--purple);
}

.button-body:active {
  background-color: var(--grey2);
  color: var(--purple);
}

.recaptcha {
  margin-top: 1rem;
}

.form-field {
  background-color: var(--grey2);
  color: var(--white);
  border: 1px #000;
}

.form-field:focus {
  border-style: solid;
  border-color: var(--purple);
}

.field-label-2 {
  padding-top: 1rem;
}

.success-message {
  background-color: var(--purple);
  font-family: Graphik, Arial, sans-serif;
}

.form-block {
  font-family: Graphik, Arial, sans-serif;
}

.error-message {
  background-color: var(--grey2);
  color: var(--purple);
}

.heading-contact {
  padding-bottom: 1rem;
  font-family: Graphik, Arial, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
}

.block-quote {
  border-left-style: none;
  padding-top: 2rem;
  font-family: Gt Sectra Fine Book, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
}

.list-item-body {
  color: var(--white);
}

.buttoncta {
  border: 1px solid var(--white);
  background-color: var(--black);
  cursor: pointer;
  margin-right: 10px;
  padding: 1.5rem;
  font-family: Graphik, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.buttoncta:hover {
  border-color: var(--dark-purple);
  background-color: var(--dark-purple);
}

.buttons-stacked-div {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.video {
  margin-bottom: 2rem;
}

.ordered-list-item {
  padding-bottom: 10px;
  list-style: ordered;
}

.code-embed {
  margin-bottom: 2rem;
}

.background-video {
  z-index: -9999;
  width: 100%;
  height: 1080px;
}

.heading-4 {
  z-index: 1;
  letter-spacing: -2px;
  vertical-align: middle;
  font-size: 167px;
  line-height: .84;
  position: absolute;
  top: 422px;
  left: 150.656px;
}

.div-block-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-6 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  display: inline-flex;
  position: absolute;
}

.purple-bar {
  background-color: var(--purple);
  width: 240px;
  height: 5px;
  margin-top: 4rem;
  margin-bottom: -4rem;
}

.div-section {
  z-index: 2;
  max-width: 940px;
  position: relative;
}

.video-wrapper-div {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.section-video {
  z-index: -999;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-video-content {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  position: relative;
}

.darken-div {
  z-index: 1;
  background-color: #0000004d;
  max-width: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 20px 8px #00000080;
}

.bold-text {
  font-weight: 500;
}

.inline-image {
  max-width: 45%;
}

.heading-centred {
  text-align: center;
  font-family: Graphik, Arial, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
}

.sub-heading-centred {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Gt Sectra Fine Book, Times New Roman, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 2.8rem;
}

.paragraph-centred {
  text-align: center;
  letter-spacing: -.005em;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Graphik, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

.list-centred {
  text-align: center;
  letter-spacing: -.005em;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 50px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  list-style-type: none;
}

.image-7 {
  max-width: 50%;
}

.div-multiple-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.div-multiple-content.extra-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.list-with-image {
  letter-spacing: -.005em;
  align-self: auto;
  padding-top: 0;
  padding-bottom: .5rem;
  padding-right: 50px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  list-style-type: square;
}

.div-images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.grid-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
  margin-bottom: 2rem;
}

.grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start center;
  margin-bottom: 2rem;
}

.container-line-copy {
  padding: 4rem;
}

.container-line-copy.section-full-bleed {
  max-width: 100%;
  padding: 0;
}

.container-line-copy.section-full-bleed.section-image-bg {
  background-image: url('../images/Banner_Desktop_Left-Illustration.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-line-copy.section-full-bleed.section-color-bg {
  background-color: var(--grey2);
}

.grid-4-mobile {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: minmax(auto, 4rem) auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
  display: none;
}

.paragraph-heading {
  letter-spacing: -.005em;
  margin-bottom: 0;
  padding-top: .5rem;
  font-family: Graphik, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

.grid-4-desktop {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: minmax(auto, 4rem) auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }

  .menu-button {
    color: #fff;
    background-color: #0000;
  }

  .heading {
    max-width: 100%;
  }

  .container-header {
    box-sizing: content-box;
    background-image: none;
    height: 44px;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container-nav {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .container-line {
    box-sizing: content-box;
  }

  .purple-line {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container-subheading {
    box-sizing: content-box;
  }

  .image-core {
    max-width: 100%;
    height: 330px;
  }

  .image-core.image-1 {
    background-position: 100%;
  }

  .image-core.image-2 {
    background-position: 50% 66%;
    background-size: cover;
  }

  .text-link.michael-desktop {
    font-size: 18px;
  }

  .container-3 {
    box-sizing: content-box;
    max-width: 100%;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container-team {
    box-sizing: content-box;
    max-width: 100%;
    padding-top: 4rem;
  }

  .team-member-columns {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-divider {
    margin-top: 51px;
  }

  .sub-heading-team-mobile {
    max-width: 80%;
    display: none;
  }

  .button {
    margin-left: 20rem;
  }

  .heading-contact {
    max-width: 100%;
  }

  .background-video {
    height: 430px;
  }

  .image-6 {
    max-width: 83%;
  }

  .heading-centred {
    max-width: 100%;
  }

  .div-multiple-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .div-multiple-content.extra-padding {
    padding-bottom: 0;
  }

  .div-images {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .container-line-copy {
    box-sizing: content-box;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading {
    margin-top: .5rem;
    padding-bottom: .5rem;
    font-size: 40px;
    line-height: 43px;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 14px;
  }

  .container-header {
    background-color: var(--black);
    height: 2.7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .brand {
    padding-left: 0;
  }

  .container-nav {
    background-color: var(--black);
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-line {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-line.section-full-bleed.section-image-bg {
    background-size: cover;
  }

  .sub-heading {
    font-size: 22px;
    line-height: 2.2rem;
  }

  .container-subheading {
    padding: 1rem 2rem 1.5rem;
  }

  .image-core {
    height: 260px;
  }

  .image-core.image-1 {
    background-position: 100%;
  }

  .image-core.image-2 {
    background-position: 50% 70%;
  }

  .list-item {
    font-size: 14px;
  }

  .container-3 {
    height: 3.75rem;
  }

  .container-team {
    padding: 2rem 2rem 1.5rem;
  }

  .column-profile-pic {
    height: 6rem;
  }

  .sub-heading-team {
    max-width: 70%;
    padding-bottom: .5rem;
    font-size: 20px;
    line-height: 23px;
    display: none;
    position: static;
  }

  .team-member-columns {
    padding-bottom: 1rem;
  }

  .column-copy {
    padding-top: 1rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 50px;
  }

  .profile-pics {
    float: left;
    height: 100%;
    padding-right: 2rem;
  }

  .sub-heading-team-mobile {
    max-width: 100%;
    padding-top: 2.5rem;
    padding-bottom: .5rem;
    font-size: 18px;
    line-height: 23px;
    display: block;
    position: static;
  }

  .sub-heading-team-mobile.michael {
    padding-top: 2rem;
  }

  .button {
    margin-left: 12rem;
  }

  .heading-contact {
    margin-top: .5rem;
    padding-bottom: .5rem;
    font-size: 40px;
    line-height: 43px;
  }

  .block-quote {
    font-size: 30px;
  }

  .buttoncta {
    padding: 1rem;
    font-size: 14px;
  }

  .buttons-stacked-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ordered-list-item {
    font-size: 14px;
  }

  .background-video {
    height: 320px;
  }

  .image-6 {
    max-width: 88%;
  }

  .div-video-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-centred {
    margin-top: .5rem;
    padding-bottom: .5rem;
    font-size: 40px;
    line-height: 43px;
  }

  .sub-heading-centred {
    font-size: 22px;
    line-height: 2.2rem;
  }

  .paragraph-centred {
    margin-bottom: 0;
    font-size: 14px;
  }

  .div-multiple-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .list-with-image {
    padding-right: 0;
  }

  .div-images {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-line-copy {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph-heading {
    margin-bottom: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 30px;
    line-height: 32px;
  }

  .brand-image {
    display: none;
  }

  .container-header {
    background-image: url('../images/banner.webp');
    height: 60px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-top: 15px;
    padding-left: 2rem;
  }

  .container-nav {
    padding-left: 0;
    padding-right: 2rem;
  }

  .container-line.section-full-bleed {
    margin-top: 0;
  }

  .sub-heading {
    font-size: 20px;
    line-height: 1.8rem;
  }

  .image-core {
    background-image: none;
    height: 170px;
  }

  .image-core.image-1 {
    background-image: url('../images/Screenshot-2025-12-09-at-5.09.12-pm.webp');
    background-position: 50%;
    background-size: cover;
  }

  .image-core.image-3 {
    background-image: url('../images/engineers-working-on-wind-turbines-farm-at-sunset-2025-01-08-09-06-21-utc.webp');
    background-position: 50%;
    background-size: cover;
  }

  .image-core.image5 {
    background-position: 50%;
  }

  .image-core.image-2 {
    background-image: url('../images/glow-circles-on-a-glass-bulb-2024-09-18-11-14-49-utc1.webp');
    background-position: 50% 80%;
    background-size: cover;
  }

  .text-link.michael {
    box-sizing: border-box;
  }

  .list-item {
    line-height: 1.6;
  }

  .column-profile-pic {
    padding-left: 0;
    padding-right: 0;
  }

  .sub-heading-team {
    max-width: 100%;
    padding-bottom: .5rem;
    font-size: 15px;
    line-height: 17px;
  }

  .team-member-columns {
    padding-bottom: 2rem;
  }

  .container {
    max-width: none;
  }

  .profile-pics {
    padding-bottom: 0;
    padding-right: 1rem;
  }

  .sub-heading-team-mobile {
    max-width: 100%;
    padding-bottom: .5rem;
    font-size: 15px;
    line-height: 17px;
  }

  .sub-heading-team-mobile.michael {
    padding-top: 1rem;
  }

  .button {
    margin-left: 2rem;
  }

  .brand-image-mobile {
    width: 28px;
    display: inline-block;
  }

  .heading-contact {
    font-size: 30px;
    line-height: 32px;
  }

  .block-quote {
    font-size: 20px;
  }

  .buttoncta {
    font-size: 13px;
  }

  .ordered-list-item {
    line-height: 1.6;
  }

  .background-video {
    height: 180px;
  }

  .image-6 {
    max-width: 80%;
  }

  .purple-bar {
    width: 255px;
  }

  .inline-image {
    max-width: 100%;
  }

  .heading-centred {
    font-size: 30px;
    line-height: 32px;
  }

  .sub-heading-centred {
    font-size: 20px;
    line-height: 1.8rem;
  }

  .image-7 {
    max-width: 100%;
  }

  .div-multiple-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-multiple-content.extra-padding {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 0;
  }

  .div-images {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container-line-copy.section-full-bleed {
    margin-top: 0;
  }

  .grid-4-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: minmax(auto, 4rem) auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .grid-4-desktop {
    grid-column-gap: 1rem;
    grid-template-rows: minmax(auto, 4rem) auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    display: none;
  }
}


@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Semibold.ttf') format('truetype'), url('../fonts/Graphik-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular.ttf') format('truetype'), url('../fonts/Graphik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Semibold-Italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Super';
  src: url('../fonts/Graphik-Super.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Black-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Super';
  src: url('../fonts/Graphik-Super-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Extralight-Italic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Medium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Thin-Italic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Sectra Fine';
  src: url('../fonts/GT-Sectra-Fine-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Sectra Fine Book';
  src: url('../fonts/GT-Sectra-Fine-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Sectra Fine';
  src: url('../fonts/GT-Sectra-Fine-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Sectra Fine';
  src: url('../fonts/GT-Sectra-Fine-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}