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

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #646464;
  font-size: 1rem;
  line-height: 1.8;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Maturasc, sans-serif;
  color: #353535;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
  text-shadow: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
  text-shadow: none;
}

h3 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #cfcfcf;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

h6 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

a {
  padding: 3px 2px 2px;
  border-bottom: 2px solid #646464;
  text-decoration: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #0c5fff;
  color: #0c5fff;
  font-size: 1rem;
  line-height: 1.8;
  font-style: italic;
}

.button {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #0c5fff;
  box-shadow: -2px 2px 0 0 #fff, -4px 5px 0 0 #cfcfcf;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: #063080;
  box-shadow: -2px 2px 0 0 #fff, -6px 6px 0 0 #0c5fff;
}

.link.white-link {
  border-bottom-color: #fff;
  color: #fff;
}

.blue-bg {
  background-color: #0c5fff;
}

.white-headings {
  color: #fff;
  text-shadow: -3px 1px 0 #0c5fff, -6px 5px 0 #000;
}

.plain-white {
  color: #fff;
}

.body-white {
  color: rgba(255, 255, 255, 0.8);
}

.home-slider {
  height: 89vh;
  margin-top: 10vh;
}

.home-slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0f0f0;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.footer-logo-link {
  display: none;
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-style: none;
}

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

.footer-link {
  display: block;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  margin-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  color: #063080;
  text-decoration: none;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-link {
  margin-left: 40px;
  padding-right: 2px;
  padding-left: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #646464;
  cursor: pointer;
}

.nav-link:hover {
  padding-bottom: 10px;
  border-bottom-width: 10px;
}

.nav-link.w--current {
  border-bottom-color: #0c5fff;
  color: #0c5fff;
  font-weight: 700;
}

.nav-link.w--current:hover {
  border-bottom-color: #0c5fff;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 10vh;
  background-color: #fff;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 100px;
  bottom: 7%;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #646464;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 40px;
  bottom: 7%;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 4px;
  background-color: #646464;
}

.slide-nav {
  display: none;
}

.page-title {
  margin-top: 140px;
  margin-bottom: 40px;
}

.container {
  max-width: 1440px;
  padding-right: 4vw;
  padding-left: 4vw;
}

.container.header-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.all-products {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.title-top {
  margin-top: 140px;
}

.heading.m {
  font-size: 26px;
  line-height: 1.4em;
}

.heading.l {
  margin-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 38px;
  line-height: 1.3em;
}

.bg-spacer {
  height: 70vh;
  margin-top: 60px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-spacer.zero-bottom-margin {
  margin-bottom: 0px;
}

.bg-spacer.zero-bottom-margin.prod-bg-2 {
  background-image: url('../images/Design-Printers-Factory---PJM115.jpg');
}

.bg-spacer.zero-bottom-margin.about-bg-2 {
  margin-top: 0px;
  background-image: url('../images/Design-Printers-Drone---PJM8.jpg');
  background-size: cover;
}

.bg-spacer.about-bg-2 {
  background-image: url('../images/Design-Printers-Drone---PJM24.jpg');
}

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

.full-image.prod-imgs {
  height: 400px;
  border: 1px solid #0c5fff;
}

.section {
  margin-top: 4vh;
}

.section.grey-bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}

.bg-spacer-right {
  width: 65vw;
  height: 50vh;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
}

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

.bg-spacer-left {
  width: 65vw;
  height: 50vh;
  margin: 40px auto 40px 0px;
}

.header {
  height: 70vh;
  margin-top: 10vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.header.is-about-header {
  margin-top: 40px;
}

.header.reduce-top-margin {
  margin-top: 40px;
}

.header.reduce-top-margin.prod-bg-1 {
  background-image: url('../images/Design-Printers-Factory---PJM127.jpg');
}

.header.reduce-top-margin.about-bg-1 {
  background-image: url('../images/Design-Printers-Drone---PJM27.jpg');
  background-position: 50% 50%;
  background-attachment: fixed;
}

.header.contact-bg-1 {
  position: relative;
  background-image: url('../images/Design-Printers-Factory---PJM135.jpg');
  background-position: 0% 0%;
  background-attachment: fixed;
}

.header.about-bg-1 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(81%, transparent), to(rgba(0, 0, 0, 0.5))), url('../images/Design-Printers-Drone---PJM27.jpg');
  background-image: linear-gradient(180deg, transparent 81%, rgba(0, 0, 0, 0.5)), url('../images/Design-Printers-Drone---PJM27.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header.prod-bg-1 {
  position: relative;
  background-image: url('../images/Design-Printers-Factory---PJM129.jpg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.brand {
  width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom-style: none;
}

.brand-img {
  max-height: 80px;
}

.full-width-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-text {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 570px;
  min-height: 187px;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 28px 30px 10px 32px;
  background-color: #fff;
  box-shadow: 0 20px 0 11px #cfcfcf;
  color: #0c5fff;
}

.slider-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
  margin-right: 110px;
  margin-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-line-div {
  position: relative;
  bottom: -8px;
  width: 100%;
  height: 1.5px;
  background-color: #f0f0f0;
}

.slider-line {
  position: absolute;
  width: 0px;
  height: 1.5px;
  background-color: #646464;
}

.icon {
  margin: 10px;
  font-size: 1.8rem;
}

.arrow-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  text-align: right;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  max-width: 1440px;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.products-feature-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-mask {
  border-radius: 0%;
}

.product-icon {
  width: 40%;
  height: auto;
  max-width: none;
  margin-bottom: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.footer-menu-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.smaller-h3 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.small-text.contact-us {
  margin-bottom: 40px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.empty-spacer {
  height: 0px;
  margin-top: 60px;
}

.disable-slider-pause {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: hsla(0, 0%, 100%, 0);
}

.slider-wrap {
  position: relative;
}

.smaller-h2 {
  margin-right: 20px;
  font-size: 2rem;
}

.footer-text-bottom {
  margin-top: 4px;
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.textarea {
  height: 600px;
  min-height: 150px;
}

.brand-font {
  font-family: Maturasc, sans-serif;
  font-size: 4rem;
}

.all-products-grid {
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
}

.product-tile {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0rem 1rem 1rem;
  border-radius: 4px;
  background-color: rgba(12, 95, 255, 0.51);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #fff;
}

.product-tile li {
  margin-left: -9px;
  font-size: 0.9rem;
}

.product-tile ol {
  padding-left: 26px;
}

.product-tile.banners {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/redd-c2x94-kmQcQ-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/redd-c2x94-kmQcQ-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.product-tile.backdrop-banners {
  background-color: #0c5fff;
  background-image: none;
}

.product-tile.canvas {
  background-image: url('../images/laura-chouette-ed5T-ISoX40-unsplash.jpg');
}

.product-tile.danglers {
  background-image: url('../images/rhoda-alex-DmrEIIKqDi4-unsplash.jpg');
}

.product-tile.window-graphics {
  background-image: url('../images/pexels-artem-beliaikin-1051744.jpg');
}

.product-tile.danglers {
  background-color: rgba(0, 0, 0, 0.66);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 95, 255, 0.16)), to(rgba(12, 95, 255, 0.16)));
  background-image: linear-gradient(180deg, rgba(12, 95, 255, 0.16), rgba(12, 95, 255, 0.16));
}

.product-tile.backdrop-banners {
  background-color: rgba(0, 0, 0, 0.66);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 95, 255, 0.16)), to(rgba(12, 95, 255, 0.16)));
  background-image: linear-gradient(180deg, rgba(12, 95, 255, 0.16), rgba(12, 95, 255, 0.16));
}

.product-tile.pull-up-banners {
  background-color: rgba(0, 0, 0, 0.66);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 95, 255, 0.16)), to(rgba(12, 95, 255, 0.16)));
  background-image: linear-gradient(180deg, rgba(12, 95, 255, 0.16), rgba(12, 95, 255, 0.16));
}

.product-tile.mounted-posters {
  background-color: rgba(0, 0, 0, 0.66);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 95, 255, 0.16)), to(rgba(12, 95, 255, 0.16)));
  background-image: linear-gradient(180deg, rgba(12, 95, 255, 0.16), rgba(12, 95, 255, 0.16));
}

.product-tile.vynil {
  background-color: rgba(0, 0, 0, 0.66);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 95, 255, 0.16)), to(rgba(12, 95, 255, 0.16)));
  background-image: linear-gradient(180deg, rgba(12, 95, 255, 0.16), rgba(12, 95, 255, 0.16));
}

.product-tile.company-signs {
  background-color: rgba(0, 0, 0, 0.66);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 95, 255, 0.16)), to(rgba(12, 95, 255, 0.16)));
  background-image: linear-gradient(180deg, rgba(12, 95, 255, 0.16), rgba(12, 95, 255, 0.16));
}

.product-tile.poster-signs {
  background-color: rgba(0, 0, 0, 0.66);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 95, 255, 0.16)), to(rgba(12, 95, 255, 0.16)));
  background-image: linear-gradient(180deg, rgba(12, 95, 255, 0.16), rgba(12, 95, 255, 0.16));
}

.product-tile.canvas {
  background-color: rgba(0, 0, 0, 0.66);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 95, 255, 0.16)), to(rgba(12, 95, 255, 0.16)));
  background-image: linear-gradient(180deg, rgba(12, 95, 255, 0.16), rgba(12, 95, 255, 0.16));
}

.product-tile.vehicle-graphics {
  background-color: rgba(0, 0, 0, 0.66);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 95, 255, 0.16)), to(rgba(12, 95, 255, 0.16)));
  background-image: linear-gradient(180deg, rgba(12, 95, 255, 0.16), rgba(12, 95, 255, 0.16));
}

.product-tile._2 {
  background-color: rgba(12, 255, 162, 0.51);
}

.product-tile._3 {
  background-color: rgba(255, 12, 215, 0.51);
}

.product-tile._4 {
  background-color: rgba(255, 12, 12, 0.51);
}

.product-tile._5 {
  background-color: rgba(255, 235, 12, 0.51);
}

.product-tile._6 {
  background-color: rgba(12, 239, 255, 0.51);
}

.product-tile._9 {
  background-color: rgba(0, 255, 140, 0.51);
}

.product-tile._11 {
  background-color: rgba(12, 255, 105, 0.51);
}

.product-tile._7 {
  background-color: rgba(255, 235, 12, 0.51);
}

.product-tile._10 {
  background-color: rgba(255, 12, 16, 0.51);
}

.lowercase {
  text-transform: none;
}

.heading-7 {
  text-shadow: none;
}

.input {
  border-radius: 4px;
}

.pg-header {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.dark-title-fade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.75));
}

.product-tile-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: cover;
  object-fit: cover;
}

.product-tile-wrapper {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  padding: 0rem;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 4px;
}

.product-tile-wrapper li {
  font-size: 0.9rem;
}

.product-tile-wrapper ol {
  padding-left: 26px;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.tile-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.product-tile-text h3 {
  padding: 0px;
  background-color: hsla(0, 0%, 81.2%, 0);
  font-size: 1.5rem;
  font-weight: 600;
}

.product-tile-text li {
  list-style-type: square;
}

.grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-tile-wrap {
  display: inline-block;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000;
}

.product-tile-wrap.no-line-desktop {
  border-bottom-style: none;
}

.product-tile-wrap.no-line-tablet {
  border-bottom-style: solid;
}

.product-tiles {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 4rem;
  column-gap: 4rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 0.85rem;
  }

  .home-slider {
    height: 50vh;
    min-height: 50vh;
    margin-top: 0vh;
  }

  .home-slider-image {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

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

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-link {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nav-link {
    width: 100%;
    margin-left: 0px;
    border-style: none;
    border-width: 1px 1px 10px;
    border-color: #000;
    color: #fff;
    text-align: center;
  }

  .nav-link:hover {
    color: #000;
  }

  .nav-link.w--current {
    color: rgba(255, 255, 255, 0.3);
  }

  .navbar {
    position: relative;
  }

  .grid.is-product-grid {
    grid-column-gap: 30px;
  }

  .title-top {
    margin-top: 110px;
  }

  .heading.m {
    padding: 6px;
  }

  .bg-spacer {
    height: 50vh;
  }

  .bg-spacer.zero-bottom-margin.prod-bg-2 {
    background-attachment: scroll;
  }

  .bg-spacer.zero-bottom-margin.about-bg-2 {
    background-attachment: scroll;
  }

  .header.reduce-top-margin {
    margin-top: 0px;
  }

  .header.reduce-top-margin.prod-bg-1 {
    height: 60vw;
  }

  .header.contact-bg-1 {
    height: 50vh;
    margin-top: 0vh;
    background-position: 0% 50%;
    background-attachment: scroll;
  }

  .header.about-bg-1 {
    height: 50vh;
    margin-top: 0vh;
    background-attachment: scroll, scroll;
  }

  .header.prod-bg-1 {
    height: 50vh;
    margin-top: 0vh;
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
  }

  .brand {
    width: auto;
    height: 8vh;
  }

  .brand.w--current {
    width: 40%;
  }

  .brand-img {
    width: auto;
    height: 100%;
  }

  .slider-text {
    width: 50vw;
    min-height: 0px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .slider-title {
    margin-top: 10px;
    margin-right: 125px;
    margin-bottom: 0px;
  }

  .products-feature-grid {
    grid-column-gap: 20px;
  }

  .smaller-h2 {
    font-size: 1.2rem;
  }

  .menu-button.w--open {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #646464;
  }

  .menu-icon {
    font-size: 2.5rem;
  }

  .heading-3 {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .heading-4 {
    font-size: 0.8rem;
  }

  .nav-menu {
    min-height: 100vh;
    margin-top: -11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #646464;
  }

  .footer-text-bottom {
    margin-top: 10px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-small {
    max-width: 100%;
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .all-products-grid {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 93vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .product-tile-wrap.no-line-desktop {
    border-bottom-style: solid;
  }

  .product-tile-wrap.no-line-desktop.overide {
    border-bottom-style: none;
  }

  .product-tile-wrap.no-line-tablet {
    border-bottom-style: none;
  }

  .product-tiles {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (max-width: 767px) {
  .home-slider-image {
    height: 50vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .navbar {
    height: 6.7vh;
  }

  .left-arrow {
    bottom: 2%;
  }

  .right-arrow {
    bottom: 2%;
  }

  .container.header-container {
    display: block;
  }

  .grid {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .title-top {
    margin-top: 100px;
  }

  .heading.l {
    font-size: 30px;
  }

  .header.contact-bg-1 {
    padding-left: 0px;
  }

  .brand {
    width: 60%;
    height: 5.7vh;
  }

  .brand.w--current {
    width: 60%;
  }

  .slider-text {
    display: none;
    width: 300px;
    height: 200px;
    min-height: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .slider-title {
    margin-right: 0px;
  }

  .slider-line-div {
    display: none;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .products-feature-grid {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .smaller-h2 {
    margin-top: 0px;
    margin-bottom: 61px;
    font-size: 1.2rem;
  }

  .menu-icon {
    font-size: 1.7rem;
  }

  .footer-text-bottom {
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
  }

  .footer-menu-wrap {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .all-products-grid {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .form-block {
    margin-left: 4vw;
    padding-right: 4vw;
  }

  .product-tile-wrap.no-line-desktop.overide {
    border-bottom-style: none;
  }

  .product-tile-wrap.no-line-tablet.overide {
    border-bottom-style: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.6rem;
  }

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

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .footer-link {
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav-link {
    color: #fff;
  }

  .navbar {
    height: 8vh;
  }

  .left-arrow {
    left: 4vw;
    right: auto;
    bottom: 0%;
  }

  .right-arrow {
    right: 4vw;
    bottom: 0%;
  }

  .container.menu-container {
    padding-right: 0vw;
  }

  .container.centered-container {
    text-align: center;
  }

  .container.header-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid.is-product-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .title-top {
    margin-top: 100px;
  }

  .heading.l {
    font-size: 26px;
  }

  .bg-spacer.zero-bottom-margin.prod-bg-2 {
    margin-top: 40px;
    background-position: 79% 50%;
    background-attachment: scroll;
  }

  .section {
    margin-top: 20px;
  }

  .header.prod-bg-1 {
    background-position: 23% 80%;
    background-size: auto;
  }

  .brand {
    width: 79%;
    height: auto;
    margin-top: 13px;
  }

  .brand.w--current {
    width: 70%;
  }

  .slider-text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 120px;
    min-height: 0px;
    padding-top: 10px;
    padding-right: 4vw;
    padding-left: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
  }

  .slide {
    height: auto;
  }

  .products-feature-grid {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .smaller-h2 {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 1.3rem;
    text-align: center;
  }

  .menu-button.w--open {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu-icon {
    font-size: 1.6rem;
  }

  .nav-menu {
    left: 0%;
    right: 0%;
    margin-top: -5px;
  }

  .footer-text-bottom {
    text-align: center;
  }

  .footer-menu-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-5 {
    font-size: 1.8rem;
  }

  .heading-6 {
    font-size: 2.4rem;
  }

  .italic-text {
    display: block;
    margin-bottom: 40px;
  }

  .container-small.menu-container {
    padding-right: 0vw;
  }

  .container-small.centre {
    text-align: center;
  }

  .all-products-grid {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .form-block {
    margin-right: 4vw;
    margin-left: 4vw;
    padding-right: 0vw;
  }

  .cat-tile {
    text-align: center;
  }

  .footer-designer-link {
    color: #646464;
  }

  .product-tile-wrap.no-line-tablet {
    border-bottom-style: solid;
  }

  .product-tiles {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

#w-node-_5caaf28b-49c1-f1db-25c7-8bd4409e0cd5-eeb1809c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-feed5b26-0e6d-73a4-d278-782c4c769d18-eeb1809c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2a4d1e69-2b85-a5c0-625a-199362aa1123-eeb1809c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_91e92714-7972-4e8a-7624-d7e0bb42f3f2-623432da {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_75df88ab-e2f1-f76d-982c-496d2dab8388-623432da {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_1920c945-c7b2-287d-be64-5e395bf06437-623432da {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_76f7c99c-aaad-fd5a-5916-b9edb5e2cf31-623432da {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_91e92714-7972-4e8a-7624-d7e0bb42f3f2-623432da {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5caaf28b-49c1-f1db-25c7-8bd4409e0cd5-eeb1809c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-feed5b26-0e6d-73a4-d278-782c4c769d18-eeb1809c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_2a4d1e69-2b85-a5c0-625a-199362aa1123-eeb1809c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b931f727-066d-d6c3-8f93-97bdf58203e7-b729b12c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_60cfc311-486d-921d-b845-2d3af0d856fb-b729b12c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_848b8175-6b2e-12ac-f457-03026e926e72-b729b12c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2a4d1e69-2b85-a5c0-625a-199362aa1123-eeb1809c {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@font-face {
  font-family: 'Maturasc';
  src: url('../fonts/MATURASC.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}