@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --stone-950: #0c0a09;
  --safe-orange: #df3311;
  --safe-orange-shadow: #df331159;
  --stone-200: #e7e5e4;
  --stone-300: #d6d3d1;
  --ember: #fe8c00;
  --stone-950-shadow: #0c0a0959;
  --stone-100: #f5f5f4;
  --rocket: #f83600;
  --stone-400: #a8a29e;
}

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

body {
  color: var(--stone-950);
  background-color: #fafaf9;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 20px;
}

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

p {
  color: var(--stone-950);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template: "Area Area Area Area"
                 ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar-wrapper {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: none;
  object-position: 50% 50%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 100%;
  height: 500px;
  display: flex;
}

.heading-1 {
  color: #0c0a09;
  letter-spacing: -.04em;
  flex-direction: row;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  display: flex;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template: ". . ."
                 ". Area Area"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.banner-section {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0c0a09;
  background-image: url('../images/triangle.svg'), url('../images/triangles.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  height: 97vh;
  display: flex;
  overflow: hidden;
}

.banner-section.base-section {
  overflow: hidden;
}

.container-4 {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: block;
  position: static;
}

.heading-2 {
  display: block;
}

.button {
  background-color: var(--safe-orange);
  color: #fff;
  border-radius: 10px;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.button:hover {
  box-shadow: 0 8px 10px -4px var(--safe-orange-shadow);
  transform: translate(0, -5px);
}

.paragraph {
  color: var(--stone-950);
  white-space: normal;
  flex-direction: row;
  align-items: stretch;
}

.paragraph.phone-number {
  margin-right: 10px;
}

.banner-container {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template: "Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2"
                 "Area . . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fa-icon {
  color: #df3311;
  margin-right: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 50px;
}

.fa-icon.email {
  padding-bottom: 20px;
}

.content-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-container.cap-statement {
  margin-top: 20px;
}

.content-container.wide {
  max-width: 1340px;
}

.navbar-link {
  color: var(--stone-950);
  letter-spacing: -.04em;
  margin: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.navbar-link.w--current {
  color: #0c0a09;
  position: relative;
}

.section-2, .body {
  color: #fafaf9;
}

.paragraph-2 {
  color: #0c0a09;
  font-family: Roboto, sans-serif;
}

.nav-bar {
  background-color: var(--stone-200);
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 3vh;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-2 {
  -webkit-text-stroke-color: #fafaf9;
  background-color: #0000;
}

.div-block {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-footer {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
}

.heading-banner {
  color: #fafaf9;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 76px;
  line-height: 65px;
}

.section-3 {
  background-color: #fafaf9;
}

.services-section {
  background-color: #fafaf9;
  overflow: hidden;
}

.div-block-2 {
  flex-direction: column;
  width: auto;
  margin-right: 0;
  display: flex;
}

.heading-card {
  color: #1c1917;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.list-item {
  color: #1c1917;
  background-color: #0000;
  background-image: url('../images/circle-check-solid-safe-orange.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.html-embed {
  object-fit: fill;
  flex: 0 auto;
  align-items: center;
  width: auto;
  padding-right: 10px;
  font-size: 72px;
  display: flex;
}

.html-embed.icon {
  color: #fe8c00;
}

.grid {
  grid-row-gap: 16px;
  grid-template-columns: 1fr 3fr 1fr 3fr;
  grid-template-areas: "Area . Area-2"
                       "Area . Area-2";
  width: 100%;
  margin-top: 10px;
}

.services-list {
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
}

.list-2 {
  padding-left: 20px;
}

.about-section {
  background-color: #a8a29e;
  height: auto;
}

.div-block-3 {
  flex-direction: column;
  display: flex;
}

.roboto-form {
  color: #0c0a09;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.form {
  width: auto;
  margin-top: 10px;
}

.contact-form {
  width: 100%;
}

.contact-section {
  background-color: #e7e5e4;
}

.footer-section {
  background-color: #0c0a09;
}

.footer-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-footer {
  color: #fafaf9;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.footer-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.triangle {
  border-top: 5vw solid #0000;
  border-left: 100vw solid var(--ember);
}

.triangle-bottom {
  border-style: none solid solid none;
  border-width: 5vw 100vw;
  border-color: transparent var(--ember);
}

.below-banner {
  background-color: var(--ember);
  height: 20vh;
}

.diagonal {
  background-color: var(--ember);
  width: 120%;
  height: 10vh;
  transform: rotate(-10deg)translate(0, -154px);
}

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

.cell-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.cell-3 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
}

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

.cell-5 {
  flex-flow: row;
  place-content: stretch center;
  align-items: center;
}

.cell-6 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.services-quick-stack {
  grid-column-gap: 39px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0;
  overflow: visible;
}

.cell-7 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.cell-8 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.contact-info {
  align-self: flex-start;
  width: 100%;
  padding-left: 0;
}

.contact-info-cell, .cell-11 {
  flex-direction: row;
}

.scroll-into-view-move-left {
  width: auto;
}

.scroll-into-view-move-left.embedded-component {
  width: 100%;
  height: 100%;
  position: relative;
}

.scroll-into-view-move-left.monitor {
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.scroll-into-view-move-up.monitor {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-4, .form-div, .contact-info-div {
  width: 100%;
}

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

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

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

.privacy-div {
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

.privacy-policy-section {
  background-color: #f5f5f4;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin: 10px 0;
  display: flex;
}

.services-quick-stack-card-heading {
  overflow-wrap: normal;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
  padding-top: 40px;
  padding-left: 10px;
  display: flex;
  overflow: visible;
}

.services-quick-stack-cell {
  box-shadow: 0 2px 5px 0 var(--stone-950-shadow);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5px;
  transition: all .3s;
}

.services-quick-stack-cell:hover {
  box-shadow: 0 8px 10px -4px var(--stone-950-shadow);
  transform: translate(0, -5px);
}

.services-quick-stack-card-heading-long {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.base-section {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.base-section.about-section {
  background-color: #0000;
}

.base-section.contact-section {
  background-color: var(--stone-200);
}

.base-section.embedded-section, .base-section.software-section {
  background-color: var(--stone-100);
}

.capability-statement-embed {
  width: 100%;
  height: 100%;
}

.cap-statement-header {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cap-statement-slim-rectangle {
  background-color: var(--ember);
  width: 10px;
  margin-right: 20px;
}

.cap-statement-header-left {
  width: 100%;
  display: flex;
}

.cap-statement-header-cell {
  flex-direction: row;
}

.cap-statement-header-left-inner {
  flex-direction: column;
  display: flex;
}

.margin-padding-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cap-statement-header-right {
  flex-direction: row;
  width: 50%;
  display: flex;
}

.cap-statement-heading {
  background-color: var(--ember);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
}

.heading-2.industry {
  margin-bottom: 20px;
}

.embedded-pcb-quickstack {
  background-image: linear-gradient(to bottom, var(--ember), var(--rocket));
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.embedded-pcb-cell {
  background-color: #fafaf9;
  border-radius: 20px;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
}

.img {
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.img.mobile {
  display: none;
}

.embedded-notch-div {
  background-color: var(--stone-950);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.embedded-pcb-cell-component-div {
  width: 100%;
  position: relative;
}

.embedded-cell-content-div {
  margin: 20px 25px;
}

.embedded-pcb-cell-description-div {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.outer-circle-div {
  background-color: var(--safe-orange);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
}

.inner-circle-div {
  background-color: var(--stone-950);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.embedded-pcb-circle-div {
  background-color: var(--stone-950);
  box-shadow: inset 0 0 0 14px var(--safe-orange);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-left: 10px;
}

.monitor-div {
  border: 20px solid var(--safe-orange);
  border-radius: 20px;
  width: 100%;
  min-height: 500px;
  padding: 20px;
}

.monitor-attachment-div {
  background-color: var(--safe-orange);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.monitor-base-div {
  background-color: var(--safe-orange);
  border-radius: 20px;
  width: 50%;
  height: 25px;
}

.monitor-attachment-block {
  background-color: var(--safe-orange);
  width: 10%;
  height: 40px;
}

.os-div {
  justify-content: space-between;
  display: flex;
}

.os-cell, .performance-cell {
  justify-content: center;
  align-items: center;
}

.image {
  display: none;
}

.industries-quick-stack {
  grid-column-gap: 39px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0;
  overflow: visible;
}

.industries-quick-stack-cell {
  border: 10px solid var(--safe-orange);
  box-shadow: 0 2px 5px 0 var(--stone-950-shadow);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
  transition: all .3s;
}

.industries-quick-stack-cell:hover {
  box-shadow: 0 8px 10px -4px var(--stone-950-shadow);
  transform: translate(0, -5px);
}

.industries-quick-stack-content {
  overflow-wrap: normal;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.test-link-block {
  position: relative;
}

.underline {
  background-color: var(--safe-orange);
  width: 100%;
  height: 5px;
  position: absolute;
}

.industries-quick-stack-cell-copy {
  border: 10px solid var(--safe-orange);
  box-shadow: 0 2px 5px 0 var(--stone-950-shadow);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
  transition: all .3s;
}

.industries-quick-stack-cell-copy:hover {
  box-shadow: 0 8px 10px -4px var(--stone-950-shadow);
  transform: translate(0, -5px);
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .banner-section {
    background-image: url('../images/triangle.svg'), url('../images/triangles.svg');
    background-position: 0 0, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, auto;
    height: 95vh;
  }

  .container-6 {
    object-fit: fill;
  }

  .navbar-link {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .nav-bar {
    min-height: 0;
  }

  .icon {
    color: #0c0a09;
  }

  .heading-card {
    padding-right: 20px;
  }

  .navbar-hamburger {
    color: #0c0a09;
    font-size: 40px;
    line-height: 40px;
  }

  .nav-menu, .nav-menu.w--open {
    background-color: var(--stone-300);
  }

  .menu-button-2 {
    background-color: var(--stone-200);
  }

  .logo-navbar {
    margin-top: 15px;
  }

  .scroll-into-view-move-right.performance, .scroll-into-view-move-left.performance {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-container {
    justify-content: flex-start;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .underline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .content-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon {
    color: #0c0a09;
  }

  .logo-footer {
    margin-left: 0;
    padding-left: 0;
  }

  .heading-banner {
    padding-left: 10px;
    font-size: 48px;
  }

  .heading-card {
    flex: 0 auto;
  }

  .grid {
    flex: 0 auto;
    justify-content: stretch;
  }

  .services-list {
    order: 3;
  }

  .roboto-form {
    font-size: 16px;
  }

  .footer-container {
    flex-flow: column;
  }

  .paragraph-footer {
    margin-top: 5px;
    margin-right: 0;
    font-size: 16px;
  }

  .footer-holder {
    flex-direction: column;
    justify-content: center;
  }

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

  .services-quick-stack {
    grid-row-gap: 20px;
    flex: 0 auto;
    order: 1;
    align-self: auto;
  }

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

  .cell-9 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .quick-stack {
    flex: 0 auto;
  }

  .scroll-into-view-move-left {
    order: 1;
  }

  .industries-quick-stack {
    flex: 0 auto;
    order: 1;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .heading-1 {
    font-size: 40px;
  }

  .button {
    font-size: 16px;
  }

  .fa-icon {
    font-size: 40px;
  }

  .logo-footer {
    margin-top: 0;
    margin-left: 0;
  }

  .heading-banner {
    font-size: 36px;
    line-height: 40px;
  }

  .services-list, .roboto-form {
    font-size: 14px;
  }

  .paragraph-footer {
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .footer-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .navbar-container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2.long {
    text-align: center;
  }

  .img.mobile {
    display: block;
  }

  .img.desktop {
    display: none;
  }
}

#w-node-b759f232-bac1-2a33-2d21-c94e364c8d6e-1ff58d7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5ba6e32b-bb7c-6085-8d47-cb9a8e3b7940-1ff58d7e {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
}

#w-node-_5ba6e32b-bb7c-6085-8d47-cb9a8e3b7941-1ff58d7e {
  grid-row: span 5 / span 5;
}

#w-node-_89b92c82-a7b0-53e0-8bbe-455b35ed0fb8-1ff58d7e {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
}

#w-node-_51415354-6298-a1bb-6744-fe2c037603dc-1ff58d7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_398c72f2-e6a2-f97f-0d3a-9e3c9a4332a9-1ff58d7e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_52d8b4d6-068f-9c14-d34d-98f71545d4ea-1ff58d7e {
  grid-column: span 2 / span 2;
}

#w-node-_026d166c-2f59-e126-907a-c2b7e5dfb82d-1ff58d7e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_026d166c-2f59-e126-907a-c2b7e5dfb82e-1ff58d7e, #w-node-bbb1d652-24ff-a06a-03ae-e54b441602e5-1ff58d7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b0e9cc9-74b5-df7c-5fc7-2b5c211ec312-c3660c1d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6b0e9cc9-74b5-df7c-5fc7-2b5c211ec313-c3660c1d, #w-node-_6b0e9cc9-74b5-df7c-5fc7-2b5c211ec328-c3660c1d, #w-node-_6b0e9cc9-74b5-df7c-5fc7-2b5c211ec33d-c3660c1d, #w-node-_6b0e9cc9-74b5-df7c-5fc7-2b5c211ec34a-c3660c1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_89b92c82-a7b0-53e0-8bbe-455b35ed0fb8-1ff58d7e {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_398c72f2-e6a2-f97f-0d3a-9e3c9a4332a9-1ff58d7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b759f232-bac1-2a33-2d21-c94e364c8d6e-1ff58d7e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_60bd9ff8-a16d-ead3-f6d7-a134d51519bc-1ff58d7e {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28ecda68-f1d8-d002-3dae-f5281b5c25a3-1ff58d7e {
    order: 2;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ba6e32b-bb7c-6085-8d47-cb9a8e3b7940-1ff58d7e {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ba6e32b-bb7c-6085-8d47-cb9a8e3b7941-1ff58d7e {
    grid-row: span 5 / span 5;
  }

  #w-node-_89b92c82-a7b0-53e0-8bbe-455b35ed0fb8-1ff58d7e {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_398c72f2-e6a2-f97f-0d3a-9e3c9a4332a9-1ff58d7e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_398c72f2-e6a2-f97f-0d3a-9e3c9a4332aa-1ff58d7e {
    order: -9999;
  }

  #w-node-_52d8b4d6-068f-9c14-d34d-98f71545d4ea-1ff58d7e {
    grid-column: span 1 / span 1;
  }

  #w-node-_6b0e9cc9-74b5-df7c-5fc7-2b5c211ec312-c3660c1d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6b0e9cc9-74b5-df7c-5fc7-2b5c211ec313-c3660c1d {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b0e9cc9-74b5-df7c-5fc7-2b5c211ec328-c3660c1d {
    order: 2;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b0e9cc9-74b5-df7c-5fc7-2b5c211ec33d-c3660c1d {
    order: 3;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b0e9cc9-74b5-df7c-5fc7-2b5c211ec34a-c3660c1d {
    order: 4;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ba6e32b-bb7c-6085-8d47-cb9a8e3b7940-1ff58d7e {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_89b92c82-a7b0-53e0-8bbe-455b35ed0fb8-1ff58d7e {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_51415354-6298-a1bb-6744-fe2c037603dc-1ff58d7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}