:root {
  --white: white;
  --black-2: #333;
  --steel-blue: #4c8ec0;
  --red: #da262a;
  --dodger-blue: #3898ec;
  --light-grey: #ced3da;
  --black: #29292b;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.section-1 {
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 280px;
  padding-top: 19px;
  padding-bottom: 25px;
  display: flex;
}

.column-1 {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 10px 15px;
  padding: 20px;
  display: flex;
  box-shadow: 0 3px 6px #0003;
}

.wrap-2 {
  width: 80%;
  display: flex;
}

.wrap-2.a {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-end space-between;
  align-items: stretch;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.logos-section {
  z-index: 1;
  background-color: #34363b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 15px;
  display: none;
  position: relative;
  box-shadow: 0 0 11px 12px #00000036;
}

.left-1 {
  width: 50%;
  padding: 15px 20px;
  display: block;
}

.left-1.column-1 {
  flex: 1;
  align-self: flex-start;
  align-items: flex-start;
  height: 100%;
  min-height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.right-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.right-1.column-1 {
  flex-direction: row;
  flex: 1;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-1-title {
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.footer-top {
  color: #fff;
  background-color: #34363b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-top-wrap {
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.footer-bottom {
  background-color: #111;
  flex-direction: column;
  align-self: stretch;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.footer-bottom-wrap {
  width: 80%;
}

.legal {
  color: #777;
  font-size: 12px;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.wrap-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.footer-logo {
  width: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-link-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-left: 50px;
  text-decoration: none;
}

.div-block {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  max-height: 500px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.image-3 {
  margin-right: 6px;
  padding-bottom: 15px;
}

.unordered-list {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 10px;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  list-style: none;
}

.list_hero {
  color: #fff;
  text-align: left;
  text-shadow: none;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  font-size: 18px;
  font-weight: 400;
  list-style-type: disc;
}

.image-5 {
    width: 673px;
    max-width: none;
    margin-top: 10px;
    overflow: clip;
}

.image-5.subheadertb {
  z-index: 2;
  width: 253px;
  height: 162px;
  top: -89px;
  left: 70px;
}

.image-5.image-5--smh {
  float: none;
  clear: none;
  object-fit: contain;
  width: 227px;
  max-width: 227px;
  height: auto;
  max-height: 156px;
  top: -12px;
  left: -191px;
  overflow: hidden;
}

.image-5.image-5-prod {
  width: 609px;
  top: -82px;
}

.image-6 {
    width: 600px;
    max-width: none;
    margin-top: 3px;
    margin-left: 10px;
    overflow: clip;
}

.image-6.subheaderbc {
  z-index: 1;
  width: 200px;
  max-width: 50%;
  height: 160px;
  max-height: 200px;
  left: -48px;
}

.image-6.image-6--smh {
  float: none;
  clear: none;
  object-fit: contain;
  flex: 0 auto;
  width: 184px;
  height: auto;
  max-height: 148px;
  position: static;
  top: -35px;
  overflow: hidden;
}

.image-6.image-6-prod {
  width: 483px;
}

.row {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
  overflow: visible;
}

.section-5 {
  z-index: 5;
  background-image: url('../images/HeaderBG2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 390px;
  padding-top: 47px;
  position: relative;
  left: auto;
  overflow: hidden;
  box-shadow: inset 0 -20px 15px 11px #00000052;
}

.section-5.section-5-home {
  height: 100vh;
  box-shadow: none;
  background-image: url('../images/Hero-Background.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.section-6 {
  z-index: 20;
  background-color: #d3d3d3;
  display: block;
}

.text-block {
  color: #e7e7e7;
  text-align: center;
  text-shadow: 2px 3px 4px #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  font-family: Changa One, Impact, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.vehicle-select {
  width: 201px;
  max-width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  transform: translate(0);
}

.vehicle-select.pickup {
  width: 278px;
  padding-top: 0;
}

.text-block-2 {
  text-align: center;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
}

.bold-text {
  text-shadow: 0 3px 5px #0000004d;
  font-family: Changa One, Impact, sans-serif;
  font-size: 19px;
  font-weight: 100;
}

.link {
  text-align: center;
  margin-top: 9px;
}

.div-block-5 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-right: 10px;
}

.image-9 {
  max-width: 130px;
  max-height: 130px;
}

.paragraph-5 {
  text-align: left;
  flex: 0 auto;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 21px;
}

.div-block-6 {
  width: 70%;
}

.div-block-7 {
  text-align: center;
  width: 70%;
  margin-right: 15px;
}

.text-block-3 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.heading-6 {
  color: var(--black-2);
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.heading-7 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-8 {
  text-align: center;
  padding-top: 13px;
}

.nav-link-2 {
  color: #fff;
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 600;
  position: static;
}

.nav-link-2.w--current {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.nav-link-3 {
  color: #fff;
  text-shadow: 3px 3px 10px #0003;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  position: static;
}

.nav-link-3.w--current {
  color: var(--white);
  font-weight: 800;
}

.nav-link-4 {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  position: static;
}

.navbar {
  background-image: url('../images/Top-Menu-Beam.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
  position: static;
}

.nav-menu-2 {
  float: left;
  text-align: center;
  text-shadow: 3px 3px 10px #000;
  width: 100%;
  max-height: 48px;
}

.nav-link-5, .nav-link-6 {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  position: static;
}

.div-block-9 {
  z-index: 20;
  width: 100%;
  position: absolute;
}

.column-3 {
  flex: 1;
  padding-right: 20px;
  position: relative;
}

.div-block-10 {
  max-width: 600px;
}

.div-block-10.div-block-10-smh {
  float: none;
  flex-flow: wrap;
  place-content: center flex-end;
  width: auto;
  height: 100px;
  display: flex;
}

.image-11 {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-11.image-11--smh {
  object-fit: contain;
  flex: 0 auto;
  display: inline-block;
  position: static;
  overflow: visible;
}

.image-12 {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-12.image-12--smh {
  float: none;
  clear: none;
  object-fit: contain;
  max-width: 222px;
  top: 14px;
  left: 196px;
}

.div-block-11 {
  max-width: 673px;
}

.div-block-11.div-block-11--smh {
  flex: 0 auto;
  place-content: flex-start;
  align-items: flex-start;
  height: 100px;
  display: flex;
}

.div-block-12 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-7 {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.image-13, .image-14, .image-15 {
  max-height: 80px;
}

.div-block-13 {
  background-color: #20293142;
  max-height: 450px;
}

.heading-8 {
  color: #616161;
  text-transform: none;
  text-shadow: 0 0 3px #000;
  border-left: 3px solid #616161;
  margin-top: 14px;
  padding-left: 3px;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 39px;
  display: block;
  position: relative;
  inset: -4px auto 0% 55px;
}

.column-4 {
  padding-left: 0;
  overflow: visible;
}

.text-block-5 {
  color: #969696;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 500;
  position: static;
  top: 110px;
  left: -9px;
}

.image-16 {
  width: 120px;
  max-height: 120px;
}

.image-6--smh {
  cursor: pointer;
  width: 129px;
  display: inline-block;
}

.image-5--smh {
  cursor: pointer;
  width: 164px;
  overflow: visible;
}

.image-3--smh {
  flex: 0 auto;
  width: 183px;
  max-width: 183px;
}

.image-12--smh {
  width: 222px;
}

.image-11--smh {
  width: 230px;
}

.div-block-10-smh {
  padding-top: 15px;
}

.row--smh {
  place-content: center space-between;
  align-items: flex-start;
  display: flex;
  position: static;
  overflow: visible;
}

.column-3--smh {
  flex: 1;
  position: static;
}

.column-4--smh {
  flex: none;
  justify-content: center;
  display: flex;
}

.div-block--smh {
  z-index: 5;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
}

.div-block-12--smh {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-13--smh {
  background-color: #0000;
  height: 100px;
  display: none;
  overflow: visible;
}

.section-5--smh {
  z-index: 5;
  object-fit: scale-down;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 145px;
  padding-top: 47px;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-9-smh {
  z-index: 20;
  width: 100%;
  position: static;
}

.series {
  color: var(--steel-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  right: auto;
}

.contacticon {
  vertical-align: middle;
  max-height: 35px;
  margin-left: 10px;
  margin-right: 10px;
}

.contacticon.email {
  vertical-align: middle;
  align-self: center;
  display: inline-block;
}

.serieslistheader {
  text-align: center;
  background-color: #ccc;
  font-weight: 700;
}

.serieslistcell {
  text-align: center;
  border-top: 1px solid #d8d8d8;
  padding-left: 4px;
  padding-right: 4px;
}

.serieslistcell.serieslistmodel {
  font-weight: 700;
}

.serieslistcell.pdf {
  border-top-style: none;
  justify-content: center;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template: "Area Area-2"
                 "Area-4 Area-3"
                 "Area-5 Area-6"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-self: flex-start;
  display: flex;
}

.container.seriesleftcol {
  flex: 1;
  justify-content: space-between;
}

.seriesmodellist {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-8 Area-9"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.seriesvehicle {
  color: var(--red);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
}

.container-2 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  display: flex;
}

.serieslist {
  background-color: #eee;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  min-width: 325px;
  max-height: 317px;
  padding: 5px;
  overflow: visible;
  box-shadow: 4px 4px 6px -4px #444;
}

.button {
  background-color: var(--steel-blue);
  text-align: center;
  border-radius: 6px;
  flex: 1;
  margin: 5px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.div-block-16 {
  justify-content: space-around;
  width: 100%;
  display: none;
}

.div-block-17 {
  flex: 0 auto;
  width: 30%;
  max-width: 200px;
}

.column-5 {
  display: flex;
}

.grid {
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-8 Area-9"
                 "Area-10 Area-11 Area-12"
                 / 1fr 1fr 1fr;
}

.grid.seriesmodellist {
  grid-row-gap: 1px;
}

.seriesblock {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  min-width: 436px;
  height: 295px;
  margin: 8px;
  padding: 13px 15px;
  display: flex;
  box-shadow: 3px 3px 8px -3px #525252;
}

.seriesblock.seriestelescoping {
  width: 100%;
  max-width: 650px;
  height: 311px;
  box-shadow: none;
  align-self: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
}

.seriesblock.test {
  width: 100%;
  max-width: 630px;
  height: auto;
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.seriesrowcontainer {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  display: flex;
}

.grid-2 {
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-8 Area-9"
                 "Area-10 Area-11 Area-12"
                 / 1fr 1fr 1fr;
}

.grid-2.seriesmodellist {
  grid-row-gap: 1px;
}

.grid-3 {
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-8 Area-9"
                 / 1fr 1fr 1fr;
}

.seriesimage {
  object-fit: contain;
  max-height: 170px;
  display: block;
}

.list {
  margin-top: 9px;
  margin-bottom: 0;
  padding-left: 21px;
  font-size: 11px;
  line-height: 17px;
  list-style-type: disc;
  display: inline-block;
}

.list.sidebox {
  background-color: var(--white);
  border-radius: 8px;
  flex: 0 auto;
  align-self: flex-end;
  margin-left: 10px;
  padding: 5px 10px 5px 20px;
  display: block;
  box-shadow: 1px 1px 6px #8d8d8d;
}

.list.margin {
  margin-top: 7px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px;
}

.list-item-2 {
  color: #da262a;
  font-weight: 700;
}

.text-block-7 {
  margin-top: 9px;
  margin-bottom: -9px;
  font-size: 12px;
  line-height: 15px;
}

.seriesmoredetails, .serieshidedetails {
  display: none;
}

.grid-4 {
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-8 Area-9"
                 "Area-10 Area-11 Area-12"
                 "Area-13 Area-14 Area-15"
                 / 1fr 1fr 1fr;
}

.grid-5 {
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-8 Area-9"
                 "Area-10 Area-11 Area-12"
                 / 1fr 1fr 1fr;
}

.grid-5.seriesmodellist {
  grid-template-rows: auto auto auto auto;
}

.div-block-21 {
  width: 100%;
}

.div-block-22 {
  flex-direction: column;
  width: 60%;
  display: flex;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3"
                       "Area-4 Area-5 Area-6";
}

.div-block-23 {
  background-color: #fff;
  border-radius: 12px;
  width: 40%;
  min-width: 375px;
  padding: 10px;
}

.div-block-23.seriesblock {
  align-self: flex-start;
}

.div-block-24 {
  flex-direction: column;
  align-content: stretch;
}

.paragraph-7 {
  color: #979797;
  flex: 0 auto;
  margin-top: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

.sidebox {
  background-color: var(--white);
  border-radius: 8px;
  align-self: flex-start;
  max-width: 350px;
  margin-top: 15px;
  padding: 5px 5%;
  box-shadow: 1px 1px 6px -1px #797979;
}

.text-block-11 {
  padding-left: 0;
}

.text-block-12 {
  margin-top: 6px;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 500;
}

.image-19 {
  align-self: center;
}

.div-block-25 {
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-20 {
  margin-right: 10px;
}

.button-2 {
  text-align: center;
  background-color: #4c8ec0;
  border-radius: 6px;
  flex: 1;
  margin: 5px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.series-2 {
  color: #4c8ec0;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.seriesvehicle-2 {
  color: #da262a;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Rajdhani, sans-serif;
  font-size: 18px;
  line-height: 19px;
}

.text-span {
  margin-top: 15px;
  display: inline-block;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
}

.text-block-14 {
  color: var(--light-grey);
  letter-spacing: -1px;
  vertical-align: middle;
  align-self: center;
  font-family: Exo, sans-serif;
  font-size: 22px;
  display: inline-block;
}

.div-block-26 {
  align-self: center;
  display: flex;
}

.seriesnote {
  padding: 5px 15px;
  font-size: 12px;
  line-height: 13px;
}

.pdfblock {
  justify-content: center;
  display: flex;
}

.pdfblock.serieslistcell {
  font-weight: 500;
  display: block;
}

.div-block-28, .pdfcenter {
  justify-content: center;
  display: flex;
}

.div-block-29 {
  display: inline-block;
}

.email {
  flex: 0 auto;
  max-height: 35px;
}

.call {
  max-height: 35px;
  text-decoration: none;
}

.video {
  margin-top: 22px;
}

.youtube {
  margin-top: 24px;
}

.youtube-2 {
  margin-top: 25px;
}

.textblock6 {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.div-block-30 {
  order: 1;
  position: relative;
  top: 265px;
  left: 17px;
}

.div-block-32 {
  background-color: #dadbdf;
  border-radius: 12px;
  align-self: flex-start;
  margin-left: 20px;
}

.div-block-10--smh {
  float: right;
  width: auto;
  height: 100px;
}

.div-block-10--smh.w--current {
  float: right;
  position: static;
}

.column-5--smh {
  flex: 0 auto;
  align-items: stretch;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.header {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area-2 Area Area-3"
  / 1fr .5fr 1fr;
  justify-items: center;
  max-width: 1390px;
  margin: auto;
  padding: 6px 6px 3px;
}

.section-9 {
  background-image: url('../images/HeaderBG.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 100px;
}

.headercranes {
  box-shadow: inset 0 -4px 10px 4px #2c2d35b0;
}

.image-21 {
  max-height: 100px;
}

.section-10 {
  display: block;
}

.div-block-prod {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  width: 45%;
  min-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.div-block-prod.seriesblock {
  align-self: flex-start;
}

.section-11 {
  background-color: #13171a;
  justify-content: center;
  display: flex;
}

.section-prod {
  background-color: #ececec;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 280px;
  padding-top: 19px;
  padding-bottom: 25px;
  display: flex;
}

.text-block-3-prod {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.list-2 {
  text-align: left;
}

.div-block-34 {
  flex-direction: column;
  justify-content: space-around;
  width: 30%;
  max-width: 200px;
  height: 418px;
  display: flex;
}

.section-5-home {
  z-index: 5;
  background-image: url('../images/HeaderBG2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 420px;
  padding-top: 47px;
  position: relative;
  left: auto;
  overflow: hidden;
  box-shadow: inset 0 -20px 15px 11px #00000052;
}

.div-block-35 {
  text-align: center;
  text-transform: uppercase;
  background-color: #24242c66;
  width: 100%;
  padding: 10px;
}

.paragraph-8 {
  color: #dad8d8;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 5px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  display: none;
}

.section-16 {
  background-image: url('../images/HeaderBG2.png');
  background-position: 50% 100%;
  background-size: auto;
}

.button-3 {
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  box-shadow: 0 6px 5px #0003;
}

.body {
  font-family: Open Sans, sans-serif;
}

.section-1-prod {
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 280px;
  padding-top: 0;
  padding-bottom: 25px;
  display: flex;
}

.body-2 {
  background-image: url('../images/HeaderBG2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.body-3 {
  background-image: url('../images/HeaderBG2.png');
  background-position: 50% 0;
  background-size: contain;
}

.body-4 {
  background-image: url('../images/HeaderBG2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.list-item {
    color: var(--black-2);
    text-align: left;
    text-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 18px;
    font-weight: 400;
    list-style-type: disc;
    min-height: 0px;
}

.text-block-17 {
  font-size: 12px;
}

.bold-text-2 {
  color: #db262a;
}

.text-block-18 {
  text-align: center;
}

.div-block-36 {
  background-image: url('../images/shop-bg-cropped.webp');
  background-position: 50% 100%;
  background-size: auto;
}

.image-24 {
  position: absolute;
}

.flex-block {
  justify-content: center;
  align-items: flex-start;
}

.image-25 {
  max-width: 670px;
  padding-top: 48px;
  padding-right: 15px;
}

.image-26 {
  max-width: 600px;
  padding-left: 15px;
}

.cell {
  align-items: flex-start;
}

.cell-2, .cell-3 {
  align-items: center;
}

.cell-4, .cell-5 {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  padding: 30px 10px 0;
  position: relative;
  top: 0;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: center;
}

.image-27 {
  max-width: 120%;
  overflow: hidden;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000052;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: static;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: uppercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-3 {
  background-image: url('../images/Top-Menu-Beam.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-38 {
    background-color: #00000030;
    height: 55px;
    display: block;
}

.nav-link-7.navtxt {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 3px 3px 10px #000;
  font-size: 17px;
  font-weight: 500;
}

.nav-menu-3 {
  margin-left: auto;
  margin-right: auto;
}

.menu-button-2 {
  padding: 5px;
}

@media screen and (max-width: 991px) {
  .section-1 {
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .wrap-2.a {
    width: 100%;
  }

  .logos-section {
    flex-direction: column;
    display: none;
  }

  .wrap-3 {
    width: 95%;
  }

  .heading-5 {
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
    font-size: 28px;
    line-height: 32px;
  }

  .footer-link-wrap {
    display: none;
  }

  .div-block {
    align-items: center;
    width: 240px;
    margin-top: 70px;
    position: absolute;
  }

  .image-3 {
    max-width: 75%;
    margin-right: 0;
  }

  .unordered-list {
    padding-left: 0;
    font-size: 14px;
  }

  .list_hero {
    margin-bottom: -1px;
    font-size: 14px;
  }

  .image-5 {
    width: 450px;
    margin-top: -5px;
    top: -36px;
    left: 96px;
    overflow: clip;
  }

  .image-6 {
    max-width: 395px;
    margin-left: 55px;
    overflow: clip;
  }

  .section-5 {
    height: 365px;
  }

  .text-block {
    font-size: 18px;
  }

  .vehicle-select {
    width: 175px;
    height: 85px;
  }

  .vehicle-select.pickup {
    width: 189px;
    height: 63px;
  }

  .text-block-2 {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .bold-text {
    font-size: 18px;
  }

  .link {
    margin-top: 19px;
    padding-top: 9px;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .image-9 {
    width: auto;
    max-width: 160px;
    height: auto;
    max-height: 100px;
    margin-left: auto;
    margin-right: auto;
    top: -8px;
  }

  .paragraph-5 {
    font-size: 11px;
    line-height: 19px;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .heading-6 {
    margin-bottom: 13px;
    font-size: 22px;
  }

  .heading-7 {
    font-size: 22px;
  }

  .div-block-8 {
    text-align: center;
  }

  .nav-link-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    float: right;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 0;
  }

  .div-block-10 {
    float: right;
  }

  .image-11 {
    width: 205px;
    left: -153px;
  }

  .image-12 {
    clear: both;
    width: 205px;
    left: 161px;
  }

  .div-block-11 {
    overflow: clip;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 30px;
    top: -56px;
    left: 5%;
  }

  .text-block-5 {
    font-size: 12px;
    top: -10px;
  }

  .image-16 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-6--smh {
    top: -14px;
    left: -73px;
  }

  .image-5--smh {
    clear: both;
    max-width: 448px;
    max-height: 285px;
    margin-top: 0;
    top: -36px;
    left: 96px;
  }

  .image-3--smh {
    flex: 0 auto;
    max-width: 94%;
    margin-top: 0;
  }

  .image-12--smh {
    width: 175px;
    left: 161px;
  }

  .image-11--smh {
    width: 175px;
    left: -153px;
  }

  .column-4--smh {
    flex: 0 auto;
  }

  .div-block--smh {
    position: static;
    top: -550px;
  }

  .div-block-13--smh {
    height: 93px;
  }

  .section-5--smh {
    width: 130%;
    height: 140px;
    left: -14%;
  }

  .div-block-15 {
    justify-content: flex-end;
    width: 212px;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .contacticon {
    align-self: center;
    max-width: 30px;
    max-height: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .contacticon.email {
    align-self: center;
    max-width: 37px;
    max-height: 30px;
  }

  .container {
    flex: 0 auto;
    align-items: stretch;
  }

  .seriesmodellist {
    grid-row-gap: 0px;
  }

  .seriesvehicle {
    margin-bottom: 5px;
  }

  .container-2 {
    flex: 1;
    padding-left: 0;
  }

  .serieslist {
    width: 337px;
  }

  .grid.seriesmodellist {
    grid-row-gap: 0px;
  }

  .seriesblock {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    width: 95%;
    height: auto;
  }

  .seriesblock.seriestelescoping {
    flex-direction: column;
    align-self: center;
    min-width: 380px;
    max-width: 380px;
    height: auto;
  }

  .seriesblock.test {
    flex-direction: column;
    width: auto;
    min-width: 368px;
  }

  .seriesrowcontainer {
    flex-direction: row;
    align-items: center;
    width: 95%;
    min-width: 700px;
  }

  .grid-2.seriesmodellist {
    grid-row-gap: 0px;
  }

  .list {
    margin-top: 4px;
  }

  .seriesmoredetails, .serieshidedetails {
    display: none;
  }

  .div-block-22 {
    width: 50%;
  }

  .div-block-23 {
    flex: none;
    align-self: flex-start;
    width: auto;
    min-width: 300px;
    max-width: 350px;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .sidebox {
    max-width: 400px;
  }

  .seriesvehicle-2 {
    margin-bottom: 5px;
  }

  .text-span {
    display: inline-block;
  }

  .text-block-14 {
    font-size: 16px;
  }
div .call.w-inline-block .text-block-14 {
}


  .email {
    flex: 0 auto;
  }

  .call {
    flex: none;
    max-height: 30px;
    margin-right: 3px;
  }

  .textblock6 {
    font-size: 13px;
  }

  .div-block-30 {
    top: -20px;
  }

  .div-block-32 {
    flex: 0 auto;
    align-self: flex-start;
    margin-left: 10px;
  }

  .div-block-10--smh {
    float: right;
  }

  .image-21 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-prod {
    flex: none;
    align-self: flex-start;
    width: auto;
    min-width: 300px;
    max-width: 350px;
  }

  .section-prod {
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-5-home {
    height: 365px;
  }

  .div-block-35 {
    padding: 7px;
  }

  .section-1-prod {
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .list-item {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .div-block-36 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-24 {
    width: 265px;
  }

  .image-27 {
    overflow: hidden;
  }

  .div-block-37 {
    background-color: #00000047;
  }

  .navbar-2 {
    height: 10px;
  }

  .container-4 {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
  }

  .div-block-38 {
    height: 40px;
    display: block;
    text-align: center;
  }

  .nav-link-7.navtxt {
    color: var(--black);
    text-align: center;
    text-shadow: none;
  }

  .icon-3 {
    color: #fff;
    align-items: center;
    font-size: 35px;
  }

  .nav-menu-3 {
    background-color: #e7e7e7c4;
  }

  .menu-button-2 {
    margin-left: auto;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .wrap-2, .wrap-2.a {
    flex-direction: column;
  }

  .left-1 {
    text-align: center;
    width: 100%;
    padding: 0 0 23px;
  }

  .left-1.column-1 {
    flex: 0 auto;
    width: 85%;
    min-height: 165px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .right-1 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .right-1.column-1 {
    flex: 0 auto;
    width: 85%;
    min-height: 165px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-top-wrap {
    min-width: 474px;
    max-width: 80%;
  }

  .legal {
    padding-left: 5px;
  }

  .div-block {
    width: 240px;
    margin-top: 50px;
  }

  .image-3 {
    width: 129.844px;
    max-width: 100%;
    position: relative;
    top: -2px;
  }

  .unordered-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
  }

  .image-5 {
    max-width: 355px;
    max-height: 226px;
    margin-top: 31px;
    margin-right: 0;
    position: relative;
    top: 10px;
    left: 5px;
    overflow: clip;
  }

  .image-6 {
    width: 304px;
    height: 222px;
    margin-top: 37px;
    margin-left: 0;
    position: relative;
    top: 10px;
    left: 21px;
  }

  .row {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .section-5 {
    height: 280px;
    padding-top: 5px;
    overflow: hidden;
  }

  .vehicle-select {
    width: 127px;
    height: 59px;
  }

  .vehicle-select.pickup {
    width: 159px;
    height: 49px;
  }

  .link {
    margin-top: 7px;
    position: relative;
  }

  .div-block-5 {
    flex-direction: row;
    flex: 0 auto;
  }

  .image-9 {
    max-width: 115px;
    max-height: 115px;
    margin-top: 0;
    top: -26px;
  }

  .paragraph-5 {
    text-align: left;
  }

  .div-block-6 {
    flex-direction: row;
  }

  .text-block-3 {
    padding-left: 0;
    font-size: 12px;
  }

  .heading-6 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 0;
    font-size: 20px;
  }

  .heading-7 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    font-size: 22px;
  }

  .navbar {
    background-color: #0000;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 30px;
    display: flex;
  }

  .nav-menu-2 {
    float: right;
    background-color: #0000009c;
  }

  .icon-2 {
    float: right;
    color: #fff;
  }

  .menu-button {
    float: none;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .div-block-10 {
    width: 350px;
  }

  .image-11 {
    width: 155px;
    top: 30px;
    left: -63px;
  }

  .image-12 {
    width: 150px;
    top: 32px;
    left: 64px;
  }

  .div-block-12 {
    overflow: visible;
  }

  .heading-8 {
    padding-left: 7px;
    font-size: 12px;
    line-height: 15px;
    display: none;
    top: 75px;
    left: 21%;
  }

  .text-block-5 {
    font-size: 11px;
    display: block;
    top: 23px;
  }

  .paragraph-6 {
    float: right;
    color: #d4d4d4;
    font-family: Droid Sans, sans-serif;
    font-size: 12px;
  }

  .div-block-14 {
    display: block;
  }

  .image-6--smh {
    width: 136px;
    min-width: 131px;
  }

  .image-5--smh {
    width: 172px;
    max-width: 232px;
    max-height: 226px;
    margin-top: -7px;
  }

  .image-3--smh {
    object-fit: fill;
    min-width: 140px;
    max-width: 77%;
    position: relative;
    top: -2px;
  }

  .image-12--smh {
    float: right;
    width: 175px;
    min-width: 83px;
    max-width: 126%;
    display: block;
    position: relative;
    top: 30px;
    left: -77px;
  }

  .image-11--smh {
    float: right;
    width: auto;
    min-width: 113px;
    max-width: 87%;
    display: block;
    position: relative;
    top: 30px;
    left: 60px;
  }

  .div-block-10-smh {
    flex: 0 auto;
    align-self: flex-start;
    width: 270px;
    height: 105px;
    padding-top: 0;
  }

  .row--smh {
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: 107px;
    display: flex;
  }

  .column-3--smh {
    flex-direction: row-reverse;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    position: static;
  }

  .column-4--smh {
    padding-left: 0;
    display: block;
    position: static;
  }

  .div-block--smh {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    display: flex;
  }

  .div-block-13--smh {
    width: 100%;
    height: 107px;
  }

  .section-5--smh {
    width: 100%;
    min-width: 112%;
    height: 112px;
    padding-top: 5px;
    position: relative;
    left: -5%;
    overflow: hidden;
  }

  .div-block-15 {
    flex-direction: row;
    justify-content: flex-start;
    max-height: 30px;
    padding-top: 0;
  }

  .contacticon {
    max-height: 28px;
  }

  .contacticon.email {
    max-width: 32px;
    max-height: 30px;
  }

  .container.seriesleftcol {
    align-self: stretch;
  }

  .container-2 {
    padding-left: 5px;
  }

  .serieslist {
    align-self: stretch;
    width: 100%;
    min-width: 350px;
  }

  .div-block-16 {
    display: none;
  }

  .column-5 {
    flex-direction: row-reverse;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .seriesblock {
    flex-direction: row;
    width: auto;
    min-width: 466px;
    max-width: 560px;
    height: auto;
  }

  .seriesblock.seriestelescoping {
    flex-direction: column;
    min-width: 470px;
    max-width: 470px;
  }

  .seriesblock.test {
    flex-direction: column;
    width: 97%;
    min-width: 466px;
  }

  .seriesrowcontainer {
    flex-direction: column;
    align-items: center;
    min-width: 510px;
  }

  .seriesimage {
    max-width: 100%;
  }

  .div-block-20 {
    flex: 0 auto;
  }

  .seriesmoredetails, .serieshidedetails {
    display: none;
  }

  .div-block-23 {
    align-self: center;
    width: 485px;
    min-width: 350px;
    max-width: 520px;
    margin-bottom: 14px;
    margin-right: 0;
    padding: 0 10px;
  }

  .div-block-24 {
    flex-direction: row;
  }

  .paragraph-7 {
    margin-right: 15px;
  }

  .sidebox {
    align-self: flex-end;
    max-width: 500px;
    margin-bottom: 12px;
    position: relative;
    left: auto;
    right: auto;
  }

  .div-block-25 {
    flex: 0 auto;
  }

  .container-3 {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-14 {
    letter-spacing: -1px;
    font-size: 18px;
  }

  .div-block-26 {
    align-items: center;
  }

  .email {
    max-height: 30px;
  }

  .textblock6 {
    font-size: 11px;
    display: none;
  }

  .div-block-30 {
    min-width: 140px;
    display: block;
    top: 164px;
  }

  .div-block-32 {
    align-self: center;
    width: 485px;
    max-width: 485px;
    margin-left: 0;
  }

  .div-block-10--smh {
    width: 488px;
  }

  .column-5--smh {
    flex-direction: row-reverse;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .div-block-prod {
    align-self: center;
    width: 485px;
    min-width: 350px;
    max-width: 520px;
    margin-bottom: 14px;
    margin-right: 0;
    padding: 0 10px;
  }

  .text-block-3-prod {
    padding-left: 0;
    font-size: 12px;
  }

  .section-5-home {
    height: 280px;
    padding-top: 5px;
    overflow: hidden;
  }

  .div-block-35 {
    background-color: #24242c00;
  }

  .button-3 {
    background-color: #3898ecbf;
    margin-top: 0;
  }

  .list-item {
    font-size: 16px;
  }

  .image-24 {
    width: 245px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 43px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .section-1 {
    justify-content: flex-start;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .left-1.column-1 {
    width: 98%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 10px;
  }

  .right-1.column-1 {
    width: 98%;
  }

  .footer-top-wrap {
    flex-direction: column;
    align-items: center;
    padding-bottom: 33px;
  }

  .wrap-3 {
    width: 90%;
  }

  .heading-5 {
    font-size: 19px;
  }

  .footer-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 200px;
    margin-top: 0;
    position: relative;
    left: auto;
    display: none;
  }

  .image-3 {
    width: 127.844px;
  }

  .list_hero {
    font-size: 14px;
  }

  .image-5 {
    position: relative;
    top: -76px;
    left: 0;
  }

  .image-6 {
    z-index: 1;
    width: 262px;
    height: 213px;
    margin-top: 0;
    top: 0;
    left: 11px;
  }

  .row {
    flex-direction: column;
  }

  .section-5 {
    background-position: 49% 0;
    width: 100%;
    height: 440px;
    position: static;
    box-shadow: inset 0 -20px 15px 11px #00000052;
  }

  .vehicle-select.pickup {
    width: 150px;
  }

  .div-block-5 {
    flex-flow: column wrap;
    align-content: flex-end;
    align-items: center;
  }

  .image-9 {
    width: 141px;
    position: relative;
    top: -3px;
  }

  .paragraph-5 {
    line-height: 14px;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .text-block-3 {
    line-height: 14px;
  }

  .heading-6 {
    text-align: center;
    font-size: 19px;
  }

  .heading-7 {
    font-size: 22px;
  }

  .nav-menu-2 {
    display: none;
  }

  .column-3 {
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .image-11 {
    vertical-align: top;
    width: 200px;
    display: block;
    position: relative;
    top: 21px;
    left: 40px;
  }

  .image-12 {
    width: 200px;
    position: static;
    top: 0;
    left: 0;
  }

  .div-block-12 {
    height: auto;
    display: block;
  }

  .div-block-13 {
    max-width: 336px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-8 {
    position: relative;
    top: -32px;
    left: -68%;
  }

  .column-4 {
    align-self: flex-end;
    height: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-5 {
    display: none;
  }

  .div-block-14 {
    height: 0;
    overflow: visible;
  }

  .image-6--smh {
    z-index: 1;
    width: 262px;
    height: 213px;
    display: none;
    top: -10px;
    left: 121px;
  }

  .image-5--smh {
    margin-right: 108px;
    display: none;
    top: 164px;
    left: -160px;
  }

  .image-3--smh {
    flex: 0 auto;
    align-self: flex-start;
    width: 127.844px;
    min-width: 148px;
    max-width: 100%;
    margin-top: -3px;
    margin-left: 11px;
    position: static;
  }

  .image-12--smh {
    display: none;
    top: 242px;
    left: -26px;
  }

  .image-11--smh {
    display: none;
    top: 62px;
    left: 8px;
  }

  .div-block-11--smh {
    height: 30.7344px;
    display: none;
  }

  .div-block-10-smh {
    flex: 0 auto;
    display: none;
  }

  .row--smh {
    height: 76px;
    display: flex;
    overflow: visible;
  }

  .column-3--smh {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .column-4--smh {
    flex: 1;
    height: 74px;
  }

  .div-block--smh {
    align-items: center;
    width: 122px;
    height: 59.8125px;
    display: flex;
  }

  .div-block-13--smh {
    height: 75px;
  }

  .section-5--smh {
    min-width: 100%;
    height: 79px;
    left: 0%;
  }

  .series {
    font-size: 25px;
    line-height: 27px;
  }

  .container {
    align-self: center;
  }

  .container.seriesleftcol {
    max-width: 350px;
    display: block;
  }

  .seriesvehicle {
    font-size: 13px;
    line-height: 14px;
  }

  .container-2 {
    margin-top: 5px;
    padding-left: 0;
  }

  .serieslist {
    flex-direction: column;
    align-items: flex-start;
    min-width: 226px;
    max-width: 440px;
    max-height: 317px;
  }

  .div-block-16 {
    width: 81%;
  }

  .column-5 {
    display: none;
  }

  .div-block-19 {
    object-fit: cover;
  }

  .seriesblock {
    flex-direction: column;
    justify-content: flex-start;
    min-width: 281px;
    max-width: 444px;
    height: auto;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .seriesblock.seriestelescoping {
    flex-direction: column;
    align-items: center;
    min-width: 228px;
    max-width: 464px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .seriesblock.test {
    object-fit: contain;
    flex-direction: column;
    align-items: center;
    width: 97vw;
    min-width: 97vw;
    max-width: 350px;
    height: auto;
  }

  .seriesimage {
    max-width: 85%;
    max-height: 210px;
    margin-left: auto;
    margin-right: auto;
  }

  .list {
    padding-left: 13px;
  }

  .list.margin {
    font-size: 13px;
  }

  .div-block-20 {
    display: none;
  }

  .text-block-8 {
    line-height: 14px;
  }

  .text-block-9 {
    color: var(--dodger-blue);
    text-align: center;
    margin-top: -5px;
    font-size: 12px;
  }

  .seriesmoredetails {
    cursor: pointer;
    flex-flow: column;
    align-self: center;
    align-items: center;
    margin-bottom: 5px;
    display: none;
  }

  .serieshidedetails {
    cursor: pointer;
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: none;
    position: static;
  }

  .div-block-23 {
    width: 98vw;
    min-width: 260px;
    max-width: 328px;
    margin-top: 8px;
  }

  .div-block-24 {
    flex-direction: column;
  }

  .sidebox {
    align-self: center;
  }

  .text-block-12 {
    font-size: 16px;
  }

  .series-2 {
    font-size: 25px;
    line-height: 27px;
  }

  .seriesvehicle-2 {
    font-size: 13px;
    line-height: 14px;
  }

  .text-block-13 {
    color: #3898ec;
    text-align: center;
    margin-top: -5px;
    font-size: 12px;
  }

  .text-span {
    display: none;
  }

  .div-block-31 {
    z-index: 1;
    width: 10px;
    height: 350px;
    position: absolute;
  }

  .text-block-15 {
    flex-direction: column;
    width: 10px;
    max-width: 10px;
  }

  .div-block-32 {
    width: 100vw;
    padding-left: 7px;
    padding-right: 7px;
  }

  .div-block-10--smh {
    float: none;
    width: 316px;
    height: auto;
  }

  .column-5--smh {
    display: none;
  }

  .header {
    background-size: auto;
    height: auto;
  }

  .grid-7 {
    grid-template-columns: 3fr .25fr 3fr;
    justify-content: space-between;
    display: flex;
  }

  .image-22 {
    padding-left: 0;
    padding-right: 10px;
  }

  .image-23 {
    padding-left: 10px;
    padding-right: 0;
  }

  .link-block {
    display: none;
  }

  .div-block-33 {
    align-self: center;
  }

  .div-block-prod {
    width: 98vw;
    min-width: 260px;
    max-width: 328px;
    margin-top: 8px;
  }

  .section-prod {
    justify-content: flex-start;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .text-block-3-prod {
    line-height: 14px;
  }

  .section-5-home {
    background-position: 49% 0;
    width: 100%;
    height: 440px;
    position: static;
    box-shadow: inset 0 -20px 15px 11px #00000052;
  }

  .div-block-35 {
    padding: 0;
  }

  .section-1-prod {
    justify-content: flex-start;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .list-item {
    font-size: 14px;
  }

  .div-block-36 {
    background-position: 0 0;
    background-size: cover;
  }

  .image-24 {
    width: 230px;
  }

  .cell-4 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .cell-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 66px;
  }
}

#w-node-_41ed1b9e-df60-38b0-2e76-dda0a1340d9e-f7ac86e6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365060-c4ac86e7 {
  grid-area: Area;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365063-c4ac86e7 {
  grid-area: Area-8;
}

#w-node-_32441a75-de53-9e17-bcc7-c15cdb8fbd51-c4ac86e7 {
  grid-area: Area-6;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365067-c4ac86e7 {
  grid-area: Area-7;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365069-c4ac86e7 {
  grid-area: Area-5;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c36506b-c4ac86e7 {
  grid-area: Area-4;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c36506d-c4ac86e7 {
  grid-area: Area-2;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365072-c4ac86e7 {
  grid-area: Area-3;
}

#w-node-_667f37ed-7008-7c09-6f55-da778ab47d47-c4ac86e7 {
  grid-area: Area-9;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650a4-c4ac86e7 {
  grid-area: Area-3;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650a6-c4ac86e7 {
  grid-area: Area-5;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650a8-c4ac86e7 {
  grid-area: Area-2;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650aa-c4ac86e7 {
  grid-area: Area;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650ac-c4ac86e7 {
  grid-area: Area-4;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650ae-c4ac86e7 {
  grid-area: Area-7;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650b0-c4ac86e7 {
  grid-area: Area-10;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650b2-c4ac86e7 {
  grid-area: Area-11;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650b4-c4ac86e7 {
  grid-area: Area-8;
}

#w-node-_19e1f152-fbcc-ce33-76a4-2ac9832f03c9-c4ac86e7 {
  grid-area: Area-6;
}

#w-node-_5ce19edb-a74c-1b42-7748-4988010aa8c7-c4ac86e7 {
  grid-area: Area-9;
}

#w-node-_83781812-5f90-2c30-5af9-b8700bae1684-c4ac86e7 {
  grid-area: Area-12;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650e0-c4ac86e7 {
  grid-area: Area;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650e6-c4ac86e7 {
  grid-area: Area-5;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650e8-c4ac86e7 {
  grid-area: Area-4;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650ea-c4ac86e7 {
  grid-area: Area-8;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650ee-c4ac86e7 {
  grid-area: Area-11;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650f0-c4ac86e7 {
  grid-area: Area-10;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650f2-c4ac86e7 {
  grid-area: Area-7;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650f4-c4ac86e7 {
  grid-area: Area-3;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650f6-c4ac86e7 {
  grid-area: Area-2;
}

#w-node-_9e2bc411-bd86-2284-8417-c501ce2d746e-c4ac86e7 {
  grid-area: Area-6;
}

#w-node-_06a9e005-f536-fca4-5d03-83c741bcd87f-c4ac86e7 {
  grid-area: Area-9;
}

#w-node-_99fa0bff-94fd-7e94-f30e-8194a91e107c-c4ac86e7 {
  grid-area: Area-12;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365120-c4ac86e7 {
  grid-area: Area-3;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365122-c4ac86e7 {
  grid-area: Area-8;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365124-c4ac86e7 {
  grid-area: Area-5;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365126-c4ac86e7 {
  grid-area: Area-2;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365128-c4ac86e7 {
  grid-area: Area;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c36512a-c4ac86e7 {
  grid-area: Area-7;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c36512c-c4ac86e7 {
  grid-area: Area-4;
}

#w-node-e036b1e9-6fbc-9092-c731-9d8a6180982b-c4ac86e7 {
  grid-area: Area-6;
}

#w-node-_8260c7f9-46b1-424c-5c30-6a755b3c4db6-c4ac86e7 {
  grid-area: Area-9;
}

#w-node-_329d1a3a-1f02-d59d-7847-df8e67de4f24-67de4f22 {
  grid-area: Area;
}

#w-node-_329d1a3a-1f02-d59d-7847-df8e67de4f25-67de4f22 {
  grid-area: Area-2;
}

#w-node-_329d1a3a-1f02-d59d-7847-df8e67de4f26-67de4f22 {
  grid-area: Area-3;
}

#w-node-_65e9d62a-e50e-35a0-4f57-ab63d217bb28-d217bb0d {
  grid-area: Area-2;
}

#w-node-_65e9d62a-e50e-35a0-4f57-ab63d217bb2a-d217bb0d {
  grid-area: Area;
}

#w-node-_65e9d62a-e50e-35a0-4f57-ab63d217bb2c-d217bb0d, #w-node-bfd937e9-d219-42aa-c903-aa38e3c03b5b-29ac86eb {
  grid-area: Area-3;
}

#w-node-_2ce57e6b-e1da-71a3-822a-7a560d932a0c-29ac86eb {
  grid-area: Area-2;
}

#w-node-d538b4c4-5e70-6e4e-a625-376af7c7b5ce-29ac86eb {
  grid-area: Area-5;
}

#w-node-_73286db1-08b9-204f-ca20-00816677e739-29ac86eb {
  grid-area: Area-8;
}

#w-node-_0c030fd7-29ae-ebb1-3303-cbce2649b980-29ac86eb {
  grid-area: Area-9;
}

#w-node-_62d2ceef-e752-1010-37fa-d9d41658edf6-29ac86eb {
  grid-area: Area-11;
}

#w-node-_9144bd30-8764-b050-d365-85a1e53f1228-29ac86eb {
  grid-area: Area-14;
}

#w-node-d0aa0fd5-53a7-3c9b-eae6-999f823697d7-29ac86eb {
  grid-area: Area;
}

#w-node-_06deaa7f-4ab6-c01d-3f4f-6d7a1bba7a01-29ac86eb {
  grid-area: Area-13;
}

#w-node-_7e77b7f6-75a2-aaef-e011-c3dcd3d53fab-29ac86eb {
  grid-area: Area-6;
}

#w-node-_168f4ecc-21c4-4da2-7d78-263c585a5251-29ac86eb {
  grid-area: Area-10;
}

#w-node-_73286db1-08b9-204f-ca20-00816677e737-29ac86eb {
  grid-area: Area-7;
}

#w-node-efe6c1f2-a379-c763-1564-957347ac3787-29ac86eb {
  grid-area: Area-4;
}

#w-node-_98242c92-85bd-9e9f-6308-eca8b41dc31c-29ac86eb {
  grid-area: Area-12;
}

#w-node-c8e7e2d4-e9cc-09a0-87e5-bce5f3397a3b-29ac86eb {
  grid-area: Area-15;
}

#w-node-_2396e0ba-7ba7-d979-0455-803738fdb6d6-29ac86eb {
  grid-area: Area-6;
}

#w-node-_27668e68-497d-83b8-281b-3da2c43af2f6-29ac86eb {
  grid-area: Area-9;
}

#w-node-c71ef2c9-0673-ef7a-4d8d-518ec97d3121-29ac86eb {
  grid-area: Area-12;
}

#w-node-_1fb411ed-cc0d-3eb1-c804-f5c8cd9c0de8-29ac86eb {
  grid-area: Area;
}

#w-node-_68cf65a7-2e31-5c6c-0ac5-9562a14c8a29-29ac86eb {
  grid-area: Area-2;
}

#w-node-_7d30e2cf-9c9d-1ea3-6007-96a9fcee314d-29ac86eb {
  grid-area: Area-4;
}

#w-node-_41b2a394-ba3a-bf6d-e6e6-c7e2e1658997-29ac86eb {
  grid-area: Area-3;
}

#w-node-c6866e6f-8eff-145d-cb53-b5fbebe5acbc-29ac86eb {
  grid-area: Area-5;
}

#w-node-d0224ddf-bbb9-88cf-f20d-836ec66392a8-29ac86eb {
  grid-area: Area-6;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365060-c4f92de0 {
  grid-area: Area;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365063-c4f92de0 {
  grid-area: Area-8;
}

#w-node-_32441a75-de53-9e17-bcc7-c15cdb8fbd51-c4f92de0 {
  grid-area: Area-6;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365067-c4f92de0 {
  grid-area: Area-7;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365069-c4f92de0 {
  grid-area: Area-5;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c36506b-c4f92de0 {
  grid-area: Area-4;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c36506d-c4f92de0 {
  grid-area: Area-2;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365072-c4f92de0 {
  grid-area: Area-3;
}

#w-node-_667f37ed-7008-7c09-6f55-da778ab47d47-c4f92de0 {
  grid-area: Area-9;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650a4-c4f92de0 {
  grid-area: Area-3;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650a6-c4f92de0 {
  grid-area: Area-5;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650a8-c4f92de0 {
  grid-area: Area-2;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650aa-c4f92de0 {
  grid-area: Area;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650ac-c4f92de0 {
  grid-area: Area-4;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650ae-c4f92de0 {
  grid-area: Area-7;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650b0-c4f92de0 {
  grid-area: Area-10;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650b2-c4f92de0 {
  grid-area: Area-11;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650b4-c4f92de0 {
  grid-area: Area-8;
}

#w-node-_19e1f152-fbcc-ce33-76a4-2ac9832f03c9-c4f92de0 {
  grid-area: Area-6;
}

#w-node-_5ce19edb-a74c-1b42-7748-4988010aa8c7-c4f92de0 {
  grid-area: Area-9;
}

#w-node-_83781812-5f90-2c30-5af9-b8700bae1684-c4f92de0 {
  grid-area: Area-12;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650e0-c4f92de0 {
  grid-area: Area;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650e6-c4f92de0 {
  grid-area: Area-5;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650e8-c4f92de0 {
  grid-area: Area-4;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650ea-c4f92de0 {
  grid-area: Area-8;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650ee-c4f92de0 {
  grid-area: Area-11;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650f0-c4f92de0 {
  grid-area: Area-10;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650f2-c4f92de0 {
  grid-area: Area-7;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650f4-c4f92de0 {
  grid-area: Area-3;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c3650f6-c4f92de0 {
  grid-area: Area-2;
}

#w-node-_9e2bc411-bd86-2284-8417-c501ce2d746e-c4f92de0 {
  grid-area: Area-6;
}

#w-node-_06a9e005-f536-fca4-5d03-83c741bcd87f-c4f92de0 {
  grid-area: Area-9;
}

#w-node-_99fa0bff-94fd-7e94-f30e-8194a91e107c-c4f92de0 {
  grid-area: Area-12;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365120-c4f92de0 {
  grid-area: Area-3;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365122-c4f92de0 {
  grid-area: Area-8;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365124-c4f92de0 {
  grid-area: Area-5;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365126-c4f92de0 {
  grid-area: Area-2;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c365128-c4f92de0 {
  grid-area: Area;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c36512a-c4f92de0 {
  grid-area: Area-7;
}

#w-node-_4ebe85ec-45ef-b581-ce8e-72ef2c36512c-c4f92de0 {
  grid-area: Area-4;
}

#w-node-e036b1e9-6fbc-9092-c731-9d8a6180982b-c4f92de0 {
  grid-area: Area-6;
}

#w-node-_8260c7f9-46b1-424c-5c30-6a755b3c4db6-c4f92de0 {
  grid-area: Area-9;
}

@media screen and (max-width: 767px) {
  #w-node-_41ed1b9e-df60-38b0-2e76-dda0a1340d9e-f7ac86e6 {
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_41ed1b9e-df60-38b0-2e76-dda0a1340d9e-f7ac86e6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_65e9d62a-e50e-35a0-4f57-ab63d217bb2a-d217bb0d {
    grid-area: Area;
  }
}
