:root {
  --light-green: #d2e3c2;
  --blank: #0f464000;
  --dark-green-real: #0f4640;
  --spark-library--black: black;
  --spark-library--foreground-interactive-hover: #207920;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--foreground-interactive: #5532fa00;
  --spark-library--white: white;
  --border-stroke: #0027031f;
  --grey: #223d1a1a;
  --dark-green: #0f4640d9;
  --dark-green-fade: var(--blank);
}

.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;
}

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

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

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

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

.navwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  border: 0 solid #0f464040;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 2rem 0;
  display: flex;
}

.hero-content {
  padding: 3rem 0;
}

.product-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light-green);
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.nav-buttons-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--blank);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  border: 0 #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.logo {
  max-width: 13.5rem;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero-image {
  object-fit: cover;
  border-radius: 25px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.body {
  background-color: #fff;
  flex-flow: column;
  font-family: Instrument Sans, sans-serif;
  display: flex;
}

.section-background {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 0;
  display: flex;
}

.nav-link {
  border: 0px none var(--dark-green-real);
  color: var(--dark-green-real);
  text-transform: none;
  overflow-wrap: normal;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-family: Instrument Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  display: block;
}

.nav-link.w--current {
  color: var(--spark-library--black);
}

.columns {
  border: 0 #000;
}

.paragraph {
  color: #333;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Instrument Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 120%;
}

.paragraph.services {
  color: #333;
  text-align: left;
  width: 80%;
}

.paragraph.black {
  color: #000;
  text-align: center;
  text-shadow: none;
  font-size: 1.4rem;
  font-weight: 400;
}

.paragraph.black.left {
  text-align: left;
}

.paragraph.padding {
  color: #000;
  text-align: left;
  text-shadow: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4rem;
  font-weight: 400;
}

.paragraph.padding.left {
  text-align: left;
}

.button-link {
  color: #fff;
  text-align: center;
  background-color: #0f4640;
  border-radius: 100px;
  width: 170px;
  padding: .9375rem 1.25rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.button-link.stroke-button {
  border: 2px solid var(--dark-green-real);
  color: var(--dark-green-real);
  -webkit-text-stroke-color: var(--dark-green-real);
  background-color: #0f464000;
}

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

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 110%;
}

.column-2 {
  padding-left: 10px;
  padding-right: 0;
}

.text-span {
  color: var(--dark-green-real);
}

.heading-2 {
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 120%;
}

.subhead {
  text-align: center;
  flex: 1;
  align-self: center;
  min-width: 60%;
  max-width: 80%;
  font-size: 24px;
  line-height: 28px;
}

.cell {
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.quick-stack {
  grid-column-gap: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.info {
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 380px;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.overlay {
  background-color: #223d1a1a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  max-width: 100%;
  height: 5rem;
  max-height: 100%;
  text-decoration: none;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  text-decoration: none;
  display: flex;
}

.h3-sub {
  background-color: var(--light-green);
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.description {
  color: #475569;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.overlay-2 {
  background-color: #223d1a1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.overlay-3 {
  background-color: #223d1a1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.container-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.div-block-2 {
  min-width: 75%;
  max-width: 75%;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.hero-section {
  flex: 1;
  min-width: 75vw;
  max-width: 75%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.contact-container {
  min-width: 75%;
  max-width: 75%;
  padding-left: 0;
  padding-right: 0;
}

.overlay-4 {
  background-color: #223d1a0d;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.container-6, .container-7, .container-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  padding-left: 0;
}

.contact-text {
  font-size: 20px;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-4 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.cell-3 {
  background-color: var(--blank);
  justify-content: center;
  align-items: center;
}

.quick-stack-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---text-area {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.brix---text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.brix---text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---input {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.brix---input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.brix---input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-label {
  color: #211f54;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---card-form {
  background-color: #eff0f6;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  align-self: auto;
  min-height: 576px;
  margin-bottom: 0;
  padding: 17px 40px;
  box-shadow: 0 4px 5px #14142b0f;
}

.brix---success-message {
  background-color: var(--dark-green-real);
  color: #fff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  background-color: var(--dark-green-real);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: inline-block;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.cell-4, .cell-5, .cell-6 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-5 {
  flex: 1;
  display: flex;
}

.quick-stack-4 {
  flex: 1;
  align-self: stretch;
}

.div-block-6 {
  background-color: #f4f5f3;
  border-radius: 50px;
}

.cell-7, .cell-8 {
  justify-content: center;
  align-items: flex-start;
}

.section {
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  box-shadow: 0 -2px 3px #0003;
}

.nav-link-footer {
  color: var(--dark-green-real);
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: normal;
  flex: 0 auto;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.cell-9 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.image {
  align-self: center;
  width: 200px;
}

.cell-10 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.cell-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.quick-stack-5 {
  flex: 1;
  min-width: 100%;
  max-width: none;
  padding: 10px 0 10px 0;
}

.container-9 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: 80%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  min-width: 75vw;
  max-width: 75vw;
  display: flex;
}

.cell-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  min-width: 75%;
  max-width: 75%;
  display: flex;
}

.nav-link-menu-button {
  color: #fff;
  text-transform: uppercase;
  overflow-wrap: normal;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
}

.nav-buttons-wrapper-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--blank);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-image: linear-gradient(#0f4640, #0f4640);
  border: 1px #000;
  border-radius: 20px;
  padding: 10px 20px;
  display: flex;
}

.nav-button-block {
  border: 0px solid var(--dark-green-real);
  border-radius: 20px;
}

.container-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 76vw;
  max-width: 90vw;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 6px #0003;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.image-3, .image-4 {
  min-width: 100px;
}

.quick-stack-6 {
  padding: 0;
}

.form {
  justify-content: center;
  align-items: stretch;
  display: block;
}

.div-block-13 {
  min-width: 0;
}

.brand {
  position: relative;
}

.heading-3 {
  background-color: var(--light-green);
  align-self: stretch;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 600;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--dark-green-real);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--dark-green-real);
  opacity: 1;
  color: var(--spark-library--white);
  background-image: linear-gradient(45deg, #0000, #fff6);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-square-menu-with-links {
  background-color: var(--spark-library--white);
  border: .03px solid #0027031f;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
  box-shadow: -2px 0 3px #0003;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  min-width: 75%;
  max-width: 75%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: static;
}

._16-9-image-frame {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  padding-top: 56.25%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-holder {
  background-image: linear-gradient(200deg, #0000 44%, var(--dark-green-real) 93%), url('../images/ServicesHeroImageGen.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-2 {
  background-color: var(--light-green);
  justify-content: center;
  align-items: center;
  padding: 30px 0%;
  display: flex;
}

.heading-white {
  color: #fff;
  text-shadow: 0 1px 10px #0000004d;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.heading-4 {
  text-align: center;
}

.mission-section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 30px 0%;
  display: flex;
}

.paragraph-2 {
  text-align: center;
}

.section-3 {
  background-color: var(--light-green);
  justify-content: center;
  align-items: center;
  padding: 30px 0%;
  display: flex;
}

.subheading-white {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Instrument Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.subheading-white.services {
  color: #000;
  text-align: center;
  width: 32.5rem;
}

.subheading-white.black {
  color: #000;
  text-align: center;
  text-shadow: none;
  font-size: 1.4rem;
  font-weight: 400;
}

.subheading-white.black.left {
  text-align: left;
}

.overlay-image {
  object-fit: cover;
  background-color: #223d1a1a;
  background-image: url('../images/pexels-rezwan-1116035.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay-image.dude-pic {
  background-image: url('../images/pexels-thisisengineering-3862628.jpg');
  background-position: 50%;
  inset: 0%;
}

.card-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.info-image {
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 385px;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.cell-17 {
  background-image: url('../images/pexels-tima-miroshnichenko-6474481.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 0;
}

.quick-stack-7 {
  padding-left: 0;
  padding-right: 0;
}

.container-11 {
  max-width: none;
  padding: 30px 15%;
}

.div-block-17 {
  background-image: url('../images/pexels-tima-miroshnichenko-6474481.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 225px;
  max-width: none;
  min-height: 500px;
  padding-top: 0;
  display: block;
  position: static;
}

.column-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.team-image-1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.columns-2 {
  margin-left: 0;
  margin-right: 0;
  padding: 30px 0;
}

.team-image-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-18, .column-4 {
  padding-left: 0;
}

.heading-5 {
  padding-left: 30px;
}

.text-block {
  padding-left: 0;
  padding-right: 0;
}

.bernard {
  background-image: url('../images/pexels-tima-miroshnichenko-6474481.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  max-width: none;
  min-height: 500px;
  padding-top: 0;
  display: block;
  position: static;
}

.tony {
  background-image: url('../images/pexels-mikael-blomkvist-8961337.jpg');
  background-position: 45%;
  background-size: 755px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  max-width: none;
  min-height: 500px;
  padding-top: 0;
  display: block;
  position: static;
}

.quick-stack-8 {
  padding-left: 0;
  padding-right: 0;
}

.body-2 {
  padding-left: 0;
}

.section-4 {
  background-color: var(--light-green);
  justify-content: center;
  align-items: center;
  padding: 30px 0%;
  display: flex;
}

.div-block-20 {
  background-color: #ededed;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.paragraph-copy {
  color: #333;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Instrument Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.paragraph-copy.services {
  color: #333;
  text-align: center;
  width: 32.5rem;
}

.paragraph-copy.black {
  color: #000;
  text-align: center;
  text-shadow: none;
  font-size: 1.4rem;
  font-weight: 400;
}

.paragraph-copy.black.left {
  text-align: left;
}

.paragraph-copy.padding {
  color: #000;
  text-align: center;
  text-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4rem;
  font-weight: 400;
}

.paragraph-copy.padding.left {
  text-align: left;
}

.paragraph-2-copy {
  text-align: center;
}

.paragraph-3 {
  font-family: Instrument Sans, sans-serif;
  font-weight: 400;
}

.supporting-text {
  font-family: Instrument Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.flex-block {
  flex: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-21 {
  background-color: #e3e3e300;
  border: 1px #000;
  border-radius: 20px;
  align-items: center;
  display: flex;
}

.bold-green {
  color: var(--spark-library--black);
  letter-spacing: .5px;
  background-color: #cbe0c7c9;
  border: 1px #000;
  border-radius: 20px;
  flex: 0 auto;
  margin-bottom: 5px;
  padding: 2px 10px;
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.div-block-22 {
  background-image: url('../images/pexels-wasinpirom-16370549.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 15px;
  flex: 1;
  align-self: center;
  min-width: 545px;
  max-width: none;
  min-height: 545px;
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack-9 {
  background-color: var(--spark-library--white);
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.cell-18 {
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

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

.cell-19 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.section-5 {
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

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

.rich-text {
  color: #333;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
  font-family: Instrument Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.rich-text.services {
  color: #333;
  text-align: center;
  width: 32.5rem;
}

.rich-text.black {
  color: #000;
  text-align: center;
  text-shadow: none;
  font-size: 1.4rem;
  font-weight: 400;
}

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

.rich-text.padding {
  color: #000;
  text-align: center;
  text-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4rem;
  font-weight: 400;
}

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

.list-item {
  padding-bottom: 15px;
  font-family: Instrument Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

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

.hero-services-image {
  background-image: url('../images/pexels-enginakyurt-4170184.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  flex: 1;
  align-self: center;
  min-width: 435px;
  max-width: none;
  min-height: 435px;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-services-image {
  background-image: url('../images/pexels-pok-rie-33563-1188553.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  flex: 1;
  align-self: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack-10 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-left: 0;
  padding-right: 0;
}

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

.geo-image {
  background-image: url('../images/pexels-wasinpirom-16370549.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 15px;
  flex: 1;
  align-self: center;
  min-width: 545px;
  max-width: none;
  min-height: 545px;
  padding-top: 0;
  padding-bottom: 0;
}

.screw-image {
  background-image: url('../images/pexels-skraboys28-15743467.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  flex: 1;
  align-self: center;
  min-width: 545px;
  max-width: none;
  min-height: 545px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 1015px;
  display: flex;
}

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

.list, .list-2, .list-3 {
  padding-left: 25px;
}

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

.team-text {
  color: #475569;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

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

.heading-6 {
  background-color: var(--light-green);
  align-self: stretch;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 600;
}

.heading-7 {
  background-color: var(--light-green);
  align-self: stretch;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

._1-1-frame {
  width: 100%;
  max-width: none;
  padding-top: 100%;
  display: block;
  position: relative;
}

.text-span-2 {
  color: var(--dark-green-real);
}

.image-8 {
  flex: 0 auto;
}

.frame-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 75%;
  max-width: 75%;
  display: flex;
}

.svg-overlay {
  background-color: var(--grey);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.image-9, .image-10, .image-11 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mission-block {
  flex-flow: column;
  min-width: 75%;
  max-width: 75%;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
}

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

.image-12 {
  object-fit: contain;
  height: auto;
  position: absolute;
  inset: 0%;
}

.image-site {
  background-image: url('../images/pexels-pok-rie-33563-1188553.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rich-text-block {
  min-width: 100%;
  max-width: 100%;
  font-family: Instrument Sans, sans-serif;
}

.image-reports {
  background-image: url('../images/MinView---Sydney.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-13 {
  object-fit: cover;
}

.image-drill {
  background-image: url('../images/ServicesHeroImg8bit.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-drill-site {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--blank) 73%, var(--dark-green-real)), url('../images/ServicesHeroReal8bit.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.drill-frame {
  background-color: var(--grey);
  object-fit: fill;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 44%;
  height: 470px;
  padding: 40px;
  display: flex;
  position: relative;
}

.image-14 {
  background-color: var(--blank);
  object-fit: contain;
  border-radius: 10px;
  flex: 0 auto;
  align-self: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.drill-image {
  position: absolute;
  inset: 0%;
}

.div-block-24, .drill-bit-svg {
  background-image: url('../images/Drill-Curls-v2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  align-self: stretch;
}

.form-2 {
  background-color: var(--grey);
  border-radius: 20px;
  box-shadow: 0 2px 5px #0003;
}

.input-block {
  border-radius: 20px;
  min-height: 70px;
}

.form-text {
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 18px;
}

.submit-button {
  background-color: var(--dark-green);
  border-radius: 20px;
  padding: 20px 25px;
  font-family: Instrument Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.submit-button:hover {
  box-shadow: inset 0 0 13px 5px #00000096;
}

.form-block {
  align-self: stretch;
}

.text-field {
  border-radius: 20px;
  align-self: auto;
  min-height: 144px;
}

.textarea {
  border-radius: 20px;
  min-height: 144px;
}

.cell-26 {
  justify-content: center;
  align-items: flex-start;
}

.text-block-2 {
  font-weight: 600;
}

.success-message {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-section {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.success-container {
  flex: 1;
  align-self: center;
}

.text-block-3 {
  text-align: center;
}

.success-text {
  background-color: var(--dark-green-real);
  color: var(--spark-library--white);
  text-align: center;
  border-radius: 20px;
  padding: 30px 60px;
  font-family: Instrument Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 141%;
}

.contact-form {
  max-width: none;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.form-block-2 {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-field-2 {
  text-align: left;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.text-field-3 {
  text-align: left;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.textarea-2 {
  border-radius: 20px;
  height: 140px;
  margin-bottom: 15px;
  padding: 5px 15px;
}

.submit-button-2 {
  background-color: var(--dark-green-real);
  border-radius: 20px;
  padding: 15px 40px;
  font-size: 20px;
}

.field-label, .field-label-2, .field-label-3 {
  padding-bottom: 5px;
  font-size: 20px;
}

.contact-form-2 {
  max-width: 80vw;
  max-height: 80vh;
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0;
}

.contact-form-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  display: grid;
}

.contact-links {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.contact-form-block {
  flex: 1;
}

.field-label-4 {
  color: var(--spark-library--black);
}

.form-wrapper {
  background-color: var(--grey);
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: block;
}

.success-message-2 {
  background-color: #f0f0f0;
  border-radius: 3px;
  padding-top: 49px;
  padding-bottom: 49px;
}

.text-field-4 {
  border-radius: 20px;
  margin-bottom: 15px;
}

.text-field-4.text-area {
  border-radius: 20px;
  min-height: 110px;
}

.success-text-2 {
  margin-bottom: 0;
  font-size: 17px;
}

.field-label-5 {
  color: var(--spark-library--black);
  font-family: Instrument Sans, sans-serif;
}

.field-label-6 {
  color: var(--spark-library--black);
}

.button {
  background-color: var(--dark-green-real);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-family: Instrument Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  border: 2px solid #fff;
  font-family: Instrument Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  box-shadow: inset 0 0 10px #0000008f;
}

.button.w--current {
  background-color: #a70000;
  border: 2px solid #fff;
  justify-content: flex-end;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.button.w--current:hover {
  box-shadow: inset 2px 2px 10px #000;
}

.form-3 {
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .product-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-image {
    max-width: 100%;
    display: inline-block;
    inset: 0%;
  }

  .body {
    align-items: stretch;
  }

  .section-background {
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .heading {
    font-size: 42px;
    line-height: 3.2rem;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 130%;
  }

  .info {
    height: 330px;
  }

  .h3-sub {
    margin-bottom: 0;
    font-size: 26px;
  }

  .description {
    font-size: 20px;
  }

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

  .hero-section {
    flex: 0 auto;
    min-width: 75%;
    padding-left: 0;
  }

  .contact-container {
    max-width: 75%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-4 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .cell-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack-3 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---btn-primary {
    background-color: #0f4640;
  }

  .quick-stack-4 {
    padding-top: 30px;
  }

  .section {
    background-color: #fff;
    box-shadow: 0 -2px 5px #0003;
  }

  .nav-link-footer {
    color: var(--dark-green-real);
  }

  .cell-9 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-7 {
    min-width: 75%;
    max-width: 75%;
  }

  .cell-12 {
    justify-content: center;
    align-items: flex-start;
  }

  .container-10 {
    min-width: 68vw;
    max-width: 83vw;
  }

  .image-3, .image-4 {
    min-width: 100px;
  }

  .cell-14 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .spark-nav-link.spark-button {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .spark-square-menu-with-links {
    padding-left: 0%;
    padding-right: 0%;
  }

  ._16-9-image-frame {
    padding-left: 0;
    padding-right: 0;
  }

  .image-holder {
    object-fit: contain;
    background-position: 0 0, 50% 75%;
    background-attachment: scroll, scroll;
  }

  .section-2, .mission-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-3 {
    flex-flow: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .overlay-image {
    background-position: 50% 85%;
  }

  .info-image {
    height: 410px;
  }

  .container-11 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .body-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .supporting-text {
    font-size: 22px;
    line-height: 28px;
  }

  .bold-green {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .section-5 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .rich-text {
    font-size: 20px;
    line-height: 24px;
  }

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

  .hero-services-image {
    min-width: 600px;
    min-height: 600px;
  }

  .grid-services-image, .geo-image, .screw-image {
    min-width: 678px;
    min-height: 678px;
  }

  .heading-7 {
    margin-top: 0;
  }

  ._1-1-frame {
    max-width: none;
  }

  .svg-overlay {
    justify-content: center;
    align-items: center;
    width: 140px;
  }

  .mission-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-site, .image-reports, .image-drill, .image-drill-site {
    background-position: 0 0, 50% 75%;
    background-attachment: scroll, scroll;
  }

  .drill-frame {
    width: 42%;
    height: 422px;
    padding: 30px 45px;
  }

  .image-14 {
    max-width: none;
    display: block;
  }

  .form-wrapper {
    flex: 1;
  }

  .button {
    padding-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .product-wrapper {
    padding-bottom: 50px;
  }

  .nav-buttons-wrapper {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .hero-image {
    align-self: flex-start;
    width: 100%;
  }

  .section-background {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .nav-link {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link.menu {
    font-size: 1.4rem;
  }

  .paragraph {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph.black.left {
    text-align: left;
    font-size: 1.2rem;
    line-height: 27px;
  }

  .paragraph.padding {
    font-size: 1.2rem;
    line-height: 26px;
  }

  .button-link {
    width: 130px;
    padding: 10px 15px;
    font-size: 16px;
  }

  .button-link.stroke-button {
    font-size: 15px;
  }

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

  .heading {
    text-align: left;
    padding-right: 0;
    font-size: 2.2rem;
    line-height: 125%;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .subhead {
    min-width: 100%;
  }

  .quick-stack {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card {
    justify-content: flex-start;
    align-items: flex-start;
    height: 275px;
  }

  .info {
    height: 295px;
    margin-bottom: 0;
    line-height: 20px;
  }

  .overlay {
    object-fit: fill;
    width: 3.6rem;
    height: 3.6rem;
  }

  .h3-sub {
    font-size: 20px;
  }

  .description {
    font-size: 14px;
    line-height: 130%;
  }

  .div-block-2 {
    min-width: 75%;
    max-width: 90%;
    margin-bottom: 0;
  }

  .hero-section {
    min-width: 70vw;
    max-width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-container {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: 90%;
    display: flex;
  }

  .cell-3 {
    background-color: var(--blank);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
  }

  .quick-stack-3 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cell-7, .cell-8 {
    justify-content: flex-start;
    align-items: center;
  }

  .section {
    inset: auto 0% 0%;
  }

  .div-block-7 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    min-width: 85vw;
    max-width: 85vw;
  }

  .cell-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    padding-right: 0;
    font-size: 12px;
  }

  .div-block-8 {
    min-width: 90%;
    max-width: 90%;
  }

  .nav-menu {
    z-index: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: contain;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    height: 355px;
    max-height: 240px;
    margin-top: 0;
    position: relative;
    inset: 64% -41% 0% auto;
  }

  .nav-menu.laptop-copy {
    display: flex;
  }

  .navbar {
    background-color: #fff;
    box-shadow: 0 2px 6px -2px #0003;
  }

  .nav-block {
    flex-flow: row;
  }

  .menu-button {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-button.w--open {
    margin-left: 0;
    display: block;
    position: relative;
  }

  .cell-13 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .quick-stack-6 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-14 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-5 {
    max-width: 45%;
    display: block;
    position: relative;
    right: -20px;
  }

  .heading-3.left {
    text-align: left;
  }

  .nav-menu-2 {
    justify-content: flex-end;
    align-items: center;
    display: block;
    top: 0;
  }

  .spark-nav-link {
    text-align: center;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    z-index: auto;
    border-bottom: .3px solid var(--border-stroke);
    border-left: .3px solid var(--border-stroke);
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 571px;
    padding: 1rem;
    inset: 8% 0% auto auto;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-square-menu-with-links {
    border-bottom-color: var(--border-stroke);
    align-self: stretch;
    margin-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .spark-square-menu-inner {
    justify-content: space-between;
    align-items: center;
    min-width: 90%;
    max-width: 90%;
    padding: 15px 0;
    position: relative;
  }

  .image-6 {
    margin-right: 0;
    padding-right: 0;
    position: relative;
    top: 8px;
    left: -10px;
  }

  ._16-9-image-frame {
    width: 100%;
    min-width: 0;
  }

  .image-holder {
    background-position: 0 0, 50% 78%;
    min-width: 100%;
    min-height: auto;
  }

  .section-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-white {
    font-size: 35px;
    line-height: 35px;
  }

  .mission-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-3 {
    padding-top: 15px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .subheading-white {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }

  .card-image {
    justify-content: flex-start;
    align-items: flex-start;
    height: 370px;
  }

  .info-image {
    height: 390px;
    line-height: 20px;
  }

  .container-11 {
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-18, .column-4 {
    padding-left: 0;
  }

  .paragraph-copy {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-copy.black.left {
    text-align: center;
    line-height: 29px;
  }

  .paragraph-copy.padding {
    line-height: 27px;
  }

  .cell-18 {
    padding-right: 0;
  }

  .div-block-23 {
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .rich-text.black.left {
    text-align: center;
    line-height: 29px;
  }

  .rich-text.padding {
    line-height: 27px;
  }

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

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

  .hero-services-image {
    flex: 0 auto;
    width: 250px;
    min-width: auto;
    height: 250px;
    min-height: auto;
  }

  .grid-services-image {
    width: 260px;
    min-width: auto;
    height: 260px;
    min-height: auto;
    display: block;
  }

  .quick-stack-10 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .geo-image, .screw-image {
    flex: 0 auto;
    align-self: flex-start;
    width: 260px;
    min-width: auto;
    height: 260px;
    min-height: auto;
  }

  .section-6 {
    height: auto;
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .cell-23 {
    display: block;
  }

  .list, .list-2, .list-3 {
    padding-left: 15px;
  }

  .team-text {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-6.left {
    text-align: left;
  }

  .heading-7 {
    margin-top: 0;
  }

  ._1-1-frame {
    max-width: none;
    padding-top: 100%;
  }

  .frame-container {
    min-width: 90%;
    max-width: 90%;
  }

  .svg-overlay {
    width: 100%;
    height: auto;
  }

  .mission-block {
    min-width: 90%;
    max-width: 90%;
  }

  .image-12 {
    inset: 0%;
  }

  .image-site, .image-reports, .image-drill, .image-drill-site {
    background-position: 0 0, 50% 78%;
    min-width: 100%;
    min-height: auto;
  }

  .drill-frame {
    justify-content: center;
    align-items: center;
    width: 66%;
    height: 479px;
    padding: 35px 16px;
    display: flex;
  }

  .image-14 {
    max-width: 47%;
  }

  .form-block {
    align-self: stretch;
  }

  .contact-form, .contact-form-2 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .navwrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-buttons-wrapper {
    background-image: none;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .logo {
    max-width: 12rem;
  }

  .nav-link {
    font-size: 1rem;
  }

  .paragraph {
    text-align: left;
  }

  .paragraph.services {
    width: auto;
  }

  .paragraph.black.left {
    text-align: left;
    font-size: 1.2rem;
    line-height: 26px;
  }

  .paragraph.padding {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }

  .heading {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .heading-2 {
    font-size: 30px;
  }

  .subhead {
    min-width: 80%;
    font-size: 18px;
    line-height: 24px;
  }

  .quick-stack {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .card {
    height: auto;
  }

  .info {
    height: 235px;
  }

  .h3-sub {
    text-align: left;
    margin-bottom: 0;
    font-size: 24px;
  }

  .description {
    text-align: left;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .contact-container {
    min-width: auto;
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-text {
    font-size: 18px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---card-form {
    align-self: center;
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .image {
    width: 175px;
  }

  .quick-stack-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-7 {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    min-width: 85vw;
  }

  .div-block-8 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .icon {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-list {
    align-self: center;
  }

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

  .dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
  }

  .nav-buttons-wrapper-menu {
    background-image: none;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .menu-button {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: block;
  }

  .subheader-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-3, .image-4 {
    max-width: 85%;
  }

  .quick-stack-6 {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    max-width: 39%;
  }

  .heading-3 {
    text-align: left;
    font-size: 30px;
  }

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

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

  .spark-nav-link.spark-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: visible;
  }

  .spark-simple-menu-button.w--open {
    overflow: hidden;
  }

  .spark-square-menu-with-links {
    padding-left: 5%;
    padding-right: 5%;
  }

  .spark-square-menu-inner, ._16-9-image-frame {
    padding-left: 0;
    padding-right: 0;
  }

  .image-holder {
    background-position: 0 0, 22% 75%;
    background-size: auto, 850px;
    background-attachment: scroll, scroll;
    min-height: 240px;
    padding-left: 20px;
  }

  .section-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .mission-section {
    padding-top: 15px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .subheading-white {
    text-align: left;
  }

  .subheading-white.services {
    width: auto;
  }

  .overlay-image {
    background-position: 50% 75%;
  }

  .card-image {
    height: auto;
  }

  .info-image {
    height: 310px;
  }

  .container-11 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .columns-2 {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .div-block-18 {
    padding-left: 0;
  }

  .heading-5 {
    text-align: center;
    padding-left: 0;
  }

  .text-block, .quick-stack-8, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    background-color: var(--light-green);
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph-copy {
    text-align: center;
  }

  .paragraph-copy.services {
    width: auto;
  }

  .paragraph-copy.black.left {
    text-align: center;
  }

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

  .supporting-text {
    margin-bottom: 10px;
  }

  .quick-stack-9 {
    background-color: #fff;
    padding-top: 20px;
  }

  .cell-18 {
    padding-top: 0;
    padding-left: 0;
  }

  .rich-text {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }

  .rich-text.services {
    width: auto;
  }

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

  .rich-text.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item {
    font-size: 16px;
    line-height: 22px;
  }

  .cell-21 {
    background-color: var(--light-green);
    border-radius: 15px;
  }

  .hero-services-image {
    width: 100%;
    height: 450px;
  }

  .grid-services-image {
    flex: 0 auto;
    width: 400px;
    height: 400px;
    display: block;
  }

  .geo-image, .screw-image {
    width: 400px;
    height: 400px;
  }

  .cell-23 {
    background-color: var(--light-green);
    border-radius: 15px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .list, .list-2 {
    padding-left: 15px;
  }

  .list-3 {
    padding-left: 15px;
    font-size: 18px;
  }

  .team-text {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .cell-25 {
    background-color: var(--light-green);
    border-radius: 15px;
  }

  .heading-6 {
    text-align: left;
    font-size: 28px;
    line-height: 150%;
  }

  .svg-overlay {
    width: 135px;
  }

  .mission-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-site {
    object-fit: cover;
    background-image: url('../images/pexels-pok-rie-33563-1188553.jpg');
    background-position: 42%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    min-height: auto;
    padding-left: 0;
  }

  .image-reports {
    min-height: auto;
    padding-left: 0;
  }

  .image-drill, .image-drill-site {
    object-fit: contain;
    min-height: auto;
    padding-left: 0;
  }

  .drill-frame {
    width: 30%;
    height: 315px;
  }

  .image-14 {
    max-width: 40%;
  }

  .success-section {
    height: 80vh;
  }

  .success-text {
    padding: 15px 30px;
    font-size: 20px;
  }

  .form-block-2 {
    width: 330px;
  }

  .contact-form-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .product-wrapper {
    padding: 25px 1.5rem;
  }

  .nav-buttons-wrapper {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .logo {
    max-width: 10rem;
  }

  .hero-image {
    width: auto;
    min-width: 130px;
    max-width: 100%;
  }

  .section-background {
    padding: 25px 0;
  }

  .paragraph.black.left, .paragraph.padding {
    font-size: 1rem;
    line-height: 22px;
  }

  .button-link.stroke-button {
    font-size: 15px;
  }

  .div-block {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .heading {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 5px;
    padding-top: 0;
    font-size: 1.5rem;
    line-height: 28px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

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

  .info {
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    height: 290px;
  }

  .overlay {
    justify-content: center;
    align-items: center;
    height: 3.6rem;
  }

  .h3-sub {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 22px;
    line-height: 24px;
  }

  .description {
    text-align: left;
    font-size: 16px;
  }

  .div-block-2 {
    min-width: auto;
    max-width: none;
  }

  .contact-container {
    justify-content: center;
    align-items: flex-start;
    min-width: 90%;
    max-width: 90%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .overlay-4 {
    width: 50px;
    height: 50px;
  }

  .quick-stack-2 {
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    align-self: center;
    padding-bottom: 0;
    padding-right: 0;
  }

  .contact-text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }

  .cell-2 {
    text-align: center;
    justify-content: center;
    align-items: stretch;
  }

  .div-block-4 {
    padding: 25px 0;
  }

  .quick-stack-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---form-grid-2-columns {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input-label {
    color: #000;
  }

  .brix---card-form {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---btn-primary:hover {
    background-color: var(--spark-library--foreground-interactive-hover);
  }

  .cell-4 {
    justify-content: center;
    align-items: flex-start;
  }

  .cell-5, .cell-6 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-4 {
    flex: 0 auto;
    align-self: center;
  }

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

  .section {
    position: relative;
    inset: auto 0% 0%;
  }

  .cell-10 {
    justify-content: center;
    align-items: center;
  }

  .cell-11 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .cell-12 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .dropdown-toggle {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .image-2 {
    align-self: stretch;
    width: 146px;
  }

  .nav-buttons-wrapper-menu {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .nav-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cell-13 {
    justify-content: flex-start;
    align-items: center;
  }

  .subheader-block {
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    min-width: 70px;
  }

  .image-4 {
    min-width: 70px;
    display: block;
  }

  .quick-stack-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .cell-14 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-12 {
    align-self: stretch;
  }

  .link-block, .link-block-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .cell-15 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-3 {
    text-align: left;
    margin-top: 10px;
    font-size: 28px;
  }

  .heading-3.left {
    font-size: 28px;
    line-height: 30px;
  }

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

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
    top: 5%;
  }

  .spark-simple-menu-button {
    padding-left: 0;
    left: 15px;
  }

  .spark-square-menu-with-links {
    padding-left: 0%;
    padding-right: 0%;
  }

  .spark-square-menu-inner {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-6 {
    max-width: 60%;
    top: 11px;
  }

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

  ._16-9-image-frame {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .image-holder {
    background-position: 0 0, 0%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    padding: 25px 0%;
  }

  .heading-white {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 24px;
  }

  .mission-section {
    padding: 25px 0%;
  }

  .section-3 {
    padding-top: 10px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .subheading-white {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .overlay-image, .overlay-image.dude-pic {
    height: 600px;
  }

  .card-image {
    justify-content: flex-start;
    align-items: center;
  }

  .info-image {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    height: 315px;
    padding: 14px;
  }

  .container-11 {
    padding-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .columns-2 {
    padding-bottom: 0;
  }

  .div-block-18 {
    opacity: 1;
    padding-left: 0;
  }

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

  .heading-5 {
    text-align: center;
    padding-left: 0;
  }

  .text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .bernard {
    min-height: 350px;
  }

  .tony {
    background-position: 50% 9%;
    background-attachment: scroll;
    min-height: 350px;
  }

  .quick-stack-8, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph-copy.black.left {
    font-size: 1.2rem;
    line-height: 26px;
  }

  .paragraph-copy.padding {
    font-size: 1.2rem;
    line-height: 25px;
  }

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

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

  .quick-stack-9 {
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cell-18 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .rich-text.black.left {
    font-size: 1.2rem;
    line-height: 26px;
  }

  .rich-text.padding {
    font-size: 1.2rem;
    line-height: 25px;
  }

  .list-item {
    text-align: left;
  }

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

  .hero-services-image {
    width: 250px;
    height: 250px;
  }

  .grid-services-image {
    width: 200px;
    height: 200px;
  }

  .quick-stack-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cell-22 {
    justify-content: center;
  }

  .geo-image {
    align-self: auto;
    width: auto;
    min-width: 200px;
    height: auto;
    min-height: 200px;
  }

  .screw-image {
    object-fit: fill;
    flex: 1;
    align-self: auto;
    width: auto;
    min-width: 200px;
    max-width: none;
    height: auto;
    min-height: 200px;
    max-height: none;
    display: block;
    position: relative;
  }

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

  .list {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-2, .list-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-text {
    text-align: left;
    font-size: 15px;
  }

  .cell-25 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-6 {
    text-align: left;
    margin-top: 10px;
    font-size: 28px;
  }

  .heading-6.left {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-7 {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 24px;
  }

  .svg-overlay {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
  }

  .mission-block {
    justify-content: center;
    align-items: flex-start;
    min-width: 95%;
    max-width: 95%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-site {
    background-position: 38% 0;
    background-size: cover;
    background-attachment: scroll;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-reports {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-drill, .image-drill-site {
    background-position: 0%;
    background-size: cover;
    background-attachment: scroll;
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .drill-frame {
    width: 42%;
    height: 200px;
    padding: 15px 10px;
  }

  .image-14 {
    max-width: 60%;
  }

  .success-message {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .quick-stack-11 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .success-section {
    height: 650px;
    line-height: 20px;
    overflow: hidden;
  }

  .success-container {
    flex: 0 auto;
    align-self: center;
  }

  .success-text {
    font-size: 12px;
    line-height: 149%;
  }

  .contact-form {
    max-width: 80vw;
  }

  .form-block-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form-2 {
    max-width: 80vw;
  }
}

#w-node-_1d42f005-2fdf-b628-1301-13593c98e6b7-0e4a03fe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0f764410-4c1b-c1f6-00f9-9fb79acaccf7-0e4a03fe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0f764410-4c1b-c1f6-00f9-9fb79acaccf8-0e4a03fe {
  grid-column: span 3 / span 3;
}

#w-node-_2e56caa5-9692-d951-ce75-e0e4231a257b-231a2579 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6a04b7de-2d26-8228-a5ec-79596804f3d1-ccfd20ee {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3867b6c0-ed52-a641-3005-cb50380108e2-21a733a1 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.25fr;
}

#w-node-ec26b410-9682-cf79-4b9a-7c91b8f9a798-21a733a1 {
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1a4b214e-c91f-4878-803e-b33e00e88fa6-5df1288f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1a4b214e-c91f-4878-803e-b33e00e88fac-5df1288f {
  grid-template-rows: minmax(40px, 1fr);
  grid-template-columns: .25fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_1d42f005-2fdf-b628-1301-13593c98e6b7-0e4a03fe {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2e56caa5-9692-d951-ce75-e0e4231a257b-231a2579 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr 1fr;
  }

  #w-node-ec26b410-9682-cf79-4b9a-7c91b8f9a798-21a733a1 {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr 1.25fr;
  }

  #w-node-_1a4b214e-c91f-4878-803e-b33e00e88fa6-5df1288f {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1d42f005-2fdf-b628-1301-13593c98e6b7-0e4a03fe {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1d42f005-2fdf-b628-1301-13593c98e6b8-0e4a03fe {
    grid-row: span 2 / span 2;
  }

  #w-node-ec26b410-9682-cf79-4b9a-7c91b8f9a798-21a733a1 {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-_1a4b214e-c91f-4878-803e-b33e00e88fa6-5df1288f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1d42f005-2fdf-b628-1301-13593c98e6b7-0e4a03fe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d42f005-2fdf-b628-1301-13593c98e6b8-0e4a03fe {
    grid-row: span 2 / span 2;
  }

  #w-node-_0f764410-4c1b-c1f6-00f9-9fb79acaccf7-0e4a03fe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0f764410-4c1b-c1f6-00f9-9fb79acaccf8-0e4a03fe {
    grid-column: span 1 / span 1;
  }

  #w-node-_6a04b7de-2d26-8228-a5ec-79596804f3d1-ccfd20ee {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3867b6c0-ed52-a641-3005-cb50380108e2-21a733a1 {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-ec26b410-9682-cf79-4b9a-7c91b8f9a798-21a733a1 {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2e56caa5-9692-d951-ce75-e0e4231a257b-231a2579 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1a4b214e-c91f-4878-803e-b33e00e88fac-5df1288f {
    grid-template-rows: minmax(20px, 1fr);
    grid-template-columns: .25fr;
  }
}


