:root {
  --primary-blue: #4353ff;
  --button-beige: #b7a889;
  --maroon-5: #6c313b;
  --bright-yellow: #f3d220;
  --gray: #707070;
  --background-beige: #b2a996;
}

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75em;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  transition: all .25s;
}

img {
  object-fit: cover;
  display: inline-block;
}

.style-guide-page-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.style-guide-element-description {
  color: #5e5e5e;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/Asphalt-Texture-01-Vol.2-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.style-guide-help-image {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.style-guide-swatches-wrap {
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.style-guide-swatch-wrap {
  flex: 1;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.style-guide-swatch {
  height: 60px;
  margin-bottom: 5px;
}

.style-guide-swatch.swatch---primary-blue {
  background-color: var(--primary-blue);
}

.style-guide-swatch.swatch---secondary-blue {
  background-color: #949dff;
}

.style-guide-swatch.swatch---accent {
  background-color: var(--button-beige);
}

.style-guide-section-wrap {
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.style-guide-help-wrap {
  width: 300px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-left: 40px;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.style-guide-elements-wrap {
  flex-direction: column;
  flex: 1;
}

.style-guide-help-heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.style-guide-title {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 54px;
}

.style-guide-individual-element {
  background-color: #333;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button {
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 20px 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  transition: all .25s;
}

.button.button-secondary {
  color: #3898eb;
  background-color: #fff;
}

.button.button-large {
  padding: 12px 20px;
  font-size: 18px;
}

.button.button-small {
  padding: 6px 12px;
  font-size: 12px;
}

.button.yellow-button {
  color: #252626;
  background-color: #f3d220;
}

.button.yellow-button:hover {
  background-color: var(--maroon-5);
  color: #fff;
}

.button.beige-button {
  background-color: #b7a889;
}

.button.beige-button:hover {
  background-color: var(--maroon-5);
}

.button.white-button {
  color: #252626;
  background-color: #fff;
}

.button.white-button:hover {
  background-color: var(--maroon-5);
  color: #fff;
}

.importantinfoaboutheadings-2 {
  flex-direction: column;
  display: flex;
}

.smaller-headings {
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.smaller-headings.maroon-text {
  color: #6c313b;
}

.brand_navibar {
  width: 350px;
  height: 100%;
  flex: none;
  position: relative;
}

.align-link_menu {
  flex-wrap: nowrap;
}

.container_navibar {
  max-width: 1640px;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
}

.align_navibar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.links_navibar {
  border-right: 1px solid var(--bright-yellow);
  text-align: center;
  text-transform: uppercase;
  flex: none;
  padding: .5rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}

.links_navibar:hover, .links_navibar.w--current {
  color: var(--maroon-5);
}

.links_navibar.lastlink_navibar {
  border-right-style: none;
}

.brand-img_navibar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-for-line-div_navibar {
  border-right: 1px solid var(--bright-yellow);
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.step-one-on_homepage {
  padding-left: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_hp1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.step-two-image {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: relative;
}

.step-two-image.homepage-image {
  width: 60%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0) 41%), url('../images/ReynoldsAsphaltOwner2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: auto;
}

._550_hp1 {
  z-index: 1;
  width: 60%;
  max-width: 40.625rem;
  background-color: #fff;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 200px;
  padding-right: 20px;
  position: relative;
}

.p_hp1 {
  max-width: 600px;
  margin-bottom: 30px;
}

._1600c {
  width: 100%;
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.heading-hiearchy {
  flex-direction: column-reverse;
  display: flex;
}

.margins-here_hp1 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
}

.cover-left-white {
  z-index: -1;
  height: 100%;
  background-color: #fff;
  margin-top: -50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_hp2 {
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

._550-holdsmaroon_hp2 {
  width: 100%;
  max-width: 550px;
  color: #fff;
  margin-right: auto;
  padding-top: 8.75rem;
  padding-bottom: 25rem;
  position: relative;
}

.image_hp2 {
  width: 100%;
  height: 38.75rem;
  margin-top: -20.625rem;
}

.marroon-accent {
  z-index: -1;
  width: 500%;
  background-color: var(--maroon-5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -350%;
  right: 0%;
}

.section_hp3 {
  background-color: #f7f7f7;
  padding: 120px 20px;
}

.grid_hp3 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
}

.heading-squares {
  width: 20px;
  height: 20px;
  background-color: #f3d220;
  margin-right: 10px;
  display: inline-block;
}

.square-with-heading {
  margin-bottom: 15px;
  display: flex;
}

.image_hp3 {
  width: 100%;
  height: 22.5rem;
  margin-top: 50px;
  margin-bottom: 50px;
}

.right-wrap_hp3 {
  background-color: var(--maroon-5);
  color: #fff;
  padding: 60px;
}

.image2_hp3 {
  width: 100%;
  height: 24.375rem;
  aspect-ratio: 1 / 1;
  margin-bottom: 40px;
}

.card-title_hp3 {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

.section_hp4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #b2a996 0%);
  padding: 70px 20px;
}

._1570c {
  width: 100%;
  max-width: 1570px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/homepage-bottom-road-cropped.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

._1570c._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/homepage-bottom-section-bg-Large.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

._900c {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.style-title_hp4 {
  text-transform: none;
  margin-bottom: 40px;
  font-size: 45px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
}

.section_footer {
  width: 100%;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Asphalt-Texture-01-Vol.2-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 2rem 1.25rem;
}

.copyright-text_footer {
  color: #939393;
  text-align: center;
  border-top: 3px solid #585858;
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 20px;
}

.brand_footer {
  width: 100%;
  max-width: 20rem;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brand_footer.hide.w--current {
  display: none;
}

.brand-img_footer {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
}

.brand-img_footer.hide {
  display: none;
}

.text_footer {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: inline;
}

.text_footer.link_footer {
  transition: all .25s;
}

.text_footer.link_footer:hover {
  color: var(--bright-yellow);
}

.lc-link {
  color: #939393;
}

.lc-link:hover {
  color: var(--bright-yellow);
}

.other-pagesheadings {
  width: 100%;
  background-color: var(--maroon-5);
  margin-left: auto;
  margin-right: auto;
  padding: 186px 20px;
  position: relative;
  overflow: hidden;
}

.other-pagesheadings.about {
  filter: grayscale();
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/about-header-Large.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.other-pagesheadings.newplants {
  filter: grayscale();
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/Overallc.webp');
  background-position: 0 0, 50% 34%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.other-pagesheadings.usedplants {
  filter: grayscale();
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/used-rebuild-banner.webp');
  background-position: 0 0, 50% 41%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.other-pagesheadings.parts {
  filter: grayscale();
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/Contr-truckScale.webp');
  background-position: 0 0, 50% 12%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.other-pagesheadings.consultingservices {
  filter: grayscale();
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/Assembly-silos4.webp');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
}

.other-pagesheadings.contact {
  filter: grayscale();
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/businessman-signing-contact-2022-11-11-18-28-50-utc-Large.webp');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
}

.other-pages-headings {
  color: #fff;
  text-align: center;
  flex-direction: column;
}

.mw821 {
  max-width: 821px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.right_ap1 {
  width: 100%;
  max-width: 550px;
  background-image: url('../images/ahern-animation-2.gif');
  background-position: 50%;
  background-size: cover;
  margin-left: auto;
}

.right_ap1.right_np1 {
  background-image: url('../images/ReynoldsAsphaltOwner3.webp');
}

.right_ap1.right-parts1 {
  min-height: 20rem;
  background-image: none;
  align-items: stretch;
  display: flex;
}

.right_ap1.right_cs1 {
  height: 100%;
  max-width: none;
  background-image: none;
}

.right_ap1.right_contact-page {
  height: 19.375rem;
  background-image: url('../images/ahern-us-animation.gif');
}

.left_ap1 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.left_ap1.left_contact-page {
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.left_ap1.left_parts-pg, .left_ap1.right_pc {
  padding-top: 40px;
  padding-bottom: 40px;
}

._1100 {
  width: 100%;
  max-width: 1100px;
  position: relative;
}

.section_ap1 {
  width: 100%;
  padding: 80px 20px 100px;
}

.section_ap1.section_np1 {
  background-color: var(--maroon-5);
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

._2itemsgrid-aboutpg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

._2itemsgrid-aboutpg.grid_pcpg, ._2itemsgrid-aboutpg.grid_pcpg2 {
  grid-row-gap: 0px;
}

.section_ap2 {
  width: 100%;
  background-image: linear-gradient(to bottom, var(--maroon-5) 65%, white 0%);
  color: #fff;
  text-align: center;
  padding: 120px 20px 100px;
}

.section_ap2.section_np2 {
  color: #252626;
  background-color: #f7f7f7;
  background-image: none;
  padding-top: 85px;
  padding-bottom: 85px;
}

.section_ap2.section_np3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Road1x.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 20px solid #fff;
  padding-top: 85px;
  padding-bottom: 85px;
}

.section_ap2.section_ure1 {
  color: #252626;
  background-image: linear-gradient(#fff 45%, #b2a996 0%);
  border-bottom: 20px solid #fff;
  padding-top: 100px;
  padding-bottom: 150px;
}

.img_ap2 {
  width: 100%;
  height: 550px;
  aspect-ratio: 16 / 9;
  object-position: 0% 50%;
}

.p_ap2._80b {
  margin-bottom: 80px;
}

._0b {
  margin-bottom: 0;
}

.grid_np2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid_np2.grid_ure {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: 0;
}

.lightbox_np2 {
  min-height: 20rem;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--gray);
  flex-direction: row;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox_np2.lightbox_urepg2 {
  border-style: none;
}

.lightbox_np2.butusedequippage {
  max-height: 20rem;
  min-height: 20rem;
  aspect-ratio: 1 / 1;
  border: 0 rgba(255, 255, 255, 0);
  flex: none;
}

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

.w1080 {
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.w1080.add-padding_np2 {
  margin-bottom: 70px;
}

.light-headings {
  font-size: 45px;
  font-weight: 400;
}

._720mw {
  max-width: 750px;
}

.videoplay {
  width: 100%;
  max-width: 750px;
  min-height: 29rem;
  aspect-ratio: 16 / 9;
  color: var(--maroon-5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px auto 60px;
  display: flex;
  position: relative;
}

.videoplay:hover {
  color: var(--bright-yellow);
}

.plabtn {
  width: 100px;
  height: 100px;
  background-color: #f7f7f7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.redarrow {
  width: 40%;
  height: 40%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 10%;
  right: 0%;
}

.video-tumbnail-img {
  width: 100%;
  height: 100%;
}

.slide-nav-2 {
  max-width: 5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image_slide {
  width: 100%;
  height: 100%;
  max-height: 30rem;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 10px;
}

.slider_partspg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

._2itemsgrid-contact-page {
  grid-column-gap: 5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.subtitle_hp3 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 20px;
}

.p2_hp3 {
  margin-bottom: 35px;
}

.wrap-sub-info_hp3 {
  display: flex;
}

.only-bullet {
  text-transform: uppercase;
  flex: none;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.keep-stacked {
  flex-direction: column;
  display: flex;
}

.form-block {
  align-items: center;
  margin-bottom: 0;
}

.name-phone-together_form {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.text-field-style_form {
  min-height: 5rem;
  border: 1px solid #707070;
  margin-bottom: 10px;
  padding: 1.563rem;
  font-family: poppins, sans-serif;
  font-weight: 500;
}

.text-field-style_form.messages_form {
  max-height: none;
  min-height: 8.75rem;
  margin-bottom: 1.875rem;
}

.form-subttext {
  color: #a0a0a0;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: poppins, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.checkbox-field {
  width: 50%;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkbox-label {
  color: #252626;
  flex: none;
  margin-bottom: -5px;
  margin-left: 10px;
  font-family: poppins, sans-serif;
  font-weight: 500;
  line-height: 1em;
}

.checkbox {
  width: 20px;
  height: 20px;
  flex: none;
  margin-top: 0;
}

.align-checkboxes {
  grid-template-rows: auto;
  margin-top: 10px;
  margin-bottom: 40px;
}

.indent-left {
  padding-left: 1.875rem;
}

._1130 {
  width: 100%;
  max-width: 1130px;
  position: relative;
}

.section-test {
  width: 100vw;
  height: 100vh;
  padding: 80px 20px;
}

.container1100-test {
  width: 100%;
  max-width: 1100px;
}

.moving-box {
  width: 100px;
  height: 100px;
  background-color: #7900b6;
  border-radius: 10px;
}

.moving-box.mb2 {
  background-color: #4f0077;
}

.moving-box.mb3 {
  background-color: #13001d;
}

.movingcircle {
  width: 300px;
  height: 300px;
  background-color: #ffae00;
  border-radius: 50%;
}

.navibar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navibar_menu.is-page-height-tablet {
  flex: 1;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.navibar_menu-button {
  padding: 0;
}

.navibar_component {
  width: 100%;
  min-height: 4.5rem;
  background-color: rgba(221, 221, 221, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 1rem;
  display: flex;
}

.align-middle-navlinks-3 {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.navibar_container {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
}

.navibar_logo-link {
  width: 100%;
  max-width: 23rem;
  padding: 0;
}

.image_liightbox {
  height: 100%;
}

.image_liightbox.butusedequippg, .image_liightbox.butnew {
  width: 100%;
}

.flexbox-use {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.flexbox-use.hide {
  display: none;
}

.image_utils {
  width: 100%;
  max-width: 25rem;
}

.text_utils {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.error-message {
  color: var(--maroon-5);
}

.error.error-message {
  width: 100%;
  min-height: .8rem;
  font-size: .8rem;
  line-height: 1em;
  display: none;
  position: absolute;
  top: -1rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.relativediv {
  position: relative;
}

.text-block-3 {
  white-space: nowrap;
}

.right_pc-page {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.slider-side_pc-page {
  display: flex;
}

.slide-nav-3 {
  max-width: 4rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.heading {
  font-size: 4rem;
}

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

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

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

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.gallery5_component {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

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

.gallery5_lightbox-link {
  width: 100%;
  height: 100%;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.gallery5_image-wrapper {
  width: 100%;
}

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

  h2 {
    font-size: 35px;
  }

  .utility-page-wrap {
    padding: 5vw;
  }

  .button {
    padding: 10px 13px;
  }

  .smaller-headings {
    letter-spacing: 0;
    font-size: 16px;
  }

  .brand_navibar {
    z-index: 999;
    aspect-ratio: auto;
  }

  .menu-btn_navibar {
    z-index: 9999;
    padding: 20px;
  }

  .menu-btn_navibar.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .align-link_menu {
    z-index: 9999;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 140px;
    display: flex;
  }

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

  .align_navibar {
    z-index: 1044;
    align-items: center;
  }

  .nav-menu {
    z-index: 2147483647;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  ._3lines_navibar {
    width: 28px;
    flex-direction: column;
    display: flex;
  }

  .line_navibar {
    width: 100%;
    height: 3px;
    background-color: var(--maroon-5);
    padding-bottom: 0;
    padding-right: 0;
  }

  .line_navibar.mid-line_navibar {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .links_navibar {
    border-right: 0 rgba(243, 210, 32, 0);
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    font-size: 1.25rem;
    display: block;
  }

  .links_navibar.w--current {
    color: var(--maroon-5);
  }

  .brand-img_navibar {
    object-position: 0% 50%;
  }

  .wrap-for-line-div_navibar {
    border-left: 1px #000;
    border-right-style: none;
    border-right-width: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .step-one-on_homepage {
    padding-left: 0;
    position: relative;
  }

  .step-two-image.homepage-image {
    width: 100%;
    height: auto;
    max-height: 25rem;
    min-height: 20rem;
    aspect-ratio: 16 / 9;
  }

  ._550_hp1 {
    width: 100%;
    max-width: none;
    padding: 5vw;
  }

  .p_hp1 {
    max-width: none;
    margin-bottom: 15px;
  }

  ._1600c {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .margins-here_hp1 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .cover-left-white {
    display: none;
  }

  .section_hp2 {
    z-index: 0;
    padding: 5vw;
    position: relative;
  }

  ._550-holdsmaroon_hp2 {
    z-index: 0;
    max-width: none;
    padding-top: 0;
    padding-bottom: 5vw;
    position: static;
  }

  .image_hp2 {
    z-index: 0;
    height: auto;
    max-height: 20rem;
    min-height: 15rem;
    margin-top: 0;
    position: static;
  }

  .marroon-accent {
    width: 100%;
    height: 65%;
    top: 0%;
    bottom: 0%;
    left: 0%;
  }

  .section_hp3 {
    padding: 5vw;
  }

  .grid_hp3 {
    grid-column-gap: 5vw;
    grid-row-gap: 0vw;
  }

  .heading-squares {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }

  .square-with-heading {
    align-items: center;
  }

  .image_hp3 {
    height: auto;
    max-height: 20rem;
    min-height: 15rem;
    margin-top: 0;
    margin-bottom: .938rem;
  }

  .right-wrap_hp3 {
    padding: 5vw;
  }

  .image2_hp3 {
    height: auto;
    min-height: 15rem;
    aspect-ratio: auto;
    margin-bottom: 5vw;
  }

  .card-title_hp3 {
    font-size: 35px;
  }

  .section_hp4 {
    padding: 5vw;
  }

  ._1570c {
    max-width: none;
    min-height: 15rem;
    justify-content: center;
    align-items: center;
    padding: 5vw;
    display: flex;
  }

  ._900c {
    max-width: none;
  }

  .style-title_hp4 {
    margin-bottom: 5vw;
    font-size: 35px;
  }

  .section_footer {
    padding: 10vw 5vw;
  }

  .copyright-text_footer {
    margin-top: 5vw;
    padding-top: 5vw;
  }

  .brand_footer {
    margin-bottom: 5vw;
  }

  .other-pagesheadings {
    width: auto;
    height: auto;
    max-width: none;
    min-height: 15rem;
    justify-content: center;
    align-items: center;
    padding: 5vw;
    display: flex;
  }

  .right_ap1 {
    max-width: none;
    min-height: 15rem;
  }

  .right_ap1.right_np1, .right_ap1.right_cs1 {
    min-height: 15rem;
  }

  .right_ap1.right_contact-page {
    height: auto;
    max-height: 20rem;
    min-height: 15rem;
  }

  .left_ap1 {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-right: 5vw;
  }

  .left_ap1.left_np1 {
    padding-right: 0;
  }

  .left_ap1.left_contact-page {
    flex-direction: column;
    align-items: stretch;
  }

  .left_ap1.left_parts-pg, .left_ap1.right_pc {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_ap1 {
    padding: 5vw;
  }

  .section_ap1.section_np1 {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  ._2itemsgrid-aboutpg {
    grid-column-gap: 5vw;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  ._2itemsgrid-aboutpg.grid_pcpg, ._2itemsgrid-aboutpg.grid_pcpg2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .section_ap2 {
    padding: 5vw 5vw 10vw;
  }

  .section_ap2.section_np2 {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section_ap2.section_np3 {
    border-bottom-width: 5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section_ap2.section_ure1 {
    background-image: none;
    border-bottom-style: none;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .img_ap2 {
    height: auto;
    max-height: 20rem;
    min-height: 15rem;
    object-position: 50% 30%;
  }

  .p_ap2._80b {
    margin-bottom: 5vw;
  }

  .grid_np2 {
    margin-top: 0;
  }

  .grid_np2.grid_ure {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }

  .lightbox_np2 {
    min-height: auto;
  }

  .lightbox_np2.lightbox_urepg2 {
    max-height: 20rem;
    min-height: 15rem;
  }

  .lightbox_np2.butusedequippage {
    height: auto;
    flex: none;
  }

  .w1080 {
    max-width: none;
  }

  .w1080.add-padding_np2 {
    margin-bottom: 5vw;
  }

  .light-headings {
    font-size: 40px;
  }

  .videoplay {
    max-width: none;
    min-height: 25rem;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .plabtn {
    width: 16.6667vw;
    height: 16.6667vw;
  }

  .redarrow {
    width: 40%;
    height: 40%;
  }

  .image_slide {
    max-height: none;
    min-height: auto;
  }

  .slider_partspg {
    height: 15rem;
  }

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

  .p2_hp3 {
    margin-bottom: 1.563rem;
    line-height: 1.5em;
  }

  .form-2 {
    justify-content: flex-end;
  }

  .name-phone-together_form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    display: flex;
  }

  .text-field-style_form {
    min-height: 3.5rem;
    flex: none;
  }

  .text-field-style_form.messages_form {
    margin-bottom: 15px;
  }

  .form-subttext {
    margin-top: 0;
  }

  .checkbox-field {
    width: auto;
  }

  .align-checkboxes {
    grid-column-gap: 0px;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-bottom: 15px;
  }

  .indent-left {
    padding-left: 0;
  }

  ._1130 {
    max-width: none;
    position: static;
  }

  .navibar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navibar_menu.is-page-height-tablet {
    height: 100dvh;
    z-index: 599999;
    height: 100dvh;
    margin-top: 0;
    padding-bottom: 10rem;
    transition: height .5s;
  }

  .navibar_menu-button {
    width: 48px;
    flex: none;
    align-self: stretch;
    align-items: flex-end;
    position: relative;
  }

  .navibar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: .39rem;
    margin-right: .5rem;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navibar_component {
    background-color: #fff;
    padding-left: 0;
    position: relative;
  }

  .menu-icon1_line-middle-2 {
    width: 24px;
    height: 2px;
    background-color: var(--maroon-5);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .align-middle-navlinks-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .navibar_container {
    flex: 1;
    align-items: flex-end;
    padding: 0;
  }

  .menu-icon1_line-bottom-2, .menu-icon1_line-top-2 {
    width: 24px;
    height: 2px;
    background-color: var(--maroon-5);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navibar_logo-link {
    max-width: 20rem;
    flex: none;
  }

  .image_liightbox.butusedequippg {
    width: auto;
    height: auto;
    flex: none;
  }

  .error.error-message {
    line-height: 1rem;
    position: relative;
    top: 0;
  }

  .nav-brand_image {
    padding: .1rem 1rem 1rem .5rem;
  }

  .lightbox_css {
    height: 50px;
  }

  .right_pc-page {
    padding-left: 5vw;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .brand_navibar {
    width: 300px;
  }

  .brand-img_navibar {
    object-fit: cover;
  }

  .step-two-image.homepage-image {
    height: 300px;
  }

  ._550_hp1 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  ._1600c {
    padding-left: 0;
    padding-right: 0;
  }

  .image_hp2 {
    max-height: 20rem;
    min-height: 15rem;
  }

  .section_hp3 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_hp3 {
    grid-column-gap: 0vw;
    grid-template-columns: 1fr;
  }

  .left-wrap_hp3 {
    padding-bottom: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-squares {
    flex: none;
  }

  .image_hp3 {
    aspect-ratio: auto;
  }

  .right-wrap_hp3 {
    flex-direction: column;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .image2_hp3 {
    max-height: 20rem;
    object-position: 50% 13%;
    flex: none;
  }

  .style-title_hp4 {
    font-size: 25px;
  }

  .brand_footer {
    max-width: 20rem;
  }

  .right_ap1 {
    max-height: 20px;
    aspect-ratio: 16 / 9;
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .right_ap1.right_np1 {
    max-height: 20rem;
    background-position: 50%;
  }

  .right_ap1.right-parts1 {
    max-height: 20rem;
  }

  .right_ap1.right_cs1 {
    max-height: 20rem;
    background-position: 50% 10%;
    flex: none;
  }

  .right_ap1.right_contact-page {
    background-position: 50%;
    flex: none;
  }

  .left_ap1 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .left_ap1.left_parts-pg, .left_ap1.right_pc {
    padding-top: 5vw;
  }

  ._2itemsgrid-aboutpg {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._2itemsgrid-aboutpg.grid_pcpg2 {
    flex-direction: column;
  }

  .grid_np2.grid_ure {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .lightbox_np2.lightbox_urepg2 {
    max-height: none;
    min-height: auto;
    aspect-ratio: 2.39 / 1;
  }

  .lightbox_np2.butusedequippage {
    max-height: 15rem;
    min-height: 15rem;
    aspect-ratio: 16 / 9;
    flex: none;
  }

  .videoplay {
    min-height: 18rem;
  }

  .slider_partspg {
    height: auto;
    max-height: 20rem;
    min-height: 15rem;
  }

  ._2itemsgrid-contact-page {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .only-bullet {
    margin-top: 0;
  }

  .form-2 {
    flex-direction: column;
    display: flex;
  }

  .name-phone-together_form {
    grid-template-rows: auto auto;
  }

  .align-checkboxes {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .navibar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navibar_component {
    min-height: 4rem;
  }

  .flexbox-use {
    grid-row-gap: 10px;
    flex-flow: column wrap;
  }

  .revrse-mobile_hp3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .right_pc-page {
    padding-top: 5vw;
    padding-left: 0;
  }

  .div-block-2 {
    padding-top: 5vw;
  }

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery5_component {
    grid-column-gap: .5rem;
  }

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 2rem;
  }

  .smaller-headings {
    white-space: normal;
  }

  .brand_navibar {
    flex: 0 auto;
  }

  .square-with-heading {
    flex-direction: row;
    align-items: flex-start;
  }

  .image2_hp3 {
    object-position: 50% 25%;
  }

  .brand_footer {
    max-width: 14rem;
  }

  .right_ap1 {
    background-position: 50%;
    background-size: cover;
    flex: none;
  }

  .right_ap1.right-parts1 {
    min-height: auto;
    align-items: flex-end;
  }

  .section_ap2 {
    background-image: linear-gradient(to bottom, var(--maroon-5) 85%, white 0%);
  }

  .lightbox_np2.butusedequippage {
    max-height: 8.5rem;
    min-height: 9rem;
  }

  .light-headings {
    font-size: 30px;
  }

  .videoplay {
    min-height: auto;
  }

  .slide-nav-2 {
    padding-top: 0;
  }

  .slider_partspg {
    height: 15rem;
    position: relative;
  }

  .name-phone-together_form {
    grid-template-rows: auto auto;
  }

  .align-checkboxes {
    grid-template-columns: 1fr;
  }

  .navibar_menu-button {
    align-items: flex-end;
  }

  .navibar_logo-link {
    width: auto;
    max-width: 12rem;
    padding-right: 1rem;
  }

  .this_specific_heading_gives_issues_on_mobile {
    white-space: break-spaces;
  }

  .image_liightbox.butusedequippg {
    height: auto;
  }

  .flexbox-use {
    flex-direction: column;
  }

  .nav-brand_image {
    max-width: 13rem;
  }

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

#w-node-_29531d4c-4128-3024-243f-1860f19e4b77-00476a97, #w-node-f44cbd9a-163e-4baa-13e7-bbc85504f0d1-00476a97, #w-node-b146bcda-dca5-ef3d-b228-8b0b3af61de2-d4311cf3, #w-node-b146bcda-dca5-ef3d-b228-8b0b3af61dee-d4311cf3, #w-node-_784b1338-a17d-a29f-1560-d136e81ee89c-5512dbbf, #w-node-_784b1338-a17d-a29f-1560-d136e81ee89f-5512dbbf, #w-node-_784b1338-a17d-a29f-1560-d136e81ee8a2-5512dbbf, #w-node-_784b1338-a17d-a29f-1560-d136e81ee8a6-5512dbbf, #w-node-_784b1338-a17d-a29f-1560-d136e81ee8a9-5512dbbf, #w-node-_784b1338-a17d-a29f-1560-d136e81ee8ac-5512dbbf, #w-node-_1f4c3b31-110f-ac7b-1b24-2ef7f0a8e817-5512dbbf, #w-node-_1f4c3b31-110f-ac7b-1b24-2ef7f0a8e81a-5512dbbf, #w-node-_1f4c3b31-110f-ac7b-1b24-2ef7f0a8e81d-5512dbbf, #w-node-db99d33c-fb56-1c0d-c367-7a84f4900f9d-5512dbbf, #w-node-db99d33c-fb56-1c0d-c367-7a84f4900fa0-5512dbbf, #w-node-db99d33c-fb56-1c0d-c367-7a84f4900fa3-5512dbbf, #w-node-_2c6e1a4d-65cb-998c-10db-0ecd4f5d3c85-5512dbbf, #w-node-_2c6e1a4d-65cb-998c-10db-0ecd4f5d3c88-5512dbbf, #w-node-_2c6e1a4d-65cb-998c-10db-0ecd4f5d3c8b-5512dbbf, #w-node-b146bcda-dca5-ef3d-b228-8b0b3af61de2-aee6a279, #w-node-b146bcda-dca5-ef3d-b228-8b0b3af61dee-aee6a279, #w-node-_5b7125a6-fbd8-c6b0-acff-2919c910c0ee-aee6a279, #w-node-b79f63b1-3136-fe00-3126-4c4dfae52b1c-aee6a279, #w-node-d3f9cd61-0bca-3a37-760c-d34430a0bd9b-aee6a279, #w-node-_657e674b-f0b0-3dc4-edb2-2f2d96c4c1b1-aee6a279, #w-node-ccead99e-dbd2-4ae8-11f7-50e5a3273a86-aee6a279, #w-node-_3d7f68cc-0516-4f88-4b48-20c3f6ab5de7-aee6a279, #w-node-_980b34be-8400-e09b-5cf9-9c311bffb46c-0b94616c, #w-node-b146bcda-dca5-ef3d-b228-8b0b3af61de2-691c4262, #w-node-b146bcda-dca5-ef3d-b228-8b0b3af61de2-c5531499, #w-node-b146bcda-dca5-ef3d-b228-8b0b3af61dee-c5531499, #w-node-_980b34be-8400-e09b-5cf9-9c311bffb46c-3fd95067, #w-node-_1d2a02a4-907d-cf53-4c90-ce5e4268166c-3fd95067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-db99d33c-fb56-1c0d-c367-7a84f4900f9c-5512dbbf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


