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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar {
  background-color: #000;
  background-image: linear-gradient(#000, #00000030), url('../images/mesh.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-bottom: 5px solid #a32a29;
  box-shadow: 0 4px 5px #000000ab;
}

.nav-menu {
  color: #fff9f9;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100px;
  display: flex;
}

.container {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  display: flex;
}

.nav-link {
  color: #fff;
  margin-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.nav-link.w--current {
  color: #df0000;
}

.nav-link-2 {
  color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  display: flex;
}

.nav-link-2.w--current {
  color: #a32a29;
}

.nav-link-3 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.nav-cta {
  float: right;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: 0;
  height: 100px;
  display: flex;
}

.button {
  background-color: #a32a29;
  border-radius: 6px;
  padding: 13px 23px;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
}

.hero-section {
  border-bottom: 2px solid #a32a29;
  min-height: 500px;
  max-height: 700px;
  box-shadow: 0 2px 10px 3px #000000b3;
}

.slide {
  background-color: #000c;
  background-image: url('../images/crane-1.jpg'), linear-gradient(#0006, #0006);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.slider {
  min-height: 700px;
}

.slide-copy {
  background-color: #d4d4d400;
  width: 50%;
  min-height: 100px;
  margin-top: 25vh;
  margin-left: auto;
  margin-right: auto;
}

.slide-heading {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  font-family: Oswald, sans-serif;
  font-size: 5em;
  line-height: 4.5rem;
}

.slide-p {
  color: #fff;
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.slide-2 {
  background-color: #000c;
  background-image: linear-gradient(#0006, #0006), url('../images/crane-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-3 {
  background-color: #000c;
  background-image: linear-gradient(#0006, #0006), url('../images/rigging.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 79px 0 50px;
}

.paragraph {
  flex: 0 auto;
  align-self: auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.safety-section {
  background-color: #cecece00;
  background-image: url('../images/safety-image.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
  max-height: 800px;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #a32a29;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-2:hover {
  box-shadow: none;
  color: #000;
  background-color: #dedede;
  border-color: #0000;
}

.button-2:active {
  box-shadow: none;
  background-color: #f2f2f2;
}

.button-2:focus {
  outline-offset: 2px;
  outline: 2px solid #f2f2f2;
}

.heading_h4 {
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-family: Exo, sans-serif;
  font-size: 1.33rem;
  font-weight: 700;
  line-height: 1.3em;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin-bottom: 62px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.image {
  object-fit: contain;
  width: 100%;
}

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

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col.tablet-1-col.gap-small {
  margin-bottom: 55px;
}

.grid_2-col.gap-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: stretch;
}

.grid_2-col.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.image-ratio_3x2 {
  aspect-ratio: 3 / 2;
  border-radius: .5rem;
  position: relative;
  overflow: clip;
}

.safety-section-container {
  max-width: 1200px;
  min-height: 200px;
}

.hp-safety-page-headline {
  max-width: 600px;
  margin-top: 79px;
}

.paragraph-2 {
  color: #fff;
  margin-top: 26px;
  margin-bottom: 46px;
  font-size: 1rem;
  line-height: 1.4rem;
}

.hp-safety-headline {
  color: #fff;
  margin-top: 171px;
  font-family: Oswald, sans-serif;
  font-size: 2.3rem;
}

.heading {
  font-family: Exo, sans-serif;
  font-size: 2.5rem;
  line-height: 3.2rem;
}

.button-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #f2f2f2;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-3:hover {
  box-shadow: none;
  color: #000;
  background-color: #dedede;
  border-color: #0000;
}

.button-3:active {
  box-shadow: none;
  background-color: #f2f2f2;
}

.button-3:focus {
  outline-offset: 2px;
  outline: 2px solid #f2f2f2;
}

.button-3.is-secondary {
  color: #000;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #000;
}

.button-3.is-secondary:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 2px #000;
}

.button-3.is-secondary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #000;
}

.margin-bottom_none {
  margin-bottom: 0 !important;
}

.form_success-message {
  background-color: #f2f2f233;
  border: 1px solid #f2f2f2;
  border-radius: .5rem;
  padding: 2rem;
}

.form_error-message {
  background-color: #ff2b2b33;
  border: 1px solid #ff565666;
  border-radius: .25rem;
  margin-top: 1rem;
  padding: 1rem;
}

.icon {
  color: #000;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.footer-section {
  color: #000;
  background-color: #ebeaea;
  padding-top: 2rem;
  padding-bottom: 0;
  overflow: clip;
}

.footer-section.is-secondary {
  background-color: #fff;
}

.input_field {
  box-shadow: none;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #0000001a;
  border-radius: .25rem;
  height: auto;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.3;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1);
}

.input_field:hover {
  box-shadow: none;
  background-color: #fff;
  border-color: #0000001a;
}

.input_field:focus {
  outline-offset: 2px;
  border-color: #0000001a;
  outline: 2px solid #f2f2f2;
}

.input_field::placeholder {
  color: #0003;
}

.input_field.input_text-area {
  min-height: 7.5rem;
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.heading_h2 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-size: 2.37rem;
  font-weight: 500;
  line-height: 1.04em;
}

.form_error-message_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1280px;
  min-height: 50vh;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.input_label {
  z-index: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.display_inline-block {
  display: inline-block;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex_vertical.gap-medium {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.text-link {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  font-weight: 400;
  display: inline;
}

.text-link:hover {
  color: #0009;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link.is-secondary {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
}

.text-link.is-secondary:hover {
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.cell {
  border-right: 2px solid #000;
  justify-content: center;
  align-items: flex-end;
  padding-right: 35px;
}

.cell-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.container-4, .container-1200 {
  max-width: 1200px;
}

.quick-stack-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

.industries-section {
  padding-top: 65px;
  padding-bottom: 65px;
  box-shadow: 0 2px 10px 4px #000c;
}

.nav-container {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  display: flex;
}

.copyright-div {
  background-color: #000;
  padding-top: 11px;
  padding-bottom: 11px;
}

.paragraph-white {
  color: #fff;
  text-align: center;
  font-size: .8rem;
}

.slider-secondary {
  min-height: 500px;
  max-height: 500px;
}

.slide-safety-1 {
  background-color: #d4d4d400;
  width: 50%;
  min-height: 100px;
  margin-top: 12vh;
  margin-left: auto;
  margin-right: auto;
}

.container-960 {
  max-width: 960px;
}

.slide-heading-darker {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  font-family: Oswald, sans-serif;
  font-size: 5em;
  line-height: 4.5rem;
}

.slide-safety-2 {
  background-color: #000c;
  background-image: linear-gradient(#0006, #0006), url('../images/safety-image-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.safety-main-div {
  margin-top: 79px;
}

.slide-copy {
  background-color: #000c;
  background-image: linear-gradient(#0006, #0006), url('../images/safety-image-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  margin-top: 0;
}

.slide-safety-1a {
  background-color: #000c;
  background-image: linear-gradient(#0006, #0006), url('../images/safety-image-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  margin-top: 0;
}

.slide-hp-1 {
  background-color: #000c;
  background-image: linear-gradient(#0006, #0006), url('../images/crane-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
}

.slide-captions-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 25vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-hp-2 {
  background-color: #000c;
  background-image: linear-gradient(#0006, #0006), url('../images/crane-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
}

.slide-hp-3 {
  background-color: #000c;
  background-image: linear-gradient(#0006, #0006), url('../images/rigging.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
}

.slide-empl-1 {
  background-color: #000c;
  background-image: linear-gradient(#0006, #0006), url('../images/crane-1-secondary-page.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-empl2 {
  background-color: #000c;
  background-image: linear-gradient(#0006, #0006), url('../images/safety-image-2.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  width: 100%;
  margin-top: 0;
}

.slide-services-1 {
  background-color: #000c;
  background-image: linear-gradient(#0006, #0006), url('../images/crane-secondary-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-services-2 {
  background-color: #000c;
  background-image: linear-gradient(#0006, #0006), url('../images/rigging-secondary-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  margin-top: 0;
}

.serv-crane-section {
  border-top: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 32px;
  margin-bottom: 3rem;
  display: flex;
}

.serv-crane-section-copy {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.funnels-container {
  width: 100%;
  max-width: 1280px;
  margin: 41px auto 62px;
  padding-left: 0;
  padding-right: 0;
}

.funnels-section {
  padding-top: 45px;
  box-shadow: 0 2px 7px 5px #000c;
}

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

.quick-stack-4 {
  padding-left: 0;
}

.slide-services-3 {
  background-color: #000c;
  background-image: linear-gradient(#0006, #0006), url('../images/crane-train.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  margin-top: 0;
}

.stack-replacement {
  display: none;
}

.paragraph-list {
  flex: 0 auto;
  align-self: auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    width: 100%;
    padding-left: 0;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    background-color: #000;
    padding-left: 50px;
  }

  .hero-section {
    max-height: 500px;
  }

  .slider {
    min-height: 500px;
  }

  .slide-heading {
    font-size: 3.5em;
    line-height: 4rem;
  }

  .section-2 {
    padding-left: 25px;
    padding-right: 26px;
  }

  .safety-section {
    background-position: 50% 0;
    background-size: 1200px;
    min-height: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_2-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .safety-section-container {
    min-height: auto;
    padding-left: 26px;
    padding-right: 26px;
  }

  .hp-safety-page-headline {
    max-width: 400px;
    margin-top: 0;
  }

  .paragraph-2 {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .hp-safety-headline {
    margin-top: 31px;
    font-size: 2rem;
    line-height: 2.7rem;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .slide-safety-1 {
    width: 75%;
  }

  .slide-heading-darker {
    text-align: center;
    font-size: 3.5em;
    line-height: 4rem;
  }

  .slide-hp-1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/crane-1.jpg');
    background-size: auto, cover;
  }

  .slide-captions-div {
    width: 65%;
    margin-top: 5vh;
  }

  .serv-crane-section-copy {
    flex-flow: column;
  }

  .funnels-section {
    box-shadow: none;
  }

  .slide-services-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/crane-train.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .cell-3 {
    flex-flow: row;
  }

  .icon-2 {
    font-size: 3rem;
  }

  .menu-button {
    background-color: #c8c8c861;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-bottom: 2rem;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .serv-crane-section, .serv-crane-section-copy {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    min-height: 50%;
    max-height: 50%;
  }

  .slider {
    min-height: 60%;
  }

  .slide-heading {
    font-size: 2em;
    line-height: 2.5rem;
  }

  .slide-p {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack {
    box-sizing: border-box;
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    object-fit: fill;
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-right: auto;
    padding-top: 62px;
    padding-bottom: 62px;
    padding-left: 0;
    font-size: .9rem;
  }

  .paragraph {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 0;
    font-size: .9rem;
    line-height: 1.3rem;
    list-style-type: square;
    display: block;
  }

  .safety-section {
    background-position: 65% 0;
    background-size: 900px;
    min-height: 400px;
    max-height: 600px;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-2 {
    white-space: nowrap;
  }

  .header {
    display: block;
  }

  .paragraph-2 {
    display: none;
  }

  .hp-safety-headline {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading {
    padding-left: 0;
    padding-right: 20px;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .button-3 {
    white-space: nowrap;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .cell {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .cell-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .container-1200 {
    padding-left: 0;
  }

  .quick-stack-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .industries-section {
    font-size: 1.3rem;
  }

  .slider-secondary {
    min-height: 300px;
    max-height: 400px;
  }

  .slide-safety-1 {
    margin-top: 5vh;
  }

  .slide-heading-darker {
    margin-top: 0;
    font-size: 2em;
    line-height: 2.2rem;
  }

  .slide-safety-2 {
    background-image: linear-gradient(#00000078, #00000078), url('../images/safety-image-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-safety-1a {
    background-image: linear-gradient(#0006, #0006), url('../images/safety-image-2.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .slide-hp-1 {
    background-image: linear-gradient(#0303038c, #0303038c), url('../images/crane-1.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 800px;
  }

  .slide-captions-div {
    width: 85%;
    margin-top: 2vh;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .slide-hp-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/crane-2.jpg');
    background-size: auto, cover;
  }

  .slide-hp-3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/rigging.jpg');
    background-size: auto, cover;
  }

  .slide-services-3 {
    background-image: linear-gradient(#0006, #0006), url('../images/crane-train.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

  .image-2 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    padding-left: 0;
    display: block;
  }

  .stack-replacement {
    display: block;
  }

  .logo-main-section {
    padding-top: 54px;
    padding-left: 52px;
    padding-right: 52px;
  }

  .replacement-copy {
    padding-top: 23px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .list-item {
    list-style-type: square;
    display: flex;
  }

  .paragraph-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 33px;
    font-size: .9rem;
    line-height: 1.3rem;
    list-style-type: square;
    display: block;
  }

  .menu-button {
    color: #fff;
    background-color: #c8c8c800;
  }

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

#w-node-_4ab90137-5c10-1da2-772d-efbf1db7e46c-6cad4853 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_26662f2a-cc19-404e-855b-0702bb517b39-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fa8-6cad4853 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26662f2a-cc19-404e-855b-0702bb517b3e-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fad-6cad4853 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99791e8e-a878-cd38-d966-cbb597f8fd05-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fae-6cad4853, #w-node-_26662f2a-cc19-404e-855b-0702bb517b47-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fb5-6cad4853, #w-node-_0b7922de-f6d9-3525-713c-e8960557b717-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fba-6cad4853, #w-node-_0b7922de-f6d9-3525-713c-e8960557b71e-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fc1-6cad4853, #w-node-_0b7922de-f6d9-3525-713c-e8960557b717-bb517b35.w-node-be0b31d5-7d30-1d63-f70e-911670923107-6cad4853, #w-node-_0b7922de-f6d9-3525-713c-e8960557b71e-bb517b35.w-node-be0b31d5-7d30-1d63-f70e-91167092310c-6cad4853, #w-node-_99791e8e-a878-cd38-d966-cbb597f8fd05-bb517b35.w-node-be0b31d5-7d30-1d63-f70e-9116709230fd-6cad4853, #w-node-_26662f2a-cc19-404e-855b-0702bb517b47-bb517b35.w-node-be0b31d5-7d30-1d63-f70e-911670923102-6cad4853 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5d4e390-ada6-0673-3466-9a364698035d-6cad4853 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_2ff037a4-6a55-0a42-a7e7-331f70a70cef-523dbcd4.w-node-_81a02d8e-b351-c305-1978-28d84397c62c-4397c629, #w-node-_26662f2a-cc19-404e-855b-0702bb517b39-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fa8-6fe72cd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26662f2a-cc19-404e-855b-0702bb517b3e-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fad-6fe72cd9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99791e8e-a878-cd38-d966-cbb597f8fd05-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fae-6fe72cd9, #w-node-_26662f2a-cc19-404e-855b-0702bb517b47-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fb5-6fe72cd9, #w-node-_0b7922de-f6d9-3525-713c-e8960557b717-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fba-6fe72cd9, #w-node-_0b7922de-f6d9-3525-713c-e8960557b71e-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fc1-6fe72cd9, #w-node-_26662f2a-cc19-404e-855b-0702bb517b39-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fa8-2fceb570, #w-node-_26662f2a-cc19-404e-855b-0702bb517b39-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fa8-39357eaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_598a30de-7607-d00b-1859-ff6a57f91128-39357eaa, #w-node-b328556b-e9d7-fd6b-a55d-9961f4748078-39357eaa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0b7922de-f6d9-3525-713c-e8960557b717-bb517b35.w-node-_329009a8-3851-024a-0a16-3064ac99df91-39357eaa, #w-node-_0b7922de-f6d9-3525-713c-e8960557b71e-bb517b35.w-node-_329009a8-3851-024a-0a16-3064ac99df96-39357eaa, #w-node-_99791e8e-a878-cd38-d966-cbb597f8fd05-bb517b35.w-node-_329009a8-3851-024a-0a16-3064ac99df9b-39357eaa, #w-node-_26662f2a-cc19-404e-855b-0702bb517b47-bb517b35.w-node-_329009a8-3851-024a-0a16-3064ac99dfa0-39357eaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_26662f2a-cc19-404e-855b-0702bb517b39-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fa8-6cad4853 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2ff037a4-6a55-0a42-a7e7-331f70a70cef-523dbcd4.w-node-_81a02d8e-b351-c305-1978-28d84397c62c-4397c629 {
    order: 9999;
  }

  #w-node-_2ff037a4-6a55-0a42-a7e7-331f70a70cc7-523dbcd4.w-node-_81a02d8e-b351-c305-1978-28d84397c654-4397c629 {
    order: -9999;
  }

  #w-node-_26662f2a-cc19-404e-855b-0702bb517b39-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fa8-6fe72cd9, #w-node-_26662f2a-cc19-404e-855b-0702bb517b39-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fa8-2fceb570, #w-node-_26662f2a-cc19-404e-855b-0702bb517b39-bb517b35.w-node-_5ceb1a96-95dd-a675-7497-ab8c290e0fa8-39357eaa {
    grid-column: span 2 / span 2;
  }

  #w-node-_598a30de-7607-d00b-1859-ff6a57f91128-39357eaa, #w-node-b328556b-e9d7-fd6b-a55d-9961f4748078-39357eaa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ab90137-5c10-1da2-772d-efbf1db7e46c-6cad4853 {
    grid-template-rows: 61px;
    grid-template-columns: .5fr;
    display: none;
  }

  #w-node-_4ab90137-5c10-1da2-772d-efbf1db7e46d-6cad4853, #w-node-_4ab90137-5c10-1da2-772d-efbf1db7e46e-6cad4853 {
    grid-row: span 1 / span 1;
  }

  #w-node-f5d4e390-ada6-0673-3466-9a364698035d-6cad4853 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


