:root {
  --white: white;
  --black: black;
}

a {
  color: #c0f;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.navbar {
  background-color: #000;
  border: 1px #0090ff;
}

.nav-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 10px;
  font-weight: 300;
  transition: all .5s;
}

.nav-link:hover {
  color: #aaa;
  transform: translate(0, 2px);
}

.nav-link.w--current {
  color: #fff;
  font-size: 10px;
}

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

.nav-link.phone.w--current {
  margin-right: 19px;
}

.image {
  padding-top: 9px;
}

.html-embed {
  background-color: #fff;
  width: 80%;
}

.section {
  filter: hue-rotate(337deg);
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.text-block {
  margin-top: 30px;
  padding-bottom: 0;
  font-family: Inconsolata, monospace;
}

.intro-text {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.heading {
  text-align: center;
}

.title {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 35px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 80%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Varela, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.section-2 {
  background-image: url('../images/mys_section.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 93vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-2 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
}

.section-3 {
  background-image: url('../images/strip1.jpg');
  background-position: 0%;
  background-size: 100%;
  margin-bottom: 0;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-4 {
  background-image: url('../images/strip2.jpg');
  background-position: 50%;
  margin-bottom: 0;
  padding-top: 160px;
  padding-bottom: 160px;
}

.field-title {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.field-title.nopadding {
  margin-bottom: 0;
}

.text-field {
  text-align: center;
  letter-spacing: 1px;
  font-size: 10px;
}

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

.select-field {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  align-self: center;
}

.title-img {
  padding-left: 30px;
  padding-right: 30px;
}

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

.section-5 {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
}

.section-6 {
  background-image: url('../images/Comunicate.jpg');
  background-position: 50%;
  background-size: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.section-7 {
  background-image: url('../images/Manufacture.jpg');
  background-position: 50%;
  background-size: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-left-black {
  letter-spacing: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  font-family: Varela, sans-serif;
  font-weight: 300;
  display: flex;
}

.title-white {
  color: #fff;
  text-align: center;
}

.image-2 {
  padding-top: 10px;
  padding-bottom: 20px;
}

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

.container-4 {
  justify-content: center;
  display: flex;
}

.image-3 {
  margin: 10px;
  padding-right: 0;
}

.image-4 {
  margin-left: 10px;
  margin-right: 10px;
}

.image-5 {
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-black {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Varela, sans-serif;
  font-weight: 300;
  line-height: 25px;
}

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

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

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

.image-6 {
  padding-top: 7px;
}

.text-right-white {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 15px;
  font-family: Varela, sans-serif;
  font-weight: 300;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #fc8403;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.section-9 {
  padding-top: 160px;
}

.technical1 {
  background-color: #efefef;
  border-top: 1px dotted #000;
  border-left: 0 #000;
  border-right: 0 dashed #000;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.image-7 {
  border-radius: 0;
  width: 35%;
  padding-left: 30px;
}

.image-8 {
  width: 35%;
  padding-right: 30px;
}

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

.section-10 {
  background-image: url('../images/mys_section_black.jpg');
  background-position: 50%;
  background-size: 100% 100%;
  padding-top: 80px;
  padding-bottom: 120px;
}

.heading2-white {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 40px;
}

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

.text-block-3 {
  margin-left: 20px;
}

.text-white {
  color: #fff;
  letter-spacing: 1px;
  margin-left: 30px;
  font-family: Varela, sans-serif;
  font-weight: 300;
}

.container-9 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.ultimaker-intro {
  text-align: center;
  width: 35%;
  padding-right: 40px;
  font-family: Varela, sans-serif;
  font-weight: 300;
}

.markforged-intro {
  text-align: center;
  width: 35%;
  padding-left: 40px;
  font-family: Varela, sans-serif;
  font-weight: 300;
}

.container-10 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

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

.section-11 {
  background-image: url('../images/mys_section.jpg');
  background-position: 50%;
  background-size: 100% 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
}

.container-12, .container-13 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-12 {
  background-image: url('../images/Manufacture.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 120px;
}

.container-14 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.image-11 {
  padding-bottom: 30px;
}

.printlists {
  letter-spacing: 1px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.ulitmaker-list {
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-8 {
  padding-bottom: 0;
  font-family: Lato, sans-serif;
}

.wazer-list {
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.minititle {
  background-color: #3898ec00;
  border: 0 solid #000;
  margin-bottom: 0;
}

.minititle.button {
  border-color: #ff7300;
}

.image-12 {
  margin-top: 20px;
}

.heading-3 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.section-13 {
  background-image: url('../images/mys_section.jpg');
  background-position: 50% 0;
  background-size: 100% 100%;
  border-top: .5px #ff00e1;
  border-bottom: 0 #d199ff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-13.white {
  background-image: url('../images/mys_section.jpg');
}

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

.section-14 {
  background-image: url('../images/mys_section.jpg');
  background-position: 50%;
  background-size: 100%;
  border-bottom: 1px solid #00d0ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.container-15 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-5 {
  text-align: left;
  letter-spacing: 5px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-15 {
  background-image: url('../images/strip2.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 130px;
  display: flex;
}

.button-hue {
  letter-spacing: 4px;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 1px;
  margin-top: 15px;
  font-family: Varela, sans-serif;
  font-size: 12px;
}

.container-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer {
  text-align: center;
  background-color: #f8f8f8;
  border-top: 1px solid #000;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
  inset: auto 0% 0%;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-block-9 {
  color: #000;
  letter-spacing: 1px;
  font-family: Varela, sans-serif;
}

.heading-6.sml {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 30px;
}

.what-we-do---phone---title {
  display: none;
}

.what-we-do---phone---section1 {
  display: none;
  overflow: visible;
}

.technical---tlandscape---wazer, .technical---phone---section1, .technical---phone---wazer {
  display: none;
}

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

.button-2 {
  color: #302f2f;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: normal;
  background-color: #3898ec00;
  border: 1px solid #f70;
  border-radius: 2px;
  font-family: Varela, sans-serif;
  font-size: 16px;
}

.text-block-10 {
  font-family: Varela, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.text-block-11 {
  font-family: Varela, sans-serif;
}

.container-18 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.section-17 {
  background-image: url('../images/mys_section_black.jpg');
  background-position: 50% 0;
  background-size: 100%;
  border-top: 2px solid #ff7300;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 0;
  display: flex;
}

.operate-list-title {
  text-align: center;
  padding-bottom: 20px;
  font-size: 20px;
}

.operate-list-title.white {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.operate-list-title.black {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.operate-list-text {
  text-align: center;
  font-family: Varela, sans-serif;
}

.operate-list-text.white {
  color: #fff;
  letter-spacing: 2px;
}

.operate-list-text.black {
  letter-spacing: 2px;
}

.container-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

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

.field-label {
  text-align: center;
  text-transform: none;
  font-family: Varela, sans-serif;
  font-size: 9px;
  font-weight: 400;
}

.button-3 {
  color: #333;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #ff8c00;
  border-radius: 1px;
  margin-top: 20px;
  padding: 12px 20px;
  font-family: Varela, sans-serif;
}

.text-block-13 {
  text-align: center;
  font-family: Varela, sans-serif;
}

.section-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.text-block-14 {
  text-align: center;
  letter-spacing: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Varela, sans-serif;
}

.heading-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-8 {
  text-align: center;
  letter-spacing: 5px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Varela, sans-serif;
}

.text-block-16 {
  text-align: center;
  letter-spacing: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Varela, sans-serif;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Varela, sans-serif;
}

.image-13, .image-14, .image-15 {
  margin-top: 20px;
}

.heading-10, .heading-11 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
}

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

.heading-13 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
}

.text-block-18 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  flex-direction: column;
  align-items: center;
  font-family: Varela, sans-serif;
  display: flex;
}

.text-block-19 {
  text-align: center;
  letter-spacing: 2px;
  font-family: Varela, sans-serif;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Varela, sans-serif;
}

.text-block-21 {
  text-align: center;
  letter-spacing: 2px;
  font-family: Varela, sans-serif;
}

.text-block-22 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Varela, sans-serif;
}

.text-block-23 {
  text-align: center;
  letter-spacing: 2px;
  flex-direction: column;
  align-items: center;
  font-family: Varela, sans-serif;
  display: flex;
}

.text-block-24 {
  text-align: center;
  letter-spacing: 2px;
  font-family: Varela, sans-serif;
}

.heading-14 {
  color: #333;
  text-align: center;
  letter-spacing: 5px;
}

.heading-15 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Varela, sans-serif;
}

.container-25 {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: flex;
}

.container-26 {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.section18 {
  background-image: url('../images/mys_section.jpg');
  background-position: 50%;
  background-size: 100%;
  border-top: 2px solid #02ff4e;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section19 {
  background-image: url('../images/mys_section_black.jpg');
  background-position: 50%;
  background-size: 100%;
  border-top: 2px solid #bb01ff;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section20 {
  background-image: url('../images/mys_section.jpg');
  background-position: 50%;
  background-size: 100%;
  border-top: 2px solid #0ef;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-19 {
  background-image: url('../images/Comunicate.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 93vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.casestudies-title-white {
  color: #000;
}

.casestudies-text-white {
  color: #000;
  font-family: Varela, sans-serif;
}

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

.section-14-black {
  background-image: url('../images/mys_section_black.jpg');
  background-position: 50% 100%;
  background-size: 100%;
  border-bottom: 1px solid #8c00ff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.text-block-26 {
  font-family: Varela, sans-serif;
}

.text-block-27 {
  font-family: Varela, sans-serif;
  font-weight: 400;
}

.white-title {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.white-text {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Varela, sans-serif;
}

.div-block {
  padding-top: 50px;
  padding-bottom: 0;
}

.bold-text {
  text-decoration: none;
}

.link {
  color: #cfcfcf;
  text-decoration: none;
}

.div-block-3 {
  width: 5%;
}

.homepage-button {
  width: 50%;
}

.button-4 {
  opacity: 1;
  letter-spacing: 10px;
  text-transform: uppercase;
  background-color: #000;
  background-image: url('../images/left-button.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 99%;
  height: 95%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  display: flex;
}

.button-4:hover {
  width: 97%;
  height: 93%;
}

.button-4:active {
  opacity: .8;
  background-position: 50%;
}

.button-5 {
  letter-spacing: 10px;
  text-transform: uppercase;
  background-image: url('../images/right-button.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 99%;
  height: 95%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  display: flex;
}

.button-5:hover {
  width: 97%;
  height: 93%;
}

.button-5:active {
  opacity: .8;
}

.div-block-4, .div-block-5 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 300px;
  display: flex;
}

.code-embed {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 50px;
  display: flex;
}

.body-2 {
  height: auto;
}

.image-16, .image-17 {
  margin: 10px;
}

.button-6 {
  margin-top: 40px;
}

.button-standard {
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.button-standard.purple {
  border-width: 2px;
  border-color: #d500ff;
}

.button-standard.purple:active {
  border-color: #f1a9ff;
}

.button-standard.orange {
  border-color: #ff8000;
}

.button-standard.blue {
  color: #000;
  border-color: #00d4ff;
}

.button-standard.blue:hover {
  border-color: #000;
}

.button-standard.green {
  color: #000;
  border-color: #3bff00;
}

.button-standard.green:hover {
  border-color: #000;
}

.spacer40 {
  width: 20px;
  height: 40px;
}

.white-button {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #000;
}

.white-button.green {
  border-color: #6fff00;
}

.prototyping {
  background-image: url('../images/strip2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 93vh;
  display: flex;
}

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

.manufacture {
  background-image: url('../images/mys_section.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 93vh;
  display: flex;
}

.box-holder {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.box {
  background-image: linear-gradient(#096169cc, #580148cc);
  border-radius: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 300px;
  margin: 10px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.box.alt {
  background-image: linear-gradient(#9dff65cc, #ff973ccc);
  border: 2px solid #000;
}

.box-title {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.box-title.big {
  padding-bottom: 10px;
  font-size: 24px;
}

.box-title.big.black {
  line-height: 25px;
}

.box-title.black {
  color: #000;
}

.box-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
}

.box-text.black {
  color: #000;
}

.case-study-box.blue {
  background-color: #fff;
  border: 2px solid #00d4ff;
  border-radius: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 300px;
  margin: 10px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 0 0 5px 1px #0000005e;
}

.case-study-box.green {
  background-color: #fff;
  border: 2px solid #3cff00;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  box-shadow: 0 0 5px 2px #0000005e;
}

.cylindercamband {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  display: flex;
}

.case-study-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.grid {
  text-overflow: clip;
  border: 1px #000;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 / minmax(300px, 3.5fr) minmax(300px, 6fr);
  justify-content: start;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-28 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.image-18 {
  display: block;
}

.custom-gallery {
  width: 100%;
  height: 300px;
}

.gallery-img {
  width: auto;
  height: 100%;
  margin: 10px;
}

.grid-that-works {
  flex-flow: column;
  display: flex;
}

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

.gridrow.spacer {
  height: 40px;
}

.gridelement {
  width: 400px;
}

.gridelement.spacer {
  width: 100px;
}

.text-block-28 {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.background-video {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 94vh;
  display: flex;
}

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

.spacer20 {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
  }

  .html-embed {
    width: 100%;
  }

  .section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .title {
    line-height: 60px;
  }

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

  .section-3 {
    background-image: url('../images/strip1.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .section-6 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-7 {
    background-size: cover;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    inset: auto 0% 0%;
  }

  .nav-menu {
    background-color: #000;
  }

  .menu-button {
    color: #fff;
    display: block;
  }

  .menu-button:hover {
    color: #fff;
    border-color: #000;
  }

  .menu-button:active {
    border: 1px solid #bf0;
  }

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

  .icon {
    color: #fff;
  }

  .section-17 {
    padding: 100px 50px;
  }

  .section19 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-19 {
    height: auto;
  }

  .div-block-2 {
    padding-bottom: 30px;
  }

  .button-4, .button-5 {
    font-size: 30px;
  }

  .div-block-4 {
    padding-left: 2px;
  }

  .div-block-5 {
    padding-right: 1px;
  }

  .button-standard.purple:hover {
    border-color: #fff;
  }

  .white-button.green:hover {
    border-color: #000;
  }

  .prototyping, .manufacture {
    height: auto;
  }

  .box-holder {
    flex-flow: column;
  }

  .case-study-wrapper {
    width: 90%;
  }

  .container-28 {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gridelement {
    width: 300px;
  }

  .gridelement.spacer {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .html-embed {
    display: none;
  }

  .title-img {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-5, .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-6 {
    padding-right: 20px;
  }

  .section-10 {
    display: none;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9 {
    padding-bottom: 30px;
  }

  .container-12 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-14 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .printlists {
    width: 80%;
    overflow: visible;
  }

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

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

  .section-15 {
    padding: 100px 20px;
  }

  .container-16 {
    padding-left: 20px;
  }

  .footer {
    padding: 10px 20px;
  }

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

  .text-block-9 {
    font-size: 12px;
  }

  .heading-6.sml.centre {
    text-align: center;
  }

  .what-we-do---phone---title {
    display: none;
  }

  .technical---tlandscape---wazer {
    background-color: #000;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-17 {
    background-position: 50% 0;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-20, .container-21, .container-22, .container-23 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7, .heading-8, .heading-9, .image-13 {
    padding-left: 20px;
  }

  .section18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section19 {
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section20, .section-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .white-title {
    line-height: 40px;
  }

  .button-4 {
    font-size: 25px;
  }

  .button-5 {
    font-size: 18px;
  }

  .div-block-4 {
    padding-left: 2px;
  }

  .div-block-5 {
    padding-right: 2px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(300px, 2.5fr) repeat(auto-fit, minmax(300px, 4.25fr));
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-4"
                         "Area-5 Area-6";
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start flex-start;
    place-items: start;
    width: auto;
    display: grid;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gridelement {
    width: 220px;
  }

  .phone-animation {
    width: 100%;
  }

  .link-block.w--current {
    margin-left: 11px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    background-color: #000;
  }

  .html-embed {
    object-fit: contain;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .section {
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .title.left {
    font-size: 50px;
  }

  .section-2 {
    height: 30vh;
    display: flex;
  }

  .section-3 {
    display: none;
  }

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

  .text-left-black.fade-in {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    flex-wrap: wrap;
  }

  .image-3, .image-5 {
    padding-bottom: 10px;
  }

  .text-block-black {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-black.left {
    letter-spacing: 0;
  }

  .container-5 {
    max-width: 80%;
  }

  .container-6 {
    align-items: center;
    max-width: 80%;
    padding-right: 0;
  }

  .text-right-white {
    padding-left: 20px;
  }

  .technical1 {
    display: none;
  }

  .image-7 {
    padding-left: 0;
  }

  .image-8 {
    padding-right: 0;
  }

  .container-7, .container-8 {
    flex-direction: column;
  }

  .text-white {
    text-align: center;
    margin-left: 0;
    padding-top: 20px;
  }

  .ultimaker-intro {
    width: 90%;
    padding-top: 10px;
    padding-right: 0;
  }

  .markforged-intro {
    width: 90%;
    padding-top: 10px;
    padding-left: 0;
  }

  .container-10 {
    flex-direction: column;
  }

  .section-11 {
    background-image: none;
  }

  .container-14 {
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .printlists, .ulitmaker-list {
    padding-bottom: 20px;
  }

  .wazer-list {
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 10px;
    display: flex;
  }

  .minititle {
    display: block;
  }

  .heading-5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

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

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

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .text-block-9 {
    text-align: center;
    font-family: Exo, sans-serif;
  }

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

  .heading-6.sml {
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 25px;
  }

  .nav-menu {
    background-color: #000;
  }

  .menu-button {
    border-style: none;
  }

  .what-we-do---phone---title {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

  .what-we-do---phone---section1 {
    background-image: url('../images/strip1.jpg');
    background-position: 100%;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

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

  .technical---tlandscape---wazer {
    display: none;
  }

  .technical---phone---section1 {
    padding-top: 70px;
    padding-bottom: 70px;
    display: block;
  }

  .technical---phone---wazer {
    background-color: #000;
    padding-top: 70px;
    padding-bottom: 70px;
    display: block;
  }

  .section-16 {
    display: flex;
  }

  .operate-list-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-18 {
    display: flex;
  }

  .text-block-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7, .heading-8, .heading-9 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

  .text-block-15, .text-block-16, .text-block-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-14 {
    padding-left: 30px;
  }

  .heading-10, .heading-11, .heading-12, .heading-13 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

  .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .heading-14, .heading-15, .text-block-25 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-24 {
    flex-direction: column;
    padding-left: 30px;
    display: flex;
  }

  .button-4 {
    letter-spacing: 3px;
    width: 100%;
    height: 100%;
    font-size: 15px;
  }

  .button-5 {
    letter-spacing: 3px;
    width: 100%;
    height: 100%;
    font-size: 13px;
  }

  .div-block-4 {
    width: 100%;
    height: 145px;
    padding-top: 2px;
    padding-left: 0;
  }

  .div-block-5 {
    width: 100%;
    height: 145px;
    padding-bottom: 2px;
    padding-right: 0;
  }

  .body {
    overflow: hidden;
  }

  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-study-wrapper {
    width: 95%;
  }

  .container-28 {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gridelement {
    width: 150px;
  }

  .gridelement.spacer {
    width: 10px;
  }

  .text-block-28 {
    letter-spacing: 3px;
    font-size: 12px;
  }

  .background-video {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 80vh;
  }

  .link-block {
    margin-left: 6px;
  }

  .link-block.w--current {
    margin-left: 10px;
  }

  .div-block-6 {
    flex-flow: column;
    margin-top: 40px;
  }

  .spacer20 {
    width: 20px;
    height: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  #w-node-_664785fd-5bf8-46a2-a228-3f1696dd8b0c-2f305517, #w-node-_75a5977c-2272-74fe-55bc-095c1d357e27-2f305517, #w-node-_664785fd-5bf8-46a2-a228-3f1696dd8b0c-eeef0c27, #w-node-_75a5977c-2272-74fe-55bc-095c1d357e27-eeef0c27, #w-node-_664785fd-5bf8-46a2-a228-3f1696dd8b0c-621f1c7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
