:root {
  --red: #b33d26;
  --black: #231f20;
  --light-grey: #c4bcb7;
  --light-blue: #34657f;
  --dark-grey: #65665c;
  --dark-blue: #003e51;
  --dark-purple: #2e1a47;
  --purple: #5e366e;
  --bottle-green: #205c40;
  --light-green: #708573;
  --brown: #89532f;
  --orange: #e57200;
  --yellow: #eaaa00;
  --white: #fff;
}

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

.compare-now-button {
  text-align: center;
  background-color: #f28c00;
  border-radius: 10px;
  width: 10em;
  height: 2em;
  padding: 11px 15px 0;
  font-size: 1.5em;
  text-decoration: none;
}

.hero-col {
  width: 100%;
  height: 100%;
}

.hero-col.left {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hero-col.right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-text {
  color: #fcfcfc;
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  width: 90%;
  height: 90%;
}

.heading-1 {
  color: #fcfcfc;
  mix-blend-mode: luminosity;
  font-family: Open Sans, sans-serif;
  font-size: 3.8em;
  line-height: 1;
}

.heading-1.white-font {
  color: #fcfcfc;
}

.heading-1.white-font.no-mar {
  margin-top: 0;
  margin-bottom: .4em;
}

.heading-1.centre {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
}

.home-hero {
  justify-content: center;
  align-items: flex-end;
  height: 90vh;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.home-hero.img-bg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/BXT4-16_SIGNODE-O-240930_application-07_web.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.background-video {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block {
  color: #fcfcfc;
  text-align: center;
  font-size: 1.2em;
}

.box-text-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.box-text-wrapper.contact {
  width: 40%;
  margin-bottom: 2em;
}

.box-text-wrapper.easytrigger {
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
}

.button-content-wrap {
  background-color: var(--red);
  border-radius: 1.5rem;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  line-height: 1.4px;
  text-decoration: none;
}

.button-content-wrap.black {
  background-color: var(--black);
}

.button-content-wrap.white {
  color: var(--black);
  background-color: #fff;
}

.arrow-svg {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.box-img-wrapper {
  background-image: url('../images/BXT4-16_SIGNODE-O-240930_application-03_highres.png');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 1rem;
  width: 60%;
}

.box-img-wrapper.bxt {
  background-image: url('../images/ET.jpg');
  background-position: 50% 78%;
  width: 50%;
}

.svg-filter-embed {
  color: #222221;
  filter: url('../images/');
  font-family: Open Sans, sans-serif;
  transition-property: all;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(.135, .9, .15, 1);
  position: relative;
}

.box-top {
  justify-content: space-between;
  height: 12%;
  padding: 1em 2em;
  display: flex;
}

.subheader-text {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.button-arrow-wrapper {
  background-color: var(--black);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  margin-left: -.5rem;
  display: flex;
}

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

.body-text {
  color: #fcfcfc;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.body-text.white-font {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}

.body-text.white-font.home-info {
  color: #fff;
  font-size: 1.2rem;
}

.body-text.white-font.bot-mar {
  margin-bottom: 1.5rem;
}

.body-text.white-font.centre {
  text-align: center;
}

.body-text.black-font {
  color: var(--black);
  font-size: 1.3rem;
  line-height: 1.1;
}

.heading-2 {
  color: #fff;
  flex-flow: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: .9;
}

.heading-2.medium-font {
  color: var(--black);
  font-size: 2.4rem;
  line-height: 1;
}

.heading-2.medium-font.bot-mar {
  margin-bottom: 1em;
}

.heading-2.red-font {
  color: var(--red);
}

.heading-2.red-font.bot-mar {
  margin-bottom: .5em;
}

.heading-2.black-font {
  color: var(--black);
}

.highlight {
  color: var(--black);
  font-weight: 700;
}

.box-section {
  z-index: 1;
  background-color: #fcfcfc;
  height: 70vh;
  position: relative;
}

.box-section.contact {
  z-index: 1;
  background-color: #eab938;
  position: relative;
}

.box-section.tools {
  height: auto;
  padding: 2em;
  position: static;
}

.box-section.download {
  background-color: var(--red);
}

.box-section.easy-trigger {
  background-color: var(--red);
  height: 70vh;
}

.box-section.new-model {
  background-color: var(--light-grey);
  height: 60vh;
}

.box-bottom {
  justify-content: space-around;
  height: 100%;
  padding: 2em 2rem 4em 2em;
  display: flex;
}

.box-bottom.down {
  flex-flow: column;
}

.cta-button {
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: .7;
}

.button-text {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.button-content-wrap-2 {
  background-color: #eab938;
  border-radius: 1.5rem;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  line-height: 1.4px;
  text-decoration: none;
}

.button-content-wrap-2.black {
  color: #eab938;
  background-color: #222221;
  font-family: Open Sans, sans-serif;
}

.arrow-svg-2 {
  color: #222221;
  width: 1.5rem;
  height: 1.5rem;
}

.arrow-svg-2.yellow {
  color: var(--black);
}

.box-img-wrapper-2 {
  background-image: url('../images/STB-83_STRAPEX-O-240930_application-04_web.png');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 1rem;
  width: 60%;
}

.box-img-wrapper-2.contact {
  background-image: url('../images/STB-83_STRAPEX-O-240930_application-09_web.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 55%;
}

.button-arrow-wrapper-2 {
  background-color: #eab938;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  margin-left: -.5rem;
  display: flex;
}

.button-arrow-wrapper-2.black {
  background-color: #fff;
}

.highlight-2 {
  color: #de4c02;
  font-weight: 700;
}

.highlight-2.blue {
  color: #045069;
}

.text-block-3 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: .7;
}

.button-text-2 {
  color: #222221;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.button-text-2.yellow {
  color: #eab938;
}

.table-div {
  width: 100%;
  height: auto;
}

.table-div.pneumatic-prod {
  height: auto;
}

.header-div {
  background-color: var(--red);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 16.67%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.header-div.bxt4 {
  width: 25%;
}

.header-div.bxt4.left-corner {
  border-top-left-radius: 20px;
}

.header-div.left-line {
  border-left-style: none;
}

.header-div.left-line.bxt4._80 {
  opacity: .8;
}

.header-div.left-line.bxt4.right-corner {
  border-top-right-radius: 20px;
}

.spec-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.spec-wrapper.product {
  display: block;
}

.spec-wrapper.product._6-col {
  display: flex;
}

.spec-wrapper.product._6-col.hide {
  display: none;
}

.spec-wrapper.strapping {
  display: flex;
}

.spec-wrapper.strapping.hide {
  display: none;
}

.header-text {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 1;
}

.spec-row {
  border: 1px #000;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.prod-spec {
  border-style: none solid solid;
  border-width: 1px;
  border-color: black black var(--light-blue);
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  width: 16.667%;
  height: 50px;
  padding-top: .2em;
  padding-bottom: .2em;
  display: flex;
}

.prod-spec.pssct {
  width: 25%;
}

.prod-spec.pssct.dgrey-bg {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: #231f201a;
}

.prod-spec.pssct.dgrey-bg._80 {
  border-bottom: 1px solid #231f201a;
}

.prod-spec.pssct.grey-bg {
  border: 0 #0000;
  border-bottom: 1px solid #231f201a;
}

.prod-spec.pssct.grey-bg.left-corner.rs {
  height: 15vh;
}

.prod-spec.pssct.grey-bg.left-corner.rs.lc {
  border-bottom-style: none;
  border-bottom-left-radius: 20px;
  height: 130px;
}

.prod-spec.left-line {
  border-left-style: none;
}

.prod-spec.left-line.pssct.dgrey-bg {
  border-bottom: 1px solid #231f201a;
}

.prod-spec.left-line.pssct.dgrey-bg._80 {
  opacity: .8;
}

.prod-spec.left-line.pssct.grey-bg.right-corner._80.rs.rc {
  border-bottom-style: none;
  border-bottom-right-radius: 20px;
}

.prod-spec.left-line.pssct.grey-bg._80 {
  opacity: .8;
}

.prod-spec.left-line.pssct.grey-bg._80.rs {
  height: 130px;
}

.prod-spec.left-line.pssct.grey-bg.rs {
  border-bottom-style: none;
  height: 130px;
}

.spec-header {
  border: 1px #000;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1em;
  display: flex;
}

.spec-text {
  color: #030303;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 1;
}

.spec-text.white-font {
  color: #fcfcfc;
}

.spec-text.rs {
  text-align: center;
}

.box-img-wrapper-3 {
  background-image: url('../images/STB-83_STRAPEX-O-240930_application-04_web.png');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 1rem;
  width: 60%;
}

.box-img-wrapper-3.contact {
  background-image: url('../images/STB-83_STRAPEX-O-240930_application-09_web.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 55%;
}

.box-top-2 {
  justify-content: space-between;
  height: 15%;
  padding: 1em 2em;
  display: flex;
}

.heading-2-2 {
  flex-flow: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: .9;
}

.heading-2-2.medium-font {
  font-size: 2.4rem;
  line-height: 1;
}

.product-name {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto auto 4% 4%;
}

.accessories-text {
  color: #fff;
  margin-bottom: .2em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 1.4;
}

.div-w-100 {
  width: 100%;
}

.div-w-100.acces-div {
  background-color: var(--red);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  height: 40vh;
  padding: 1.5em 1em 1em;
  display: flex;
}

.accessories-header {
  justify-content: center;
  align-items: center;
  padding: 2em 4em;
  display: flex;
}

.accessories-div {
  background-color: #222221;
  margin-bottom: 0;
  padding: 2em 4em 4em;
}

.access-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  height: 85%;
}

.access-img.uip {
  background-image: url('../images/Protection-Plate-BXT4.png'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border: 1px solid #fcfcfc;
}

.access-img.pp {
  background-image: url('../images/Protection-Plate-Signode.jpg');
  background-position: 50%;
  background-size: cover;
}

.access-img.sb {
  background-image: url('../images/Suspension-Bow-Signode.jpg');
  background-position: 50%;
  background-size: cover;
}

.product-info {
  opacity: 1;
  margin-top: .5em;
  margin-bottom: 1em;
  display: block;
}

.product-info.show {
  display: block;
}

.accessories-head {
  color: #fff;
  margin-bottom: .2em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
}

.heading-2-3 {
  flex-flow: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: .9;
}

.heading-2-3.yellow-font {
  color: #eab938;
}

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

.operation-6 {
  background-image: url('../images/Operation-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.display-header {
  text-align: center;
  width: 100%;
  margin-bottom: .5em;
  font-size: 1.6em;
  line-height: 1;
}

._2-clock-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: none;
}

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

.training-but-div {
  justify-content: space-between;
  width: 85%;
  margin-bottom: 2em;
  display: flex;
}

.training-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
  padding: 2em 4em;
  display: flex;
}

.operation-3 {
  background-image: url('../images/Operation-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.introduction-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-wrapper {
  width: 100%;
  display: none;
}

.operation-slider {
  background-color: #fcfcfc;
  width: 80%;
  height: 38vh;
  margin-bottom: 4em;
}

.operation-div {
  width: 100%;
  display: none;
}

.img-wrapper {
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

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

.operation-4 {
  background-image: url('../images/Operation-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.tensioning-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: none;
}

.mode-div._3 {
  background-image: url('../images/Display-Screen_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.mode-div._5 {
  background-image: url('../images/Display-Screen_5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.mode-div._4 {
  background-image: url('../images/Display-Screen_4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.mode-div._2 {
  background-image: url('../images/Display-Screen_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.mode-div._1 {
  background-image: url('../images/Display-Screen_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.mode-div._6 {
  background-image: url('../images/Display-Screen_6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.manual-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: none;
}

.code-embed-2 {
  width: 88%;
  height: 100%;
}

.training-div {
  background-color: #fcfcfc;
  border-radius: 20px;
}

.favourite-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: none;
}

.operation-1 {
  background-image: url('../images/Operation-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.strap-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: none;
}

.icon {
  background-color: var(--red);
  color: #fcfcfc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 14px;
  display: flex;
}

.heading-2-4 {
  flex-flow: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: .9;
}

.heading-2-4.bot-mar {
  margin-bottom: .9rem;
}

.heading-2-4.medium-font {
  font-size: 2.4rem;
  line-height: 1;
}

.heading-2-4.medium-font.bot-mar {
  margin-bottom: 1rem;
}

.training-btn {
  border: 1px solid var(--red);
  background-color: var(--red);
  text-align: center;
  border-radius: 10px;
  width: 8.5em;
  padding: 5px 0;
  font-size: 1.2em;
  text-decoration: none;
}

.training-btn.operation {
  border: 1px solid var(--red);
  background-color: var(--red);
}

.training-btn.maintenance, .training-btn.adjustment, .training-btn.security, .training-btn.reliability, .training-btn.operation {
  border: 1px solid var(--red);
  color: var(--red);
  background-color: #fff;
}

.right-arrow {
  color: #7789c0;
  margin-right: -40px;
  font-size: 20px;
}

.video-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.heading-3 {
  color: #030303;
  margin-bottom: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1;
}

.heading-3.black-font {
  color: var(--black);
  font-size: 1.8em;
  font-weight: 400;
}

.display-div {
  background-image: url('../images/Display-Screen_NEUTRAL.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 52vh;
  padding-top: 3em;
  display: flex;
}

.left-arrow {
  margin-left: -40px;
}

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

.div-100.flex-centre._100-w {
  width: 100%;
}

.div-100.flex-centre.vw {
  width: 44vw;
}

.div-100.white {
  background-color: #fcfcfc;
  border-radius: 20px;
}

.div-100.white.flex-tl {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em 2em 1em;
  display: flex;
}

.adjustment-header {
  width: 100%;
  margin-bottom: 2em;
}

.display-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.grid-display {
  z-index: 2;
  grid-column-gap: 7px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
  height: 80%;
  position: relative;
}

.body-text-2 {
  text-align: left;
  font-size: 1em;
  line-height: 1.4;
}

.body-text-2.large-font {
  text-align: center;
  font-size: 1.4em;
}

.embed-video {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 38vh;
  display: flex;
}

.operation-5 {
  background-image: url('../images/Operation-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.operation-2 {
  background-image: url('../images/Operation-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.settings-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: none;
}

.video {
  width: 100%;
}

.code-embed-hero {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.download-header {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 25vh;
  display: flex;
}

.cta-contact {
  text-align: center;
  background-color: #f28c00;
  border-radius: 10px;
  width: 10em;
  height: 2em;
  padding: 11px 15px 0;
  font-size: 1.5em;
}

.cta-contact.top-mar {
  margin-top: 1em;
}

.btn-filler {
  background-color: var(--red);
  width: 100px;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.grid-download._4-row {
  grid-template-rows: auto auto auto auto;
}

.filters-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dl-div {
  border-top: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  border-left: 2px solid var(--black);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
}

.product-dl-div {
  border: 1px solid var(--red);
  background-color: #b33d261a;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.download-btn-wrapper {
  border: 2px solid var(--black);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filters-group {
  height: 60vh;
  overflow: scroll;
}

.filters-group.overflow {
  height: 16vh;
  overflow: visible;
}

.btn-text {
  z-index: 500;
  opacity: 1;
  color: #fcfcfc;
  text-align: center;
  margin-top: 2px;
  font-size: .9em;
  display: block;
  position: absolute;
}

.lang-div {
  height: 100vh;
  padding-top: 0;
  position: sticky;
  top: 20px;
}

.language-select {
  font-size: 1.2em;
  line-height: 1;
}

.filter-holder {
  justify-content: flex-start;
  align-items: center;
  height: 20%;
  margin-bottom: .5em;
  display: flex;
}

.filter-holder.auto-size {
  height: 25px;
  margin-bottom: .5em;
}

.heading-2-5 {
  color: #fcfcfc;
  font-size: 3.5em;
  line-height: 1;
}

.heading-2-5.navy-font {
  color: #1c4a7a;
  margin-top: 0;
  font-size: 2.7em;
}

.heading-2-5.navy-font.medium-font {
  margin-bottom: 25px;
  font-size: 2em;
}

.heading-2-5.top-level-filter {
  color: #030303;
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 100;
}

.download-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  right: 0%;
}

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

.filter-product-btn {
  background-color: #fcfcfc;
  border: 2px solid #1c4a7a;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: .5em;
  padding: 0;
}

.lang-text {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: .5em;
  display: flex;
  position: absolute;
  left: 0%;
}

.filter-lan-btn {
  background-color: #fcfcfc;
  border: 2px solid #1c4a7a;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: .5em;
  padding: 0;
}

.lgn-code {
  color: var(--black);
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1;
}

.heading-3-2 {
  color: #030303;
  margin-bottom: 1em;
  font-size: 2.2em;
  line-height: 1;
}

.heading-3-2.navy-font {
  color: #1c4a7a;
  text-align: left;
  margin-bottom: .5em;
  font-size: 1.8em;
  font-weight: 100;
}

.heading-4 {
  font-weight: 100;
}

.img-container {
  margin-bottom: 2em;
}

.download-centre-section {
  background-color: #fcfcfc;
  border-radius: 20px;
  width: 100vw;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 4em;
}

.filter-wrapper {
  width: 15%;
  height: 90vh;
  position: sticky;
  top: 30px;
}

.filter-wrapper.mobile {
  display: none;
}

.downloads {
  margin-bottom: 2em;
}

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

.dl-prod-header {
  color: #fcfcfc;
  font-size: 3.5em;
  line-height: 1;
}

.dl-prod-header.navy-font {
  color: #1c4a7a;
  margin-top: 0;
  font-size: 2.7em;
}

.dl-prod-header.navy-font.medium-font {
  margin-bottom: 25px;
  font-size: 2em;
}

.arrow-img {
  max-width: 40%;
}

.img-dl-wrapper {
  border-top: 2px solid #2594e6;
  border-bottom: 2px solid #2594e6;
  border-left: 2px solid #2594e6;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
}

.footer {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.link {
  color: #fcfcfc;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

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

.heading-1-2 {
  mix-blend-mode: luminosity;
  font-size: 5em;
  line-height: 1;
}

.heading-1-2.white-font {
  color: #fcfcfc;
}

.heading-1-2.white-font.centre {
  color: var(--red);
  text-align: center;
}

.map-div {
  border-radius: 20px;
  width: 100%;
  height: 42vh;
  margin-top: .5em;
}

.success-message {
  background-color: #222221;
  border-radius: 15px;
}

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

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

.text-field {
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
}

.text-field.message {
  height: 100px;
}

.contact-section {
  z-index: 1;
  background-color: var(--red);
  height: auto;
  padding: 2em 4em;
  position: relative;
}

.contact-section.mobile {
  display: none;
}

.code-embed {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.contact-field {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.address-header {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.cd-div {
  justify-content: space-between;
  display: flex;
}

.cd-div.bot-mar {
  margin-bottom: 1rem;
}

.map-content {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: .5em;
  padding-right: 4em;
  display: flex;
}

.text-block-4 {
  text-align: center;
  border-radius: 20px;
  font-family: Open Sans, sans-serif;
}

.form-block-2 {
  width: 100%;
  margin-top: 1em;
}

.text-block-5 {
  color: #eab938;
  font-family: Open Sans, sans-serif;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-breaker {
  background-color: #fff;
  border-radius: 20px;
  width: 90%;
  height: 2px;
}

.nav-container {
  z-index: 5;
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}

.nav-brand {
  max-width: 20%;
}

.nav-but-wrapper {
  pointer-events: auto;
  cursor: pointer;
  background-color: #222221;
  border-radius: 1em;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 0;
  padding: 12px 10px;
  display: flex;
}

.nav-bar {
  background-color: var(--red);
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-reg {
  width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.address-div {
  justify-content: flex-start;
  align-items: flex-end;
  width: 30%;
  height: auto;
  display: flex;
}

.menu-holder {
  background-color: #fcfcfc;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  padding: 4.5em;
  display: flex;
}

.x-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 3em;
  display: flex;
}

.menu-wrapper {
  z-index: 11;
  background-color: #fcfcfc80;
  justify-content: flex-end;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.address-text {
  color: #222221;
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  line-height: 1.3;
  text-decoration: none;
}

.address-text:hover {
  text-decoration: underline;
}

.link-block {
  width: 40%;
}

.menu-links {
  cursor: pointer;
  border-radius: 20px;
}

.menu-links._4, .menu-links._1, .menu-links._3, .menu-links._2, .menu-links._2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  padding: 0 1.5em .4em;
  text-decoration: none;
  display: flex;
}

.menu-text {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 3em;
  line-height: 1.6;
}

.x {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.arrow-menu {
  background-image: url('../images/2-arrow-white.png');
  background-position: 50%;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.arrow-menu._1 {
  padding-top: .5em;
}

.x-line {
  background-color: var(--red);
  border-radius: 10px;
  width: 80%;
  height: 4px;
  position: absolute;
  transform: rotate(45deg);
}

.x-line._2 {
  transform: rotate(-45deg);
}

.menu-div.flex-stretch {
  flex-flow: column;
  justify-content: space-between;
  height: 20vh;
  display: flex;
}

.menu-logo {
  max-width: 100%;
}

.menu-line {
  background-color: #2594e6;
  width: 1%;
  margin-right: .5em;
}

.menu-line._3 {
  background-color: #fcfcfc;
  width: 4%;
}

.menu-line._2 {
  background-color: #fcfcfc;
  width: 2%;
}

.menu-line._1 {
  background-color: #fcfcfc;
}

.legal-div {
  justify-content: space-between;
  width: 90vw;
  margin-bottom: .75em;
  display: flex;
}

.bxt-carousel {
  border-radius: 1rem;
  width: 50%;
}

.bxt-carousel.bxt {
  background-image: url('../images/ET.jpg');
  background-position: 50% 78%;
  width: 50%;
}

.carousel {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/BXT4-19_SIGNODE_O-240930_studio-03_web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.right-arrow-2, .left-arrow-2 {
  opacity: 0;
}

.slide-2 {
  background-image: url('../images/BXT4-13_SIGNODE_O-240930_studio-01_web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/BXT4-16_SIGNODE_O-240930_studio-02_web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/BXT4-19_SIGNODE_O-240930_studio-05_web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/BXT4-19_SIGNODE_O-240930_studio-02_web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.maintenance-div, .security-div, .reliability-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.bro-div {
  width: 50%;
  height: auto;
  line-height: 1;
}

.dl-header {
  color: #030303;
  margin-top: 0;
  font-size: 1em;
  font-weight: 100;
  line-height: 1.2;
}

.dl-btn-wrapper {
  text-align: center;
  background-color: #3898ec00;
  border: 2px solid #222221;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-div {
  width: 40%;
  height: 60vh;
}

.product-div.bxt3 {
  width: 100%;
  height: auto;
}

.prod-dl-div {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.btn-wrapper {
  justify-content: center;
  align-items: flex-end;
  margin-top: 1em;
  display: flex;
}

.btn-wrapper.flex-centre {
  justify-content: center;
  align-items: center;
}

.btn-wrapper.flex-centre.but-pad {
  margin-top: 0;
  margin-bottom: 2.5em;
}

.btn-wrapper.flex-centre.top-pad {
  margin-top: 2em;
}

.table-header {
  border: 1px solid #000;
}

.table-header.left-line {
  border-left-style: none;
}

.table-header.left-line.strapping {
  cursor: pointer;
  border-style: solid;
  border-color: #eab938;
  border-top-right-radius: 20px;
}

.table-header.product {
  cursor: pointer;
  background-color: #eab938;
  border-style: solid;
  border-color: #eab938;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.table-header.product.no-right {
  border-top-right-radius: 0;
}

.table-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.table-grid.hide {
  display: none;
}

.product-header {
  color: #fcfcfc;
  font-size: 3.5em;
  line-height: 1;
}

.product-header.navy-font {
  color: #222221;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 2em;
}

.product-wrapper {
  justify-content: space-around;
  height: auto;
  margin-bottom: 3em;
  display: flex;
}

.button-text-3 {
  color: #222221;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.video-grid-holder {
  grid-template-rows: auto auto auto auto;
}

.spec-text-2 {
  color: #030303;
  text-align: center;
  font-size: .9em;
  font-weight: 100;
  line-height: 1;
}

.spec-text-2.white-font {
  color: #fcfcfc;
}

.dl-holder {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-img-div {
  width: 55%;
  height: 60vh;
}

.product-hero {
  z-index: 1;
  background-color: #fcfcfc;
  margin-bottom: 0;
  padding: 2em 4em 9em;
  position: relative;
}

.lgn-cde {
  color: #222221;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.header-div-2 {
  background-color: #fad780;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 16.67%;
  height: 8vh;
  display: flex;
}

.header-div-2.left-line {
  border-left-style: none;
}

.spec-heading {
  color: #7789c0;
  text-align: center;
  margin-top: 10px;
  font-size: 2em;
  font-weight: 100;
  line-height: 1.2;
}

.spec-heading.strapping {
  color: #222221;
}

.spec-heading.product {
  color: #222221;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.strapping-gallery-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.strapping--machine-slider {
  background-color: #fcfcfc;
  width: 100%;
  height: 100%;
}

.prod-spec-2 {
  border: 1px solid #000;
  border-top-style: none;
  justify-content: center;
  align-items: center;
  width: 16.667%;
  height: 6vh;
  display: flex;
}

.prod-spec-2.grey-bg {
  background-color: #dadada;
  border-style: none;
}

.prod-spec-2.grey-bg.left-corner {
  border-bottom-left-radius: 20px;
}

.prod-spec-2.left-line {
  border-left-style: none;
}

.prod-spec-2.left-line.grey-bg {
  border-style: none;
}

.prod-spec-2.left-line.grey-bg.right-corner {
  border-bottom-right-radius: 20px;
}

.prod-spec-2.dgrey-bg {
  background-color: #747474;
  border-style: none;
}

.heading-2-6 {
  color: #fcfcfc;
  font-size: 3.5em;
  line-height: 1;
}

.heading-2-6.black-font {
  color: #030303;
  text-align: center;
}

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

.div-dl {
  border-top: 2px solid #2594e6;
  border-bottom: 2px solid #2594e6;
  border-left: 2px solid #2594e6;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
}

.div-dl.pp {
  border-top-color: #222221;
  border-bottom-color: #222221;
  border-left-color: #222221;
  width: 90%;
  height: 40px;
}

.prod-dl-grid {
  grid-column-gap: 0px;
  width: 90%;
}

.icon-2 {
  color: #fcfcfc;
  background-color: #eab938;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 14px;
  display: flex;
}

.filler-btn {
  background-color: #222221;
  width: 0%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.right-arrow-3 {
  color: #7789c0;
  margin-right: -40px;
  font-size: 20px;
}

.text-btn {
  z-index: 500;
  opacity: 1;
  color: #fcfcfc;
  text-align: center;
  margin-top: 2px;
  font-family: Open Sans, sans-serif;
  font-size: .8em;
  display: block;
  position: absolute;
}

.prod-description {
  color: #030303;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1;
}

.dl-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  right: 0%;
}

.left-arrow-3 {
  margin-left: -40px;
}

.div-h-100 {
  background-color: #fcfcfc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 2em 1.5em 4em;
  display: flex;
}

.div-h-100.flex-centre {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 2em;
  display: flex;
}

.div-h-100.flex-centre.no-pad {
  padding-bottom: 0;
}

.prod-dtls-wrapper {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.header-text-2 {
  color: #222221;
  text-align: center;
  letter-spacing: .02em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
}

.header-text-2.large-font {
  font-size: 1.3em;
}

.slide-6 {
  text-align: center;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.slide-6.stb._3 {
  background-image: url('../images/STB-83--2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.slide-6.stb._2 {
  background-image: url('../images/STB-85.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.slide-6.stb._1 {
  background-image: url('../images/STB-83.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.slide-6.stb._4 {
  background-image: url('../images/STB---83--3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  .compare-now-button {
    width: auto;
    height: auto;
    padding-bottom: 11px;
    font-size: 1.2em;
  }

  .heading-1 {
    font-size: 3em;
  }

  .heading-1.centre {
    margin-bottom: 1em;
  }

  .box-text-wrapper.contact {
    width: 70%;
  }

  .body-text.black-font {
    font-size: 1.2rem;
  }

  .box-section.tools {
    height: auto;
    margin-bottom: 5em;
    padding-bottom: 0;
  }

  .table-div {
    min-width: 114vw;
  }

  .table-div.pneumatic-prod {
    min-width: 80vw;
    height: auto;
  }

  .table-div.ort-spec {
    height: auto;
  }

  .spec-wrapper.strapping {
    display: none;
  }

  .spec-text, .spec-text.white-font {
    font-size: .7em;
  }

  .product-info {
    display: block;
  }

  .operation-slider {
    width: 90%;
  }

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

  .training-btn {
    width: auto;
    height: auto;
    padding-bottom: 11px;
    font-size: 1.2em;
  }

  .div-100.white.flex-tl.mobile {
    margin-bottom: 3em;
  }

  .download-header {
    height: 20vh;
  }

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

  .dl-div {
    height: 40px;
  }

  .language-select {
    font-size: .9em;
  }

  .heading-2-5.navy-font.medium-font {
    font-size: 1.5em;
  }

  .heading-2-5.top-level-filter {
    font-size: 1.3em;
  }

  .filter-product-btn {
    width: 15px;
    height: 15px;
  }

  .download-centre-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .filter-wrapper {
    width: 23%;
  }

  .grid-download-img {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .img-dl-wrapper {
    height: 40px;
  }

  .heading-1-2 {
    font-size: 3em;
  }

  .contact-section.mobile {
    display: block;
  }

  .contact-section.desktop {
    display: none;
  }

  .menu-but {
    padding: 12px;
  }

  .menu-but.w--open {
    color: #fff;
    background-color: #8dbeff;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-but-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .nav-but-wrapper.mobile {
    border-radius: 10px;
    justify-content: space-around;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 7px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    display: block;
  }

  .address-div {
    width: 40%;
  }

  .menu-holder {
    width: 70%;
  }

  .address-text {
    font-size: 1.2em;
  }

  .link-block {
    width: 50%;
  }

  .menu-text {
    font-size: 2.3em;
  }

  .x {
    width: 40px;
    height: 40px;
  }

  .code-embed-3 {
    display: none;
  }

  .product-div {
    width: 100%;
  }

  .btn-wrapper.flex-centre.top-pad {
    margin-top: 1em;
  }

  .product-wrapper {
    flex-flow: column;
  }

  .spec-text-2, .spec-text-2.white-font {
    font-size: .7em;
  }

  .product-img-div {
    width: 100%;
  }

  .spec-heading.strapping, .spec-heading.product {
    font-size: 1.8em;
  }

  .div-dl {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .compare-now-button {
    width: auto;
    padding-bottom: 10px;
    font-size: 1.1em;
  }

  .home-hero {
    display: flex;
  }

  .box-text-wrapper, .box-text-wrapper.easytrigger {
    width: 100%;
  }

  .box-img-wrapper {
    width: 100%;
    height: 30vh;
  }

  .box-img-wrapper.bxt {
    width: 100%;
    height: 40vh;
    margin-bottom: 2em;
  }

  .body-text.white-font.home-info {
    margin-bottom: 1em;
  }

  .heading-2 {
    margin-bottom: .3em;
    font-size: 3rem;
  }

  .box-section.tools, .box-section.download, .box-section.easy-trigger, .box-section.new-model {
    height: auto;
  }

  .box-bottom {
    flex-flow: column;
    padding-bottom: 2em;
  }

  .cta-button.mobile {
    margin-bottom: 1em;
  }

  .table-div {
    min-width: 250vw;
    height: auto;
  }

  .table-div.pneumatic-prod {
    min-width: 110vw;
    height: auto;
  }

  .div-w-100.acces-div {
    height: 60vh;
  }

  .accessories-div {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .adjustment-div, .introduction-div {
    display: none;
  }

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

  .training-btn {
    width: auto;
    padding-bottom: 10px;
    font-size: 1.1em;
  }

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

  .heading-3 {
    margin-bottom: .5em;
  }

  .display-div {
    width: 55%;
  }

  .div-100.mobile {
    margin-bottom: 3em;
  }

  .grid-display {
    width: 100%;
    height: 50%;
  }

  .body-text-2 {
    font-size: 1em;
  }

  .plus {
    max-width: 4.5%;
  }

  .filters-group {
    height: 50vh;
  }

  .lang-div {
    display: none;
  }

  .heading-2-5.navy-font.medium-font {
    margin-bottom: 15px;
  }

  .heading-2-5.top-level-filter {
    margin-bottom: 0;
    margin-right: .5em;
  }

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

  .heading-3-2 {
    margin-bottom: .5em;
  }

  .filter-wrapper {
    width: 34%;
  }

  .filter-wrapper.mobile {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 1.5em;
    display: flex;
  }

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

  .contact-section {
    padding-left: 3em;
    padding-right: 3em;
  }

  .contact-section.mobile {
    display: block;
  }

  .contact-section.desktop {
    display: none;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-brand {
    max-width: 40%;
    padding-left: 0;
  }

  .mobile-margin {
    margin-top: 10px;
  }

  .menu-holder {
    width: 80%;
    padding-left: 3em;
    padding-right: 3em;
  }

  .menu-text {
    font-size: 2em;
  }

  .bxt-carousel, .bxt-carousel.bxt {
    width: 100%;
    height: 40vh;
    margin-bottom: 2em;
  }

  .carousel {
    margin-bottom: 2em;
  }

  .maintenance-div, .security-div, .reliability-div {
    display: none;
  }

  .product-header.navy-font {
    font-size: 1.7em;
  }

  .button-text-3 {
    font-size: .9rem;
  }

  .product-img-div {
    height: 40vh;
  }

  .product-hero {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 479px) {
  .compare-now-button {
    width: auto;
  }

  .hero-text {
    text-align: right;
    font-size: 1.1em;
  }

  .hero-grid {
    width: 90vw;
  }

  .heading-1 {
    font-size: 1.9em;
  }

  .home-hero {
    height: 60vh;
  }

  .text-block {
    font-size: .8em;
  }

  .box-text-wrapper.contact {
    width: 100%;
  }

  .body-text.white-font.centre {
    color: var(--black);
  }

  .heading-2.black-font.medium-font {
    font-size: 1.7rem;
  }

  .box-section.tools {
    height: auto;
  }

  .table-div {
    min-width: 250vw;
    height: auto;
  }

  .table-div.pneumatic-prod {
    min-width: 172vw;
    height: 100%;
  }

  .table-div.ort-spec {
    height: auto;
  }

  .spec-wrapper.strapping {
    display: none;
  }

  .product-name {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .div-w-100.acces-div {
    height: 50vh;
  }

  .accessories-div {
    padding-left: 2em;
    padding-right: 2em;
  }

  .access-img.uip {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .access-img.pp, .access-img.sb {
    background-size: contain;
  }

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

  .adjustment-div {
    display: none;
  }

  .training-but-div {
    flex-flow: column;
  }

  .training-header {
    padding-left: 0;
    padding-right: 0;
  }

  .operation-slider {
    width: 70%;
    height: 30vh;
  }

  .img-wrapper {
    margin-left: .5em;
  }

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

  .code-embed-2 {
    width: 70%;
  }

  .training-btn {
    width: auto;
  }

  .training-btn.operation, .training-btn.adjustment {
    margin-bottom: .5em;
  }

  .body-text-2 {
    text-align: left;
  }

  .code-embed-hero {
    width: 100%;
    height: 100%;
  }

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

  .plus {
    max-width: 5%;
  }

  .filter-wrapper.mobile {
    position: relative;
    top: 0;
  }

  .grid-download-img {
    grid-template-columns: 1fr 1fr;
  }

  .heading-1-2 {
    font-size: 2em;
  }

  .contact-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .contact-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .cd-div {
    flex-flow: column;
    align-items: flex-start;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-container {
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-brand {
    max-width: 50%;
  }

  .nav-but-wrapper {
    width: auto;
  }

  .address-div {
    width: 45%;
  }

  .menu-holder {
    width: 85%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .menu-wrapper {
    z-index: 9999;
    display: none;
  }

  .address-text {
    font-size: .9em;
  }

  .menu-text {
    font-size: 1.1em;
  }

  .arrow-menu {
    width: 25px;
    height: 25px;
    margin: 4px;
  }

  .bro-div {
    width: 100%;
    margin-bottom: 1em;
  }

  .product-div {
    height: auto;
  }

  .prod-dl-div {
    flex-flow: column;
  }

  .product-hero {
    padding-left: 2em;
    padding-right: 2em;
  }

  .spec-heading.strapping, .spec-heading.product {
    font-size: 1.5em;
  }
}

#w-node-c2fb09ae-26dd-3cbd-bdbf-ea531768b35e-8b5fa177 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2fb09ae-26dd-3cbd-bdbf-ea531768b361-8b5fa177, #w-node-c2fb09ae-26dd-3cbd-bdbf-ea531768b383-8b5fa177 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8f26934d-0652-947b-36ef-a9a552dc6851-8b5fa177 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f26934d-0652-947b-36ef-a9a552dc6856-8b5fa177, #w-node-_8f26934d-0652-947b-36ef-a9a552dc6878-8b5fa177 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1c65482d-7dfa-84da-efae-6237af211083-5828ad7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


