:root {
  --black-witas: #20252a;
  --yellow-witas: #ffae00;
  --gray-witas: #f4f4f4;
  --white-witas: #fff;
  --black: black;
  --menu-white: #fff;
  --dark-grey: #3a414b;
  --white: white;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

body {
  color: var(--black-witas);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Archivo, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 110px;
}

.button-primary {
  background-color: var(--yellow-witas);
  color: var(--black-witas);
  text-align: center;
  text-transform: capitalize;
  flex-flow: column wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 0;
  padding: 16px 32px;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  transition: box-shadow .2s, background-color .4s;
  display: block;
}

.button-primary:hover {
  background-color: var(--gray-witas);
  color: var(--black-witas);
  box-shadow: 0 4px 5px #0003;
}

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

.witas-hero-descript {
  background-color: var(--black-witas);
  background-image: linear-gradient(to bottom, var(--yellow-witas), var(--yellow-witas));
}

.secondary-button {
  background-color: var(--white-witas);
  color: var(--black-witas);
  text-align: center;
  border: 1px solid #000;
  border-radius: 1px;
  width: 100%;
  margin-left: 0;
  padding: 16px 32px;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: box-shadow .4s;
}

.secondary-button:hover {
  box-shadow: 0 4px 5px #0003;
}

.secondary-button.products {
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.service-list-div {
  background-color: var(--white-witas);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  display: flex;
}

.service-list-div.grey {
  background-color: var(--gray-witas);
  padding-top: 20px;
}

.heading-5 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Archivo, sans-serif;
  font-size: 24px;
}

.testimonial-slider-small {
  background-color: var(--gray-witas);
  border-bottom: 1px solid #e4ebf3;
  position: relative;
  overflow: hidden;
}

.footer-light {
  background-color: var(--black-witas);
  color: var(--white-witas);
  height: 100%;
}

.footer-wrapper-two {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Archivo, sans-serif;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: none;
}

.footer-title._2nd {
  display: none;
}

.footer-link-two {
  color: var(--white-witas);
  margin-top: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: color .4s;
}

.footer-link-two:hover {
  color: var(--yellow-witas);
}

.footer-copyright {
  color: var(--white-witas);
  font-family: Archivo, sans-serif;
}

.footer-social-block-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.hero-section {
  background-color: var(--black);
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
}

.products {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.image-3 {
  align-self: auto;
  display: block;
}

.cell-2,
.cell-3,
.cell-4,
.cell-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-semibold {
  color: var(--white-witas);
  text-align: center;
  padding-bottom: 20px;
  padding-left: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.arrow-button {
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: flex;
}

.nav-menu-link {
  color: #000;
  margin-bottom: 1.5rem;
  text-decoration: none;
  position: relative;
}

.text-weight-semibold {
  font-weight: 600;
}

.gallery {
  flex-direction: column;
  display: block;
}

.witas-hero-image {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-menu-wrap {
  z-index: 888;
  background-color: var(--black-witas);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-btn-wrapper {
  z-index: 999;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.x-left {
  background-color: #fff;
  width: 100%;
  height: 2px;
  display: block;
}

.nav-content-container {
  background-color: var(--black-witas);
  color: #333;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-left: 5px;
  padding-right: 5px;
}

.nav-line-1 {
  background-color: #fff;
  width: auto;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav-close {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  transform: rotate(45deg);
}

.nav-open {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 10px;
  display: flex;
  position: absolute;
}

.witas-logo {
  z-index: 999;
  transition: transform .2s;
  position: fixed;
  inset: 0% auto auto 0%;
}

.witas-logo:hover {
  transform: scale(1.05);
}

.witas-logo.w--current {
  display: none;
}

.x-right {
  background-color: #fff;
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
}

.image {
  min-width: 100px;
  padding: 32px;
}

.menu-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.menu-content-wrap.right {
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navigation {
  flex-direction: column;
  align-items: center;
  height: 100px;
  display: flex;
}

.vertical-nav {
  z-index: 50;
  background-color: #0000;
  border-left: 0 #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.nav-line-5 {
  background-color: #fff;
  width: auto;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-line-6 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
  inset: 0% auto auto 0%;
}

.nav-line-7 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-4 {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-right: 0;
  display: flex;
}

.esp-wrapper {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.accordion-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 980px;
  height: auto;
  display: flex;
}

.accordion-item.last-links {
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.arrow-div-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-div.invert {
  filter: invert();
  flex: 0 auto;
  min-width: 75px;
  height: 60px;
}

.accordion-header {
  color: var(--menu-white);
  text-align: left;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0;
  font-family: Archivo, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3em;
  transition: color .4s;
  display: block;
}

.accordion-header:hover {
  color: var(--yellow-witas);
}

.accordion-header.menu.last-links {
  font-size: 30px;
}

.accordion-pane {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.accordion-pane-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  place-content: flex-start;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 80px;
  padding: 0 0 20px;
  display: flex;
}

.accordion-tab-button {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.menu-about.added {
  padding-left: 0;
}

.heading-6 {
  color: var(--menu-white);
  font-size: 4rem;
  font-weight: 800;
}

.heading-6.menu {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3em;
  transition: color .4s;
}

.heading-6.menu:hover {
  color: var(--yellow-witas);
}

.heading-6.industrial {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.3em;
  transition: color .4s;
}

.heading-6.industrial:hover {
  color: var(--yellow-witas);
}

.menu-link-nav {
  color: var(--white-witas);
  font-family: Archivo, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: color .4s;
}

.menu-link-nav:hover {
  color: var(--yellow-witas);
}

.menu-link-nav.sub-menu {
  padding-top: 5px;
  font-size: .9rem;
}

.div-block-5 {
  flex-direction: column;
  padding-right: 20px;
  display: flex;
}

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

.menu-single-line {
  width: 100%;
  max-width: 1440px;
  padding-bottom: 10px;
  padding-left: 44px;
  padding-right: 44px;
}

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

.esp-text {
  color: var(--menu-white);
  font-family: Archivo, sans-serif;
  font-size: 16px;
}

.nav-bar-goes-black {
  z-index: 888;
  background-color: var(--black);
  height: 100px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.essentials {
  background-color: var(--black-witas);
  padding: 0;
}

.card-dark-grey {
  background-color: var(--dark-grey);
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  transition: all .4s;
  display: flex;
}

.card-dark-grey:hover {
  background-color: #555f6f;
}

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

.container-main {
  flex-direction: column;
  max-width: 1440px;
  margin-bottom: 0;
  padding: 84px 64px;
}

.container-main.buttons {
  padding-bottom: 0;
}

.container-main.grey {
  background-color: var(--gray-witas);
}

.container-main.gallery-pages {
  width: 100%;
  padding-bottom: 0;
}

.product-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-image {
  margin-bottom: 20px;
  display: none;
}

.div-block-product {
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 350px;
  display: flex;
}

.cell-7,
.cell-8,
.cell-9,
.cell-10 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

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

.left-arrow,
.right-arrow,
.slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/rockmore_bits-copy.webp');
  background-position: 50%;
  background-size: cover;
}

.slider-wrapper {
  margin-top: 20px;
}

.infinite_slider {
  min-height: 600px;
}

.slide-2 {
  background-image: url('../images/parts-copy.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/xmec-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/services-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/fixed.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Rockmore_integral_bars-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.social-icon-embed {
  color: var(--white-witas);
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: color .4s;
}

.social-icon-embed:hover {
  color: var(--yellow-witas);
}

.mining-product-div {
  background-color: var(--dark-grey);
  justify-content: center;
  margin-bottom: 10px;
  padding-top: 20px;
  display: flex;
}

.div-explore-button {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.section-services-copy {
  z-index: 1;
  background-color: var(--gray-witas);
  transition: box-shadow .4s, background-color .4s;
}

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

.marquee-text_component {
  background-color: var(--white-witas);
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2vw;
}

.marquee-text_wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-text_panel {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: translate(0%);
}

.marquee-text_icon {
  flex: none;
  width: 11em;
  margin-left: 2em;
  margin-right: 2em;
}

.product-image-copy {
  margin-bottom: 20px;
  display: none;
}

.product-background {
  background-image: url('../images/dth_bits-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 350px;
}

.product-background.guage {
  background-image: url('../images/4-1.png');
}

.product-background.mani {
  background-image: url('../images/mani.png');
}

.product-background.valve {
  background-image: url('../images/sunvalve-copy.webp');
}

.div-block-6 {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.image-4 {
  margin-top: -8px;
  margin-left: -8px;
  padding-bottom: 20px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---card-testimonial-v14 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  height: 400px;
  max-height: 400px;
  padding: 32px 32px 32px 40px;
  display: flex;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---text-200-bold {
  color: var(--black-witas);
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.inner-container._490px {
  max-width: 490px;
}

.brix---testimonial-v14-left-right {
  background-color: var(--gray-witas);
  width: 100%;
  max-width: 574px;
  padding: 20px 46px;
}

.brix---slider-mask-width-1012px {
  max-width: 1012px;
  height: 100%;
  overflow: visible;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---color-neutral-700 {
  color: #4a4566;
}

.brix---btn-slider-arrow-left---testimonial-v12 {
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-left---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---btn-slider-arrow-right---testimonial-v12 {
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-right---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---paragraph-large {
  font-size: 24px;
  line-height: 38px;
}

.brix---mg-left-16px {
  margin-left: 16px;
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---avatar-circle-04 {
  border-radius: 50%;
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
  display: none;
  overflow: hidden;
  transform: translate(0);
}

.brix---text-200 {
  color: var(--yellow-witas);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---mg-bottom-0 {
  color: var(--black-witas);
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
}

.brix---testimonial-v14-left-side {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-right: 58px;
  display: flex;
}

.html-embed {
  color: var(--yellow-witas);
}

.link-block {
  text-decoration: none;
}

.heading-h6 {
  color: #292e35;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.content-4 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.frame-38 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.training {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--gray-witas);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-3 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.list-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pages-hero {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ffae00;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 90px 0 0;
  display: flex;
}

.technical-support {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.list-item-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.frame-48 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-49 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.post-sell {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--gray-witas);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inventory {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.solid-black-nav-pages {
  background-color: var(--black);
  height: 100px;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 999;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.black-nav-pages {
  z-index: 888;
  background-color: var(--black);
  height: 100px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.content-pages-div {
  grid-column-gap: 32px;
  grid-row-gap: 19px;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.h1 {
  color: var(--black-witas);
  margin: 10px 0 20px;
  padding-top: 0;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.2;
  transform: translate(0);
}

.h2 {
  font-family: Archivo, sans-serif;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.2;
}

.h2.white {
  color: var(--white-witas);
}

.h2.large {
  font-size: 5em;
}

.h2.large.yellow,
.h2.yellow {
  color: var(--yellow-witas);
}

.paragraph {
  font-size: 1.3em;
  line-height: 1.3;
}

.paragraph.large {
  margin-top: 10px;
  font-family: Archivo, sans-serif;
  font-size: 2.2em;
}

.paragraph.large.bold {
  font-weight: 700;
}

.paragraph.bold-white {
  color: var(--white-witas);
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.paragraph.bold-white.static {
  text-align: center;
  font-size: 16px;
}

.paragraph.white {
  color: var(--white-witas);
}

.paragraph.med {
  font-size: 1.5em;
  line-height: 1.4;
}

.paragraph.med.link {
  text-decoration: none;
}

.paragraph.xl {
  font-family: Archivo, sans-serif;
  font-size: 3em;
  font-weight: 600;
}

.paragraph.bullets {
  font-size: 1.3em;
  font-weight: 700;
}

.paragraph.gallery {
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.h3 {
  font-family: Archivo, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
}

.h3.center {
  text-align: center;
}

.h3.white {
  color: var(--white-witas);
  text-align: center;
}

.h3.sm {
  font-size: 1.7em;
}

.h3.left-white {
  color: var(--white-witas);
}

.paragraph-div {
  padding-bottom: 20px;
}

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

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

.gallery-face-img {
  aspect-ratio: 1;
  object-fit: cover;
}

.product-designs {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: linear-gradient(#00000080, #00000080), url('../images/xmecanizado-de-alta-velocidad-para-el-laton-P.png.pagespeed.ic_.m69E9UPzH1-1024x1024.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
}

.card-text-div {
  padding-top: 0;
}

.card-div-icon {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.card-brand-head.distro {
  align-self: flex-start;
}

.card-icon-services {
  height: 60px;
}

.page-hero-descript {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.training-img-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cont-main-page-div {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.bullet-point {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  display: flex;
}

.top-brands {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--dark-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.content-11,
.content-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-29 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.custom-solutions {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--black-witas);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cont-top-brands {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.div-block-13,
.div-block-14 {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.content-13 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-title-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 125px;
  display: flex;
}

.frame-30 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.list-item-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-h6-2 {
  color: #fff;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.strategic-partnerships {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--dark-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.content-14 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-15 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-title-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-white {
  object-fit: cover;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100.054px;
  height: 100px;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 115.469px;
  height: 100px;
  display: flex;
}

.neorshore-distro {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--black-witas);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.content-16 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-17 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-title-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.frame-32 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.frame-31 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.list-item-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-h6-4 {
  color: #fff;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.div-block-20 {
  width: 50%;
}

.div-block-21,
.div-block-22 {
  padding-bottom: 20px;
}

.top-brand-img {
  aspect-ratio: 1;
  object-fit: contain;
  padding: 8px;
}

.link-block-3,
.link-block-4 {
  text-decoration: none;
}

.yellow-button {
  aspect-ratio: auto;
  background-color: var(--yellow-witas);
  color: var(--black-witas);
  text-align: center;
  text-transform: capitalize;
  flex-flow: column wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-right: 0;
  padding: 16px 32px;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  transition: box-shadow .2s, background-color .4s;
  display: block;
}

.yellow-button:hover {
  background-color: var(--gray-witas);
  color: var(--black-witas);
  box-shadow: 0 4px 5px #0003;
}

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

.yellow-button.xl {
  width: 250px;
}

.about-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--gray-witas);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.experience-img {
  background-color: var(--white-witas);
  background-image: url('../images/rectangle_27-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.locations {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--white-witas);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.where-to-find-us {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--black-witas);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #3a414b;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
}

.frame-39 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.captura-de-pantalla-2024-01-23-a-las-12-27-37-p-m-1 {
  object-fit: cover;
}

.grid-services-land {
  grid-template-rows: auto auto;
  grid-auto-rows: auto;
}

.div-block-23 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-24 {
  padding-bottom: 20px;
}

.services-cards {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 175px;
  padding: 32px;
  display: flex;
}

.machine-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.truck-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.custom-solutiions {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.text-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-33 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px 0;
  display: flex;
}

.text-regular-medium {
  color: #292e35;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.map-div {
  margin-top: 20px;
}

.link-block-5,
.link-block-6,
.link-block-7,
.link-block-8 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.link-block-9,
.link-block-10 {
  text-decoration: none;
}

.partnership-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px 20px;
  display: flex;
}

.partnership-text-div {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: block;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.solutions-head {
  justify-content: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 26px;
  display: flex;
}

.menu-items {
  z-index: 888;
  background-color: var(--black);
  justify-content: space-between;
  width: 100%;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.div-block-28 {
  z-index: 888;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.witas-logo-2 {
  width: 250px;
  height: auto;
}

.link-block-11 {
  display: flex;
}

.page-wrap {
  min-height: 100vh;
}

.pre-loader {
  z-index: 2000;
  background-color: var(--yellow-witas);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.center-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.logo-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-div {
  z-index: 1;
  object-fit: contain;
  background-image: url('../images/w_logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 100px;
  display: block;
}

.witas-image {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.img-block {
  width: 100%;
  height: 100%;
}

.h3-static {
  font-family: Archivo, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.h3-static.white {
  color: var(--white-witas);
  text-align: center;
}

.pre-loader-pages {
  z-index: 9999;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.icons {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.content-19 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.column-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.placeholder-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.section-title-8 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.content-21 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.error-00a8a8d8-dbe0-5cd7-ca38-133b00340fb1 {
  color: #292e35;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.content-22 {
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
}

.content-23 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.placeholder-image-2 {
  object-fit: cover;
  border-radius: 110px;
}

.content-24 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.name {
  color: #292e35;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.frame-66 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content-25 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-12 {
  color: #292e35;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.frame-77 {
  grid-column-gap: 10px;
  background-color: #3a414b;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 64px 0 32px;
  text-decoration: none;
  display: flex;
}

.heading-13 {
  color: #ffae00;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.frame-76 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-26 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.section-title-9 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-14 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.column-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.frame-14 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.container-foot1 {
  background-color: var(--dark-grey);
  flex-direction: column;
  max-width: 1440px;
  padding: 0 64px;
}

.div-block-29 {
  width: 50%;
}

.question-div {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.location-div {
  width: 50%;
  padding-left: 20px;
}

.get-in-touch-div {
  background-color: var(--dark-grey);
  width: 100%;
  padding-bottom: 80px;
}

.footer-container {
  flex-direction: column;
  max-width: 1440px;
  padding: 84px 64px;
}

.footer-divider-line {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-socials {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-35 {
  flex-direction: column;
}

.form {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  height: 50px;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 16px;
}

.submit-yellow {
  aspect-ratio: auto;
  background-color: var(--yellow-witas);
  color: var(--black-witas);
  text-align: center;
  text-transform: capitalize;
  flex-flow: column wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 32px;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  transition: box-shadow .2s, background-color .4s;
  display: block;
}

.submit-yellow:hover {
  background-color: var(--gray-witas);
  color: var(--black-witas);
  box-shadow: 0 4px 5px #0003;
}

.submit-yellow:active {
  background-color: #43464d;
}

.form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-36 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
}

.grid-6 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.client-logo-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  aspect-ratio: auto;
  object-fit: contain;
}

.div-block-37 {
  background-color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 10px 10px 15px;
  text-decoration: none;
  display: flex;
}

.mining-div {
  background-color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 10px 10px 15px;
  text-decoration: none;
  display: flex;
}

.meet-our-team {
  background-color: var(--gray-witas);
}

.grid-7 {
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-self: stretch;
}

.team-card {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-27 {
  grid-column-gap: 80px;
  background-color: var(--gray-witas);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-28 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-10 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.actions {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-apply {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #1e1e1e;
  border: 1px solid #cfcfcf;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.position-text-div {
  background-color: var(--gray-witas);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}

.button-16 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.button-div {
  width: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-div.apply {
  width: 40%;
}

.paragraph-2 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.accordion-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.career-title-div {
  grid-column-gap: 12px;
  background-color: var(--gray-witas);
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.career-txt-div {
  grid-column-gap: 32px;
  border-bottom: 2px solid var(--black-witas);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.minus-plus-div {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.hoz-line {
  z-index: 5;
  background-color: var(--black-witas);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 2px;
  display: flex;
  position: relative;
}

.vert-line {
  z-index: 10;
  background-color: var(--black-witas);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 2px;
  margin-left: -30px;
  display: flex;
  transform: rotate(90deg);
}

.current-opening {
  background-color: var(--gray-witas);
}

.career-desc-div {
  background-color: var(--white-witas);
  margin-bottom: 20px;
  padding: 20px;
}

.link-block-12,
.link-block-13 {
  width: 100%;
  text-decoration: none;
}

.get-in-touch-div-contact {
  background-color: var(--dark-grey);
  width: 100%;
  padding-bottom: 80px;
  display: none;
}

.link-block-14 {
  text-decoration: none;
}

.container-default {
  max-width: 1218px;
  padding-bottom: 140px;
  padding-left: 24px;
  padding-right: 24px;
}

.button {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.button-17 {
  color: #292e35;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.gallery-img-div {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.gallery-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-31 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.gallery-grid.sonora2024 {
  margin-bottom: 16px;
}

.button-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

.button-wrap {
  padding: 0;
}

.white-button {
  aspect-ratio: auto;
  background-color: var(--white-witas);
  outline-offset: 0px;
  color: var(--black-witas);
  text-align: center;
  text-transform: capitalize;
  outline: 1px solid #292e35;
  flex-flow: column wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 0;
  padding: 16px 32px;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  transition: box-shadow .2s, background-color .4s;
  display: flex;
}

.white-button:hover {
  background-color: var(--white-witas);
  color: var(--black-witas);
  box-shadow: 0 4px 5px #0003;
}

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

.white-button.black {
  background-color: var(--black-witas);
}

.link-block-15 {
  text-decoration: none;
}

.container-text {
  flex-direction: column;
  max-width: 1440px;
  margin-bottom: 0;
  padding: 84px 64px;
}

.mining-projects {
  background-color: var(--yellow-witas);
  margin-top: 0;
  position: relative;
}

.drill {
  z-index: 1;
  width: 600px;
  max-width: 700px;
  max-height: 700px;
  margin-top: 57px;
  padding-top: 44px;
  padding-bottom: 0;
  position: relative;
  transform: translate(74px, 52px)scale(.8);
}

.witas-hero-logo {
  width: 600px;
  height: 100%;
  transform: translate(0, 187px);
}

.hero-paragraph {
  font-size: 1.3em;
  line-height: 1.3;
}

.hero-paragraph.xxl {
  color: var(--yellow-witas);
  text-align: center;
  width: 100%;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Archivo, sans-serif;
  font-size: 4.5em;
  font-weight: 800;
  line-height: 1.1;
  position: absolute;
  transform: translate(0, 325px);
}

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

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

.product-wrap {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.brand-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.product-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: flex;
}

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

.product-container {
  flex-direction: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 84px 64px;
}

.div-block-39 {
  z-index: 1;
}

.brand-paragraph {
  padding-right: 100px;
}

.product-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.grid-menu {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto 1fr;
  display: flex;
}

.menu-link-div {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.success-message {
  background-color: var(--yellow-witas);
}

.text-block {
  color: var(--black-witas);
}

.nav-div {
  display: flex;
}

.contact-hero {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ffae00;
  margin-top: 0;
  padding: 90px 0 0;
  display: flex;
}

.container-contact {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 84px 64px;
  display: flex;
}

.special-item-contact {
  background-color: var(--gray-witas);
}

.text-7 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-wrapper {
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.form-block-2 {
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-div {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 40px 0;
  display: flex;
}

.form-div.machineshop {
  padding-left: 40px;
  padding-right: 40px;
}

.special-fields {
  height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.div-block-40 {
  width: 100%;
  padding: 12px 0;
}

.form-grid {
  grid-template-rows: auto 300px auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.text-box-msg {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.form-block-reg-contact {
  justify-content: center;
  width: 100%;
  display: flex;
}

.reg-inquiry-fields {
  height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.text-box-msg-reg {
  height: 500px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.form-grid-regular-copy {
  grid-template-rows: auto 300px auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
  padding: 10px 0 40px;
}

.experience-img-left {
  background-color: var(--white-witas);
  background-image: url('../images/rectangle_28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.experience-img-left.left {
  background-image: url('../images/rectangle_28-1.webp');
  height: 425px;
}

.link-block-16,
.link-block-17,
.link-block-18 {
  color: var(--white-witas);
  text-decoration: none;
}

.container-header {
  flex-direction: column;
  max-width: 1440px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 84px 64px;
}

.container-pages {
  flex-direction: column;
  max-width: 1440px;
  margin-bottom: 0;
  padding: 84px 64px;
}

.div-block-41 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.grid-sales-cards {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.div-block-43 {
  display: flex;
}

.distro-div {
  width: 75%;
  padding: 0 20px 0 0;
}

.div-block-44 {
  align-self: center;
  width: 25%;
}

.button-wrap-2 {
  width: 60%;
}

.button-wrap-2.inventory {
  width: 28%;
  margin-left: 0;
  margin-right: 0;
}

.div-block-46,
.div-block-47,
.div-block-48 {
  width: 60%;
}

.div-block-49 {
  width: 65%;
}

.image-6,
.image-7,
.image-8,
.image-9 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pages-gallery-hero {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 90px 0 0;
  display: flex;
}

.div-block-50 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.image-10 {
  width: 25px;
  height: 25px;
}

.div-block-51 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 10px 10px 0;
}

.div-block-52 {
  height: 100%;
}

.paragraph-3 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.grid-8 {
  grid-template-rows: auto;
  display: flex;
}

.image-11 {
  width: 18px;
  height: 100%;
}

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

.div-block-54 {
  margin-right: 10px;
}

.link-block-19 {
  color: var(--black-witas);
  text-decoration: none;
}

.gallery-wrapper {
  flex-flow: row;
  align-self: center;
  height: 100%;
}

.link-block-20,
.link-block-21,
.link-block-22,
.link-block-23 {
  text-decoration: none;
}

.lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link-block-24,
.link-block-25,
.link-block-26,
.link-block-27,
.link-block-28,
.link-block-29,
.link-block-30,
.link-block-31,
.link-block-32 {
  text-decoration: none;
}

.div-block-55 {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  display: flex;
  position: relative;
}

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

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: center;
}

.hero-grid-wrap {
  justify-content: center;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.image-12 {
  z-index: 2;
  width: 55rem;
  margin-top: -162px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.div-block-58 {
  z-index: 20;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.tools-text {
  z-index: 3;
  color: var(--yellow-witas);
  text-align: center;
  margin-top: -60px;
  padding: 0 20px;
  font-family: Archivo, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.tools-text.white {
  color: var(--white-witas);
}

.tools-text.large {
  font-size: 5em;
}

.tools-text.large.yellow,
.tools-text.yellow {
  color: var(--yellow-witas);
}

.div-block-59 {
  z-index: 30;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-13 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.image-14 {
  display: none;
}

.footer2 {
  background-color: #191c20;
  position: relative;
}

.trademark-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.copyright {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  display: flex;
}

.text-8 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.mt {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top-left-radius: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  display: flex;
}

.div-block-60 {
  margin-right: -8px;
}

.text-9 {
  color: #fcfcfc;
  font-size: 14px;
  font-weight: 400;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 20px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .footer-link-two {
    font-size: 20px;
  }

  .h1 {
    font-size: 84px;
  }

  .paragraph.bold-white.static {
    font-size: 20px;
  }

  .container-default {
    max-width: 1350px;
  }

  .drill {
    margin-top: 200px;
    padding-top: 10px;
  }

  .hero-paragraph.xxl {
    padding-top: 100px;
  }

  .container-contact {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-div,
  .special-fields,
  .reg-inquiry-fields {
    width: 100%;
  }

  .form-grid-regular-copy {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .witas-hero-descript {
    font-family: Archivo, sans-serif;
  }

  .witas-hero-image {
    width: 100%;
    margin-top: 0;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .training,
  .pages-hero,
  .technical-support,
  .post-sell,
  .inventory {
    max-width: none;
  }

  .paragraph.bold-white.static {
    font-size: 24px;
  }

  .product-designs {
    display: block;
  }

  .page-hero-descript {
    font-family: Archivo, sans-serif;
  }

  .top-brands,
  .custom-solutions,
  .strategic-partnerships,
  .neorshore-distro,
  .about-section,
  .locations,
  .where-to-find-us {
    max-width: none;
  }

  .captura-de-pantalla-2024-01-23-a-las-12-27-37-p-m-1,
  .map-div {
    width: 100%;
    height: 100%;
  }

  .container-foot1,
  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-default {
    max-width: 1390px;
  }

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

  .drill {
    margin-top: 60px;
    padding-top: 200px;
  }

  .witas-hero-logo {
    padding-top: 200px;
  }

  .hero-paragraph.xxl {
    padding-top: 200px;
    padding-bottom: 0;
  }

  .product-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .contact-hero {
    max-width: none;
  }

  .container-contact {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-header,
  .container-pages {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pages-gallery-hero {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .button-primary {
    margin-right: 0;
  }

  .witas-hero-descript {
    padding: 20px 0;
  }

  .secondary-button {
    width: 100%;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
    width: 100%;
  }

  .footer-block-two {
    padding-right: 20px;
  }

  .footer-link-two {
    font-size: 16px;
  }

  .products {
    padding-top: 0;
    padding-bottom: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-content-wrap.right {
    padding-left: 0;
  }

  .vertical-nav {
    background-color: #0000;
    flex-direction: row;
    display: flex;
    inset: 0% 0% auto;
  }

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

  .accordion-item {
    width: 700px;
    margin-bottom: 20px;
  }

  .accordion-item.last-links {
    margin-left: 0;
  }

  .arrow-div.invert {
    min-width: 50px;
  }

  .accordion-header {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2rem;
  }

  .accordion-header.menu.last-links {
    font-size: 24px;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-pane-content {
    margin-bottom: 0;
    margin-left: 62px;
    padding-bottom: 0;
  }

  .heading-6.menu {
    padding-bottom: 10px;
    font-size: 1rem;
  }

  .heading-6.industrial {
    padding-bottom: 10px;
    font-size: 2rem;
  }

  .grid-2 {
    flex-flow: wrap;
    grid-template-columns: auto auto auto auto;
    display: flex;
  }

  .container-main {
    flex-direction: column;
    align-items: flex-start;
    padding: 44px;
    display: flex;
  }

  .quick-stack-7,
  .slider-wrapper {
    width: 100%;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .marquee-text_component {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5vw;
  }

  .brix---card-testimonial-v14 {
    flex-direction: column;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---testimonial-v14-left-right {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---slider-mask-width-1012px {
    position: static;
  }

  .brix---slider-wrapper {
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---testimonial-v14-left-side {
    margin-bottom: 36px;
    margin-right: 0;
  }

  .training,
  .technical-support,
  .post-sell {
    padding-left: 0;
    padding-right: 0;
  }

  .content-pages-div {
    max-width: 728px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.large,
  .paragraph.large.white {
    font-size: 20px;
  }

  .paragraph.bold-white,
  .paragraph.med {
    font-size: 16px;
  }

  .paragraph.bullets {
    font-size: 18px;
  }

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

  .product-designs {
    padding-left: 0;
    padding-right: 0;
  }

  .page-hero-descript {
    padding: 20px 24px 20px 0;
  }

  .cont-main-page-div {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .top-brands {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-29 {
    flex-direction: column;
  }

  .custom-solutions {
    padding-left: 0;
    padding-right: 0;
  }

  .cont-top-brands {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .div-block-13,
  .div-block-14 {
    width: 100%;
  }

  .frame-30 {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-item-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .strategic-partnerships {
    padding-left: 0;
    padding-right: 0;
  }

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

  .frame-32 {
    width: 100%;
  }

  .frame-31 {
    flex-direction: column;
  }

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

  .yellow-button {
    width: 100%;
    margin-right: 0;
  }

  .about-section {
    padding-left: 0;
    padding-right: 0;
  }

  .experience-img {
    height: 425px;
  }

  .locations,
  .where-to-find-us {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-card {
    width: auto;
  }

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

  .grid-5 {
    flex-direction: column;
    display: flex;
  }

  .div-block-28 {
    align-items: center;
    display: flex;
  }

  .content-19 {
    flex-direction: row;
  }

  .container-foot1 {
    flex-direction: column;
    align-items: flex-start;
    padding: 44px;
    display: flex;
  }

  .div-block-33 {
    background-color: var(--black-witas);
    height: 100%;
  }

  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 44px;
    display: flex;
  }

  .footer-socials {
    width: 100%;
  }

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

  .submit-yellow {
    margin-right: 0;
  }

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

  .button-div {
    width: 40%;
  }

  .button-div.apply {
    width: 100%;
  }

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

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

  .button-grid {
    grid-template-columns: auto auto;
  }

  .button-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .white-button {
    margin-right: 0;
  }

  .container-text {
    flex-direction: column;
    align-items: flex-start;
    padding: 44px;
    display: flex;
  }

  .drill {
    width: 500px;
    margin-top: -66px;
    padding-top: 0;
  }

  .hero-paragraph {
    font-size: 16px;
  }

  .brand-wrap {
    flex-flow: column;
    align-items: flex-start;
  }

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

  .product-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 44px;
    display: flex;
  }

  .brand-paragraph {
    padding-right: 0;
  }

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

  .container-contact {
    flex-direction: column;
    align-items: flex-start;
    padding: 44px;
    display: flex;
  }

  .special-fields {
    width: 100%;
  }

  .form-grid {
    grid-template-rows: auto auto auto;
    width: 100%;
  }

  .reg-inquiry-fields {
    width: 100%;
  }

  .form-grid-regular-copy {
    grid-template-rows: auto auto auto;
    width: 100%;
  }

  .experience-img-left {
    height: 425px;
  }

  .container-header,
  .container-pages {
    flex-direction: column;
    align-items: flex-start;
    padding: 44px;
    display: flex;
  }

  .grid-sales-cards {
    flex-flow: column;
    width: 100%;
  }

  .div-block-43 {
    flex-flow: column;
    align-items: stretch;
  }

  .div-block-44 {
    align-self: flex-start;
    width: 45%;
  }

  .button-wrap-2,
  .button-wrap-2.inventory {
    width: 100%;
  }

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

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

  .div-block-47,
  .div-block-48 {
    width: 100%;
    margin-top: 20px;
  }

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

  .div-block-55 {
    justify-content: center;
    align-items: center;
    margin-top: 72px;
  }

  .image-12 {
    max-width: 60%;
    margin-top: -90px;
  }

  .div-block-58 {
    margin-top: -117px;
  }

  .tools-text {
    margin-top: -27px;
  }

  .trademark-wrap {
    padding-left: 44px;
    padding-right: 44px;
  }

  .copyright,
  .mt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-60 {
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .secondary-button {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .footer-wrapper-two {
    flex-direction: column;
  }

  .footer-link-two {
    font-size: 14px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .hero-section {
    height: 1000px;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-link {
    margin-bottom: 1rem;
    margin-right: 26px;
  }

  .witas-hero-image {
    height: 1000px;
  }

  .nav-btn-wrapper {
    padding-top: 0;
  }

  .nav-content-container {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .nav-close {
    position: static;
    inset: 0% 0% auto auto;
  }

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

  .menu-content-wrap.right {
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .navigation {
    height: 60px;
  }

  .vertical-nav {
    background-color: #0000000f;
  }

  .esp-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-item {
    width: 500px;
  }

  .accordion-item.last-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-div.invert {
    height: 40px;
  }

  .accordion-header {
    font-size: 20px;
  }

  .accordion-header.menu.last-links {
    font-size: 18px;
  }

  .accordion-pane-content {
    margin-left: 50px;
  }

  .accordion-tab-button {
    width: 90vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-6.industrial {
    font-size: 26px;
  }

  .menu-link-nav {
    font-size: 16px;
  }

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

  .nav-bar-goes-black {
    height: 60px;
  }

  .container-main {
    flex-direction: column;
    padding: 44px 24px;
  }

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

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .marquee-text_component {
    font-size: 2vw;
  }

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

  .brix---card-testimonial-v14 {
    height: auto;
    max-height: none;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -104px 36%;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    margin-right: 0;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -104px auto;
  }

  .brix---paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .brix---avatar-circle-04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .pages-hero {
    padding-bottom: 0;
  }

  .h1 {
    font-size: 36px;
  }

  .h2,
  .h2.white {
    font-size: 28px;
  }

  .h2.large {
    font-size: 48px;
  }

  .paragraph.large,
  .paragraph.large.white {
    font-size: 16px;
  }

  .paragraph.xl,
  .h3.center {
    font-size: 20px;
  }

  .h3.white,
  .h3.left-white {
    font-size: 24px;
  }

  .grid-for-gallery {
    flex-direction: column;
    display: flex;
  }

  .card-text-div.distro,
  .card-brand-head.distro {
    margin-top: 0;
  }

  .page-hero-descript {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .frame-20 {
    grid-template-columns: 1fr 1fr;
  }

  .vectors-wrapper-2 {
    height: auto;
  }

  .yellow-button {
    width: auto;
  }

  .grid-services-land {
    flex-direction: column;
    display: flex;
  }

  .h3-static.white {
    font-size: 24px;
  }

  .content-19 {
    flex-direction: column;
  }

  .column,
  .column-2 {
    width: 100%;
  }

  .frame-76 {
    flex-direction: column;
  }

  .content-26 {
    padding-bottom: 40px;
    padding-right: 0;
  }

  .container-foot1 {
    flex-direction: column;
    padding: 44px 24px;
  }

  .div-block-29 {
    flex-direction: column;
    width: 100%;
    padding-top: 40px;
    display: flex;
  }

  .question-div {
    width: 100%;
    padding-right: 0;
  }

  .location-div {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

  .get-in-touch-div {
    padding-bottom: 20px;
  }

  .footer-container {
    flex-direction: column;
    padding: 44px 24px;
  }

  .footer-socials {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .submit-yellow {
    width: 100%;
  }

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

  .grid-7 {
    flex-direction: column;
    display: flex;
  }

  .content-27 {
    flex-direction: column;
  }

  .button-apply {
    width: 50%;
  }

  .button-div,
  .link-block-12,
  .link-block-13 {
    width: 100%;
  }

  .get-in-touch-div-contact {
    padding-bottom: 20px;
  }

  .button-grid {
    grid-template-columns: auto auto;
  }

  .button-wrap {
    width: 100%;
  }

  .container-text {
    flex-direction: column;
    padding: 44px 24px;
  }

  .drill {
    padding-top: 0;
    display: none;
  }

  .product-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .product-container {
    justify-content: flex-start;
    align-items: center;
    padding: 44px 24px;
  }

  .product-button-wrap {
    align-items: stretch;
  }

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

  .contact-hero {
    padding-bottom: 0;
  }

  .container-contact {
    flex-direction: column;
    padding: 44px 24px;
  }

  .form-div {
    padding: 20px;
  }

  .form-div.machineshop {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-header,
  .container-pages {
    flex-direction: column;
    padding: 44px 24px;
  }

  .div-block-43 {
    flex-flow: column;
    align-items: stretch;
    padding: 20px;
  }

  .distro-div {
    width: 100%;
  }

  .div-block-44 {
    align-self: stretch;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-47 {
    margin-top: 0;
  }

  .pages-gallery-hero {
    padding-bottom: 0;
  }

  .div-block-55 {
    height: auto;
    margin-top: 0;
  }

  .grid-9 {
    display: flex;
  }

  .hero-grid-wrap {
    z-index: 10;
  }

  .image-12 {
    z-index: 10;
    margin-top: 0;
  }

  .tools-text {
    margin-top: 0;
    font-size: 28px;
  }

  .tools-text.white {
    font-size: 28px;
  }

  .tools-text.large {
    font-size: 48px;
  }

  .image-13 {
    display: none;
  }

  .image-14 {
    z-index: 2;
    width: 100%;
    margin-top: 200px;
    display: inline-flex;
  }
}

@media screen and (max-width: 479px) {
  .button-primary {
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .witas-hero-descript {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-button {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .service-list-div {
    padding: 16px;
  }

  .testimonial-slider-small {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 0;
  }

  .footer-social-block-two {
    flex-flow: wrap;
    margin-top: 20px;
  }

  .hero-section {
    height: 100vh;
    min-height: 100vh;
  }

  .products {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .witas-hero-image {
    height: 100vh;
  }

  .nav-menu-wrap {
    height: 120vh;
  }

  .nav-btn-wrapper {
    padding-top: 0;
  }

  .nav-content-container {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .nav-close {
    width: 30px;
    height: 30px;
  }

  .nav-open {
    width: 30px;
  }

  .witas-logo.w--current {
    padding-top: 8px;
    transition: transform .2s;
  }

  .image {
    padding: 2px 16px 0;
  }

  .menu-content-wrap.right {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 0;
  }

  .vertical-nav {
    background-color: #0000;
    height: 60px;
    display: none;
  }

  .div-block-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
  }

  .esp-wrapper {
    margin-left: 0;
    padding-top: 0;
  }

  .accordion-item {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-item.last-links {
    width: 100%;
    padding: 0;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 0;
  }

  .arrow-div {
    margin-right: 0;
  }

  .arrow-div.invert {
    height: 45px;
  }

  .accordion-header {
    padding-left: 0;
    font-size: 25px;
  }

  .accordion-header.menu {
    font-size: 20px;
  }

  .accordion-header.menu.last-links {
    padding-left: 5px;
    font-size: 20px;
  }

  .accordion-pane {
    width: auto;
    margin-top: 10px;
    padding: 0;
  }

  .accordion-pane-content {
    flex-wrap: nowrap;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 55px;
    padding-right: 55px;
  }

  .accordion-tab-button {
    padding-left: 0;
  }

  .menu-about {
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .heading-6.menu {
    padding-left: 20px;
  }

  .heading-6.industrial {
    padding-left: 20px;
    font-size: 1.3rem;
    display: flex;
  }

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

  .menu-single-line {
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .grid-2 {
    flex-flow: wrap;
    grid-template-columns: auto;
    grid-auto-flow: row;
    align-items: stretch;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
  }

  .essentials {
    background-color: var(--black-witas);
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-dark-grey {
    padding: 16px;
  }

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

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

  .slide {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .infinite_slider {
    min-height: 350px;
  }

  .section-services-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .marquee-text_component {
    overflow: hidden;
  }

  .brix---card-testimonial-v14 {
    padding: 40px 24px 24px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---testimonial-v14-left-right {
    padding: 32px 22px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
    left: 31%;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
    right: 31%;
  }

  .brix---mg-left-16px {
    margin-left: 13px;
  }

  .brix---avatar-circle-04 {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---testimonial-v14-left-side {
    flex-direction: row;
    justify-content: flex-start;
  }

  .navbar {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
  }

  .paragraph.large,
  .paragraph.bold-white {
    font-size: 16px;
  }

  .paragraph.bold-white.static,
  .h3.white.cards {
    text-align: left;
  }

  .product-designs {
    padding: 32px 16px;
  }

  .div-block-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-hero-descript {
    padding-left: 0;
    padding-right: 20px;
  }

  .training-img-div {
    width: auto;
    height: auto;
  }

  .strategic-partnerships {
    padding-top: 0;
  }

  .link-block-3 {
    display: flex;
  }

  .yellow-button {
    width: auto;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .yellow-button.xl {
    width: auto;
  }

  .experience-img {
    padding: 16px;
  }

  .text {
    margin-bottom: 20px;
  }

  .contact-card {
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .frame-39 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: inline-flex;
  }

  .grid-services-land {
    flex-direction: column;
    display: flex;
  }

  .link-block-10 {
    width: 100%;
  }

  .partnership-div {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container-foot1,
  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-socials {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .submit-yellow {
    width: 100%;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .div-block-38,
  .button-apply,
  .link-block-12,
  .link-block-13 {
    width: 100%;
  }

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

  .gallery-grid,
  .button-grid {
    flex-direction: column;
    display: flex;
  }

  .white-button {
    width: auto;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

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

  .drill {
    height: 100vh;
    display: none;
  }

  .hero-paragraph.xxl {
    font-size: 30px;
  }

  .product-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .grid-menu {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .container-contact {
    margin-left: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-wrapper {
    width: 100%;
    padding: 0;
  }

  .form-div {
    padding-left: 0;
    padding-right: 0;
  }

  .form-div.machineshop {
    padding: 20px;
  }

  .text-box-msg {
    min-height: 200px;
  }

  .form-grid-regular-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .experience-img-left {
    padding: 16px;
  }

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

  .container-pages {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-9 {
    flex-flow: column;
  }

  .image-14 {
    height: auto;
    display: inline-flex;
  }

  .trademark-wrap {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mt {
    justify-content: flex-start;
  }

  .div-block-60 {
    margin-right: 8px;
  }
}

#w-node-_759226cd-cfed-f78c-446e-fe6431f72bef-9bae5c9b {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_2b19f4cb-c180-92bb-d05d-55596a2b2324-9bae5c9b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ff229877-ee98-d2dc-5b65-7599bbb560c5-9bae5c9b {
  align-self: auto;
}

#w-node-ff229877-ee98-d2dc-5b65-7599bbb560cd-9bae5c9b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_2f12ba96-9f03-d2f0-2817-152ea20e7b3b-9bae5c9b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-_4e482bb6-d22b-67b7-c784-b08a3c4fa682-9bae5c9b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_13fe0e84-ed41-c78a-25b7-63aceca413f9-9bae5c9b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-cc94641e-14b2-ecad-04ef-cb6246d37aec-9bae5c9b,
#w-node-_35e3c839-8674-22ad-950a-4fa692ee56e2-9bae5c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecd2d4e0-58ec-dc15-5de8-89901067e6ff-9bae5c9b,
#w-node-_830e4be3-5536-8492-85f1-4c3239a701db-39a701d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ff256770-61c8-4be1-8cbc-10dc8abc2ded-8abc2dc7,
#w-node-df5b42d1-ce3a-1b32-cc89-3cd539d37c16-8abc2dc7,
#w-node-_714c0697-4877-8dda-57db-ccd40c40caf6-8abc2dc7,
#w-node-ff256770-61c8-4be1-8cbc-10dc8abc2de7-8abc2dc7,
#w-node-ff256770-61c8-4be1-8cbc-10dc8abc2dea-8abc2dc7,
#w-node-ff256770-61c8-4be1-8cbc-10dc8abc2e20-8abc2dc7,
#w-node-ff256770-61c8-4be1-8cbc-10dc8abc2e23-8abc2dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a223cf68-194f-fb39-f82b-2a85565ccb75-9bae5ca0,
#w-node-f2b45c27-357b-9947-88a0-08e6643e6a51-9bae5ca0 {
  align-self: auto;
}

#w-node-_0c3ef174-2d3f-a24e-444f-39412fe6d988-9bae5ca0,
#w-node-_0c3ef174-2d3f-a24e-444f-39412fe6d993-9bae5ca0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0c3ef174-2d3f-a24e-444f-39412fe6d99e-9bae5ca0,
#w-node-_0c3ef174-2d3f-a24e-444f-39412fe6d9a9-9bae5ca0,
#w-node-_0c3ef174-2d3f-a24e-444f-39412fe6d9b4-9bae5ca0,
#w-node-_0c3ef174-2d3f-a24e-444f-39412fe6d9bf-9bae5ca0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb1e419d-dd11-64f0-84b7-b3f5bd7f0104-9bae5ca1 {
  align-self: center;
}

#w-node-_58a392eb-d576-0bcb-df8b-c3c8b7b6e82f-9bae5ca1,
#w-node-_58a392eb-d576-0bcb-df8b-c3c8b7b6e831-9bae5ca1,
#w-node-_58a392eb-d576-0bcb-df8b-c3c8b7b6e833-9bae5ca1,
#w-node-_58a392eb-d576-0bcb-df8b-c3c8b7b6e835-9bae5ca1,
#w-node-_58a392eb-d576-0bcb-df8b-c3c8b7b6e837-9bae5ca1,
#w-node-_13e3a5ca-2c44-43a8-d0a5-a0e12939a532-9bae5ca1,
#w-node-_13e3a5ca-2c44-43a8-d0a5-a0e12939a534-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c946-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c948-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c94a-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c94c-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c94e-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c950-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c952-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c954-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c956-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c958-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c95a-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c95c-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c95e-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c960-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c962-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c964-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c966-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c968-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c96a-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c96c-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c96e-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c970-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c972-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c974-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c976-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c978-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c97a-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c97c-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c97e-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c980-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c982-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c984-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c986-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c988-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c98a-9bae5ca1,
#w-node-_8f5f2c98-93ac-83d7-de13-5df71698c98c-9bae5ca1,
#w-node-daff98ff-75f9-1617-ead3-b7c839b377eb-9bae5ca3,
#w-node-_4f970035-74bf-33c6-f063-72d0326663ed-9bae5ca3,
#w-node-dc588e86-330a-0f56-193c-c2dc4d9d5bed-9bae5ca3,
#w-node-_41f55d5a-7156-57c0-c917-ec823ac89950-9bae5ca3,
#w-node-f8b3c6b4-3913-961e-e631-22f0d3ee7a93-9bae5ca3,
#w-node-db0f4a0e-34c6-d637-1b75-6a3b41926fb3-9bae5ca3,
#w-node-c487b9b2-7ae2-fbea-5c45-a57f4739bf00-9bae5ca3,
#w-node-_9b60a752-c1b6-c1ed-82fa-1763ba0c8a9d-9bae5ca3,
#w-node-_9ba04630-f1c2-caba-beaf-dd6d333b7e8f-9bae5ca3,
#w-node-cf6beb4e-0b05-b256-a512-e652106d3a0d-9bae5ca3,
#w-node-d7c7866e-b157-a2fc-551d-a810ff9c8ba6-9bae5ca3,
#w-node-_414c61cd-9529-d632-176e-b6904a066d0b-9bae5ca3,
#w-node-_192446a0-f776-7d64-1467-b74684c71c33-9bae5ca3,
#w-node-_192446a0-f776-7d64-1467-b74684c71c35-9bae5ca3,
#w-node-_192446a0-f776-7d64-1467-b74684c71c37-9bae5ca3,
#w-node-_192446a0-f776-7d64-1467-b74684c71c39-9bae5ca3,
#w-node-_192446a0-f776-7d64-1467-b74684c71c3b-9bae5ca3,
#w-node-_192446a0-f776-7d64-1467-b74684c71c3d-9bae5ca3,
#w-node-_192446a0-f776-7d64-1467-b74684c71c3f-9bae5ca3,
#w-node-_192446a0-f776-7d64-1467-b74684c71c41-9bae5ca3,
#w-node-_192446a0-f776-7d64-1467-b74684c71c43-9bae5ca3,
#w-node-_192446a0-f776-7d64-1467-b74684c71c45-9bae5ca3,
#w-node-_192446a0-f776-7d64-1467-b74684c71c47-9bae5ca3,
#w-node-_192446a0-f776-7d64-1467-b74684c71c49-9bae5ca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-f319b915-373d-db75-9c68-e11014ba0d93-9bae5ca4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f319b915-373d-db75-9c68-e11014ba0d94-9bae5ca4 {
  grid-area: 3 / 1 / 3 / 2;
}

#w-node-ffa4235b-94c3-7f7f-603d-f3b4edade3da-9bae5ca4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb1e419d-dd11-64f0-84b7-b3f5bd7f0104-9bae5ca5 {
  align-self: center;
}

#w-node-_7ae54a77-d8c8-57c8-ff20-8edba7ca6087-9bae5ca5,
#w-node-f02784d7-22f0-cbce-93e8-a6b35d8e5064-9bae5ca5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb1e419d-dd11-64f0-84b7-b3f5bd7f0104-9bae5ca7 {
  align-self: center;
}

#w-node-_11409cc6-64a5-47b2-b546-0f78e127d154-9bae5ca7,
#w-node-_04c28ab8-3e0b-6bb1-2fea-33d29c12c7f0-9bae5ca7,
#w-node-_43a60719-f404-fb1f-3c2b-d307d0aa44aa-9bae5ca7,
#w-node-e15c2033-6a98-1fbc-d84b-e0707e6c52d9-9bae5ca7,
#w-node-_29c78fb1-3579-99db-295b-421b43c6d80f-9bae5ca7,
#w-node-_6c0a51cd-affa-19f6-bf10-a5e5684da383-9bae5ca7,
#w-node-_28618b24-2f59-fcd4-71d5-c427c9d5583b-9bae5ca7,
#w-node-fd2c6509-873a-3f82-55e5-ac9849a849b8-9bae5ca7,
#w-node-_83ab810d-24e5-3cc9-7053-f259d9489af8-9bae5ca7,
#w-node-_651cb996-2f3c-8747-f60c-813b4da847c5-9bae5ca7,
#w-node-_35ac1815-1efb-bde8-66c5-ed1bf379b7bc-9bae5ca7,
#w-node-b5f0c5c3-afca-c1b7-bfdb-7de5be329829-9bae5ca7,
#w-node-_44cf8682-193c-042b-9832-7400de0a685f-9bae5ca7,
#w-node-b65cb3cb-cb95-5244-51d7-66f297f85d30-9bae5ca7,
#w-node-_24c97fcb-3768-defb-3a36-cbdf72857b1c-9bae5ca7,
#w-node-b2fb8e59-5f55-5bb6-88f3-19b0f8c52540-9bae5ca7,
#w-node-f1388f1b-8354-6569-63e6-1993eeb72e55-9bae5ca7,
#w-node-eb7e51d7-60c1-c3cb-6c97-af77633aac8c-9bae5ca7,
#w-node-_03bee60d-e388-9094-15f9-85c371aac884-9bae5ca7,
#w-node-_3cca6907-85df-439c-5f00-51dcc0f5734d-9bae5ca7,
#w-node-_678f3a49-6e00-05bb-f955-3527728c4b93-9bae5ca7,
#w-node-df23b398-8aca-909c-5417-97cdc5711a95-9bae5ca7,
#w-node-_64e8b45a-f8e7-3d02-f238-6090b5c7ac8e-9bae5ca7,
#w-node-_25050100-eb2c-bc36-bf98-b052b65a2e9a-9bae5ca7,
#w-node-ae7b34b5-3082-e120-8e91-f767755f1469-9bae5ca7,
#w-node-_0c9f9454-8435-e87a-c1d1-cae107b86470-9bae5ca7,
#w-node-_39598229-e7f5-f1ee-3d87-073f1e9b54cb-9bae5ca7,
#w-node-ee12d381-f4e0-a4f4-83db-143a1b83d87e-9bae5ca7,
#w-node-_221feb9b-44f3-34ca-2c0c-b9117b80afa4-9bae5ca7,
#w-node-_3c06be6f-1526-8807-ca00-996e9b292e2a-9bae5ca7,
#w-node-d37fc634-fc56-bb21-2746-164a6d9642a1-9bae5ca7,
#w-node-a6713a77-e572-6a8b-fa70-e36ff7f0fae8-9bae5ca7,
#w-node-_85d0cbcb-7563-abe5-fa1c-85846b0737df-9bae5ca7,
#w-node-_59b79585-6d8c-3e35-8c9d-c184a51e8b78-9bae5ca7,
#w-node-_9b50b5fe-0c6a-50eb-8a77-a8c17be284ec-9bae5ca7,
#w-node-_6831494a-71ea-6e65-dcca-c9492c0141a4-9bae5ca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-_62b26911-e1bf-e28f-5242-68ce84f7abf5-9bae5ca9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_811cc06d-afa4-a749-462b-aea1c2262668-9bae5ca9 {
  grid-area: 3 / 1 / 3 / 2;
}

#w-node-efceadd6-ecfe-0d00-7676-8c4c380eed3e-9bae5caa,
#w-node-e1e5cc8e-e683-8520-9890-dbc247980b3d-9bae5caa,
#w-node-ff2f0ddc-a490-446a-38f9-53d9d1e256c6-9bae5caa,
#w-node-_27998ba9-1c2f-2b0f-f93b-7e73b3c0b2a4-9bae5caa,
#w-node-_2ea07a60-3904-1fdf-d630-15e108810639-9bae5caa,
#w-node-_2ea07a60-3904-1fdf-d630-15e10881064e-9bae5caa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb1e419d-dd11-64f0-84b7-b3f5bd7f0104-9bae5cac {
  align-self: center;
}

#w-node-ae3f50de-5907-ed9f-4dfc-f435a30b641e-9bae5cac,
#w-node-f6032ceb-5409-7277-b02c-ae6e12aecb30-9bae5cac,
#w-node-_9a0cb121-751d-ad76-f1f9-df5fa342f445-9bae5cac,
#w-node-_2222d4b3-f3c2-a1dd-bca3-8ccfeeb0fbad-9bae5cac,
#w-node-_49029497-b416-0e40-f0c4-59b8e340e9d0-9bae5cac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {

  #w-node-_2f12ba96-9f03-d2f0-2817-152ea20e7b3b-9bae5c9b,
  #w-node-_4e482bb6-d22b-67b7-c784-b08a3c4fa682-9bae5c9b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0c3ef174-2d3f-a24e-444f-39412fe6d99e-9bae5ca0,
  #w-node-_0c3ef174-2d3f-a24e-444f-39412fe6d9a9-9bae5ca0,
  #w-node-_0c3ef174-2d3f-a24e-444f-39412fe6d9b4-9bae5ca0,
  #w-node-_0c3ef174-2d3f-a24e-444f-39412fe6d9bf-9bae5ca0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f319b915-373d-db75-9c68-e11014ba0d87-9bae5ca4,
  #w-node-f319b915-373d-db75-9c68-e11014ba0d8b-9bae5ca4,
  #w-node-f319b915-373d-db75-9c68-e11014ba0d8f-9bae5ca4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #field.w-node-f319b915-373d-db75-9c68-e11014ba0d93-9bae5ca4 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-f319b915-373d-db75-9c68-e11014ba0d94-9bae5ca4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1ffd7c0-5d64-c713-6bdc-7e2b5a30be56-9bae5ca9,
  #w-node-_1833531b-aa17-aa05-b71d-22db4bdc4153-9bae5ca9,
  #w-node-fab0d3eb-1b79-0443-568c-64e17ca4c2f1-9bae5ca9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #field.w-node-_62b26911-e1bf-e28f-5242-68ce84f7abf5-9bae5ca9 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_811cc06d-afa4-a749-462b-aea1c2262668-9bae5ca9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_759226cd-cfed-f78c-446e-fe6431f72bef-9bae5c9b {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_2b19f4cb-c180-92bb-d05d-55596a2b2324-9bae5c9b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ff229877-ee98-d2dc-5b65-7599bbb560ab-9bae5c9b,
  #w-node-ff229877-ee98-d2dc-5b65-7599bbb560b5-9bae5c9b,
  #w-node-ff229877-ee98-d2dc-5b65-7599bbb560bd-9bae5c9b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ff229877-ee98-d2dc-5b65-7599bbb560c5-9bae5c9b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_4e482bb6-d22b-67b7-c784-b08a3c4fa682-9bae5c9b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-df5b42d1-ce3a-1b32-cc89-3cd539d37c16-8abc2dc7,
  #w-node-_714c0697-4877-8dda-57db-ccd40c40caf6-8abc2dc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a223cf68-194f-fb39-f82b-2a85565ccb75-9bae5ca0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-f2b45c27-357b-9947-88a0-08e6643e6a42-9bae5ca0,
  #w-node-f2b45c27-357b-9947-88a0-08e6643e6a4a-9bae5ca0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f2b45c27-357b-9947-88a0-08e6643e6a51-9bae5ca0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-dcfebdcb-94af-a237-6a3b-112d55ee54d0-9bae5ca4,
  #w-node-ca6a153c-933a-8293-0f8a-37a203f02bb6-9bae5ca9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2f12ba96-9f03-d2f0-2817-152ea20e7b3b-9bae5c9b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4e482bb6-d22b-67b7-c784-b08a3c4fa682-9bae5c9b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f319b915-373d-db75-9c68-e11014ba0d94-9bae5ca4,
  #w-node-_811cc06d-afa4-a749-462b-aea1c2262668-9bae5ca9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

.tools-text {
  z-index: 3;
  filter: drop-shadow(-7px 1px 4px var(--black));
  color: var(--yellow-witas);
  text-align: center;
  margin-top: -60px;
  padding: 0 20px;
  font-family: Archivo, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.privacy-policy-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 90px;
  display: block;
}

.container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  padding-top: 117px;
  display: flex;
}

.rich-text-block {
  width: 100%;
  max-width: 1600px;
}

.div-block-61 {
  max-width: 1440px;
}

.btn-policies {
  flex-flow: row;
  max-width: 1440px;
  margin-bottom: 0;
  padding: 84px 64px;
  display: flex;
}

.btn-policies.buttons {
  padding-bottom: 0;
}

.btn-policies.grey {
  background-color: var(--gray-witas);
}

.btn-policies.gallery-pages {
  width: 100%;
  padding-bottom: 0;
}

.button-wrap-2-copy {
  width: 60%;
}

.button-wrap-2-copy.inventory {
  width: 28%;
  margin-left: 0;
  margin-right: 0;
}

.div-block-62 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.pri-policy-eng-cont {
  flex-direction: column;
  max-width: 1440px;
  margin-bottom: 0;
  padding: 84px 64px;
}

.pri-policy-eng-cont.buttons {
  padding-bottom: 0;
}

.pri-policy-eng-cont.grey {
  background-color: var(--gray-witas);
}

.pri-policy-eng-cont.gallery-pages {
  width: 100%;
  padding-bottom: 0;
}

.pri-policy-eng-cont-esp {
  flex-direction: column;
  max-width: 1440px;
  margin-bottom: 0;
  padding: 84px 64px;
}

.pri-policy-eng-cont-esp.buttons {
  padding-bottom: 0;
}

.pri-policy-eng-cont-esp.grey {
  background-color: var(--gray-witas);
}

.pri-policy-eng-cont-esp.gallery-pages {
  width: 100%;
  padding-bottom: 0;
}

.p-paragraph {
  font-size: 1.3em;
  line-height: 1.3;
}

.p-paragraph.large {
  margin-top: 10px;
  font-family: Archivo, sans-serif;
  font-size: 2.2em;
}

.p-paragraph.large.bold {
  font-weight: 700;
}

.p-paragraph.bold-white {
  color: var(--white-witas);
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.p-paragraph.bold-white.static {
  text-align: center;
  font-size: 16px;
}

.p-paragraph.white {
  color: var(--white-witas);
}

.p-paragraph.med {
  font-size: 1.5em;
  line-height: 1.4;
}

.p-paragraph.med.link {
  text-decoration: none;
}

.p-paragraph.xl {
  font-family: Archivo, sans-serif;
  font-size: 3em;
  font-weight: 600;
}

.p-paragraph.bullets {
  font-size: 1.3em;
  font-weight: 700;
}

.p-paragraph.gallery {
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .p-paragraph.bold-white.static {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {

  .btn-policies,
  .pri-policy-eng-cont,
  .pri-policy-eng-cont-esp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-paragraph.bold-white.static {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {

  .btn-policies {
    flex-direction: column;
    align-items: flex-start;
    padding: 44px;
    display: flex;
  }

  .button-wrap-2-copy,
  .button-wrap-2-copy.inventory {
    width: 100%;
  }

  .pri-policy-eng-cont,
  .pri-policy-eng-cont-esp {
    flex-direction: column;
    align-items: flex-start;
    padding: 44px;
    display: flex;
  }

  .p-paragraph {
    font-size: 16px;
  }

  .p-paragraph.large,
  .p-paragraph.large.white {
    font-size: 20px;
  }

  .p-paragraph.bold-white,
  .p-paragraph.med {
    font-size: 16px;
  }

  .p-paragraph.bullets {
    font-size: 18px;
  }

  .tools-text {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {

  .btn-policies,
  .pri-policy-eng-cont,
  .pri-policy-eng-cont-esp {
    flex-direction: column;
    padding: 44px 24px;
  }

  .p-paragraph.large,
  .p-paragraph.large.white {
    font-size: 16px;
  }

  .p-paragraph.xl {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {

  .btn-policies,
  .pri-policy-eng-cont,
  .pri-policy-eng-cont-esp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-paragraph.large,
  .p-paragraph.bold-white {
    font-size: 16px;
  }

  .p-paragraph.bold-white.static {
    text-align: left;
  }

}