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

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

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

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

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

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

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

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

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

@font-face {
  font-family: NDI body;
  src: url('../fonts/Hauora-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: NDI body;
  src: url('../fonts/Hauora-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NDI body;
  src: url('../fonts/Hauora-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: NDI body;
  src: url('../fonts/Hauora-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black-ish: #0e0e0f;
  --blue-9: #1e4199;
  --soft-blue\<deleted\|variable-b716016f\>: #9ec5fa;
  --grey-5: #cdcccd;
  --primary: #2d62e5;
  --faint-blue\<deleted\|variable-58f5c43d\>: #d0e8ff;
  --grey-1: #f6f6f7;
  --blue-6: #4873dc;
  --blue-7: #3157b7;
  --blue-8: #233b75;
  --grey-3: #cfd3d8;
  --grey-4: #989aa3;
  --grey-2: #e7e7e7;
}

.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-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--white);
  color: var(--black-ish);
  font-family: NDI body, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: NDI body, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 110%;
}

h6 {
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

a {
  color: var(--blue-9);
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
}

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

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: 5px solid var(--soft-blue\<deleted\|variable-b716016f\>);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4em;
}

figcaption {
  color: var(--blue-9);
  text-align: center;
  margin-top: 6px;
  font-size: 16px;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.sg-menu-brand {
  width: 100%;
  height: 50px;
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

.sg-menu {
  width: 100%;
}

.sg-menu-link {
  color: var(--white);
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: var(--primary);
}

.sg-menu-link.w--current {
  background-color: var(--black-ish);
  color: var(--primary);
  padding-right: 0;
  font-weight: 600;
}

.horizontal-line {
  opacity: .2;
  background-color: #1d1916;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.sg-block {
  margin-bottom: 32px;
}

.sg-description {
  color: #929aa1;
  max-width: 400px;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-9 {
  width: 75%;
}

.spacer {
  background-color: #ece7e0;
  height: 48px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.rich-text {
  text-align: left;
}

.rich-text img {
  border-radius: 6px;
}

.rich-text h2 {
  margin-bottom: 24px;
  font-size: 1.875rem;
}

.rich-text p {
  color: var(--black-ish);
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 1.75rem;
}

.rich-text ul {
  margin-top: 24px;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.color-block {
  background-color: var(--primary);
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.soft-grey {
  background-color: var(--blue-6);
}

.color-block.back-grey {
  background-color: var(--grey-5);
}

.color-block.light-grey {
  background-color: var(--blue-7);
}

.color-block.grey {
  background-color: var(--blue-8);
}

.color-block.hard-blue {
  background-color: var(--grey-3);
}

.color-block.blue {
  background-color: var(--grey-1);
}

.color-block.silver {
  background-color: var(--black-ish);
}

.color-block.dark-grey {
  background-color: var(--blue-9);
}

.color-block.white {
  border: 1px solid var(--grey-5);
  background-color: var(--grey-4);
}

.color-block.light-blue {
  background-color: var(--white);
  border-style: none;
}

.color-block.dark-blue {
  background-color: var(--grey-2);
}

.sg-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.sg-section {
  z-index: 0;
  background-color: var(--white);
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  background-color: var(--blue-9);
  color: #fff;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.heading.h6 {
  color: #483182;
  letter-spacing: 0;
  text-transform: none;
  font-size: .813rem;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.section {
  z-index: 20;
  color: var(--primary);
  text-transform: uppercase;
  min-height: auto;
  margin-bottom: 0;
  font-family: Ndi title, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50px, 100px)rotate(-90deg);
}

.button {
  border: 1px solid var(--grey-3);
  color: var(--blue-9);
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #eeeef000;
  border-radius: 0;
  flex: none;
  margin-top: 48px;
  margin-bottom: 0;
  padding: 16px 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .2s;
}

.button:hover {
  background-color: var(--primary);
  color: var(--white);
  box-shadow: 0 7px 20px -10px #0003;
}

.button:active {
  background-color: var(--grey-3);
  color: var(--primary);
}

.button.no-margin {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.button.no-margin.light {
  color: var(--white);
}

.sg-title {
  color: #3f3b35;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-box {
  max-width: 750px;
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.text-box._800px {
  max-width: 800px;
  min-height: 64px;
}

.sg-body {
  background-color: var(--grey-4);
}

.sg-label {
  color: var(--blue-7);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.sg-nav-container {
  background-color: var(--blue-9);
  text-align: left;
  width: 240px;
  height: 100vh;
}

.scroll-progress-bar {
  z-index: 9999;
  background-color: var(--primary);
  transform-origin: 0%;
  width: 100%;
  height: 4px;
  position: fixed;
  inset: 0;
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 160px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
  display: flex;
}

.left-nav-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 33%;
  padding-top: 0;
  display: flex;
}

.nav-logo {
  width: 100%;
  max-width: 300px;
  margin-right: 8px;
  padding-left: 0;
}

.logo {
  margin-top: 2px;
  margin-right: 0;
}

.navbar-text-container {
  max-width: 60%;
  display: flex;
}

.text-s {
  letter-spacing: 0;
  font-size: .875rem;
  line-height: 1.1;
}

.text-s.navbar-text {
  color: var(--grey-5);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.text-s.navbar-text.margin-right-32 {
  margin-right: 32px;
}

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

.text-5xl {
  font-size: 7rem;
  line-height: 1.1;
}

.text-4xl {
  font-size: 4.5rem;
  line-height: 1.1;
}

.text-3xl {
  font-size: 3rem;
  line-height: 1;
}

.text-2xl {
  letter-spacing: .05rem;
  font-size: 2.5rem;
  line-height: 1.3;
}

.text-2xl.margin-bottom-104 {
  margin-bottom: 104px;
}

.text-2xl.margin-top-8 {
  margin-top: 8px;
}

.text-2xl.margin-top-12 {
  margin-top: 12px;
}

.text-xl {
  font-size: 2rem;
  line-height: 1.2;
}

.text-xl.margin-bottom-24 {
  margin-bottom: 24px;
}

.text-xl.margin-bottom-32 {
  margin-bottom: 32px;
}

.text-xl.margin-bottom-56 {
  margin-bottom: 56px;
}

.text-xl.margin-bottom-56.max-width-90 {
  max-width: 90%;
}

.text-large {
  font-size: 1.75rem;
  line-height: 1.2;
}

.text-large.grey-5-text {
  color: var(--grey-5);
}

.text-medium {
  letter-spacing: -.025px;
  margin-bottom: 0;
  font-size: 1.15rem;
  line-height: 1.6;
}

.text-medium.hero-subheading {
  color: var(--grey-2);
}

.text-medium.text-grey-6 {
  color: var(--black-ish);
}

.text-medium.text-grey-6.margin-top-48 {
  margin-top: 48px;
}

.text-medium.margin-bottom-24 {
  margin-bottom: 24px;
}

.text-medium.margin-bottom-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.text-base {
  font-size: .875rem;
  line-height: 1.5;
}

.text-base.accordion-text-link {
  color: var(--primary);
  align-self: center;
}

.text-base.footer-link {
  color: var(--black-ish);
  cursor: pointer;
  margin-bottom: 4px;
  transition: all .2s;
  display: block;
}

.email-link {
  color: var(--primary);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.email-link.margin-top-24 {
  margin-top: 24px;
}

.email-link-icon {
  width: 15px;
  margin-left: 8px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.nav-link {
  white-space: nowrap;
  padding: 16px;
  font-weight: 500;
  transition: all .2s;
}

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

.nav-link.primary {
  border: 1px solid var(--grey-3);
  margin-left: 16px;
  padding: 14px 32px;
  line-height: 1.3;
}

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

.section {
  min-height: 40px;
  margin-bottom: 200px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section.hero-section {
  justify-content: flex-start;
  align-items: flex-end;
  height: 85vh;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.section.grey-background {
  background-color: var(--grey-1);
}

.section.grey-background.padding-bt-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.testimonial-container-background {
  background-color: var(--blue-9);
  color: var(--white);
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.section.testimonial-container-background.no-margin-bottom {
  margin-bottom: 0;
}

.section.testimonial-container-background.fulscreen-image-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.padding-top-200 {
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 100px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
  position: relative;
}

.container.hero-content-container {
  font-weight: 400;
  position: static;
}

.container.testimonials-container {
  color: var(--white);
  text-align: center;
}

.container.margin-top-100 {
  margin-top: 100px;
}

.container.margin-top-100.max-width-large {
  padding-left: 5vw;
  padding-right: 5vw;
}

.container.padding-bottom-56 {
  margin-bottom: 100px;
}

.hero-text-container {
  z-index: 3;
  background-color: var(--primary);
  padding-top: 15vh;
  padding-bottom: 10vh;
  position: relative;
}

._12-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
}

._12-column-grid.margin-top-112 {
  margin-top: 112px;
}

._12-column-grid.footer-grid {
  grid-row-gap: 112px;
}

._12-column-grid.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

._12-column-grid.absolute {
  z-index: 1;
  position: absolute;
  inset: 5% 0% auto;
}

.graphic-element {
  z-index: 0;
  mix-blend-mode: soft-light;
  max-width: 120px;
  position: absolute;
  top: -5.3vh;
  right: 25.4vw;
}

.graphic-element.left-align {
  z-index: 10;
  mix-blend-mode: difference;
  left: 11.8vw;
  right: auto;
}

.hero-image-container {
  background-color: var(--grey-1);
  padding-bottom: 0;
  padding-right: 0;
}

.scroll-down {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 9.5vw;
  height: 15vh;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.hero-image-wrapper {
  z-index: 1;
  width: 90.5vw;
  margin-top: -40vh;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-image {
  width: 100vw;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  display: block;
  position: relative;
}

.primary-text {
  color: var(--primary);
  margin-left: 0;
  font-size: 7rem;
  line-height: 1.1;
  display: inline;
}

.primary-text.margin-left-8 {
  margin-left: 8px;
}

.feature-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--grey-2);
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 64px 40px 40px;
  display: flex;
}

.icon-container {
  background-color: var(--grey-1);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-heading-container {
  margin-bottom: 48px;
  display: block;
}

.section-heading-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-heading-content.margin-top-12 {
  margin-top: 12px;
}

.small-dot {
  background-color: var(--primary);
  width: 8px;
  height: 8px;
  margin-right: 8px;
}

.accordion-wrapper {
  border-top: 1px solid var(--grey-3);
  padding-top: 0;
}

.accordion-item {
  border-bottom: 1px solid var(--grey-3);
  cursor: pointer;
  padding-top: 48px;
  padding-bottom: 48px;
}

.accordion-item.fade-in {
  display: block;
}

.accordion-item-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.accordion-item-content {
  width: 37%;
  margin-top: 0;
  margin-left: auto;
  padding-top: 10px;
  overflow: hidden;
}

.margin-top-48 {
  margin-top: 48px;
}

.deliverables-container {
  margin-top: 32px;
  display: block;
}

.deliverable-container {
  border-bottom: 1px solid var(--grey-3);
  padding-top: 16px;
  padding-bottom: 16px;
}

.accordion-item-icon-container {
  justify-content: space-between;
  align-items: center;
  width: 37%;
  margin-top: 8px;
  display: flex;
}

.accordion-icon {
  align-self: center;
  width: 15px;
}

.method-item-container.fade-in-100ms.z-index-3 {
  z-index: 3;
  position: relative;
}

.method-item-container.fade-in-100ms.z-index-3.text-align-center {
  width: 100%;
}

.divider {
  background-color: var(--blue-8);
  width: 100%;
  height: 1px;
}

.divider.margin-top-24 {
  margin-top: 24px;
}

.divider.margin-top-24.margin-bottom-32 {
  margin-bottom: 32px;
}

.grey-text-4 {
  color: var(--grey-4);
  margin-top: 16px;
}

.white-background {
  background-color: var(--white);
  height: 50%;
  position: relative;
  inset: auto 0 0;
}

.large-image-container {
  width: 90.5vw;
  margin-right: auto;
  overflow: hidden;
}

.client-logo-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-content-container {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  display: flex;
  position: relative;
}

.testimonials-heading-container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-container-background {
  z-index: -1;
  background-color: var(--blue-9);
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.testimonial-container {
  border-bottom: 4px solid var(--primary);
  background-color: var(--white);
  color: var(--blue-9);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 48px 56px 40px;
  position: relative;
}

.testimonial-container.fade-in {
  margin-left: 0;
  margin-right: 0;
}

.testimonial-item-graphic {
  max-width: 20%;
  position: absolute;
  top: -2.5vh;
  left: auto;
  right: auto;
}

.client-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-avatar {
  border-radius: 100vw;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  padding-top: 0;
}

.grey-text-6 {
  color: var(--black-ish);
}

.split-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.split-container.reverse {
  flex-flow: row-reverse;
}

.image-container {
  width: 45%;
  position: relative;
  overflow: visible;
}

.split-content-container {
  width: 38%;
}

.split-graphic-element {
  max-width: 100px;
  position: absolute;
  top: -6.5vh;
  right: 6vw;
}

.newsletter-container {
  z-index: 2;
  background-color: var(--blue-9);
  color: var(--white);
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 111px;
  padding-bottom: 111px;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.form-block {
  width: 58%;
  margin-top: 64px;
  margin-bottom: 0;
}

.form {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field {
  background-color: var(--blue-7);
  object-fit: fill;
  border: 1px solid #eeeef02e;
  flex: 0 auto;
  height: auto;
  margin-bottom: 0;
  padding: 16px;
}

.text-field.light {
  background-color: var(--grey-1);
  margin-bottom: 40px;
}

.form-button {
  background-color: var(--primary);
  cursor: pointer;
  margin-left: 8px;
  padding: 16px 40px;
  transition: all .2s;
}

.form-button.no-margin-left {
  margin-left: 0;
}

.success-message {
  background-color: var(--primary);
}

.footer {
  padding-top: 60px;
  padding-bottom: 48px;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.subfooter {
  border-top: 1px solid var(--grey-3);
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.subfooter-links {
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 0;
  display: flex;
}

.subfooter-link {
  color: var(--grey-5);
  margin-right: 24px;
  transition: all .2s;
}

.subfooter-link:hover {
  color: var(--primary);
}

.grey-text-5 {
  color: var(--grey-4);
}

.grey-text-5.small {
  font-size: 12px;
}

.team-member-image-container {
  justify-content: center;
  align-items: center;
  max-height: 350px;
  margin-bottom: 32px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.team-member-image {
  width: 100%;
  position: relative;
  transform: scale(1.05);
}

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

.utility-page-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 460px;
  display: flex;
}

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

.margin-bottom-56 {
  margin-bottom: 56px;
}

.field-label {
  text-align: left;
  font-weight: 400;
}

.rich-text-wrapper {
  max-width: none;
}

.heading-container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-container.margin-bottom-80 {
  margin-bottom: 80px;
}

._2-licenses-grid {
  grid-column-gap: 90px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.icon-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.text-container {
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
}

.delete-this {
  z-index: 9999;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #fff;
  background-color: #fb421f;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 12px 34px #00000017;
}

.underline {
  border-bottom: 4px dotted var(--primary);
  color: var(--primary);
}

.underline.white-text {
  border-bottom-color: var(--grey-2);
  color: var(--grey-1);
}

.introduction {
  color: var(--primary);
  text-transform: uppercase;
  font-family: Ndi title, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.highlight {
  color: var(--primary);
}

.timeline10_item {
  z-index: 2;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: #fff;
  border: 1px solid #e7eaee;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.timeline10_item.is-alternate {
  background-color: #f85d3a;
  box-shadow: 0 2px 5px #0003;
}

.text-align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.timeline10_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline10_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_circle {
  z-index: 2;
  background-color: var(--grey-3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
  box-shadow: 0 0 0 8px #fff;
}

.timeline-heading {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.timeline10_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.text-size-tiny {
  color: #4b5563;
  font-size: .875rem;
}

.timeline10_progress-line-cover {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline10_progress-line {
  z-index: 0;
  background-color: var(--primary);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline10_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(#fff0, #fff);
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.heading-style-h5-2 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
}

.heading-style-h5-2.z-index-2 {
  z-index: 2;
  position: relative;
}

.timeline10_line {
  background-color: #d9dadb;
  width: 3px;
  height: 100%;
}

.timeline10_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.div-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.timeline10_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#fff, #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline10_empty-space {
  width: 100%;
}

.heading-style-h6 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ndi title Demi, Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.z-index-2 {
  z-index: 2;
  color: var(--primary);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Ndi title, Verdana, sans-serif;
  font-size: 1.5rem;
  position: relative;
}

.dates {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h5 {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ndi title, Verdana, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.link-to-link {
  color: var(--primary);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-to-link.margin-top-24 {
  margin-top: 24px;
}

.cube-back {
  z-index: 5;
  background-color: var(--blue-7);
  transform-origin: 50% 0;
  color: #fff;
  transform-style: preserve-3d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-size: 120px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 200px)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.heading-large {
  z-index: 2;
  color: #000;
  text-transform: uppercase;
  font-family: Ndi title, Verdana, sans-serif;
  font-size: 2.2rem;
  line-height: .85;
  position: relative;
}

.heading-large.list-jobs {
  padding-top: 35px;
  font-size: 160px;
}

.heading-large.list-jobs.text-black {
  padding-top: 0;
  font-size: 70px;
  font-weight: 400;
}

.heading-large.list-jobs.text-white-flip {
  color: #fff;
  padding-top: 0;
  font-size: 70px;
  font-weight: 400;
}

.heading-large.text-flip-white {
  color: var(--white);
  white-space: nowrap;
}

.cover-image {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.cube-heading-wrapper {
  align-items: flex-start;
  display: flex;
}

._3d-wrapper {
  z-index: 12;
  perspective: 2000px;
  transform-style: preserve-3d;
  justify-content: space-around;
  width: 100%;
  height: 200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(2000px);
}

.line-divider-cube {
  background-color: var(--grey-4);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-content-heading {
  z-index: 10;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.inner-info {
  padding-top: 5px;
  padding-left: 20px;
}

.cube-front {
  z-index: 2;
  background-color: var(--grey-1);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  text-transform: uppercase;
  transform-style: preserve-3d;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  transform: translate3d(0, 0, 2px);
}

.hover-image-wrapper {
  background-color: #5c5c5c;
  flex: none;
  width: 300px;
  height: 100%;
  position: relative;
}

.xsmall-span {
  color: #fff;
  text-transform: none;
  margin-left: 10px;
  margin-right: 10px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer-image-wrapper {
  z-index: 1;
  width: 90.5vw;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.icon {
  min-width: 35px;
  max-width: 60%;
}

.icon.small {
  max-width: 50px;
}

.icon.smaller {
  max-width: 20px;
}

.image-3 {
  max-width: 70%;
}

.icon-container-blue {
  z-index: 2;
  background-color: var(--grey-1);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
}

.white-text-smaller {
  color: var(--white);
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
}

.white-text-smaller.absolute {
  z-index: 3;
  max-width: 30rem;
  position: absolute;
  top: 50%;
  left: 7%;
}

.contact-information {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #135da7;
  border-radius: 100rem;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.contact_form-wrapper {
  color: var(--white);
  background-color: #ffffff0f;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 3.5rem 3rem;
}

.dropdown-list {
  padding-left: 1rem;
}

.dropdown-list.w--open {
  background-color: #fff;
  margin-top: 0;
  padding: 1rem 1.5rem .75rem;
  overflow: auto;
}

.checkbox-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.checkbox-icon.w--redirected-checked {
  background-color: #000;
  background-image: url('../images/checkmark.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.radio_wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.field {
  z-index: 2;
  aspect-ratio: auto;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--grey-5);
  color: var(--grey-1);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 2.8rem;
  min-height: 2.8rem;
  max-height: 6em;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  transition: border-color .2s;
  position: relative;
}

.field:focus {
  border-bottom-color: #135da7;
}

.field.message {
  height: 7rem;
  min-height: 7rem;
  max-height: 10rem;
  margin-top: 12px;
  padding-top: 8px;
  font-size: 1.25rem;
  line-height: 1.2;
  overflow: auto;
}

.success_text {
  font-size: 1.25rem;
  line-height: 1.4;
}

.text-size-medium {
  font-size: 1.5rem;
  line-height: 1.3;
}

.text-size-medium.text-weight-bold {
  font-weight: 400;
}

.button_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin: 2rem 0 0;
  display: flex;
}

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

.error-message {
  color: #e5a7ff;
  background-color: #ffffff17;
  border-radius: .5em;
  margin-top: 2.3em;
  padding: 1.9em 2.1em;
}

.error-message_text {
  color: #d92d20;
}

.tab_field {
  margin-top: .4em;
  margin-right: .6em;
  padding: .75em 1.15rem .65em;
  position: relative;
}

.btn_contact_wrap {
  color: #000;
  border-style: solid;
  border-width: 1px;
  border-radius: 200px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: 1.25rem;
  font-size: 1.15rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.tab_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab_button {
  z-index: 2;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .1s, border-width .1s, border-color .1s;
  position: absolute;
  inset: 0%;
}

.tab_button:hover {
  background-color: #ffffff17;
  border-color: #00132c;
}

.tab_button.w--redirected-checked {
  border-width: 1px;
  border-color: #00132c;
}

.tab_button.w--redirected-focus {
  box-shadow: none;
  border-width: 1px;
  border-color: #00132c;
}

.error {
  color: #d92d20;
  width: 100%;
  min-width: 100%;
  padding-top: 4px;
  font-weight: 400;
  display: block;
}

.icon-2 {
  margin-right: 0;
}

.success {
  text-align: center;
  background-color: #ffffff24;
  border-radius: .6em;
}

.field_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.field_wrap.is-radio {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.btn_contact_inner {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 22rem;
  padding: 1.25rem 1.75rem 1.25rem 2rem;
  display: flex;
  position: relative;
}

.dropdown {
  width: 100%;
  height: 3.5rem;
  min-height: 3.5rem;
  max-height: 6rem;
  margin-top: 1rem;
}

.text-style-italic {
  font-size: .75rem;
  font-style: italic;
}

.text-style-italic.hide {
  display: none;
}

.radio_button {
  z-index: 2;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
  transition: background-color .1s, border-width .1s, border-color .1s;
}

.radio_button:hover {
  border-width: 1px;
  border-color: #135da7;
}

.radio_button.w--redirected-checked {
  border-width: 6px;
  border-color: #135da7;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
  border-width: 6px;
  border-color: #135da7;
}

.radio_label {
  z-index: 3;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.u-hflex-between-stretch {
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  display: flex;
}

.radio_field {
  justify-content: flex-start;
  align-items: center;
  margin-top: .4em;
  margin-right: 0;
  padding: 0 0;
  display: flex;
  position: relative;
}

.form-2 {
  width: 100%;
  margin-bottom: 0;
}

.checkbox-wrapper {
  margin-bottom: 6px;
  font-size: 1.125rem;
}

.field_label {
  z-index: 1;
  transform-origin: 0%;
  color: #989aa380;
  margin-bottom: -.25rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
  transition: transform .2s;
  position: relative;
}

.field_label.large {
  color: #ffffff80;
  transform: scale(1.25)translate(0, 1.3em);
}

.field_label.is-radio {
  color: var(--grey-2);
  margin-bottom: .5rem;
}

.field_dropdown {
  border-bottom: 1px solid #000;
  width: 100%;
  padding: .75rem 0;
}

.form-span {
  font-size: 1.25rem;
  line-height: 1.2;
}

.icon-1x1-medium {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.margin-top {
  margin: 1rem 0 0;
}

.margin-top.medium {
  margin-top: 4rem;
}

.smallcircle-contact-inner {
  z-index: 0;
  background-color: #000;
  border-radius: 600px;
  width: 0%;
  height: 0%;
  position: absolute;
  inset: auto;
}

.slider {
  background-color: #0000;
  margin-top: 100px;
  margin-bottom: 100px;
}

.slider-message {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hide {
  display: none;
}

.inline-header {
  color: var(--white);
  text-transform: uppercase;
  flex-flow: column;
  margin-bottom: 1rem;
  font-family: Ndi title, Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  display: block;
  position: relative;
}

.slide-nav {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.email-link-2 {
  color: #c1788f;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.email-link-2.margin-top-24 {
  margin-top: 24px;
}

.text-large-2 {
  font-size: 1.75rem;
  line-height: 1.2;
}

.text-medium-2 {
  letter-spacing: -.025px;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.6;
}

.text-medium-2.text-grey-6 {
  color: #535766;
}

.small-dot-2 {
  background-color: #c1788f;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}

.email-link-icon-2 {
  margin-left: 8px;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.5vw;
  padding-right: 9.5vw;
}

.section-2 {
  min-height: 40px;
  margin-bottom: 200px;
  padding-bottom: 0;
  display: block;
}

.text-2xl-2 {
  letter-spacing: .05rem;
  font-size: 3rem;
  line-height: 1.1;
}

.text-2xl-2.margin-top-8 {
  margin-top: 8px;
}

.heading-2 {
  font-size: 2rem;
}

.heading-3 {
  font-size: 1.4rem;
}

@media screen and (min-width: 1280px) {
  .sg-nav {
    width: 280px;
  }

  .sg-content {
    margin-left: 280px;
  }

  .sg-nav-container {
    width: 280px;
  }
}

@media screen and (min-width: 1440px) {
  .button.no-margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.margin-top-100.max-width-large {
    max-width: 60rem;
  }

  .testimonial-item-graphic {
    top: -3.1vh;
  }

  .subfooter-link:hover {
    color: var(--primary);
  }

  .team-member-image-container {
    max-height: 400px;
  }
}

@media screen and (min-width: 1920px) {
  .container.margin-top-100.max-width-large {
    max-width: 75rem;
  }

  .testimonial-item-graphic {
    top: -3.8vh;
  }

  .split-graphic-element {
    top: -4.5vh;
  }
}

@media screen and (max-width: 991px) {
  .sg-nav {
    z-index: 10;
    background-color: var(--grey-5);
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .sg-menu {
    z-index: 500;
    border-bottom: 1px solid var(--black-ish);
    background-color: var(--grey-5);
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
    box-shadow: 0 3px 5px #0000000d;
  }

  .sg-menu-button {
    margin-right: 12px;
    padding: 15px;
    top: -10px;
  }

  .sg-menu-button.w--open {
    background-color: var(--faint-blue\<deleted\|variable-58f5c43d\>);
    color: var(--grey-1);
    border-radius: 40px;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .column {
    width: 50%;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .button {
    position: relative;
  }

  .sg-menu-icon {
    font-size: 32px;
  }

  .sg-nav-container {
    width: auto;
    height: auto;
  }

  .navbar {
    height: 140px;
  }

  .nav-container {
    padding: 14px 32px;
  }

  .left-nav-container {
    width: 68%;
  }

  .text-3xl {
    font-size: 3.5rem;
  }

  .nav-menu {
    background-color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px 28px;
    display: flex;
  }

  .nav-link {
    text-align: center;
    display: block;
  }

  .nav-link.primary {
    text-align: center;
    object-fit: fill;
    flex: 0 auto;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .section {
    margin-bottom: 120px;
  }

  .section.hero-section {
    height: auto;
    margin-top: 200px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-text-container {
    padding-left: 48px;
    padding-right: 48px;
  }

  ._12-column-grid {
    grid-template-columns: minmax(32px, 1fr);
  }

  ._12-column-grid.numbers-grid {
    grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr);
  }

  ._12-column-grid.footer-grid {
    grid-template-columns: minmax(32px, 1fr) 1fr 1fr;
  }

  .graphic-element {
    z-index: 7;
  }

  .scroll-down {
    display: none;
    overflow: visible;
  }

  .hero-image-wrapper {
    width: 100vw;
    margin-top: -10vh;
  }

  .hero-image {
    width: 100%;
  }

  .accordion-item-content {
    width: auto;
  }

  .testimonials-container-background {
    height: 95%;
  }

  .testimonial-container {
    width: 80%;
  }

  .testimonial-container.fade-in {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-item-graphic {
    max-width: 10%;
    top: -2.5vh;
  }

  .split-container, .split-container.reverse {
    flex-flow: column;
  }

  .image-container {
    width: 75%;
  }

  .split-content-container {
    width: 75%;
    margin-top: 64px;
  }

  .newsletter-container {
    z-index: auto;
    height: 95%;
  }

  .form-block {
    width: 80%;
  }

  .subfooter-link, .grey-text-5.small {
    font-size: .825rem;
    line-height: 1.1;
  }

  .timeline10_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 10rem 1fr;
  }

  .timeline10_item.is-alternate {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .timeline-heading, .timeline-heading.text-color-586174 {
    font-size: 1rem;
  }

  .timeline10_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .cube-back {
    display: none;
  }

  .heading-large {
    font-size: 90px;
  }

  .heading-large.list-jobs {
    font-size: 120px;
  }

  ._3d-wrapper {
    height: auto;
    padding-left: 30px;
  }

  .link-content-heading {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .cube-front {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
  }

  .hover-image-wrapper {
    width: 30vw;
    height: 100%;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .footer-image-wrapper {
    width: 100vw;
    margin-top: -10vh;
  }

  .contact-information {
    margin-top: 1rem;
  }

  .contact_form-wrapper {
    width: 100%;
    margin-top: 3rem;
  }

  .field.message {
    height: 10rem;
    min-height: 10rem;
    max-height: 10em;
  }

  .button_form-wrapper {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .btn_contact_wrap {
    flex: 1;
    max-width: 20rem;
  }

  .contact-wrapper {
    width: 100%;
    max-width: none;
  }

  .btn_contact_inner {
    width: 100%;
    height: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-2 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  .sg-menu {
    background-color: #fff;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .spacer {
    height: 32px;
  }

  .ds-colour-block {
    width: 25%;
  }

  .sg-content {
    margin-left: 0;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar {
    height: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .left-nav-container {
    width: 70%;
  }

  .navbar-text-container {
    display: none;
  }

  .text-3xl {
    font-size: 3rem;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-2 {
    margin-top: 0;
  }

  ._12-column-grid.fade-in {
    grid-template-columns: minmax(32px, 1fr);
    grid-auto-columns: 1fr;
  }

  .hero-image-wrapper {
    margin-top: -7vh;
  }

  .hero-image {
    width: 100vw;
    margin-top: 0;
  }

  .testimonials-heading-container {
    width: 80%;
  }

  .form-block {
    width: 90%;
  }

  .margin-bottom-32 {
    width: 120px;
  }

  .heading-container {
    width: 80%;
  }

  ._2-licenses-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .timeline10_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    padding: 1.5rem;
  }

  .timeline10_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .timeline10_circle {
    margin-top: 2.25rem;
  }

  .timeline-heading {
    font-size: 1rem;
  }

  .timeline10_progress {
    left: 0;
  }

  .timeline10_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .timeline10_circle-wrapper {
    left: 0;
  }

  .timeline10_empty-space {
    display: none;
  }

  .heading-style-h6, .heading-style-h5 {
    font-size: 1.125rem;
  }

  .heading-large {
    font-size: 50px;
  }

  .footer-image-wrapper {
    margin-top: -7vh;
  }

  .button-2 {
    font-size: 1rem;
  }

  .contact_form-wrapper {
    padding: 2.5rem 1.5rem;
  }

  .dropdown-list.w--open {
    padding-left: 1rem;
  }

  .field, .field.message {
    font-size: 1.2rem;
  }

  .text-size-medium {
    font-size: 1.25rem;
  }

  .button_form-wrapper {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .btn_contact_wrap {
    font-size: 1.125rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.medium {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .sg-menu-brand {
    margin-left: 16px;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

  .column {
    margin-bottom: 0;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading.section {
    font-size: 1.25rem;
    top: -50px;
    left: 20px;
    transform: none;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .nav-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo {
    max-height: 24px;
  }

  .white-text {
    font-size: 2rem;
  }

  .text-5xl {
    letter-spacing: .075rem;
    font-size: 4rem;
  }

  .text-5xl.primary-text {
    display: block;
  }

  .text-3xl {
    letter-spacing: .025px;
    font-size: 2rem;
  }

  .text-2xl {
    font-size: 1.75rem;
  }

  .text-2xl.margin-bottom-104.fade-in {
    font-size: 1.2rem;
  }

  .text-2xl.margin-bottom-32, .text-xl.margin-bottom-32 {
    width: 100%;
  }

  .text-large {
    font-size: 1rem;
  }

  .text-medium.hero-subheading {
    max-width: none;
  }

  .text-base.accordion-text-link {
    display: none;
  }

  .nav-menu {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    margin-bottom: 96px;
  }

  .section.testimonial-container-background.no-margin-bottom {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.hero-content-container, .container.testimonials-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  ._12-column-grid.footer-grid {
    grid-row-gap: 64px;
    grid-template-columns: minmax(32px, 1fr);
  }

  ._12-column-grid.absolute {
    flex-flow: column;
    display: flex;
    top: 0%;
  }

  .graphic-element {
    mix-blend-mode: difference;
  }

  .graphic-element.left-align {
    max-width: 100px;
  }

  .hero-image-wrapper {
    max-height: 500px;
    margin-top: 0;
  }

  .hero-image {
    width: auto;
    height: 100%;
    max-height: 90%;
    margin-top: -6px;
    margin-right: auto;
  }

  .primary-text {
    font-size: 4rem;
  }

  .accordion-item-icon-container {
    width: auto;
    margin-top: 4px;
  }

  .method-item-container, .method-item-container.fade-in {
    max-width: none;
  }

  .method-item-container.fade-in-100ms {
    z-index: 2;
    position: relative;
  }

  .method-item-container.fade-in-100ms.z-index-3.text-align-center {
    text-align: left;
  }

  .divider.margin-top-24.margin-bottom-32 {
    width: 100%;
  }

  .testimonials-heading-container {
    text-align: center;
    width: 90%;
  }

  .testimonial-container {
    width: 90%;
    padding: 40px 16px 24px;
  }

  .testimonial-item-graphic {
    max-width: 15%;
  }

  .image-container, .split-content-container.fade-in {
    width: 100%;
  }

  .split-graphic-element {
    width: 80px;
    max-width: 100%;
    top: -4.2vh;
  }

  .newsletter-container {
    height: 93%;
  }

  .form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-field {
    margin-bottom: 16px;
  }

  .form-button {
    align-self: stretch;
    margin-left: 0;
  }

  .margin-bottom-32 {
    width: 300px;
  }

  .subfooter {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .subfooter-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .grey-text-5.small {
    align-self: flex-start;
    margin-top: 30px;
  }

  .heading-container {
    text-align: center;
    width: 90%;
  }

  .text-container {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .introduction {
    line-height: 1;
  }

  .timeline10_item {
    grid-template-columns: 3rem 1fr;
  }

  .timeline-heading {
    text-align: left;
    font-size: 1rem;
  }

  .div-block-17 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
  }

  .heading-large {
    font-size: 2rem;
  }

  .heading-large.list-jobs {
    text-align: left;
    padding-top: 0;
    font-size: 60px;
    line-height: 1;
  }

  .heading-large.list-jobs.text-black, .heading-large.list-jobs.text-white-flip {
    font-size: 35px;
  }

  ._3d-wrapper {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .link-content-heading {
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
  }

  .hover-image-wrapper {
    flex: none;
  }

  .footer-image-wrapper {
    width: 100%;
    height: 300%;
  }

  .white-text-smaller {
    font-size: 2rem;
  }

  .white-text-smaller.absolute {
    margin-top: 50px;
    padding-right: 54px;
    font-size: 1.5rem;
    top: 10%;
  }

  .contact-information {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .contact_form-wrapper {
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .success_text {
    font-size: 1rem;
  }

  .button_form-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab_field {
    font-size: .8rem;
  }

  .btn_contact_wrap {
    width: 100%;
    font-size: 1rem;
  }

  .contact-wrapper {
    padding-left: 22px;
    padding-right: 22px;
  }

  .btn_contact_inner {
    height: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .radio_label {
    font-size: 1rem;
  }

  .radio_field {
    font-size: .8rem;
  }

  .field_label {
    font-size: .75rem;
  }

  .field_label.large {
    font-size: .8rem;
    transform: scale(1.2)translate(0, 1.5em);
  }

  .field_label.is-radio {
    font-size: 1rem;
  }

  .form-span {
    white-space: pre-wrap;
    margin-right: 32px;
    font-size: 1rem;
  }

  .icon-1x1-medium {
    flex: none;
    width: 1.25rem;
    height: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .slider {
    margin-bottom: 20px;
  }

  .grid-spacer {
    display: none;
  }

  .text-large-2 {
    font-size: 1.4rem;
  }

  .container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-2 {
    margin-bottom: 96px;
  }

  .text-2xl-2 {
    font-size: 1.75rem;
  }
}

#w-node-d66f6ffc-de37-4f85-3fec-7d565588e3ff-132f03ce {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_7ffb05e5-aaa6-d840-4b31-a6ce14cae92a-132f03ce {
  grid-area: 1 / 9 / 2 / 12;
  align-self: end;
}

#w-node-_12af9103-a0a9-a444-59cf-c7724c2057bc-132f03ce {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_2e13e5a0-653b-03dc-478f-35784abd445a-132f03ce, #w-node-_00955bc9-768e-b22c-d5a4-13479d5dde62-132f03ce, #w-node-_47bd8f00-a052-47c7-ef8a-108b9ce1c3a0-132f03ce {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8b58619d-060d-af50-9c60-c74c57de8a72-132f03ce, #w-node-eddcc27c-eb1d-11d3-cc6d-b54f01367bac-132f03ce {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-bd5be7a5-7947-e936-15fd-d99395a8a1e5-132f03ce, #w-node-_4e9c3b30-6119-e23c-fa14-04d1cc1c16f9-132f03ce {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_297e2913-ce01-eaa9-d6c9-0a1072dd3883-132f03ce {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_29700b10-c441-b0d6-fb88-574f2fb39ef4-132f03ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_700dd648-cda3-8b7e-ed8f-17f7ea38e1f4-132f03ce, #w-node-_652940dc-360f-cb1a-bb69-a7bf324f27e0-132f03ce, #w-node-_688bc689-16a9-fe71-baf7-f63f6c383e70-132f03ce, #w-node-_6adc62d3-138d-407c-867a-0ee263e5afd1-132f03ce {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_72e7369d-c136-e3d0-4cb4-f823db81c968-132f03ce, #w-node-_72e7369d-c136-e3d0-4cb4-f823db81c973-132f03ce, #w-node-_72e7369d-c136-e3d0-4cb4-f823db81c97e-132f03ce {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0b6a1d15-712f-1feb-0ef8-62ceae2dbc8f-132f03ce {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_0b6a1d15-712f-1feb-0ef8-62ceae2dbcaa-132f03ce, #w-node-_149bbe4b-8d4c-3b06-da5c-2225f3c4fb83-132f03ce {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_462d9579-28ff-6696-e10e-bf2899d3cc6f-99d3cc6c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_462d9579-28ff-6696-e10e-bf2899d3cc77-99d3cc6c {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_462d9579-28ff-6696-e10e-bf2899d3cc80-99d3cc6c {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-_462d9579-28ff-6696-e10e-bf2899d3cc89-99d3cc6c {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_462d9579-28ff-6696-e10e-bf2899d3cc8e-99d3cc6c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (min-width: 1440px) {
  #w-node-_462d9579-28ff-6696-e10e-bf2899d3cc77-99d3cc6c {
    grid-column: 6 / 8;
  }

  #w-node-_462d9579-28ff-6696-e10e-bf2899d3cc80-99d3cc6c {
    grid-column: 8 / 10;
  }

  #w-node-_462d9579-28ff-6696-e10e-bf2899d3cc89-99d3cc6c {
    grid-column-start: 10;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d66f6ffc-de37-4f85-3fec-7d565588e3ff-132f03ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ffb05e5-aaa6-d840-4b31-a6ce14cae92a-132f03ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_12af9103-a0a9-a444-59cf-c7724c2057bc-132f03ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e13e5a0-653b-03dc-478f-35784abd445a-132f03ce, #w-node-_00955bc9-768e-b22c-d5a4-13479d5dde62-132f03ce, #w-node-_47bd8f00-a052-47c7-ef8a-108b9ce1c3a0-132f03ce {
    grid-column: span 1 / span 1;
  }

  #w-node-_8b58619d-060d-af50-9c60-c74c57de8a72-132f03ce, #w-node-eddcc27c-eb1d-11d3-cc6d-b54f01367bac-132f03ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_462d9579-28ff-6696-e10e-bf2899d3cc6f-99d3cc6c {
    grid-column: span 3 / span 3;
  }

  #w-node-_462d9579-28ff-6696-e10e-bf2899d3cc77-99d3cc6c, #w-node-_462d9579-28ff-6696-e10e-bf2899d3cc80-99d3cc6c, #w-node-_462d9579-28ff-6696-e10e-bf2899d3cc89-99d3cc6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_462d9579-28ff-6696-e10e-bf2899d3cc8e-99d3cc6c {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_29700b10-c441-b0d6-fb88-574f2fb39f0b-132f03ce {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd5be7a5-7947-e936-15fd-d99395a8a1e5-132f03ce, #w-node-_4e9c3b30-6119-e23c-fa14-04d1cc1c16f9-132f03ce, #w-node-_297e2913-ce01-eaa9-d6c9-0a1072dd3883-132f03ce, #w-node-_462d9579-28ff-6696-e10e-bf2899d3cc6f-99d3cc6c {
    grid-column: span 1 / span 1;
  }

  #w-node-_462d9579-28ff-6696-e10e-bf2899d3cc8e-99d3cc6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ndi title';
  src: url('../fonts/NDITitle-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ndi title';
  src: url('../fonts/NDITitle-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ndi title';
  src: url('../fonts/NDITitle-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ndi title Demi';
  src: url('../fonts/NDITitle-Demi.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ndimono';
  src: url('../fonts/NDImono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NDI body';
  src: url('../fonts/Hauora-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NDI body';
  src: url('../fonts/Hauora-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NDI body';
  src: url('../fonts/Hauora-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NDI body';
  src: url('../fonts/Hauora-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NDI body';
  src: url('../fonts/Hauora-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NDI body';
  src: url('../fonts/Hauora-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}