@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-Black.otf') format("opentype"), url('../fonts/Radomir-Tinkov---Gilroy-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-BlackItalic.otf') format("opentype"), url('../fonts/Radomir-Tinkov---Gilroy-HeavyItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-Bold.otf') format("opentype"), url('../fonts/Radomir-Tinkov---Gilroy-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-BoldItalic.otf') format("opentype"), url('../fonts/Radomir-Tinkov---Gilroy-ExtraBoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-UltraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Radomir tinkov gilroy;
  src: url('../fonts/Radomir-Tinkov---Gilroy-UltraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #121212;
  --red: #c21b29;
  --grey-background: #2a2b2e;
  --red-overlay: #c21b29cc;
  --black-overlay-5ds: #000000b3;
  --grey\<deleted\|variable-eb8dbd36\>: #ccc;
  --deep-red: #6a1c1d;
  --laptop-standard-text: 18px;
  --deep-teal: #14434b;
  --middark-red: #941213;
  --midlight-red: #c94b4b;
  --light-teal: #82cac7;
  --deep-blue: #0b1f39;
  --mid-dark-teal: #2a928e;
  --lightest-teal: #b0e9e7;
  --light-red: #cf6b66;
  --mid-dark-blue: #113066;
  --deepest-teal: #072e35;
  --teal: #39beb5;
  --light-grey: #7b7d86;
  --50-percent-overly: #c21b2980;
  --lightest-blue: #9cadcf;
  --light-blue: #7a8fba;
  --mid-light-blue: #369;
  --blue: #1e448b;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

body {
  background-color: var(--black);
  color: #fff;
  font-family: Radomir tinkov gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  overflow: visible;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 80px;
}

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

.image-10 {
  margin-top: 0;
  margin-left: 0;
}

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

.logical--card-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-image {
  width: 60px;
  margin-right: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-glow {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.logical-card-wrapper-manufacturing {
  backface-visibility: hidden;
  perspective: 1000px;
  position: relative;
}

.arrow-image-2 {
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.body {
  background-color: var(--black);
  color: #fff;
  text-align: justify;
  font-family: Radomir tinkov gilroy, sans-serif;
}

.link-block-6 {
  background-color: var(--red);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: 80px;
  padding: 25px 0;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-26 {
  color: #fff;
  text-decoration: none;
}

.contact-an-engineer {
  margin-bottom: 20px;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 40px;
  font-weight: 400;
}

.back-to-top-link {
  z-index: 999;
  opacity: 1;
  border: 5px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  margin-right: 30px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.back-to-top-link.w--current {
  margin: 0 30px 30px 0;
}

.body-4 {
  background-color: var(--grey-background);
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.pd---div {
  color: #fff;
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 20vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.pd---div.pd---2 {
  flex: 1;
  height: 15vh;
}

.pd---div.pd---1 {
  flex-flow: column;
  flex: 1;
  place-content: space-between;
  align-items: center;
  height: 15vh;
  display: flex;
  position: relative;
}

.pd---div.pd---3, .pd---div.pd---4, .pd---div.pd---5 {
  flex: 1;
  height: 15vh;
}

.discover-image {
  object-fit: fill;
}

.discover-image._5ds-images {
  object-fit: contain;
  width: 8vw;
  height: 10vh;
}

.heading-22 {
  color: #000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.d-text-span {
  color: var(--red);
}

.home-panel-wrapper {
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  transition: all .5s;
  display: flex;
  position: relative;
}

.home-panel-wrapper:hover {
  flex: 1.5 auto;
}

.home-panel-wrapper-tab-and-below {
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  transition: all .5s;
  display: flex;
  position: relative;
}

.home-panel-wrapper-tab-and-below:hover {
  flex: 1.5 auto;
}

.home-panel-wrapper-tab-and-below.up {
  flex: 1;
  margin-bottom: 40px;
}

.home-panel-wrapper-tab-and-below.up:hover {
  flex: 1.5 auto;
}

.pd-div-copy {
  color: #fff;
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 20vw;
  height: 20vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  position: relative;
}

.pd-div-copy.pd---1 {
  perspective: 1800px;
  background-color: #aaa;
  flex-flow: column;
  place-content: space-between;
  align-items: center;
  max-width: 400px;
  margin: 20px;
  padding: 0;
  transition: transform .2s;
  display: flex;
}

.pd-div-copy.pd---1:hover {
  transform: scale(1.03);
}

.link-block-9 {
  flex: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

._5ds-prod-design-page {
  background-color: #ccc;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 15vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordian-item-trigger {
  cursor: pointer;
  display: flex;
  position: relative;
}

.heading-24 {
  color: var(--red);
  background-color: #0000;
  font-family: gilroy-bold;
  font-size: 40px;
  line-height: 50px;
}

.icon-5ds {
  margin: 20px 0;
}

.define-image {
  object-fit: fill;
}

.define-image._5ds-image {
  object-fit: contain;
  width: 8vw;
  height: 10vh;
}

.design-image {
  object-fit: fill;
}

.design-image._5ds-image {
  object-fit: contain;
  width: 8vw;
  height: 10vh;
}

.develop-image {
  object-fit: fill;
}

.develop-image._5ds-image {
  object-fit: contain;
  width: 8vw;
  height: 10vh;
}

.deliver-image {
  object-fit: fill;
}

.deliver-image._5ds-image {
  object-fit: contain;
  width: 8vw;
  height: 10vh;
}

.footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.address-wrapper {
  width: 40%;
  height: 15vh;
  padding-left: 20px;
}

.swirl-wrapper {
  object-fit: scale-down;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  height: 15vh;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.copyright-wrapper {
  width: 40%;
  height: 15vh;
  margin-right: 0;
  padding-right: 20px;
}

.paragraph-40 {
  text-align: right;
  font-family: Radomir tinkov gilroy, sans-serif;
}

.image-30 {
  object-fit: contain;
  max-width: 100%;
  height: 15vh;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph-41 {
  text-align: left;
  font-family: Radomir tinkov gilroy, sans-serif;
}

.footer-wrapper {
  width: 100%;
  height: 17vh;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.div-block-63 {
  background-color: var(--red);
  width: 100%;
  height: 3px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.discover-paragraph {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.tab-manufacturing-cards {
  background-color: #979797;
  border-radius: 10px;
  width: 300px;
  height: 250px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.h-welcome-section-test {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 75vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-83 {
  background-color: var(--red-overlay);
  background-image: linear-gradient(#00000024, #00000024);
  border-radius: 2vw;
  width: 75vw;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
}

.h-panelwrapper {
  border-radius: 20px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  transition: all .5s;
  display: flex;
  position: relative;
}

.h-panelwrapper:hover {
  flex: 2 auto;
}

.arrow-div {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-42 {
  object-fit: contain;
  max-width: none;
  height: 7.5vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}

.nav--link-to-home {
  order: -1;
  height: 8vh;
  margin-left: 0;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.navbar-2 {
  z-index: 9000;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.au-person-wrapper {
  background-color: #0000;
  border-radius: 5px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.au-person-wrapper:hover {
  flex: 1;
}

.div-block-89 {
  width: 100vw;
}

.meet-the-team-head {
  color: var(--red);
  margin-top: 10px;
  padding-left: 15px;
  font-family: Radomir tinkov gilroy, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.au-imagewrapper {
  z-index: 2;
  background-image: url('../images/DSC_0339.webp');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 2vw;
  font-family: Montserrat, sans-serif;
  position: absolute;
  inset: 0%;
}

.au-imagewrapper.jason {
  background-image: url('../images/jay.webp');
  background-position: 0 0;
  background-size: cover;
}

.au-imagewrapper.james {
  background-image: url('../images/WhatsApp-Image-2020-11-25-at-14.29.47.webp');
  background-position: 50% 100%;
  background-size: auto 130%;
}

.au-imagewrapper.bob {
  background-image: url('../images/bob.webp');
  background-position: 50%;
}

.au-namepanel {
  z-index: 100;
  background-color: var(--black-overlay-5ds);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 0;
  margin-bottom: 35px;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-44 {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 50px;
}

.text-block-7 {
  text-align: center;
  margin-bottom: 10px;
}

.div-block-93 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.paragraph-45 {
  text-align: center;
  width: 80vw;
}

.au--title {
  background-color: #0000;
  background-image: linear-gradient(0deg, #2a2b2ec4, #0000), url('../images/mtl1160-unn-cropped.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 71vh;
  display: flex;
  position: relative;
}

.div-block-94 {
  background-color: var(--red);
  height: 20vh;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-95 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 100%;
  font-size: 60px;
  line-height: 70px;
  display: flex;
  position: relative;
}

.product-development-heading {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 100px;
}

.div-block-96 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-bottom: 40px;
  display: flex;
}

.div-block-97 {
  background-color: var(--red);
  width: 150px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.au--more-aboutinfo-wrapper {
  z-index: 7;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bottom-arrow {
  z-index: 10;
  margin: 0;
  padding: 10px;
  position: static;
  inset: 0% 0% auto;
}

.image-div {
  z-index: 10;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  position: static;
}

.au-morebaout-person-text {
  width: 100%;
}

.au-image-overlay {
  z-index: 6;
  background-color: #0000;
  border-radius: 2vw;
  position: absolute;
  inset: 0%;
}

.paragraph-46 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 20px;
}

.top-arrow {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(#0000, #0000);
  margin: 0;
  padding: 10px;
  position: static;
  inset: 0% 0% auto;
  transform: rotate(180deg);
}

.meet-the-team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 40vh;
  margin: 20px;
}

.au-meettheteam {
  font-family: gilroy;
  display: none;
}

.au-contact-an-engineer {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.capabilities-title {
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
}

.menu-line-1 {
  background-color: var(--red);
  border-radius: 1px;
  width: 50px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.menu-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 39px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.menu-line-3 {
  background-color: var(--red);
  width: 50px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.menu-line-2 {
  background-color: #000;
  width: 50px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
  overflow: hidden;
}

.menu-wrapper {
  z-index: 9100;
  background-color: #0000;
  flex-direction: row-reverse;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  height: 10vh;
  margin-right: 90px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 20%;
}

.menu-button-div {
  cursor: pointer;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 10vh;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-bar-pagelink {
  color: #000;
  object-position: 50% 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav-bar-pagelink:hover {
  color: var(--red);
  text-decoration: none;
}

.nav-bar-pagelink.w--current {
  color: var(--red);
  text-align: center;
  order: 0;
  justify-content: center;
  align-items: center;
}

.nav-title {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  overflow: visible;
}

.back-lines {
  z-index: -1;
  width: 100vw;
  position: fixed;
  inset: 0%;
}

.line {
  border-right: 1px solid var(--red-overlay);
  height: 100vh;
}

.line.end {
  border-right-color: #2a2b2e;
}

.design-sec {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 140px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-us-body {
  background-color: var(--grey-background);
  color: #fff;
  font-family: Radomir tinkov gilroy, sans-serif;
}

.contact-head {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 100px;
}

.manufacture-sec {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  margin: 0;
  padding: 150px 20px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-31 {
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: -15vh;
  display: flex;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10vh;
  margin-left: 20px;
  margin-right: 20px;
}

._5ds-wrapper {
  background-color: var(--red-overlay);
  border-radius: 2vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 18vw;
  height: auto;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-57 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: gilroy-bold;
}

.discover-sec {
  align-self: center;
  width: 60vw;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.sec-prod-develop {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sec-prod-develop.flip {
  justify-content: flex-end;
  height: 100vh;
}

.background-image {
  z-index: -1;
  opacity: .5;
  filter: brightness(50%);
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0% -25vw auto auto;
}

.background-image.flip {
  filter: brightness(50%);
  inset: 0% auto auto -25vw;
}

.section-32 {
  justify-content: center;
  height: 50vh;
  display: flex;
  position: relative;
}

.image-54 {
  object-fit: contain;
  height: 50px;
  margin-top: -16px;
  padding-top: 0;
  transform: rotate(180deg);
}

._5ds-link-block {
  position: absolute;
  inset: 0%;
}

.tab-nav {
  z-index: 9000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ccc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 10vh;
  padding: 10px;
  display: none;
}

.menu-button-2 {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-button-2.w--open, .brand-2 {
  padding: 0;
}

.nav-menu-2 {
  padding-bottom: 10px;
}

.nav-bar-divider {
  background-color: var(--red);
  width: 80vw;
  height: 2px;
}

.engineering-technology-wrapper {
  align-self: stretch;
  padding-top: 10px;
  padding-bottom: 20px;
}

.engineering-technology {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Radomir tinkov gilroy, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.main-body {
  background-color: var(--black);
  font-family: Radomir tinkov gilroy, sans-serif;
}

.section-39 {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.meet-the-engineers {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.meet-our-engineers {
  color: var(--red);
  text-align: left;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 40px;
  line-height: 40px;
}

.engineer_wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.grid-12 {
  grid-column-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
}

.engineer_photo_wrap {
  background-image: url('../images/DSC_0339.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 50%;
  width: 20vw;
  height: 20vw;
  box-shadow: 13px 13px 20px 3px #0009;
}

.engineer_photo_wrap.jay {
  background-image: url('../images/jay.webp');
}

.engineer_photo_wrap.james {
  background-image: url('../images/WhatsApp-Image-2020-11-25-at-14.29.47.webp');
}

.engineer_photo_wrap.bob {
  background-image: url('../images/bob.webp');
  background-position: 30%;
}

.engineer_info_wrap {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.engineer_name {
  color: var(--grey\<deleted\|variable-eb8dbd36\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 50px;
}

.paragraph-52 {
  color: var(--red);
  text-align: left;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  line-height: 25px;
}

.what-we-do {
  width: 50%;
}

.paragraph-54 {
  padding-top: 15px;
}

.grid-17 {
  grid-row-gap: 16px;
  grid-template-rows: 10vh auto auto;
  grid-template-columns: .5fr .75fr 1fr 3fr;
  padding: 40px;
}

.div-block-130 {
  background-color: var(--red);
  margin: 83px 20px 13px 51px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-130.no-pad {
  background-color: var(--red);
  margin: 0 0 0 -109px;
}

.div-block-131 {
  background-image: url('../images/circuit-board.webp');
  background-position: 0 0;
  background-size: cover;
}

.heading-67 {
  box-sizing: content-box;
  margin-top: 0;
  font-family: Radomir tinkov gilroy, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.button {
  border: 3px solid var(--red);
  background-color: #c21b2900;
  border-radius: 5px;
  margin-top: 12px;
  font-family: Radomir tinkov gilroy, sans-serif;
}

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

.div-block-134 {
  z-index: 20;
  position: relative;
}

.about-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DESIGN-BANNER-PHOTO.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 127px;
  padding-bottom: 127px;
  display: flex;
}

.about-section.wwd {
  background-image: linear-gradient(#2a2a2ab0, #2a2a2ab0), url('../images/MANUFACTURING-BANNER.webp');
  background-size: auto, cover;
}

.div-block-141 {
  justify-content: space-between;
  align-items: stretch;
  width: 90vw;
  display: flex;
}

.div-block-142 {
  justify-content: flex-end;
  align-items: center;
  width: 35vw;
  height: 500px;
  font-size: 80px;
  line-height: 80px;
  display: flex;
}

.div-block-142.left {
  display: none;
}

.div-block-142.what-we-do {
  justify-content: flex-start;
  align-items: center;
}

.heading-75 {
  color: #fff;
  text-align: right;
  font-family: Radomir tinkov gilroy, sans-serif;
  font-size: 85px;
  font-weight: 600;
  line-height: 90px;
}

.div-block-143 {
  align-self: center;
  width: 50vw;
  font-size: 16px;
}

.left-aligned {
  color: #fff;
  text-align: left;
  font-family: Radomir tinkov gilroy, sans-serif;
  font-size: 85px;
  font-weight: 600;
  line-height: 90px;
}

.block_section {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.header-hero-section {
  background-color: var(--grey-background);
  background-image: url('../images/red-dual-triangle-top.png'), linear-gradient(#2a2b2eb3, #2a2b2eb3), url('../images/Artboard-1.4.jpg');
  background-position: 50% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, 1980px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.header-hero-section.des {
  background-image: url('../images/Artboard-1.png'), linear-gradient(#0000 85%, #2a2b2e), linear-gradient(#2a2b2ecc, #2a2b2ecc), url('../images/Artboard-1.3.3.jpg');
  background-position: 50% 100%, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat, repeat;
  background-size: contain, auto, auto, 1980px;
}

.header-hero-section.pro {
  background-image: linear-gradient(0deg, var(--grey-background) 3%, #fff0 31%), linear-gradient(to bottom, #2a2b2eb3, #2a2b2eb3), url('../images/Artboard-1.5.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, 1980px;
}

.header-hero-section.host {
  background-image: linear-gradient(#2a2b2eb3, #2a2b2eb3), url('../images/software4.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-hero-section.contact {
  background-image: linear-gradient(#2a2b2ebd, #2a2b2ebd), url('../images/office-desktop-with-laptop-business-man.jpg');
  background-size: auto, cover;
  height: 69vh;
}

.grid-26 {
  grid-template-rows: 5vh auto 5vh;
  grid-template-columns: 1fr .75fr .25fr 1fr;
  padding: 20px 60px 20px 0;
}

.subheading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Radomir tinkov gilroy, sans-serif;
  font-size: 48px;
  line-height: 55px;
}

.subheading._35 {
  font-size: 40px;
  line-height: 40px;
}

.l-23-para-wrap {
  z-index: 3;
  padding: 20px 20px 20px 45px;
  font-family: Radomir tinkov gilroy, sans-serif;
  position: relative;
}

.paragraph-short {
  text-align: left;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 35px;
}

.div-block-152 {
  z-index: 1;
  background-image: url('../images/Artboard-1.5.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.div-block-152.man {
  background-image: url('../images/ECLECTRONIC-DESIGN-IMAGE.webp');
}

.div-block-152.des {
  background-image: url('../images/motherboard-background-2-Medium.jpg');
}

.div-block-152.host {
  background-image: url('../images/software5.jpg');
}

.div-block-152.con {
  background-image: url('../images/software2.jpg');
}

.grid-27 {
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 20px;
  display: none;
}

.grid-28 {
  grid-template-columns: 1.5fr .5fr 1.5fr;
  padding-bottom: 20px;
  display: none;
}

.fixed-title {
  color: #fff;
  text-align: left;
  margin-top: 36px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 37px;
}

.page-head {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 70px;
  line-height: 80px;
}

.div-block-153 {
  background-color: var(--red);
  width: 80vw;
  height: 4px;
}

.procurement-head-copy {
  text-align: center;
  padding-left: 52px;
  padding-right: 52px;
  font-size: 60px;
  line-height: 70px;
}

.grid-26-copy {
  grid-template-rows: auto 5vh auto 5vh;
  grid-template-columns: 1fr 2fr .25fr 1fr 1fr;
  padding: 20px 60px 20px 0;
  display: none;
}

.heading-80 {
  z-index: 4;
  color: #fff;
  text-align: center;
  font-size: 100px;
  line-height: 110px;
  display: block;
  position: relative;
}

.heading-80.highlight-box {
  z-index: 1;
  color: #0000;
  display: block;
  position: relative;
}

.text-span-10 {
  background-image: linear-gradient(180deg, transparent 55%, var(--red) 55%);
  padding-left: 68px;
  padding-right: 68px;
}

.div-block-155 {
  background-color: var(--red);
  align-self: flex-start;
  width: 250px;
  height: 100px;
}

.div-block-155.bottom {
  background-color: var(--red);
  align-self: flex-end;
  width: 300px;
  position: static;
}

.div-block-156 {
  z-index: 3;
  height: auto;
  margin: 20px -29px 20px -30px;
  position: relative;
}

.heading-82 {
  text-align: left;
  margin-top: -68px;
  margin-bottom: 0;
  padding: 20px 30px 20px 41px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.heading-82.no-pad {
  margin-top: 0;
}

.section-47 {
  background-image: url('../images/red-triangel-top.png'), linear-gradient(to bottom, var(--black-overlay-5ds), var(--black-overlay-5ds)), url('../images/mtl1160-unn-cropped.webp');
  background-position: 50% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, cover;
  flex-flow: column;
  justify-content: space-between;
  height: 90vh;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.grid-33 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 25px;
  padding-bottom: 26px;
}

.block_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 10vh 17vh 3vh 2vh auto 10vh;
  grid-template-columns: 5vw 50vw 7vw 33vw 5vw;
}

.block_grid.design {
  grid-template-rows: 10vh 15vh 3vh 2vh auto 10vh;
  grid-template-columns: 5vw 45vw 12vw 33vw 5vw;
  padding-top: 20px;
}

.block_banner_back {
  background-color: var(--deep-red);
  background-image: url('../images/pixels.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: auto 40%;
  background-attachment: scroll;
}

.block_imgflt_top {
  z-index: 100;
  background-image: url('../images/mtl1160-unn-cropped.webp');
  background-position: 0 0;
  background-size: auto;
  width: 80%;
  height: 100%;
  position: relative;
}

.block_imgflt_top.des {
  background-image: url('../images/stock1.png');
  background-position: 50%;
  background-size: cover;
  width: 80%;
  height: 300px;
}

.block_imgflt_top.man {
  background-image: url('../images/motherboard-background-3-Medium.jpg');
  background-size: cover;
  margin-top: -40px;
}

.block_head_wrap {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.block_mainimg {
  z-index: 2;
  filter: grayscale(20%);
  background-image: url('../images/11481.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.block_mainimg._2 {
  z-index: 2;
  background-image: url('../images/ECLECTRONIC-DESIGN-IMAGE.webp');
}

.block_mainimg._2.hide {
  width: 20%;
}

.block_mainimg.des {
  background-image: url('../images/Artboard-1.1.jpg');
  width: 100%;
  height: 300px;
}

.block_maintext_wrap {
  z-index: 5;
  background-color: #0000;
  padding: 23px 40px 23px 23px;
  display: flex;
  position: relative;
}

.block_maintext_wrap.nop-pad {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.block_heading {
  text-align: left;
  letter-spacing: .5px;
  padding-left: 61px;
  padding-right: 40px;
  font-family: Radomir tinkov gilroy, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 68px;
}

.block_heading.subhead {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 9px;
  font-size: 60px;
  line-height: 75px;
}

.block_heading.subhead.head4 {
  font-size: 40px;
  line-height: 45px;
}

.block_heading.nopad {
  padding-left: 0;
  padding-right: 20px;
  font-size: 64px;
  line-height: 70px;
  position: relative;
}

.block_maintext {
  font-size: var(--laptop-standard-text);
  text-align: center;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 20px;
}

.block_maintext.black {
  color: var(--grey\<deleted\|variable-eb8dbd36\>);
  padding-left: 0;
}

.block_maintext.npo-pad {
  padding-left: 0;
  padding-right: 0;
}

.div-block-161 {
  z-index: 2;
  background-color: var(--red);
  position: relative;
}

.heading-85 {
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.section-48 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.l-23-contact-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.fixed-para {
  font-size: var(--laptop-standard-text);
}

.l-23-grid-wrapper {
  background-image: linear-gradient(#2a2b2eb3, #2a2b2eb3), url('../images/Artboard-1.4.jpg');
  background-position: 0 0, 0 -870px;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1980px;
  overflow: hidden;
}

.l-23-grid-wrapper.des {
  background-image: none;
}

.l-23-grid-wrapper.host {
  background-image: linear-gradient(#2a2b2eb3, #2a2b2eb3);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.l-23-grid-wrapper.man {
  background-image: linear-gradient(#2a2b2eb3, #2a2b2eb3), url('../images/Artboard-1.4.jpg');
  background-position: 0 0, 0 -870px;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1980px;
}

.grid-36 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto 20px;
  grid-template-columns: 5vw .5fr 1fr 50px;
  margin-bottom: 1px;
}

.grid-36.rows {
  grid-template-rows: 7vh auto;
}

.red-block {
  background-color: var(--red);
  margin-bottom: -20px;
  margin-left: -20px;
  margin-right: -100px;
}

.red-block._2 {
  margin: -20px -20px 0 50%;
  overflow: hidden;
}

.red-block._3 {
  margin: 151px 0 0 -20px;
}

.red-block._4 {
  margin: -12px -21px 137px -138px;
}

.red-block._5 {
  margin: -14px 5px -73px -20px;
}

.section-contact {
  justify-content: center;
  display: flex;
}

.html-embed-2 {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-166 {
  width: 80%;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--grey-background);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: var(--red);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  border: 2px solid var(--red);
  background-color: var(--red);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--red);
  color: var(--red);
  background-color: #0000;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  opacity: .21;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-manager_component:hover {
  opacity: 1;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--red);
  color: var(--red);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  background-color: var(--grey-background);
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  border: 2px solid var(--red);
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--red);
  color: var(--red);
  background-color: #0000;
}

.fs-cc-banner_text {
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.image-70 {
  width: 54px;
}

.div-block-167 {
  width: 100%;
}

.image-71 {
  z-index: 15;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 30vh;
  margin-bottom: 70px;
  position: relative;
}

.div-block-168 {
  background-color: var(--red);
  width: 120%;
  height: 50px;
  margin-top: 55px;
  margin-left: -19px;
  position: relative;
}

.meet-eng-head {
  color: var(--red);
  text-align: center;
  padding-left: 20px;
  font-size: 50px;
  line-height: 55px;
}

.div-block-171 {
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 100px;
}

.hz-bar {
  background-color: var(--red);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 80%;
  height: 20px;
  margin-top: -27px;
  margin-bottom: 20px;
  margin-left: -23px;
}

.hz-bar._90 {
  width: 120%;
  margin-right: 12px;
}

.div-block-173 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.experience {
  text-align: center;
}

.icon {
  object-fit: contain;
  width: 100px;
  height: 100px;
}

.icon.invert {
  filter: invert();
}

.icon.invert.thinner {
  padding-top: 6px;
  padding-bottom: 6px;
}

.div-block-174 {
  width: 100%;
}

.section-49 {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-175 {
  width: 80%;
}

.design-strat-head {
  text-align: center;
  width: 100%;
  font-size: 20px;
  line-height: 40px;
}

.quick-stack {
  margin-bottom: 47px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-50 {
  width: 100%;
}

.design-pro-cell {
  background-color: #cf6b66;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
}

.design-pro-cell._4-text-span {
  background-color: var(--middark-red);
  justify-content: flex-end;
  align-items: center;
}

.design-pro-cell._3 {
  background-color: var(--red);
}

.design-pro-cell._5 {
  background-color: var(--deep-red);
}

.design-pro-cell._2 {
  background-color: #c94b4b;
}

.verticl-cell {
  background-color: var(--red-overlay);
  border-radius: 1vw;
  width: 20px;
  height: 100%;
}

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

.image-full {
  color: var(--midlight-red);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.paragraph-55 {
  padding: 5px 17px;
}

.div-block-176 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-176._2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

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

.quick-stack-6 {
  color: #fff;
}

.image-cell-2 {
  justify-content: center;
  align-items: center;
  padding: 0;
}

.sevice-info {
  display: flex;
}

.info-cell {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 40px;
}

.sevice-head {
  margin-top: 37px;
  margin-bottom: 20px;
}

.bar-grow {
  background-color: var(--red);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 1vw;
  height: 20%;
  position: relative;
}

.service-info-stack {
  margin-top: 28px;
  padding-top: 0;
  padding-bottom: 50px;
  padding-left: 0;
}

.sevice-sec {
  background-color: var(--deep-teal);
  padding: 30px 40px;
  overflow: hidden;
}

.sevice-sec.tab {
  background-image: url('../images/red-wires-flip.png');
  display: none;
}

.sevice-sec.flip {
  background-image: url('../images/curve-top-dteal.png'), linear-gradient(to bottom, var(--light-teal), var(--light-teal));
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-bottom: 90px;
}

.sevice-sec.flip.curve {
  background-image: url('../images/curve-top-dteal.png'), linear-gradient(to bottom, var(--light-teal), var(--light-teal));
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-bottom: 87px;
}

.sevice-sec.no-pad {
  background-image: url('../images/lines-red.png'), url('../images/curve-top-lteal.png');
  background-position: 92% 97%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100px, contain;
  padding-right: 40px;
}

.sevice-sec.no-pad.bot-extra {
  background-image: url('../images/lines-red.png'), url('../images/curve-top-lteal.png'), url('../images/blue-edge-left.png');
  background-position: 92% 97%, 50% 100%, 100% 15%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100px, contain, auto 80%;
  padding-bottom: 119px;
}

.sevice-sec.expertise {
  background-color: var(--lightest-teal);
  color: var(--grey-background);
  background-image: url('../images/blue-top.png'), url('../images/red-bottom.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  padding-top: 97px;
  padding-bottom: 65px;
}

.sevice-header {
  display: flex;
}

.sevice-image {
  box-shadow: -10px 10px 20px -3px var(--deep-blue);
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.sevice-image._2 {
  object-position: 0% 60%;
}

.paragraph-2 {
  font-size: var(--laptop-standard-text);
}

.design-type {
  background-image: url('../images/mtl1160-unn-cropped.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.div-block-178 {
  background-image: linear-gradient(to bottom, var(--red), var(--red));
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 40vh;
  padding: 42px 10px;
  display: flex;
}

.div-block-179 {
  background-image: linear-gradient(#000000c2, #000000c2);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  margin-top: -40vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-90 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}

.heading-92 {
  font-size: var(--laptop-standard-text);
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  line-height: 19px;
}

.section-51 {
  background-image: url('../images/red-wires-flip.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section-51.flipped {
  background-image: url('../images/red-wires.png');
  background-position: 0%;
  background-size: 90%;
}

.quick-stack-7 {
  padding-top: 53px;
  padding-bottom: 53px;
}

.heading-93 {
  text-transform: uppercase;
  margin-top: 58px;
  padding-left: 40px;
  font-size: 120px;
  line-height: 140px;
}

.image-73 {
  object-fit: contain;
  width: 100px;
  height: 101px;
}

.div-block-180 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.div-block-181 {
  padding-left: 50px;
  padding-right: 50px;
}

.team-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 225px;
  height: 350px;
  display: flex;
  overflow: hidden;
}

.background-div {
  background-color: var(--deep-red);
  object-position: 50% 100%;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 251px;
  display: flex;
}

.team-person {
  z-index: 10;
  object-position: 50% 100%;
  justify-content: center;
  align-items: flex-end;
  width: 250px;
  margin-top: -350px;
  display: flex;
  position: relative;
}

.image-74 {
  z-index: 10;
  object-fit: contain;
  object-position: 51% 100%;
  width: 300px;
  height: 350px;
  padding-left: 29px;
  padding-right: 29px;
}

.job-title {
  color: var(--red);
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 20px;
}

.team-head {
  font-size: 24px;
}

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

.pnglayer {
  background-image: url('../images/chrisfinal.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 230px;
  height: 310px;
  margin-top: -310px;
}

.pnglayer._2 {
  background-image: url('../images/JAYJAYfinal.png');
}

.pnglayer._3 {
  background-image: url('../images/jamesfinal.png');
}

.pnglayer._3.top {
  background-image: url('../images/jamesfinal-top.png');
  background-size: cover;
}

.pnglayer._4 {
  background-image: url('../images/bobfinal.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.pnglayer.top {
  z-index: 20;
  background-image: url('../images/chrisfinal-badge.png');
  position: relative;
}

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

.div-block-182 {
  background-image: url('../images/banner-red.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 250px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-94 {
  text-align: center;
  margin-top: 39px;
  line-height: 20px;
}

.text-span-11 {
  font-size: 18px;
  line-height: 16px;
}

.about-head {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Radomir tinkov gilroy, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 54px;
}

.image-75 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-183 {
  border: 20px solid var(--light-red);
  background-color: var(--black);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22vw;
  height: 22vw;
  margin-left: -5vw;
  padding: 20px 39px;
  display: flex;
  position: relative;
}

.div-block-183._2 {
  border-color: var(--midlight-red);
  background-color: var(--black);
}

.div-block-183._3 {
  border-color: var(--red);
  background-color: var(--black);
}

.div-block-183._4 {
  border-color: var(--middark-red);
  background-color: var(--black);
}

.div-block-183._5 {
  border-color: var(--deep-red);
  background-color: var(--black);
}

.quick-stack-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 63px;
}

.div-block-184 {
  position: absolute;
}

.grid-37 {
  grid-template-rows: 5vh auto 5vh;
  grid-template-columns: 10px 1fr .75fr .5fr .25fr;
  padding-bottom: 94px;
}

.div-block-185 {
  background-color: var(--mid-dark-blue);
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
}

.div-block-186 {
  width: 100%;
}

.cell-6 {
  color: var(--deep-blue);
}

.section-52 {
  background-color: var(--deep-red);
  background-image: url('../images/teal-wave-top.png'), url('../images/teal-wave-bottom.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  margin-top: 33px;
  padding-bottom: 64px;
}

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

.quick-stack-13.home {
  background-color: var(--deep-red);
  padding-top: 0;
}

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

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

.head-centre {
  text-align: center;
}

.cell-11 {
  background-image: linear-gradient(280deg, var(--deepest-teal) 56%, var(--middark-red) 55%, var(--middark-red) 60%, #fff0 60%), url('../images/stock3-Phone.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.quick-stack-14 {
  width: 100%;
}

.home-sec-2 {
  background-image: url('../images/bottom-box.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 162px;
}

.section-54 {
  padding: 0 36px 40px;
}

.section-55 {
  background-color: var(--black);
  background-image: url('../images/bottom-box.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding: 40px 24px 10px;
}

.quick-stack-15 {
  margin-top: 120px;
}

.heading-95 {
  font-size: 60px;
  line-height: 60px;
}

.div-block-187 {
  background-color: var(--deep-red);
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 250px;
  padding: 20px;
  display: flex;
}

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

.cell-12.left {
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 20px;
}

.cell-12.left.tab {
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

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

.section-56 {
  width: 100%;
}

.about-wrap {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-188 {
  width: 13%;
  padding-top: 22px;
}

.invert {
  filter: invert();
}

.section-57 {
  background-color: var(--deep-red);
}

.cell-14 {
  color: var(--grey-background);
}

.sec-header-100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding: 60px;
  display: flex;
}

.sec-header-head {
  text-align: left;
  margin-bottom: 40px;
  font-size: 70px;
  line-height: 100px;
}

.sec-header-subhead {
  font-size: var(--laptop-standard-text);
  max-width: 420px;
  line-height: 24px;
}

.cell-15 {
  background-image: url('../images/right-diagonal-image.png'), url('../images/left-diagonal-image.png'), url('../images/ECLECTRONIC-DESIGN-IMAGE.webp');
  background-position: 100%, 0%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, cover;
}

.cell-15.home {
  background-image: url('../images/right-diagonal-image.png'), url('../images/left-diagonal-image.png'), url('../images/Artboard-1.1-Phone.jpg');
}

.cell-15.manufacture {
  background-image: url('../images/right-diagonal-image.png'), url('../images/left-diagonal-image.png'), url('../images/ECLECTRONIC-DESIGN-IMAGE.webp');
  background-position: 100%, 0%, 70%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, 200%;
}

.cell-15.procurement {
  background-image: url('../images/right-diagonal-image.png'), url('../images/left-diagonal-image.png'), url('../images/pexels-bulat369-1243575272-32391498.jpg');
  background-position: 100%, 0%, 0 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.div-block-189 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-189.zoom {
  object-fit: cover;
}

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

.image-76 {
  z-index: 9999;
  opacity: .8;
  width: 80px;
  height: 130px;
  margin-bottom: -40px;
  margin-right: 60px;
  position: relative;
  transform: rotate(90deg);
}

.rectangle-bg {
  background-color: var(--midlight-red);
  opacity: .8;
  width: 80px;
  height: 350px;
  position: absolute;
  bottom: -10%;
  right: 5%;
  transform: rotate(10deg);
}

.rectangle-bg._60 {
  z-index: 8888;
  background-color: var(--middark-red);
  width: 70px;
  height: 50px;
  bottom: 10%;
  right: -2%;
}

.rectangle-bg._40 {
  background-color: var(--deep-red);
  width: 50px;
  height: 400px;
  bottom: 15%;
  right: 6%;
}

.rectangle-bg._2 {
  z-index: -2;
  width: 100px;
  height: 450px;
  inset: 0% auto auto 4%;
}

.rectangle-bg._3 {
  z-index: -1;
  background-color: var(--teal);
  width: 70px;
  inset: 40% auto auto 5%;
}

.rectangle-bg._3.dark {
  background-color: var(--deep-teal);
}

.rectangle-bg._4 {
  z-index: -1;
  background-color: var(--red);
  width: 10px;
  height: 500px;
  bottom: -68px;
  right: 8%;
}

.rectangle-bg._5 {
  z-index: -2;
  background-color: var(--mid-dark-blue);
  width: 100px;
  height: 200px;
  inset: 27% 3% auto auto;
}

.rectangle-bg._6 {
  z-index: -3;
  background-color: var(--light-red);
  height: 250px;
  bottom: 50%;
  right: 7%;
}

.rectangle-bg.higher {
  bottom: -1%;
}

.section-58 {
  background-color: var(--deep-red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.sec-head-h2 {
  text-align: center;
  margin-top: 0;
  font-size: 50px;
  line-height: 60px;
}

.sec-head-h2.left {
  text-align: left;
  width: 100%;
}

.experience-point {
  background-color: #1c1c1fe6;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

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

.quick-stack-17.no-pad {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.centre-text {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.section-std {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 60px;
  display: flex;
  position: relative;
}

.section-std.red {
  background-color: var(--deep-red);
  background-image: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-std.red.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.section-std.red.nobottompad {
  padding-bottom: 20px;
}

.section-std.image {
  background-image: linear-gradient(to bottom, var(--black-overlay-5ds), var(--black-overlay-5ds)), url('../images/motherboard-background-2-Medium-Phone.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-bottom: 40px;
}

.section-std.image.dark {
  background-image: linear-gradient(#03030380, #03030380), url('../images/motherboard-background-2-Medium-Phone.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section-std.image.notoppad {
  padding-top: 20px;
}

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

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

.image-77 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.who-sec {
  background-color: var(--deep-red);
  background-image: linear-gradient(315deg, var(--black) 42%, #0b1f3900);
  border-radius: 25px;
  width: 100%;
  height: auto;
  padding: 0 20px 20px;
}

.who-sec._2 {
  background-image: linear-gradient(90deg, var(--black), #0b1f3900);
  margin-top: -125px;
}

.who-sec._2._3 {
  background-image: linear-gradient(225deg, var(--black) 39%, #0b1f3900 91%);
}

.who-sec._2._4 {
  background-image: linear-gradient(135deg, var(--black) 46%, #0b1f3900);
}

.who-sec._3 {
  margin-top: -115px;
}

.icon-banner-who {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-78 {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.image-79 {
  object-fit: contain;
  width: 50px;
  height: 30px;
}

.who-sec-head {
  height: 25px;
  margin-top: 0;
}

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

.who-sec-para {
  height: 90px;
}

.quick-stack-18 {
  padding-left: 40px;
}

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

.page-link {
  color: var(--light-grey);
  text-decoration: none;
  transition: color .3s;
}

.page-link:hover {
  color: #fff;
}

.page-link.centre {
  text-align: center;
}

.wwd-cell {
  background-color: var(--deep-blue);
  background-image: linear-gradient(225deg, var(--black) 23%, #2a2b2e00 51%, var(--black) 81%);
  border-radius: 25px;
  padding: 20px;
  transition: background-color .35s ease-in-out;
}

.wwd-cell:hover {
  background-color: var(--deep-red);
}

.wwd-cell._2 {
  background-image: linear-gradient(120deg, var(--black), #2a2b2e00 41%, var(--black) 74%);
}

.wwd-cell._4 {
  background-image: linear-gradient(90deg, var(--black) 29%, #2a2b2e00 62%, var(--black) 88%);
}

.wwd-cell._3 {
  background-image: linear-gradient(315deg, var(--black), #2a2b2e00 28%, var(--black) 49%);
}

.div-block-193 {
  width: 50px;
  height: 350px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sec-head-h3 {
  text-align: center;
  margin-top: 0;
  font-size: 35px;
  line-height: 50px;
}

.sec-head-h3.left {
  text-align: left;
  width: 100%;
}

.success-sq-dic {
  width: 300px;
  height: 300px;
}

.image-80 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.centre-text-copy {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
  font-size: 20px;
  line-height: 24px;
}

.quick-stack-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  min-width: 100vw;
  padding: 0;
}

.scroll-icon {
  width: 200px;
  height: 74px;
}

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

.image-81 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.flex-horizontal {
  width: 100vw;
  min-width: 100vw;
  display: flex;
}

.scroll-companis {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  min-width: 100vw;
  padding: 0;
}

.howdesignworks--hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 63px;
}

.centerdiv {
  border: 5px solid #0000;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-des {
  object-fit: contain;
  width: 75px;
  height: 75px;
}

.icon-des.invert {
  filter: invert();
}

.icon-des.invert.thinner {
  padding-top: 6px;
  padding-bottom: 6px;
}

.des-h3-circles {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 40px;
}

.div-block-194 {
  border: 5px solid var(--light-red);
  background-color: var(--light-red);
  opacity: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-194._2 {
  background-color: var(--midlight-red);
  border-style: none;
}

.div-block-194._3 {
  border-style: none;
  border-color: var(--lightest-teal);
  background-color: var(--red);
}

.div-block-194._4 {
  background-color: var(--middark-red);
  border-style: none;
}

.div-block-194._5 {
  background-color: var(--deep-red);
  border-style: none;
}

.paragraph-57 {
  border: 10px solid #000;
}

.paragraph-58 {
  text-align: center;
  padding: 10px;
}

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

.manufacture {
  text-align: center;
  margin-top: 10px;
}

.centretext {
  text-align: center;
}

.quick-stack-18-copy {
  padding-top: 83px;
  padding-bottom: 83px;
  padding-left: 40px;
}

.image-82 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-196 {
  width: 100%;
  height: 100%;
}

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

.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
}

.center.bignbold {
  margin-top: 60px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.skinny-sec {
  background-color: var(--deep-red);
  padding: 10px 40px;
  font-size: 17px;
}

.page-link-bright {
  background-color: var(--mid-dark-teal);
  color: var(--grey-background);
  border-radius: 10px;
  padding: 12px 10px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .15s, color .3s;
}

.page-link-bright:hover {
  background-color: var(--deepest-teal);
  color: #fff;
}

.page-link-bright.centre {
  text-align: center;
}

.bold-text {
  position: absolute;
  inset: auto 0% 2%;
}

.bold-text.subtle {
  color: var(--light-grey);
}

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

.paragraph-59, .left {
  text-align: left;
}

@media screen and (min-width: 1280px) {
  .arrow-image {
    margin-bottom: 10px;
  }

  .h-welcome-section-test {
    display: block;
  }

  .discover-sec {
    padding-left: 0;
  }

  .engineer_name {
    font-size: 50px;
  }

  .paragraph-52 {
    font-size: 22px;
  }

  .header-hero-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/Artboard-1.4.jpg');
    background-size: auto, 2000px;
    overflow: hidden;
  }

  .header-hero-section.des {
    background-image: url('../images/HEADER-BOTTOM.png'), linear-gradient(#0000 85%, #2a2b2e), linear-gradient(#00000080, #00000080), url('../images/Artboard-1.3.3.jpg');
  }

  .header-hero-section.host {
    background-image: linear-gradient(#2a2b2eb3, #2a2b2eb3), url('../images/software4.jpg');
  }

  .page-head {
    font-size: 75px;
    line-height: 85px;
  }

  .div-block-155 {
    width: 300px;
  }

  .div-block-155.bottom {
    width: 250px;
    margin-left: 35px;
    padding-left: 0;
  }

  .block_head_wrap {
    padding-left: 0;
  }

  .block_maintext_wrap {
    margin-bottom: 20px;
  }

  .block_heading.subhead {
    margin-bottom: 29px;
    padding-right: 20px;
    font-size: 60px;
    line-height: 65px;
  }

  .block_heading.subhead.head4 {
    margin-bottom: 0;
  }

  .block_maintext.black {
    margin-bottom: 25px;
  }

  .l-23-grid-wrapper {
    background-image: linear-gradient(to bottom, var(--grey-background), var(--grey-background)), url('../images/software4.jpg');
    overflow: hidden;
  }

  .l-23-grid-wrapper.man {
    background-image: linear-gradient(to bottom, null, null), url('../images/Artboard-1.4.jpg');
    background-size: auto, 2000px;
  }

  .grid-36 {
    grid-template-columns: 5vw 1.75fr 1fr 50px;
  }

  .red-block._2 {
    margin-left: 261px;
    margin-right: -21px;
  }

  .red-block._3 {
    margin: 8px 20px -10px -178px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .red-block._4 {
    height: 180px;
    margin: -11px -20px 0 -189px;
  }

  .red-block._5 {
    margin-bottom: -64px;
    margin-left: -42px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .design-strat-head {
    font-size: 25px;
  }

  .cell-3 {
    justify-content: space-between;
  }

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

  .service-info-stack {
    margin-top: 0;
    padding-bottom: 95px;
  }

  .sevice-sec.flip.curve {
    background-image: url('../images/triangle-botoom-deepteal.png'), linear-gradient(to bottom, var(--mid-dark-teal), var(--mid-dark-teal));
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    padding-top: 0;
  }

  .sevice-sec.no-pad.bot-extra {
    background-image: url('../images/lines-red.png'), url('../images/top-curve-teal.png'), url('../images/blue-edge-left.png');
  }

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

  .section-51 {
    background-image: url('../images/red-wires-flip.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 80%;
  }

  .section-51.flipped {
    background-image: url('../images/red-wires.png');
  }

  .job-title {
    font-size: 20px;
    line-height: 24px;
  }

  .team-head {
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-183 {
    width: 21vw;
    height: 21vw;
  }

  .section-53 {
    padding-top: 23px;
    padding-bottom: 35px;
  }

  .head-centre {
    font-size: 50px;
    line-height: 60px;
  }

  .cell-11 {
    background-image: linear-gradient(280deg, var(--deepest-teal) 61%, var(--middark-red) 61%, var(--middark-red) 63%, #fff0 63%), url('../images/stock3-Phone.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .quick-stack-14 {
    padding: 40px 20px;
  }

  .design-head {
    color: var(--light-teal);
  }

  .section-54 {
    padding-bottom: 148px;
  }

  .quick-stack-15 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 147px;
  }

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

  .image-76 {
    margin-bottom: -119px;
    margin-right: 83px;
  }

  .rectangle-bg {
    bottom: -20%;
  }

  .rectangle-bg._60 {
    bottom: -8%;
    right: 0%;
  }

  .rectangle-bg._40 {
    bottom: 8%;
    right: 2%;
  }

  .rectangle-bg._3 {
    z-index: -1;
    background-color: var(--mid-dark-teal);
  }

  .des-h3-circles {
    font-size: 25px;
  }
}

@media screen and (min-width: 1440px) {
  .discover-image._5ds-images, .define-image._5ds-image, .design-image._5ds-image, .develop-image._5ds-image, .deliver-image._5ds-image {
    width: 7vw;
  }

  .footer {
    background-color: #14434b00;
  }

  .au-person-wrapper:hover {
    flex: 1;
  }

  .au-imagewrapper.jason {
    background-position: 100% 0;
    background-size: cover;
  }

  .div-block-95 {
    margin-bottom: 0;
  }

  .div-block-96 {
    margin-bottom: 40px;
  }

  .menu-wrapper {
    justify-content: flex-start;
  }

  .background-image.flip {
    inset: 0% auto 0% -15vw;
  }

  .grid-17 {
    grid-template-columns: .25fr 1fr 1fr 3fr;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-141 {
    width: 80vw;
  }

  .div-block-142 {
    width: 30vw;
    margin-right: 40px;
  }

  .div-block-142.what-we-do {
    margin-left: 40px;
  }

  .l-23-para-wrap {
    padding: 37px 71px 37px 66px;
  }

  .grid-27, .grid-28 {
    display: none;
  }

  .page-head {
    font-size: 85px;
    line-height: 95px;
  }

  .grid-26-copy {
    display: none;
  }

  .block_banner_back {
    background-size: contain;
  }

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

  .block_mainimg._2.hide {
    margin-bottom: 45px;
  }

  .block_mainimg.des {
    height: 250px;
  }

  .block_maintext_wrap {
    padding-top: 42px;
    padding-left: 53px;
  }

  .block_heading {
    text-align: left;
  }

  .red-block {
    margin-left: -120px;
  }

  .red-block._2 {
    margin-top: -66px;
    margin-left: 231px;
    margin-right: -120px;
  }

  .red-block._3 {
    margin-top: 105px;
  }

  .red-block._4 {
    margin-right: -120px;
  }

  .red-block._5 {
    margin-left: -120px;
  }

  .div-block-171 {
    background-color: var(--deep-teal);
  }

  .design-strat-head {
    font-size: 32px;
  }

  .verticl-cell {
    width: 20px;
  }

  .quick-stack-2 {
    padding-left: 101px;
    padding-right: 101px;
  }

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

  .service-info-stack {
    padding-bottom: 73px;
  }

  .section-51 {
    background-size: auto 90%;
  }

  .section-51.flipped {
    background-size: auto 75%;
  }

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

  .quick-stack-10 {
    padding-left: 123px;
    padding-right: 123px;
  }

  .div-block-181 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .team-div {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 300px;
    height: 400px;
    display: flex;
  }

  .background-div {
    background-color: var(--deep-red);
    width: 300px;
    height: 328px;
  }

  .team-person {
    width: 300px;
    margin-top: -400px;
  }

  .image-74 {
    height: 400px;
  }

  .job-title {
    padding-left: 0;
  }

  .pnglayer {
    width: 300px;
    height: 400px;
    margin-top: -400px;
    position: relative;
  }

  .pnglayer._3 {
    height: 100%;
    margin-top: -401px;
  }

  .about-head {
    margin-top: 0;
  }

  .div-block-183 {
    z-index: 5;
    position: relative;
  }

  .div-block-183._2 {
    z-index: 4;
    position: relative;
  }

  .div-block-183._3 {
    z-index: 3;
    position: relative;
  }

  .div-block-183._4 {
    z-index: 2;
  }

  .div-block-183._5 {
    z-index: 1;
  }

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

  .section-54 {
    padding-bottom: 179px;
  }

  .quick-stack-15 {
    margin-top: 191px;
  }

  .div-block-187 {
    width: 400px;
  }

  .quick-stack-16 {
    height: 50vh;
  }

  .rectangle-bg._2 {
    z-index: -1;
    background-color: var(--middark-red);
    width: 100px;
    height: 450px;
    inset: 0% auto auto 4%;
    transform: rotate(10deg);
  }

  .rectangle-bg._3 {
    z-index: -1;
    background-color: var(--mid-dark-teal);
    width: 70px;
    inset: 40% auto auto 5%;
  }

  .rectangle-bg._4 {
    z-index: -1;
    background-color: var(--red);
    width: 10px;
    height: 500px;
    bottom: -68px;
    right: 5%;
  }

  .rectangle-bg._5 {
    z-index: -2;
    background-color: var(--mid-dark-blue);
    width: 100px;
    height: 200px;
    inset: auto 2% 40% auto;
  }

  .rectangle-bg._6 {
    z-index: -3;
    background-color: var(--light-red);
    width: 60px;
    height: 300px;
    inset: auto 4% 50% auto;
  }

  .who-sec {
    padding-top: 15px;
  }

  .cell-17 {
    justify-content: space-around;
    align-items: flex-start;
  }

  .quick-stack-18 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-link {
    color: var(--light-grey);
    cursor: pointer;
    transition: color .3s cubic-bezier(.785, .135, .15, .86);
  }

  .page-link:hover {
    color: #fff;
    text-decoration: underline;
  }

  .des-h3-circles {
    font-size: 32px;
  }

  .quick-stack-18-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-link-bright {
    color: var(--light-grey);
    cursor: pointer;
    transition: color .3s cubic-bezier(.785, .135, .15, .86);
  }

  .page-link-bright:hover {
    color: #fff;
    text-decoration: underline;
  }
}

@media screen and (max-width: 991px) {
  .image-10 {
    float: right;
  }

  .arrow-image-2 {
    object-fit: contain;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    position: static;
  }

  .link-block-6 {
    width: auto;
  }

  .back-to-top-link {
    border-style: none;
    width: 0;
    height: 0;
    display: none;
  }

  .home-panel-wrapper-tab-and-below.up {
    flex: 1;
    margin: 10px;
  }

  .home-panel-wrapper-tab-and-below.up:hover {
    flex: 1;
    display: flex;
  }

  .home-panel-wrapper-tab-and-below.up:active, .home-panel-wrapper-tab-and-below.up:focus {
    flex: 1;
  }

  .deliver-image._5ds-image {
    object-fit: contain;
    width: 8vw;
  }

  .footer {
    margin-top: 0;
    padding: 10px 10px 0;
  }

  .swirl-wrapper {
    height: auto;
  }

  .paragraph-40 {
    font-size: 14px;
    line-height: 18px;
  }

  .image-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-41 {
    font-size: 14px;
    line-height: 18px;
  }

  .footer-wrapper {
    height: 15vh;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-63 {
    margin-bottom: 0;
  }

  .tab-manufacturing-cards {
    width: 300px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-83 {
    background-color: var(--red-overlay);
    margin-top: 0;
  }

  .image-42 {
    width: auto;
    max-width: none;
    height: 8vh;
    padding-left: 0;
  }

  .navbar-2 {
    z-index: 10;
    justify-content: flex-start;
    width: 0%;
    height: 0;
    display: none;
    position: relative;
    overflow: visible;
  }

  .au--title {
    z-index: 5;
  }

  .div-block-96 {
    margin-bottom: 40px;
  }

  .div-block-97 {
    margin-bottom: 0;
  }

  .meet-the-team-grid {
    grid-template-columns: 1fr 1fr;
    height: 80vh;
  }

  .menu-icon-wrapper {
    width: auto;
    padding: 0;
  }

  .menu-wrapper {
    z-index: 9990;
    background-color: #ccc;
    justify-content: flex-end;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .menu-button-div {
    z-index: 99990;
    inset: 0% 0% auto auto;
  }

  .nav-bar-pagelink {
    flex-direction: column;
    justify-content: flex-end;
    height: 80px;
    display: flex;
  }

  .nav-title {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .line._3 {
    border-right-color: #0000;
  }

  .design-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .manufacture-sec {
    justify-content: space-around;
    height: 60vh;
    padding-top: 20px;
  }

  .heading-57 {
    font-size: 30px;
    line-height: 40px;
  }

  .tab-nav {
    background-color: #fff;
    width: 100%;
    height: 10vh;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .menu-button-2 {
    z-index: 9998;
    object-fit: contain;
    width: 100px;
    height: 10vh;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    padding: 20px 0;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
    inset: 0% 0% auto;
  }

  .image-55 {
    object-fit: contain;
    height: 100%;
  }

  .image-56 {
    object-fit: cover;
    height: 100%;
  }

  .nav-bar-divider {
    background-color: var(--red);
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-end;
    width: 80vw;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .image-60 {
    object-fit: contain;
  }

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

  .paragraph-54 {
    padding-left: 20px;
  }

  .grid-17 {
    flex-flow: column;
    grid-template-columns: .25fr 2fr .25fr 3fr;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .div-block-131 {
    height: 400px;
  }

  .div-block-141 {
    align-items: center;
  }

  .div-block-142 {
    padding-right: 15px;
  }

  .div-block-142.what-we-do {
    padding-left: 7px;
  }

  .div-block-143 {
    align-self: center;
  }

  .header-hero-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/Artboard-1.4-Small.jpg');
  }

  .header-hero-section.des {
    background-image: linear-gradient(#0000 85%, #2a2b2e), linear-gradient(#2a2b2ecc, #2a2b2ecc), url('../images/Artboard-1.3.3-Small.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, 1980px;
  }

  .paragraph-short {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-152.des {
    background-image: url('../images/motherboard-background-2-Phone.jpg');
    background-size: contain;
  }

  .grid-27, .grid-28 {
    display: none;
  }

  .page-head {
    font-size: 70px;
    line-height: 75px;
  }

  .grid-26-copy {
    display: none;
  }

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

  .div-block-155.bottom {
    z-index: 1;
    width: 275px;
    height: 90px;
    position: relative;
  }

  .section-47 {
    flex-direction: column;
    justify-content: space-between;
    height: 90vh;
    display: flex;
  }

  .grid-33 {
    grid-template-columns: .5fr 1fr 1fr 1fr .5fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block_grid {
    grid-template-columns: 5vw 37vw 25vw 25vw 5vw;
  }

  .block_grid.design {
    grid-template-rows: 10vh 15vh 3vh 2vh auto 2vh;
    grid-template-columns: 5vw 35vw 25vw 30vw 5vw;
  }

  .block_banner_back {
    background-size: auto 26%;
  }

  .block_imgflt_top.des {
    background-image: url('../images/stock1-Small.png');
  }

  .block_imgflt_top.man {
    background-image: url('../images/motherboard-background-3-Medium-Small.jpg');
    background-position: 50%;
  }

  .block_head_wrap {
    padding-left: 0;
  }

  .block_mainimg._2.hide {
    width: 30%;
  }

  .block_mainimg.des {
    background-image: url('../images/Artboard-1.1-Small.jpg');
    background-position: 81%;
  }

  .block_heading {
    padding-left: 20px;
    font-size: 45px;
    line-height: 50px;
  }

  .block_heading.subhead {
    margin-bottom: -3px;
    padding-right: 20px;
    font-size: 45px;
    line-height: 50px;
  }

  .block_maintext {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .heading-85 {
    font-size: 20px;
    line-height: 25px;
  }

  .l-23-grid-wrapper {
    background-image: linear-gradient(to bottom, null, null), url('../images/Artboard-1.4-Small.jpg');
  }

  .grid-36.rows {
    grid-template-rows: auto auto;
  }

  .div-block-173.centre {
    width: 50%;
  }

  .design-strat-head {
    margin-top: -5px;
    line-height: 30px;
  }

  .design-pro-cell._4-text-span {
    background-color: #94121300;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
  }

  .design-pro-cell._5 {
    background-color: #6a1c1d00;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-176 {
    background-color: var(--deep-red);
    border-radius: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 66%;
    height: 300px;
    display: flex;
  }

  .div-block-176._2 {
    background-color: #c21b29;
    width: 66%;
    margin-top: -40px;
  }

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

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

  .image-cell-2 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .service-info-stack {
    margin-top: 0;
    padding-bottom: 24px;
  }

  .sevice-sec {
    background-position: 100% 94%;
    background-size: contain;
  }

  .sevice-sec.tab {
    background-image: url('../images/curve-top-dteal.png'), linear-gradient(to bottom, var(--light-teal), var(--light-teal));
    color: var(--deep-blue);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    display: flex;
  }

  .sevice-sec.flip {
    display: none;
  }

  .sevice-sec.no-pad {
    background-size: 75px, contain;
  }

  .sevice-sec.no-pad.bot-extra {
    background-position: 92% 97%, 50% 100%, 100%;
    background-size: 100px, contain, auto 86%;
  }

  .sevice-image {
    object-fit: cover;
    width: 70%;
    height: 245px;
  }

  .heading-94 {
    margin-top: 20px;
    line-height: 18px;
  }

  .text-span-11 {
    font-size: 16px;
  }

  .div-block-183 {
    border-width: 13px;
    width: 30vw;
    height: 30vw;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px;
    padding: 20px;
  }

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

  .cell-5.hidetabbelow {
    display: none;
  }

  .cell-7 {
    color: var(--deep-blue);
  }

  .cell-12.left.tab {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .howdesignworks--hero {
    margin-left: 0;
    padding-bottom: 0;
  }

  .des-h3-circles {
    margin-top: -5px;
    line-height: 30px;
  }

  .div-block-195 {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .link-block-6 {
    width: 70vw;
    margin-bottom: 20px;
  }

  .contact-an-engineer {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
  }

  .discover-image._5ds-images {
    width: auto;
    max-width: none;
    height: 70px;
    margin-bottom: 10px;
  }

  .heading-22 {
    font-size: 20px;
  }

  .define-image._5ds-image, .design-image._5ds-image, .develop-image._5ds-image {
    width: auto;
    height: 70px;
    margin-bottom: 10px;
  }

  .deliver-image._5ds-image {
    width: auto;
    height: 80px;
    margin-bottom: 10px;
  }

  .footer, .address-wrapper, .copyright-wrapper {
    height: auto;
  }

  .image-30 {
    height: 15vh;
  }

  .footer-wrapper {
    padding-bottom: 0;
  }

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

  .tab-manufacturing-cards {
    width: 95vw;
    height: 120px;
  }

  .div-block-83 {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-42 {
    height: 60px;
  }

  .navbar-2 {
    justify-content: flex-start;
  }

  .au-imagewrapper.jason {
    background-repeat: no-repeat;
  }

  .product-development-heading {
    font-size: 75px;
    line-height: 80px;
  }

  .meet-the-team-grid {
    height: 160vh;
  }

  .menu-button-div {
    height: 80px;
  }

  .nav-title {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .design-sec {
    padding-top: 0;
  }

  .contact-head {
    font-size: 80px;
    line-height: 80px;
  }

  .manufacture-sec {
    height: 80vh;
  }

  .section-31 {
    height: auto;
    margin-bottom: 20px;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". ."
                         ". ."
                         "Area Area";
  }

  ._5ds-wrapper {
    width: 40vw;
    padding-bottom: 10px;
  }

  ._5ds-wrapper.deliver {
    width: 100%;
  }

  .tab-nav {
    height: 80px;
    display: block;
  }

  .menu-button-2 {
    height: 80px;
  }

  .paragraph-54 {
    padding-left: 0;
  }

  .grid-17 {
    flex-flow: column;
    grid-template-columns: .25fr 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .div-block-130.no-pad {
    margin-bottom: -150px;
    margin-left: -60px;
    margin-right: 211px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .div-block-131 {
    height: 250px;
    display: flex;
  }

  .about-section {
    padding-top: 52px;
    padding-bottom: 0;
  }

  .about-section.wwd {
    padding-bottom: 29px;
  }

  .div-block-141 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-142 {
    width: 100%;
    height: 300px;
    margin-bottom: 33px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-142.left {
    background-image: url('../images/stock1.png');
    background-position: 0 0;
    background-size: cover;
    margin-bottom: 35px;
    padding-left: 40px;
    display: flex;
  }

  .div-block-142.what-we-do {
    display: none;
  }

  .heading-75 {
    text-align: center;
    font-size: 80px;
  }

  .div-block-143 {
    width: 100%;
  }

  .left-aligned {
    text-align: center;
    margin-top: 10px;
    font-size: 80px;
  }

  .header-hero-section {
    background-image: linear-gradient(#2a2b2eb3, #2a2b2eb3), url('../images/Artboard-1.4-Phone.jpg');
  }

  .header-hero-section.des {
    background-image: linear-gradient(#0000 85%, #2a2b2e), linear-gradient(#2a2b2eb3, #2a2b2eb3), url('../images/Artboard-1.3.3-Phone.jpg');
  }

  .grid-26 {
    grid-template-columns: 1fr .25fr .5fr 1fr;
    padding-right: 20px;
  }

  .div-block-152.des {
    background-image: url('../images/motherboard-background-2-Phone.jpg');
  }

  .page-head {
    font-size: 55px;
    line-height: 60px;
  }

  .heading-80 {
    font-size: 50px;
    line-height: 70px;
  }

  .text-span-10 {
    padding-left: 22px;
    padding-right: 0;
  }

  .div-block-155 {
    width: 200px;
    height: 50px;
  }

  .div-block-155.bottom {
    width: 175px;
    height: 60px;
  }

  .heading-82 {
    font-size: 18px;
    line-height: 23px;
  }

  .section-47 {
    height: 750px;
  }

  .grid-33 {
    grid-template-columns: .25fr 1fr 1.75fr 1fr .25fr;
  }

  .div-block-160 {
    flex-direction: column;
    align-self: center;
    align-items: stretch;
    width: 100%;
    margin-bottom: 34px;
    display: flex;
  }

  .block_grid {
    grid-template-rows: 10vh auto 2vh auto auto 12vw 10vw;
    grid-template-columns: 5vw 40vw 25vw 25vw 5vw;
    margin-bottom: 27px;
  }

  .block_grid.design {
    grid-template-rows: 10vh 15vh 3vh 2vh auto 10vh 5vh;
  }

  .block_banner_back {
    z-index: 1;
    background-size: auto 34%;
    position: relative;
  }

  .block_imgflt_top {
    z-index: 2;
    width: 100%;
    height: 200px;
  }

  .block_imgflt_top.man {
    background-image: url('../images/motherboard-background-3-Medium-Phone.jpg');
  }

  .block_head_wrap {
    padding-left: 0;
  }

  .block_mainimg {
    z-index: 1;
    width: 0%;
    height: 0%;
    display: none;
  }

  .block_maintext_wrap {
    padding-left: 30px;
  }

  .block_maintext_wrap.nop-pad {
    padding-bottom: 0;
  }

  .block_heading {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .block_heading.subhead {
    font-size: 35px;
    line-height: 40px;
  }

  .block_heading.nopad {
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .block_maintext {
    margin-top: -20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-85 {
    font-size: 18px;
    line-height: 23px;
  }

  .l-23-grid-wrapper {
    background-image: linear-gradient(#2a2b2eb3, #2a2b2eb3), url('../images/Artboard-1.4-Phone.jpg');
  }

  .grid-36.rows {
    grid-template-rows: auto auto;
  }

  .red-block._3 {
    margin-bottom: 66px;
  }

  .red-block._4 {
    margin-top: 7px;
    margin-bottom: 89px;
    margin-left: -291px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .meet-eng-head {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-171 {
    padding-top: 16px;
  }

  .icon {
    width: 50px;
    height: 50px;
  }

  .icon.invert {
    width: 75px;
    height: 75px;
  }

  .design-strat-head {
    font-size: 16px;
    line-height: 30px;
  }

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

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

  .service-info-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 1px;
    padding-bottom: 40px;
  }

  .sevice-sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sevice-sec.no-pad {
    background-position: 92% 100%, 50% 100%;
  }

  .sevice-sec.no-pad.bot-extra {
    background-position: 92% 98%, 50% 100%, 100%;
    background-size: 60px, contain, auto 86%;
  }

  .sevice-image {
    object-position: 50% 75%;
    width: 90%;
    height: 200px;
  }

  .paragraph-2 {
    margin-bottom: 10px;
  }

  .div-block-178 {
    height: 400px;
  }

  .div-block-179 {
    height: 400px;
    margin-top: -400px;
  }

  .section-51 {
    background-position: 100% 100%;
    background-size: auto 47%;
  }

  .section-51.flipped {
    background-position: 0 0;
    background-size: auto 45%;
  }

  .section-51.flipped._4 {
    background-size: auto 55%;
  }

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

  .heading-94 {
    margin-top: -73px;
  }

  .about-head {
    text-align: center;
  }

  .div-block-183 {
    margin-left: -30px;
  }

  .quick-stack-12 {
    margin-left: 36px;
  }

  .div-block-187 {
    width: 239px;
  }

  .howdesignworks--hero {
    margin-left: 36px;
  }

  .icon-des {
    width: 50px;
    height: 50px;
  }

  .icon-des.invert {
    width: 75px;
    height: 75px;
  }

  .des-h3-circles {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .container-glow {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-an-engineer {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .pd---div.pd---2 {
    padding-bottom: 20px;
  }

  .pd---div.pd---1 {
    flex: 0 auto;
    padding-bottom: 20px;
  }

  .pd---div.pd---3, .pd---div.pd---4, .pd---div.pd---5 {
    padding-bottom: 20px;
  }

  .discover-image._5ds-images {
    width: auto;
    height: 50px;
  }

  .heading-22 {
    font-size: 14px;
  }

  .pd-div-copy.pd---1 {
    flex: 0 auto;
  }

  ._5ds-prod-design-page {
    height: 15%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-24 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 30px;
  }

  .define-image._5ds-image, .design-image._5ds-image {
    width: auto;
    height: 55px;
  }

  .develop-image._5ds-image {
    width: auto;
    height: 50px;
  }

  .deliver-image._5ds-image {
    height: 60px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .address-wrapper {
    width: 50vw;
    height: auto;
    padding-left: 0;
  }

  .swirl-wrapper {
    width: 40%;
    padding: 20px;
    display: flex;
  }

  .copyright-wrapper {
    width: 50vw;
    height: auto;
    padding-right: 0;
  }

  .paragraph-40 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 15px;
  }

  .image-30 {
    object-fit: contain;
    height: auto;
  }

  .paragraph-41 {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 10px;
  }

  .div-block-63 {
    margin-bottom: 0;
  }

  .discover-paragraph {
    font-size: 16px;
    line-height: 18px;
  }

  .tab-manufacturing-cards {
    width: 95vw;
    height: 130px;
    margin-bottom: 5px;
  }

  .h-welcome-section-test {
    height: 75%;
    padding-bottom: 10px;
    position: relative;
  }

  .div-block-83 {
    width: 90vw;
  }

  .image-42 {
    order: 0;
    width: 160px;
    height: auto;
    display: block;
  }

  .nav--link-to-home {
    justify-content: flex-start;
    padding-left: 0;
  }

  .navbar-2 {
    justify-content: flex-start;
  }

  .au--title {
    height: 25vh;
  }

  .div-block-94 {
    height: 10vh;
  }

  .product-development-heading {
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .meet-the-team-grid {
    grid-template-columns: 1fr;
    height: 160vh;
  }

  .menu-wrapper {
    z-index: 9990;
  }

  .menu-button-div {
    justify-content: center;
    align-items: stretch;
    height: 64px;
    padding-top: 12px;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .back-lines {
    width: 0;
    display: none;
  }

  .design-sec {
    padding-top: 0;
  }

  .contact-head {
    font-size: 40px;
    line-height: 40px;
  }

  .section-31 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

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

  .discover-sec {
    width: 100%;
  }

  .sec-prod-develop, .sec-prod-develop.flip {
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .tab-nav {
    height: 10%;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: stretch;
    height: 70px;
  }

  .engineering-technology-wrapper {
    padding-top: 0;
  }

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

  .paragraph-54 {
    padding-left: 0;
  }

  .grid-17 {
    grid-template-columns: .25fr 2.25fr .25fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-130 {
    margin-left: 70px;
    margin-right: 38px;
  }

  .div-block-130.no-pad {
    border-radius: 0 20px 20px 0;
    margin-left: -22px;
    margin-right: 35px;
  }

  .about-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-141 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-142.left {
    width: 90vw;
    padding-left: 0;
  }

  .heading-75, .left-aligned {
    font-size: 60px;
    line-height: 85px;
  }

  .header-hero-section.des {
    height: auto;
    padding-bottom: 23px;
  }

  .grid-26 {
    grid-template-rows: 128px 19vh auto;
    grid-template-columns: .25fr .25fr 1fr .25fr;
    padding-right: 0;
  }

  .l-23-para-wrap {
    padding-left: 25px;
  }

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

  .div-block-152.des, .div-block-152.con {
    display: flex;
  }

  .fixed-title {
    margin-top: 1px;
  }

  .page-head {
    width: 100%;
    padding-top: 44px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-80 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-10 {
    margin-left: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-155 {
    width: 150px;
    height: 75px;
  }

  .div-block-155.bottom {
    width: 125px;
    height: 75px;
  }

  .div-block-156 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -17px;
    display: flex;
  }

  .heading-82 {
    margin-top: 5px;
    font-size: 15px;
    line-height: 20px;
  }

  .section-47 {
    justify-content: space-around;
    height: auto;
    padding-bottom: 0;
  }

  .grid-33 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .25fr;
    grid-auto-flow: row;
    width: 100%;
    padding-top: 59px;
  }

  .div-block-160 {
    justify-content: center;
  }

  .block_grid {
    grid-template-rows: auto 1vh auto 12vh 10vh;
    margin-bottom: 14px;
  }

  .block_grid.design {
    grid-template-rows: 10vh auto auto 3vh 5vh 10vh;
  }

  .block_banner_back {
    background-size: 150%;
  }

  .block_imgflt_top {
    display: flex;
  }

  .block_head_wrap {
    z-index: 5;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .block_mainimg {
    z-index: 3;
    mix-blend-mode: normal;
  }

  .block_mainimg._2 {
    z-index: 3;
  }

  .block_mainimg._2.hide {
    display: none;
  }

  .block_maintext_wrap {
    padding: 16px 12px;
  }

  .block_heading.subhead {
    margin-bottom: 16px;
    padding-right: 0;
  }

  .block_heading.nopad {
    margin-left: 0;
    padding-left: 0;
  }

  .block_maintext {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .block_maintext.black {
    padding-right: 0;
  }

  .grid-36 {
    grid-template-rows: auto auto;
    grid-template-columns: 5vw .5fr 1fr 5vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-36.rows {
    width: 100%;
  }

  .red-block {
    margin-bottom: -30px;
  }

  .red-block._2 {
    margin: 126px -20px -1vh 193px;
  }

  .red-block._3 {
    margin-top: 215px;
    margin-left: 4px;
    margin-right: -34px;
  }

  .red-block._4 {
    margin-top: 0;
    margin-bottom: 156px;
    margin-left: -1px;
  }

  .red-block._5 {
    margin-bottom: 21px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .image-71 {
    height: 20vh;
    margin-bottom: 0;
  }

  .div-block-168 {
    margin-top: -47px;
    padding-top: 0;
  }

  .div-block-171 {
    padding-bottom: 0;
  }

  .hz-bar._90 {
    width: 115%;
    margin-left: -78px;
    margin-right: 0;
  }

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

  .icon {
    width: 100px;
    height: 100px;
    margin-top: -37px;
  }

  .icon.invert {
    margin-top: 0;
  }

  .div-block-175 {
    width: 100%;
  }

  .design-strat-head {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

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

  .design-pro-cell {
    padding-top: 0;
    padding-bottom: 0;
  }

  .design-pro-cell._4-text-span {
    justify-content: space-between;
    align-items: flex-start;
  }

  .verticl-cell {
    border-radius: 20px;
  }

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

  .div-block-176 {
    width: 100%;
    height: auto;
  }

  .div-block-176._2 {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

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

  .quick-stack-4 {
    object-position: 50% 0%;
  }

  .bar-grow {
    width: 2vw;
  }

  .service-info-stack {
    padding-right: 0;
  }

  .sevice-sec {
    background-position: 100% 100%;
    background-size: auto 200px;
    overflow: hidden;
  }

  .sevice-sec.no-pad {
    background-position: 96% 100%, 50% 100%;
    background-size: 60px, contain;
  }

  .div-block-178 {
    height: 350px;
  }

  .div-block-179 {
    height: 350px;
    margin-top: -350px;
  }

  .section-51 {
    background-position: 100% 96%;
    background-size: 280%;
  }

  .section-51.flipped {
    background-size: auto 30%;
  }

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

  .div-block-181 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-span-11 {
    font-size: 20px;
    line-height: 20px;
  }

  .about-head {
    font-size: 35px;
    line-height: 40px;
  }

  .div-block-183 {
    border-width: 20px;
    width: 80vw;
    height: 80vw;
    margin-top: -59px;
    margin-left: 0;
  }

  .quick-stack-12 {
    margin-top: 65px;
    margin-left: 0;
  }

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

  .quick-stack-15 {
    margin-top: 0;
  }

  .div-block-187 {
    width: 90%;
    height: auto;
  }

  .cell-12.left, .cell-12.left.tab {
    justify-content: center;
    align-items: center;
  }

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

  .howdesignworks--hero {
    margin-top: 65px;
    margin-left: 0;
  }

  .icon-des {
    width: 100px;
    height: 100px;
    margin-top: -37px;
  }

  .icon-des.invert {
    margin-top: 0;
  }

  .des-h3-circles {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }
}

#w-node-_739bcc10-fdd9-09d3-0d11-af61ec35bc55-443976ec {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_739bcc10-fdd9-09d3-0d11-af61ec35bc56-443976ec {
  grid-area: 1 / 3 / 4 / 5;
}

#w-node-_739bcc10-fdd9-09d3-0d11-af61ec35bc57-443976ec {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_642288a3-4862-2710-3f26-6440d610237c-2f3976f1 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

#w-node-_732bdce1-df9e-16a4-552b-66e57e0068c1-2f3976f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_9861a887-f468-33e6-480c-c32e21203e70-2f3976f1, #w-node-d9307fc0-3cba-de97-ba58-f8d16f55cbeb-2f3976f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b06b3dd3-c3d1-ea2e-9c04-df4d392d5d9d-2f3976f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_631232c2-95f1-13db-6d70-c2106efbb916-d43976f7, #w-node-_631232c2-95f1-13db-6d70-c2106efbb91c-d43976f7, #w-node-_631232c2-95f1-13db-6d70-c2106efbb922-d43976f7, #w-node-_631232c2-95f1-13db-6d70-c2106efbb928-d43976f7, #w-node-_631232c2-95f1-13db-6d70-c2106efbb92e-d43976f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05875bcd-5ca2-402e-df2d-bb04bfc82f3a-fd3976fa {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_6854814b-e881-73fa-34b1-749c768a0364-fd3976fa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4616eb64-7900-7a62-f532-35a1007dbd31-fd3976fa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4616eb64-7900-7a62-f532-35a1007dbd33-fd3976fa {
  grid-template-rows: auto;
  grid-template-columns: 1vw 1fr;
}

#w-node-_3e1bbdb8-be29-290e-ac8d-e1d02f743ae1-fd3976fa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_234432b6-be57-b4e9-b7f7-d355d6f56c3f-fd3976fa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c31f983a-eb17-b378-e80d-db450a01f781-e46847e3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-d8447566-5410-c9be-47ac-4c6d3c96f1a4-e46847e3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_016ee893-8c10-6474-3a5e-be4a26c2bc6c-e46847e3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1ef19950-70ba-b569-fc40-de297871a171-e46847e3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_56e0894f-8306-eebf-7dde-dfd920ef2b0e-e46847e3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b5911e73-f6b8-eb84-11e3-92f59176979b-e46847e3, #w-node-b5911e73-f6b8-eb84-11e3-92f5917697a4-e46847e3, #w-node-b5911e73-f6b8-eb84-11e3-92f5917697ad-e46847e3, #w-node-b5911e73-f6b8-eb84-11e3-92f5917697b6-e46847e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51de5633-68a3-8a0c-1bfa-514fbbb50ca1-8388dd70 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

#w-node-_2e1dfe5f-d37a-a4b0-c30a-47f0ae32ab83-8388dd70 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c3a59b09-0af4-c57a-5aa2-a0bf798201db-8388dd70 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1dc36b26-221a-a884-e2b9-5f1da8252591-8388dd70 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-f3b82536-2a81-5185-b502-82b1c09aedfd-ad9ec28b {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_27e1dcb3-de71-d498-458d-8110053e2341-ad9ec28b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_5235421b-f840-61e9-7797-caf16179df63-ad9ec28b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_87ec52be-35ad-5330-7ec5-3579c3c18600-ad9ec28b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-cd6d16ec-073d-5ab7-9f4f-e3758e56312f-ad9ec28b {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-ab25ffc3-ff10-db17-3228-28b3c9e43f45-ad9ec28b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_806815e0-b0ee-d667-7364-1ad5e8aaf243-ad9ec28b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4acdee94-1569-ae3e-f560-b5623f8a1ac4-e9231ef9, #w-node-b3225d49-7355-88c1-75bf-031b883a8630-e9231ef9 {
  grid-area: 1 / 2 / 4 / 5;
}

#w-node-_2c2e9095-91d0-43de-c563-ca60c68b928d-e9231ef9 {
  grid-area: 3 / 4 / 4 / 6;
  justify-self: end;
}

#w-node-_66e125df-a4a5-5d5e-9241-bf691508df96-e9231ef9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3046bd86-6c2a-9b36-c614-a6aecb8a809b-e9231ef9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eae1a730-1eba-4672-6393-bddb540f1fb0-e9231ef9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr 1fr;
}

#w-node-_54be7c3a-9d14-d5ed-ea7f-1758eabfcb0b-e9231ef9 {
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
}

#w-node-_45b798b6-09a8-d9e6-b623-2d470bb8dc23-e9231ef9 {
  grid-area: 2 / 6 / 4 / 8;
}

#w-node-_98330b83-2224-d706-438f-a238631b713e-e9231ef9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_89149d4f-cafa-53da-b43a-5f9085153eec-e9231ef9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f5be5216-1a50-f130-03a8-c55ff45adace-e9231ef9 {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-cb8eb7a6-fa6e-8c7d-38c8-b21a8698d0c2-740c7860 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

#w-node-a865f8bb-9c22-cab9-4b60-a16f616e23c8-740c7860 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e32e0916-9d37-b5c6-b521-4e1a7a33d784-740c7860 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_88d71845-2b9a-43e1-1fe6-d7b21e962ee3-740c7860 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4c6c0f70-ecff-ca81-2260-d2a17cd39cc3-740c7860 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bf913559-0168-0220-1732-b1317f8619b1-740c7860, #w-node-a018e64b-0549-bc38-9b9f-e748fed24bef-740c7860 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_56e0894f-8306-eebf-7dde-dfd920ef2b0e-e46847e3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_54be7c3a-9d14-d5ed-ea7f-1758eabfcb0b-e9231ef9 {
    grid-template-rows: auto;
    grid-template-columns: 20px 1fr;
  }

  #w-node-_45b798b6-09a8-d9e6-b623-2d470bb8dc23-e9231ef9 {
    grid-area: 2 / 6 / 5 / 8;
  }

  #w-node-_89149d4f-cafa-53da-b43a-5f9085153eec-e9231ef9 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_68030dc0-b4a1-630f-4d8e-4cf745a1cb5b-e9231ef9 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4616eb64-7900-7a62-f532-35a1007dbd31-fd3976fa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d8447566-5410-c9be-47ac-4c6d3c96f1a4-e46847e3, #w-node-_56e0894f-8306-eebf-7dde-dfd920ef2b0e-e46847e3, #w-node-_1dc36b26-221a-a884-e2b9-5f1da8252591-8388dd70 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_68030dc0-b4a1-630f-4d8e-4cf745a1cb5b-e9231ef9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-eae1a730-1eba-4672-6393-bddb540f1fb0-e9231ef9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_54be7c3a-9d14-d5ed-ea7f-1758eabfcb0b-e9231ef9 {
    grid-template-rows: auto;
    grid-template-columns: 20px 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_631232c2-95f1-13db-6d70-c2106efbb92e-d43976f7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4acdee94-1569-ae3e-f560-b5623f8a1ac4-e9231ef9, #w-node-b3225d49-7355-88c1-75bf-031b883a8630-e9231ef9 {
    align-self: center;
  }

  #w-node-_2c2e9095-91d0-43de-c563-ca60c68b928d-e9231ef9 {
    grid-area: 2 / 4 / 4 / 6;
    justify-self: end;
  }

  #w-node-_3046bd86-6c2a-9b36-c614-a6aecb8a809b-e9231ef9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f5be5216-1a50-f130-03a8-c55ff45adace-e9231ef9 {
    grid-area: 2 / 2 / 5 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d8447566-5410-c9be-47ac-4c6d3c96f1a4-e46847e3, #w-node-_56e0894f-8306-eebf-7dde-dfd920ef2b0e-e46847e3, #w-node-_1dc36b26-221a-a884-e2b9-5f1da8252591-8388dd70 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4acdee94-1569-ae3e-f560-b5623f8a1ac4-e9231ef9 {
    grid-area: 1 / 2 / 4 / 5;
    align-self: center;
  }

  #w-node-b3225d49-7355-88c1-75bf-031b883a8630-e9231ef9 {
    grid-area: 1 / 1 / 4 / 5;
    align-self: center;
  }

  #w-node-_66e125df-a4a5-5d5e-9241-bf691508df96-e9231ef9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eae1a730-1eba-4672-6393-bddb540f1fb0-e9231ef9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_45b798b6-09a8-d9e6-b623-2d470bb8dc23-e9231ef9 {
    grid-area: 7 / 1 / 9 / 4;
  }

  #w-node-_98330b83-2224-d706-438f-a238631b713e-e9231ef9, #w-node-_89149d4f-cafa-53da-b43a-5f9085153eec-e9231ef9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f5be5216-1a50-f130-03a8-c55ff45adace-e9231ef9 {
    grid-area: 2 / 1 / 5 / 4;
  }

  #w-node-_88d71845-2b9a-43e1-1fe6-d7b21e962ee3-740c7860 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Black.otf') format('opentype'), url('../fonts/Radomir-Tinkov---Gilroy-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-BlackItalic.otf') format('opentype'), url('../fonts/Radomir-Tinkov---Gilroy-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Bold.otf') format('opentype'), url('../fonts/Radomir-Tinkov---Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-BoldItalic.otf') format('opentype'), url('../fonts/Radomir-Tinkov---Gilroy-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-UltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}