:root {
  --primary-color: #ffcd2a;
  --text-color: #404243;
  --grey-500: #a4aaad;
  --border-radius-m: 8px;
  --grey-700: #61676a;
  --grey-50: #f9f9fa;
  --grey-900: #303233;
  --black: black;
  --white: white;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

.section {
  justify-content: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 32px;
  display: flex;
}

.section.hero-text-section-mobile {
  margin-top: 92px;
  display: none;
}

.section.product-description-section {
  margin-top: 0;
  padding-top: 0;
}

.section.hero-text-section-desktop {
  margin-top: 92px;
}

.section.go-back-section {
  margin-top: 92px;
  display: block;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  margin-top: 0;
  padding: 0 32px;
  display: flex;
}

.container.nav-display {
  border: 0 #000;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

.container.manufacturer {
  align-items: flex-start;
}

.container.product-details {
  padding-bottom: 0;
}

.container.full-row-cta {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.container.other-products {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.navbar {
  background-color: #fff;
  border: 2px #585858;
  border-bottom: 2px solid #dbdbdb;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button {
  background-color: var(--primary-color);
  color: var(--text-color);
  border-radius: 4px;

  font-size: 1rem;
}

.button.button-secondary-brand {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu {
  border: 0 solid #000;
  align-items: center;
  display: flex;
}

.body {
  color: var(--text-color);
  margin-top: 0;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--border-radius-m);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url("../images/image_CwQ2.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  height: 350px;
  padding-right: 32px;
  display: grid;
  position: relative;
}

.hero-text-block-mobile {
  color: #fff;
  justify-content: flex-start;
  margin-top: 64px;
}

.hero-heading {
  font-weight: 600;
}

.text-block {
  font-size: 1.125rem;
  line-height: 130%;
}

.product {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f9f9fa;
  border-radius: 8px;
  flex-wrap: nowrap;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 0;
}

.product-texts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.image {
  object-fit: contain;
  flex: 0 auto;
  display: inline-block;
  position: relative;
}

.product-name {
  color: var(--grey-700);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.product-subtitle {
  color: var(--grey-700);
  font-size: 1rem;
  font-weight: 600;
}

.flex-block-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
}

.product-minitext {
  color: var(--grey-700);
  text-align: right;
  font-weight: 600;
}

.product-card-img {
  clear: none;
  aspect-ratio: auto;
  object-fit: contain;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 90%;
  display: block;
  position: relative;
}

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

.hover-image {
  aspect-ratio: auto;
  opacity: 0;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 800;
}

.heading.laser-cutting {
  text-align: left;
  width: 100%;
  height: auto;
  font-weight: 600;
}

.text-block-2 {
  font-size: 1.125rem;
}

.text-block-2.laser-cutting {
  text-align: left;
  height: auto;
  font-weight: 200;
}

.grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  width: 100%;
  margin-top: 32px;
  display: grid;
}

.grid-3.testimonial {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: rgba(0, 0, 0, 0);
}

.heading-2 {
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 120%;
}

.flex-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.title-subtitle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  align-items: center;
  max-width: 520px;
}

.title-subtitle.laser-cutting {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--grey-50);
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  margin-left: 32px;
}

.title-subtitle.manufacturer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  align-items: flex-start;
  max-width: 500px;
}

.title-subtitle.custom-solutions-title {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--grey-50);
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  margin-left: 0;
}

.container-vertical {
  background-color: var(--grey-50);
  border-radius: 8px;
  align-items: center;
  width: 100%;
  padding: 32px;
}

.container-vertical.bg-light-blue {
  background-color: #eceff2;
  padding-bottom: 32px;
}

.container-vertical.bg-light-blue.dimension-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.container-vertical.laser-cutting {
  background-color: #141414;
  height: 440px;
  padding: 0;
}

.container-vertical.custom-solution-outer-container {
  background-color: var(--grey-900);
  padding: 32px;
}

.numbering-image {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.flex-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px;
}

.svg-grouping-animation.pd-1 {
  opacity: 0.05;
  margin-top: 0;
  margin-left: -20px;
  padding-top: 14px;
  padding-left: 0;
}

.svg-grouping-animation.pd-2 {
  opacity: 0.05;
  margin-left: -20px;
  padding-top: 28px;
}

.svg-grouping-animation.pd-3 {
  opacity: 0.05;
  margin-left: -20px;
  padding-top: 42px;
}

.svg-grouping-animation.pd-4 {
  opacity: 0.05;
  margin-left: -20px;
  padding-top: 56px;
}

.svg-grouping-animation.pd-5 {
  opacity: 0.05;
  margin-left: -20px;
  padding-top: 70px;
}

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

.laser-cutting {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-2 {
  z-index: 1;
  outline-offset: 0px;
  object-fit: contain;
  outline: 3px #404243;
  max-width: none;
  height: 100%;
  position: relative;
  overflow: visible;
}

.laser-cutting-img {
  z-index: 0;
  height: 100%;
  position: absolute;
  right: 0;
}

.div-block-2 {
  z-index: 5;
  opacity: 0.3;
  mix-blend-mode: normal;
  object-fit: contain;
  background-color: #141414;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: auto;
}

.div-block-2.gradient {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: contain;
  background-color: rgba(255, 255, 255, 0);
  background-image: radial-gradient(circle farthest-side at 60%, rgba(64, 66, 67, 0), #141414);
  height: 100%;
}

.testimonial {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  padding: 24px;
}

.text-block-3 {
  letter-spacing: 0.5px;
  font-size: 1rem;
  font-weight: 600;
}

.testimonial-name-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  width: 100%;
}

.testimonial-separator {
  background-color: var(--grey-500);
  width: 25%;
  height: 2px;
  margin-top: 8px;
  padding-top: 2px;
}

.testimonial-name-v-flex {
  align-items: flex-end;
  width: auto;
}

.testimonial-location {
  color: var(--grey-500);
  text-align: right;
  font-weight: 600;
}

.testimonial-fullname {
  text-align: right;
  font-weight: 600;
}

.awards-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.award-image {
  width: 100%;
  max-width: 100px;
}

.background-video {
  clear: none;
  aspect-ratio: 2.39;
  object-fit: scale-down;
  width: 100%;
  height: auto;
  margin-top: 24px;
  position: relative;
  overflow: visible;
}

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

.cta-layout {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  display: flex;
}

.image-3 {
  max-height: 350px;
}

.footer {
  background-color: #141615;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-manufacturer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--grey-50);
  margin-top: 32px;
}

.footer-manufaturer-name {
  font-size: 1.5rem;
  font-weight: 600;
}

.footer-link {
  color: var(--primary-color);
}

.link-title {
  color: var(--grey-50);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

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

.link-item {
  color: var(--grey-50);
  text-decoration: none;
}

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

.link-group {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.link-menu-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.footer-contacts {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--grey-50);
}

.footer-contact-title {
  font-size: 1rem;
  font-weight: 800;
}

.footer-contact-details {
  text-align: right;
}

.footer-contact-details a {
  color: var(--primary-color);
}

.footer-contact-item {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.social-media-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
}

.product-link-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.slider {
  color: var(--text-color);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 96px;
  display: block;
}

.mask {
  flex: 0 auto;
  margin-left: 36px;
  margin-right: 36px;
}

.icon {
  color: var(--text-color);
  border-radius: 0;
}

.left-arrow {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  width: 36px;
  display: flex;
}

.right-arrow {
  color: var(--text-color);
  order: -1;
  width: 36px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.product-image-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
}

.product-image {
  aspect-ratio: 1;
  background-color: var(--grey-50);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-image-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.slide {
  width: 100%;
}

.product-image-thumbnail {
  object-fit: fill;
  max-width: 96px;
  max-height: 96px;
  overflow: visible;
}

.image-4,
.image-5 {
  max-width: 96px;
}

.button-secondary {
  border: 2px solid var(--grey-500);
  color: var(--text-color);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 8px 16px;
}

.button-secondary.numbering-button {
  margin-top: 24px;
}

.product-title {
  margin-top: 0;
  font-size: 2rem;
  line-height: 120%;
}

.product-description-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding-left: 2rem;
  display: flex;
}

.product-features-list {
  grid-column-gap: 12px;
  grid-row-gap: 0.75rem;
  width: 100%;
}

.product-feature-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
}

.product-full-description-side {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1rem;
}

.flex-block-7 {
  align-self: flex-start;
  width: 100%;
}

.grizti-mygtukas {
  color: var(--black);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.colour-selection-content {
  flex-direction: column;
  margin-top: 16px;
}

.color-selection-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 8px;
}

.flex-block-8 {
  border: 4px solid var(--primary-color);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding: 16px;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-block-4 {
  font-size: 1.125rem;
}

.dimension-grid {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.dimension-content-interactive {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  height: 500px;
}

.dimension-control-container {
  width: 100%;
  max-width: 224px;
}

.dimension-slider-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-size: 1rem;
}

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

.fs-rangeslider_form {
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
}

.fs-rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #5c2aff;
  border-radius: 100rem;
  flex: none;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
}

.fs-rangeslider_handle:focus {
  background-color: #5c2aff;
}

.fs-rangeslider_handle.is-pink {
  background-color: #dd30fc;
}

.fs-range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fs-rangeslider_wrapper {
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  display: block;
  position: relative;
}

.fs-rangeslider_track {
  background-color: #1a1a1a;
  border-radius: 999rem;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs-rangeslider_handle-value {
  text-align: center;
  width: 4rem;
  margin-bottom: -3rem;
  margin-left: -0.75rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.fs-rangeslider_input {
  display: none;
}

.fs-rangeslider_fill {
  background-color: #835dff;
  background-image: linear-gradient(270deg, #dd30fc, #5c2aff);
  border-radius: 999px;
  width: 20%;
  height: 100%;
  position: absolute;
}

.div-block-4 {
  height: 16px;
}

.custom-solutions-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: start;
  justify-items: start;
  width: 100%;
  padding: 32px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.custom-solutions-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.full-row-cta {
  background-color: var(--grey-900);
  color: var(--white);
}

.full-row-cta-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.full-row-cta-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.image-6 {
  aspect-ratio: 1;
  object-fit: contain;
  height: 100%;
  display: inline-block;
  overflow: visible;
}

.product-thumbnail {
  aspect-ratio: 1;
  border: 2px solid var(--grey-50);
  object-fit: contain;
}

.awards-list-h {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.hero-text-block-desktop {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 64px;
}

.large-text {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 120%;
}

.form-block {
  width: 100%;
}

.container-8-4 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 8fr 4fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.contact-detail {
  text-align: right;
}

.field-label-2 {
  font-weight: 600;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  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;
  width: 100%;
  display: flex;
}

.container-vertical-2 {
  background-color: #f9f9fa;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  padding: 32px;
}

.container-vertical-2.bg-light-blue {
  background-color: #eceff2;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 32px;
}

.container-vertical-2.bg-light-blue.contacts {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
}

.award-image-small {
  width: 100%;
  max-width: 100px;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  margin-top: 0;
  padding: 0 32px 32px;
  display: flex;
}

.container-2.left-aligned {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}

.container-2.bg-green {
  background-color: #e8f4e8;
  padding-top: 32px;
}

.contact-h2 {
  margin-bottom: 0;
}

.awards-list-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.field-label {
  width: 100%;
  font-weight: 600;
}

.contacts-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
}

.awards-list-h-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  justify-items: center;
  width: 100%;
  display: grid;
}

.flex-block-10 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.contact-detail-item {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-6 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.success-message {
  background-color: #f9f9fa;
  height: 30vh;
}

.contact-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
}

.contacts-flex-v {
  flex-flow: column;
  width: 100%;
}

.image-7,
.equal-images {
  height: 64px;
}

.flex-block-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
}

.equal-description {
  text-align: center;
  width: 100%;
  max-width: 620px;
  font-size: 1rem;
}

.equal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  display: flex;
}

.equal-text {
  font-size: 3rem;
  font-weight: 600;
}

.grid-2-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  width: 100%;
  display: grid;
}

.background-video-2 {
  clear: none;
  aspect-ratio: 2.39;
  object-fit: scale-down;
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative;
  overflow: visible;
}

.flex-block-12 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
}

.h3-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-block-14 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
}

.full-row-cta-2 {
  color: #fff;
  background-color: #303233;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  margin-top: 0;
  padding: 0 32px;
  display: flex;
}

.container-3.full-row-cta {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.button-2 {
  color: #404243;
  background-color: #ffcd2a;
  border-radius: 4px;
  margin-left: 16px;
  font-size: 1rem;
}

.temp {
  background-color: var(--grey-700);
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.flex-block-17 {
  width: 100%;
  margin-top: 32px;
}

.testimonial-img-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  background-color: var(--grey-50);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 200px;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.dimention-control {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 24px;
  width: 100%;
}

.interactive-color {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
}

.color-selection-image {
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 991px) {
  .button.nav-container {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .nav-menu {
    border-width: 2px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-color: var(--grey-500);
    background-color: #fff;
    border-left-style: none;
    border-radius: 0;
  }

  .svg-grouping-animation {
    width: 120px;
  }

  .button-secondary.numbering-button {
    margin-top: 32px;
  }

  .nav-link:medium {
    background-color: white;
  }

  .nav-link:current {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-style: none;
    border-top-width: 4px;
    border-top-color: hsla(45.91549295774648, 100%, 58.24%, 1);
    border-right-style: none;
    border-right-width: 4px;
    border-right-color: hsla(45.91549295774648, 100%, 58.24%, 1);
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: hsla(45.91549295774648, 100%, 58.24%, 1);
    border-left-style: none;
    border-left-width: 4px;
    border-left-color: hsla(45.91549295774648, 100%, 58.24%, 1);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: hsla(0, 0%, 0%, 0);
    color: hsla(45.91549295774648, 0%, 0%, 1);
    font-weight: 800;
    text-decoration: none;
  }

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

@media screen and (max-width: 767px) {
  .button {
    margin-left: 0;
  }

  .hero {
    aspect-ratio: auto;
    object-fit: fill;
    background-position: 10%;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }

  .hero-text-block-mobile {
    margin-top: 32px;
  }

  .hero-heading {
    font-size: 1.75rem;
    line-height: 120%;
  }

  .text-block {
    font-size: 1rem;
  }

  .product-name {
    font-size: 20px;
  }

  .product-subtitle {
    font-size: 0.875rem;
    line-height: 120%;
  }

  .product-minitext {
    font-size: 0.75rem;
    line-height: 120%;
  }

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

  .heading {
    font-size: 1.375rem;
    line-height: 130%;
  }

  .text-block-2 {
    font-size: 0.875rem;
    line-height: 120%;
  }

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

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

  .svg-grouping-animation {
    width: 80px;
  }

  .awards-list {
    flex-direction: column;
  }

  .heading-3 {
    font-size: 1.125rem;
  }

  .award-image {
    max-width: 80px;
  }

  .div-block-3 {
    align-items: flex-start;
  }

  .cta-layout {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

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

  .grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .product-title {
    font-size: 1.5rem;
  }

  .product-description,
  .product-description-list,
  .product-features-list {
    font-size: 0.875rem;
  }

  .product-full-description-side {
    padding-left: 8px;
    padding-right: 8px;
  }

  .color-selection-list {
    flex-wrap: wrap;
  }

  .flex-block-8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

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

  .custom-solutions-content {
    grid-template-columns: 1fr 1fr;
  }

  .awards-list-h {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero-text-block-desktop {
    margin-top: 32px;
  }

  .flex-block-9 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .container-8-4 {
    grid-template-rows: auto;
    grid-template-columns: 8fr;
  }

  .container-vertical-2.bg-light-blue.contacts {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .award-image-small {
    max-width: 80px;
  }

  .awards-list-small {
    flex-direction: column;
  }

  .awards-list-h-small,
  .grid-2-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .flex-block-16 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .button-2 {
    margin-left: 0;
  }

  .interactive-color {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .section.hero-text-section-mobile {
    margin-top: 0;
    display: block;
  }

  .section.hero-text-section-desktop {
    margin-top: 90px;
  }

  .section.go-back-section {
    margin-top: 92px;
    display: block;
  }

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

  .hero {
    background-position: 5%;
    width: 100%;
  }

  .hero-text-block-mobile {
    color: #000;
    margin-top: 0;
  }

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

  .product-list,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .grid-3.testimonial {
    padding: 8px;
  }

  .title-subtitle.laser-cutting {
    padding-right: 32px;
  }

  .container-vertical.bg-light-blue {
    padding-left: 16px;
  }

  .flex-block-5 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .svg-grouping-animation {
    width: 58px;
  }

  .svg-grouping-animation.pd-1 {
    padding-top: 8px;
  }

  .svg-grouping-animation.pd-2 {
    padding-top: 16px;
  }

  .svg-grouping-animation.pd-3 {
    padding-top: 24px;
  }

  .svg-grouping-animation.pd-4 {
    padding-top: 32px;
  }

  .svg-grouping-animation.pd-5 {
    padding-top: 40px;
  }

  .text-block-3 {
    font-size: 0.875rem;
  }

  .cta-layout {
    flex-wrap: wrap;
    justify-content: center;
  }

  .grid-4,
  .grid-2,
  .custom-solutions-content {
    grid-template-columns: 1fr;
  }

  .full-row-cta-container {
    flex-wrap: wrap;
  }

  .awards-list-h {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-text-block-desktop {
    color: #000;
    margin-top: 0;
    display: none;
  }

  .flex-block-9 {
    flex-direction: column;
  }

  .container-vertical-2.bg-light-blue {
    justify-content: center;
    align-items: center;
    padding-left: 32px;
  }

  .container-vertical-2.bg-light-blue.contacts {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .awards-list-h-small {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-block-16 {
    flex-direction: column;
  }
}

#w-node-fe46fd29-0316-3847-8acc-7249d6ba76ad-e386473e {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f77be184-b745-177b-7943-0920ed6ff036-e386473e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f64096a5-c3bb-60ed-0e62-8912a4343149-e386473e,
#w-node-_993e214a-6fc3-c8d3-b86d-035fcbdff593-e386473e,
#w-node-_2c98a390-a875-44fd-8074-925309281125-e386473e,
#w-node-_2c98a390-a875-44fd-8074-925309281126-e386473e,
#w-node-c8ed81d8-8bef-f6bf-cd09-034b4feba624-e386473e,
#w-node-c8ed81d8-8bef-f6bf-cd09-034b4feba625-e386473e,
#w-node-add80ee6-b36a-232f-b125-8371b8d86409-e386473e,
#w-node-_23fdc32f-2523-9670-6da6-5e68ce4ef199-e386473e,
#w-node-_3df5a994-371c-fb81-8bd8-e1b31c9563ee-e386473e,
#w-node-c8bf30b6-ed5e-16fe-bd83-bab82083ab61-2083ab5e,
#w-node-c8bf30b6-ed5e-16fe-bd83-bab82083ab6a-2083ab5e,
#w-node-c8bf30b6-ed5e-16fe-bd83-bab82083ab78-2083ab5e,
#w-node-c8bf30b6-ed5e-16fe-bd83-bab82083ab8a-2083ab5e,
#w-node-e57bd4c4-014b-fd6f-1f9b-be026477b295-6477b295,
#w-node-d296df62-8224-bcda-fc04-031019fe0f1b-6477b295,
#w-node-_5a5ddfbd-d2a7-77d4-e02a-fd25e985d602-e985d602,
#w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0cb-a54e55af,
#w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0ce-a54e55af,
#w-node-_39b3325d-7cc6-57ad-a2d1-471c66f58e5d-a54e55af,
#w-node-_8544190a-d502-26ea-c5c0-5869d04fbdd1-a54e55af,
#w-node-e15579c2-edc7-5f34-54ba-c14d4685aab2-a54e55af,
#w-node-d3389c58-9d2d-4058-8462-3d78eac37467-a54e55af,
#w-node-d3389c58-9d2d-4058-8462-3d78eac37469-a54e55af,
#w-node-d3389c58-9d2d-4058-8462-3d78eac3746b-a54e55af,
#w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0e0-a54e55af,
#w-node-dbfa0291-0863-76b1-968a-d7180119f659-a54e55af,
#w-node-_38acaafe-4c46-e5de-2df3-3bc85e9226ac-a54e55af,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8e4-a54e55af,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8e5-a54e55af,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8ea-a54e55af,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8eb-a54e55af,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8f0-a54e55af,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8f1-a54e55af,
#w-node-_18873ee4-8eec-78ae-30a4-667442dffc93-a54e55af,
#w-node-_8bdaf846-aa68-59e6-9380-307ab867570d-a54e55af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ebf1aa0-0954-c1ea-ebcf-609895524d98-5ace354c,
#w-node-_8cb415d5-9125-b78c-6024-9d7b122d66c3-82e2fef3 {
  align-self: stretch;
  justify-self: auto;
}

#w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0cb-e6d9a9dd,
#w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0ce-e6d9a9dd,
#w-node-_39b3325d-7cc6-57ad-a2d1-471c66f58e5d-e6d9a9dd,
#w-node-_8544190a-d502-26ea-c5c0-5869d04fbdd1-e6d9a9dd,
#w-node-e15579c2-edc7-5f34-54ba-c14d4685aab2-e6d9a9dd,
#w-node-d3389c58-9d2d-4058-8462-3d78eac37467-e6d9a9dd,
#w-node-d3389c58-9d2d-4058-8462-3d78eac37469-e6d9a9dd,
#w-node-d3389c58-9d2d-4058-8462-3d78eac3746b-e6d9a9dd,
#w-node-b8f55641-21e7-dd16-de00-232ff6aad27f-e6d9a9dd,
#w-node-b8f55641-21e7-dd16-de00-232ff6aad281-e6d9a9dd,
#w-node-b8f55641-21e7-dd16-de00-232ff6aad283-e6d9a9dd,
#w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0e0-e6d9a9dd,
#w-node-dbfa0291-0863-76b1-968a-d7180119f659-e6d9a9dd,
#w-node-_38acaafe-4c46-e5de-2df3-3bc85e9226ac-e6d9a9dd,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8e4-e6d9a9dd,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8e5-e6d9a9dd,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8ea-e6d9a9dd,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8eb-e6d9a9dd,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8f0-e6d9a9dd,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8f1-e6d9a9dd,
#w-node-_23fdc32f-2523-9670-6da6-5e68ce4ef199-210fb9e4,
#w-node-_3df5a994-371c-fb81-8bd8-e1b31c9563ee-210fb9e4,
#w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0cb-096ba381,
#w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0ce-096ba381,
#w-node-_39b3325d-7cc6-57ad-a2d1-471c66f58e5d-096ba381,
#w-node-_8544190a-d502-26ea-c5c0-5869d04fbdd1-096ba381,
#w-node-e15579c2-edc7-5f34-54ba-c14d4685aab2-096ba381,
#w-node-d3389c58-9d2d-4058-8462-3d78eac37467-096ba381,
#w-node-d3389c58-9d2d-4058-8462-3d78eac37469-096ba381,
#w-node-d3389c58-9d2d-4058-8462-3d78eac3746b-096ba381,
#w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0e0-096ba381,
#w-node-dbfa0291-0863-76b1-968a-d7180119f659-096ba381,
#w-node-_38acaafe-4c46-e5de-2df3-3bc85e9226ac-096ba381,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8e4-096ba381,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8e5-096ba381,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8ea-096ba381,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8eb-096ba381,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8f0-096ba381,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8f1-096ba381,
#w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0cb-2afa94ef,
#w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0ce-2afa94ef,
#w-node-_39b3325d-7cc6-57ad-a2d1-471c66f58e5d-2afa94ef,
#w-node-d3389c58-9d2d-4058-8462-3d78eac37467-2afa94ef,
#w-node-d3389c58-9d2d-4058-8462-3d78eac3746b-2afa94ef,
#w-node-d3389c58-9d2d-4058-8462-3d78eac37469-2afa94ef,
#w-node-_8544190a-d502-26ea-c5c0-5869d04fbdd1-2afa94ef,
#w-node-e15579c2-edc7-5f34-54ba-c14d4685aab2-2afa94ef,
#w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0e0-2afa94ef,
#w-node-dbfa0291-0863-76b1-968a-d7180119f659-2afa94ef,
#w-node-_38acaafe-4c46-e5de-2df3-3bc85e9226ac-2afa94ef,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8e4-2afa94ef,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8e5-2afa94ef,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8ea-2afa94ef,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8eb-2afa94ef,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8f0-2afa94ef,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8f1-2afa94ef,
#w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0cb-001d79c2,
#w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0ce-001d79c2,
#w-node-_39b3325d-7cc6-57ad-a2d1-471c66f58e5d-001d79c2,
#w-node-_8544190a-d502-26ea-c5c0-5869d04fbdd1-001d79c2,
#w-node-e15579c2-edc7-5f34-54ba-c14d4685aab2-001d79c2,
#w-node-d3389c58-9d2d-4058-8462-3d78eac37467-001d79c2,
#w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0e0-001d79c2,
#w-node-dbfa0291-0863-76b1-968a-d7180119f659-001d79c2,
#w-node-_38acaafe-4c46-e5de-2df3-3bc85e9226ac-001d79c2,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8e4-001d79c2,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8e5-001d79c2,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8ea-001d79c2,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8eb-001d79c2,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8f0-001d79c2,
#w-node-d6e869c6-350a-9395-225c-ba40bb69a8f1-001d79c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0e0-a54e55af,
  #w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0e0-e6d9a9dd,
  #w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0e0-096ba381,
  #w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0e0-2afa94ef,
  #w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0e0-001d79c2 {
    align-self: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fe46fd29-0316-3847-8acc-7249d6ba76ad-e386473e,
  #w-node-f77be184-b745-177b-7943-0920ed6ff036-e386473e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0cb-a54e55af,
  #w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0cb-e6d9a9dd,
  #w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0cb-096ba381,
  #w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0cb-2afa94ef,
  #w-node-_1c1a8252-cc5a-3f02-26ae-13a0b0d0c0cb-001d79c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

#colorList {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin: 16px;
}

.colorButton {
  width: 64px;
  height: 64px;
  border: #a4aaad 1px solid;
  cursor: pointer;
  border-radius: 4px;
}
