:root {
  --black: black;
  --proxima: proxima-nova, sans-serif;
  --light-blue: #b6ecf6;
  --white: white;
  --transparent: transparent;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav-button-animated-2 {
  z-index: 900;
  background-color: #003052e6;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-button-animated-2.w--open {
  background-color: #0000;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.nav-logo {
  height: 120px;
}

.nav-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.nav-link {
  font-family: var(--proxima);
  color: var(--light-blue);
  text-transform: uppercase;
  border-bottom: 1px dashed #0000;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  transition: color .2s;
}

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

.nav-link.w--current {
  color: #fff;
}

.nav-section {
  z-index: 2000;
  background-color: var(--black);
  position: fixed;
  inset: 0 0 auto;
}

.brand {
  margin-left: 3%;
}

.middle-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.navbar {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: var(--light-blue);
  height: 200vh;
}

.intro-section {
  background-color: var(--black);
  padding: 58px 60px 60px;
}

.header-logo-wrap {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.header-logo {
  height: 240px;
}

.flex-block {
  justify-content: flex-start;
  align-items: flex-start;
}

.h1-white {
  font-family: var(--proxima);
  color: var(--white);
  font-size: 54px;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-2 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  display: flex;
}

.light-blue-button {
  background-color: var(--light-blue);
  font-family: var(--proxima);
  color: var(--black);
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 700;
  transition: letter-spacing .2s;
}

.light-blue-button:hover {
  letter-spacing: 1px;
}

.padding-40px {
  height: 40px;
}

.hero-section {
  background-color: var(--black);
  min-height: 800px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 65%;
}

.hero-img-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: auto 0%;
}

.hero-text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-text-heading {
  font-family: var(--proxima);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000000d9;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.2;
}

.hero-text-secondary {
  font-family: var(--proxima);
  color: var(--white);
  text-align: center;
  text-shadow: 1px 1px 2px #000000d9;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.2;
}

.colour-overlay {
  background-color: var(--light-blue);
  mix-blend-mode: overlay;
  position: absolute;
  inset: 0%;
}

.harness-dude {
  width: 35vw;
  position: absolute;
  inset: auto 5% 0% auto;
}

.hero-bg-icon {
  display: none;
}

.mobile-logo {
  height: 36px;
  margin-left: 12%;
  display: none;
  position: absolute;
}

.white-section {
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.white-section.process {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.half-pic-wrap {
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.half-content-wrap {
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.h2-black {
  font-family: var(--proxima);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph {
  font-family: var(--proxima);
  color: var(--black);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.rich-text {
  font-family: var(--proxima);
}

.rich-text h1 {
  color: var(--black);
  font-size: 54px;
  font-weight: 400;
  line-height: 1.2;
}

.rich-text h2 {
  font-family: var(--proxima);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.rich-text h3 {
  color: var(--black);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.rich-text h4 {
  color: var(--black);
  font-size: 36px;
  line-height: 1.2;
}

.rich-text h5 {
  color: var(--black);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

.rich-text h6 {
  color: var(--black);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.rich-text p {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.rich-text blockquote {
  border-left-color: var(--light-blue);
  color: var(--black);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.rich-text ol, .rich-text ul {
  color: var(--black);
  font-size: 18px;
  line-height: 1.6;
}

.rich-text a {
  color: var(--black);
  text-underline-offset: 2px;
  transition: color .2s;
}

.rich-text a:hover {
  color: var(--light-blue);
}

.rich-text.centred {
  text-align: center;
}

.black-section {
  background-color: var(--black);
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.rich-text-reverse {
  font-family: var(--proxima);
}

.rich-text-reverse h1 {
  color: var(--light-blue);
  font-size: 54px;
  font-weight: 400;
  line-height: 1.2;
}

.rich-text-reverse h2 {
  color: var(--light-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.rich-text-reverse h3 {
  color: var(--light-blue);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.rich-text-reverse h4 {
  color: var(--light-blue);
  font-size: 36px;
  line-height: 1.2;
}

.rich-text-reverse h5 {
  color: var(--light-blue);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

.rich-text-reverse h6 {
  color: var(--light-blue);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.rich-text-reverse p {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.rich-text-reverse blockquote {
  border-left-color: var(--light-blue);
  color: var(--light-blue);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.rich-text-reverse ol, .rich-text-reverse ul {
  color: var(--white);
  font-size: 18px;
  line-height: 1.6;
}

.rich-text-reverse a {
  color: var(--white);
  text-underline-offset: 2px;
  transition: color .2s;
}

.rich-text-reverse a:hover {
  color: var(--light-blue);
}

.left-half-wrap {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.right-half-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: -80px;
  margin-bottom: -80px;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-block-3 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.half-pic-wrap-with-img {
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
  position: relative;
  overflow: visible;
}

.section {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  overflow: visible;
}

.flex-block-4 {
  background-color: var(--light-blue);
  align-items: stretch;
  width: 50%;
  padding: 40px;
}

.flex-block-5 {
  background-color: var(--black);
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.icon-container {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  min-height: 800px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.black-round-wrap {
  background-color: var(--black);
  border-radius: 300px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: 30px;
  padding: 20px;
  display: flex;
}

.big-number {
  font-family: var(--proxima);
  color: var(--transparent);
  text-align: center;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--light-blue);
  margin-bottom: 10px;
  font-size: 120px;
  font-weight: 900;
  line-height: .8;
}

.blue-text {
  font-family: var(--proxima);
  color: var(--light-blue);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 28px;
  line-height: 1.2;
}

.icon {
  height: 14%;
}

.div-block-4 {
  flex-flow: column;
  flex: 1;
  height: 800px;
  margin-top: -40px;
  margin-bottom: -40px;
  display: flex;
  overflow: hidden;
}

.process-steps-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.process-circle {
  border: 6px none var(--light-blue);
  background-color: var(--black);
  outline-color: var(--light-blue);
  outline-offset: -.4vw;
  border-radius: 600px;
  outline-width: .5vw;
  outline-style: solid;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  padding: 50% 0;
  display: flex;
  position: relative;
}

.process-content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.process-number {
  font-family: var(--proxima);
  color: var(--transparent);
  text-align: center;
  -webkit-text-stroke-width: .2vw;
  -webkit-text-stroke-color: var(--light-blue);
  margin-bottom: 10px;
  font-size: 8vw;
  font-weight: 900;
  line-height: .8;
}

.process-text {
  font-family: var(--proxima);
  color: var(--light-blue);
  text-align: center;
  width: 80%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2vw;
  line-height: 1;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process-description {
  font-family: var(--proxima);
  color: var(--black);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1.6vw;
  line-height: 1.6;
}

.process-link {
  color: var(--black);
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  transition: text-decoration-color .2s;
}

.process-link:hover {
  text-underline-offset: 3px;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
}

.div-block-6 {
  background-color: var(--light-blue);
  width: 100%;
  height: .5vw;
  position: absolute;
  inset: 30% auto auto;
}

.footer {
  background-color: var(--black);
  padding: 80px 40px;
}

.heading {
  text-align: center;
}

.h3-black {
  font-family: var(--proxima);
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-7 {
  position: relative;
}

.flex-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-text-left {
  font-family: var(--proxima);
  color: var(--white);
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
}

.flex-block-7 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 80px;
}

.contact-wrap-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-right: 30px;
  display: flex;
}

.footer-logo {
  width: 180px;
  margin-bottom: 30px;
}

.div-block-8 {
  background-color: var(--light-blue);
  width: 180px;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.fb-icon {
  height: 40px;
}

.form-wrap {
  border-right: 1px solid var(--light-blue);
  border-left: 1px solid var(--light-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 30px;
  display: flex;
}

.footer-text-centred {
  font-family: var(--proxima);
  color: var(--white);
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}

.footer-text-centred.short {
  width: 70%;
}

.h2-white {
  font-family: var(--proxima);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.contact-wrap-2 {
  width: 25%;
  margin-left: 30px;
}

.footer-heading {
  font-family: var(--proxima);
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-icon {
  height: 20px;
  margin-right: 10px;
}

.footer-text-link {
  font-family: var(--proxima);
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s;
}

.footer-text-link:hover {
  color: var(--light-blue);
}

.footer-text-link.unlinked {
  cursor: default;
}

.footer-text-link.unlinked:hover {
  color: var(--white);
}

.footer-text-link-sml {
  font-size: 17px;
}

.contact-form {
  width: 100%;
  margin-top: 20px;
}

.form-label {
  font-family: var(--proxima);
  color: var(--white);
  font-weight: 400;
}

.form-field {
  background-color: var(--transparent);
  font-family: var(--proxima);
  color: var(--white);
  border: 1px solid #b6ecf699;
  min-height: 50px;
  margin-bottom: 20px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.2;
}

.form-field:focus {
  border-color: var(--light-blue);
}

.form-field.long {
  min-height: 180px;
}

.form-stack {
  padding: 0;
}

.submit-button {
  border: 1px solid var(--light-blue);
  background-color: var(--black);
  font-family: var(--proxima);
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
}

.submit-button:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.div-block-10 {
  height: 0;
}

.text-block {
  font-family: var(--proxima);
  color: var(--white);
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

.text-span {
  color: var(--light-blue);
  font-size: 36px;
}

.success-message {
  background-color: var(--transparent);
  padding: 0;
}

.text-block-2 {
  font-family: var(--proxima);
  font-size: 15px;
  line-height: 1.2;
}

.pinned-header-logo {
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-left: 60px;
  display: flex;
}

.pinned-logo {
  height: 30px;
}

.text-block-3 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .nav-logo {
    height: 140px;
  }

  .brand {
    margin-left: 10%;
  }

  .flex-block {
    margin-left: auto;
    margin-right: auto;
  }

  .h1-white {
    z-index: 10;
    position: relative;
  }

  .div-block-2 {
    max-width: 45%;
  }

  .half-content-wrap {
    margin-right: 12%;
  }

  .left-half-wrap {
    margin-left: 10%;
  }

  .flex-block-5 {
    padding-right: 12%;
  }

  .process-steps-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 75%;
  }

  .process-content-wrap {
    padding: 30px;
  }

  .process-number {
    font-size: 6.5vw;
  }

  .process-text {
    font-size: 1.5vw;
  }

  .process-description {
    font-size: 1.1vw;
  }

  .div-block-6 {
    top: 36%;
  }

  .flex-block-6 {
    max-width: 1640px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #1a1a1a;
    background-image: radial-gradient(circle at 100% 100%, #003052, #000);
    width: 100%;
    margin-top: 0;
    margin-right: 0%;
    padding: 140px 60px 20px;
    position: fixed;
  }

  .nav-button-animated-2 {
    background-color: var(--black);
    width: 70px;
    height: 65px;
    margin-top: 0;
    margin-right: 0;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .nav-button-animated-2.w--open {
    background-color: #000;
    transition: background-color .2s;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .bottom-line {
    border-radius: 1px;
    width: 35px;
    top: 40px;
  }

  .top-line {
    border-radius: 1px;
    width: 35px;
    top: 20px;
  }

  .nav-wrapper {
    height: 65px;
    padding-left: 0%;
    position: relative;
  }

  .nav-link {
    border-bottom-style: none;
    font-size: 36px;
  }

  .nav-link:hover {
    color: var(--light-blue);
    border-bottom-style: none;
  }

  .brand {
    z-index: 10;
  }

  .middle-line {
    border-radius: 1px;
    width: 35px;
    top: 30px;
  }

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

  .h1-white {
    font-size: 44px;
  }

  .div-block-2 {
    padding-top: 60px;
    padding-left: 40px;
  }

  .light-blue-button {
    transition: none;
  }

  .light-blue-button:hover {
    letter-spacing: 4px;
  }

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

  .grid {
    width: 100%;
  }

  .hero-img-wrap {
    height: 360px;
  }

  .hero-text-heading, .hero-text-secondary {
    font-size: 2.5vw;
  }

  .harness-dude {
    width: 40vw;
    margin-top: -40px;
    position: relative;
    right: auto;
  }

  .hero-bg-icon {
    opacity: .16;
    width: 100%;
    display: block;
    position: absolute;
    inset: auto auto 0%;
  }

  .mobile-logo {
    height: 34px;
    margin-left: 20px;
    display: block;
    position: relative;
  }

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

  .half-pic-wrap {
    flex-flow: column;
    width: 100%;
    height: 500px;
    margin-bottom: 40px;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .left-half-wrap {
    width: 100%;
  }

  .right-half-wrap {
    width: 100%;
    height: 500px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .flex-block-3 {
    flex-flow: column;
  }

  .half-pic-wrap-with-img {
    flex-flow: column;
    width: 100%;
    margin-bottom: 40px;
  }

  .section {
    flex-flow: column;
  }

  .flex-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 640px;
    position: relative;
  }

  .flex-block-5 {
    width: 100%;
  }

  .div-block-3 {
    z-index: 5;
    width: 100%;
    position: relative;
  }

  .icon-container {
    opacity: .25;
  }

  .div-block-4 {
    width: 100%;
    height: 640px;
    position: absolute;
    left: 0;
    right: 0;
  }

  .process-steps-wrap {
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .process-number {
    font-size: 14vw;
  }

  .process-text {
    font-size: 4vw;
  }

  .process-description {
    font-size: 3vw;
  }

  .div-block-6 {
    display: none;
  }

  .footer-text-left {
    text-align: center;
    width: 60%;
  }

  .flex-block-7 {
    flex-flow: column;
  }

  .contact-wrap-1 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .div-block-8 {
    width: 60%;
  }

  .form-wrap {
    width: 100%;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-wrap-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-text-link {
    text-align: center;
    transition: none;
  }

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

  .footer-text-link.unlinked {
    text-align: center;
  }

  .pinned-header-logo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-logo {
    height: 90px;
  }

  .nav-link {
    font-size: 36px;
  }

  .intro-section {
    padding-top: 100px;
  }

  .header-logo-wrap {
    flex-flow: column;
    width: 100%;
  }

  .header-logo {
    width: 70%;
    height: auto;
  }

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

  .h1-white {
    text-align: center;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 40px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .hero-img-wrap {
    height: 360px;
  }

  .hero-text-heading, .hero-text-secondary {
    font-size: 5vw;
  }

  .harness-dude {
    width: 55vw;
  }

  .rich-text h1 {
    font-size: 48px;
  }

  .rich-text h2 {
    font-size: 42px;
  }

  .rich-text h3 {
    font-size: 36px;
  }

  .rich-text h4, .rich-text h5 {
    font-size: 30px;
  }

  .rich-text h6 {
    font-size: 24px;
  }

  .rich-text-reverse h1 {
    font-size: 48px;
  }

  .rich-text-reverse h2 {
    font-size: 42px;
  }

  .rich-text-reverse h3 {
    font-size: 36px;
  }

  .rich-text-reverse h4, .rich-text-reverse h5 {
    font-size: 30px;
  }

  .rich-text-reverse h6 {
    font-size: 24px;
  }

  .process-circle {
    outline-width: 1vw;
  }

  .process-number {
    -webkit-text-stroke-width: .4vw;
  }

  .process-text {
    width: 100%;
  }

  .process-description {
    font-size: 3vw;
  }

  .h3-black {
    font-size: 36px;
  }

  .footer-text-left, .div-block-8 {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    padding-top: 90px;
    padding-left: 25px;
    position: fixed;
  }

  .nav-button-animated-2 {
    width: 50px;
    height: 50px;
    margin-top: 0;
  }

  .nav-button-animated-2.w--open {
    margin-top: 0;
    position: fixed;
  }

  .bottom-line {
    width: 30px;
    top: 32px;
  }

  .top-line {
    width: 30px;
    top: 12px;
  }

  .nav-logo {
    height: auto;
  }

  .nav-wrapper {
    height: 50px;
  }

  .nav-link {
    font-size: 30px;
  }

  .brand {
    width: 80%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .middle-line {
    width: 30px;
    top: 22px;
  }

  .intro-section {
    padding: 80px 30px 40px;
  }

  .header-logo {
    width: 85%;
  }

  .h1-white {
    font-size: 36px;
  }

  .div-block-2 {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .light-blue-button {
    text-align: center;
    letter-spacing: 2px;
  }

  .padding-40px {
    height: 30px;
  }

  .hero-section {
    overflow: hidden;
  }

  .hero-img-wrap {
    height: 320px;
  }

  .harness-dude {
    width: 75vw;
  }

  .hero-bg-icon {
    width: 160%;
    max-width: none;
  }

  .mobile-logo {
    height: 30px;
  }

  .white-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .half-pic-wrap {
    height: 300px;
    margin-bottom: 30px;
  }

  .half-content-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rich-text h1 {
    font-size: 36px;
  }

  .rich-text h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .rich-text h3, .rich-text h4 {
    font-size: 28px;
  }

  .rich-text h5 {
    font-size: 26px;
  }

  .rich-text h6 {
    font-size: 22px;
  }

  .rich-text p {
    font-size: 17px;
  }

  .rich-text blockquote {
    font-size: 20px;
  }

  .rich-text ol, .rich-text ul {
    font-size: 17px;
  }

  .black-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rich-text-reverse h1 {
    font-size: 36px;
  }

  .rich-text-reverse h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .rich-text-reverse h3, .rich-text-reverse h4 {
    font-size: 28px;
  }

  .rich-text-reverse h5 {
    font-size: 26px;
  }

  .rich-text-reverse h6 {
    font-size: 22px;
  }

  .rich-text-reverse p {
    font-size: 17px;
  }

  .rich-text-reverse blockquote {
    font-size: 20px;
  }

  .rich-text-reverse ol, .rich-text-reverse ul {
    font-size: 17px;
  }

  .right-half-wrap {
    height: 300px;
  }

  .half-pic-wrap-with-img {
    margin-bottom: 30px;
  }

  .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .black-round-wrap {
    width: 260px;
    height: 260px;
  }

  .big-number {
    font-size: 100px;
  }

  .blue-text {
    font-size: 24px;
  }

  .process-steps-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .process-circle {
    outline-width: 2vw;
  }

  .process-content-wrap {
    padding-top: 0;
  }

  .process-number {
    -webkit-text-stroke-width: .6vw;
    margin-bottom: 0;
    font-size: 40vw;
    line-height: 1;
  }

  .process-text {
    font-size: 8vw;
  }

  .process-description {
    font-size: 6vw;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h3-black {
    font-size: 30px;
  }

  .footer-text-left {
    width: 100%;
    font-size: 17px;
  }

  .div-block-8 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .form-wrap {
    border-left-style: none;
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-text-centred.short {
    width: 100%;
    font-size: 17px;
  }

  .footer-heading {
    margin-bottom: 0;
  }

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

  .form-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

#w-node-_2fb84ddd-0561-8ba3-d143-b06b626a1d0c-e4811ba3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_2fb84ddd-0561-8ba3-d143-b06b626a1d0c-e4811ba3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


