:root {
  --brand: #e21e7a;
}

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

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

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

.nav-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.section-contanier {
  width: 100%;
  max-width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.nav-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.hero {
  background-image: linear-gradient(#0009, #0003), linear-gradient(#0000008c, #0000008c), url('../images/Wallpaper.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.hero.short {
  height: 40vh;
}

.navbar-outer {
  z-index: 999;
  background-color: #181818;
  border-bottom: 1px solid #00000014;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-inner {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: #e6e7e8;
  text-align: center;
  text-transform: capitalize;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
}

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

.hero-text {
  color: #fff;
  max-width: 800px;
}

.paragraph-2 {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 400;
}

.nav-sep {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 10px;
  display: flex;
  position: relative;
}

.section-heading {
  text-align: left;
  width: 90%;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 2.6rem;
}

.section-heading.full {
  width: 100%;
}

.medium {
  background-color: #f6f7fb;
  padding-top: 50px;
  padding-bottom: 35px;
}

.medium.top {
  padding-top: 70px;
}

.flex-50 {
  display: flex;
}

.half-size {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.gentle {
  color: #6b7280;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.6rem;
}

.gentle.centre {
  text-align: center;
  line-height: 1.2rem;
}

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

.card-wrapper {
  height: 350px;
}

.card-wrapper.long {
  height: 450px;
}

.card {
  color: #333;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 14px #0003;
}

.card-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.card-content._40 {
  width: 40%;
}

.card-content._40.image.a {
  background-image: url('../images/CraneOp_with_warehouse_bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.card-content._40.image.b {
  background-image: url('../images/Trailer_with_warehouse_bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.card-content._60 {
  width: 60%;
}

.card-content.full {
  width: 100%;
}

.card-header {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 4rem;
}

.card-header.small {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.paragraph-5 {
  color: #666;
  font-weight: 500;
}

.text-card {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 85%;
  height: 80%;
  display: flex;
}

.card-ul {
  grid-column-gap: .4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 90%;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.card-li {
  padding-left: 1.15rem;
  position: relative;
}

.body {
  font-family: Inter, sans-serif;
}

.badge {
  background-color: #fbe0ed;
  border: 1px solid #f7c5dd;
  border-radius: 999px;
  display: inline-block;
}

.text-block-2 {
  color: #e21e7a;
  padding: .25rem .6rem;
  font-size: .8rem;
  font-weight: 600;
}

.card-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.card-buttons.spaced {
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .7rem 1rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.button.primary {
  background-color: var(--brand);
  color: #fff;
}

.button.white {
  color: #000;
}

.button.primary {
  color: #fff;
  background-color: #e21e7a;
}

.text.spaced {
  margin-left: 1rem;
}

.div-block-2 {
  flex-flow: column;
  display: flex;
}

.image-3 {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px #1018281f;
}

.service-card {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eef0f3;
  border-radius: 14px;
  height: 100%;
  padding: 1.5rem;
  box-shadow: 0 4px 14px #0000000a;
}

.about-cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.about-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--brand);
  background-color: #fce7f1;
  border-radius: 50%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 1rem auto;
  display: grid;
}

.code-embed {
  width: 22px;
  height: 22px;
}

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

.div-block-4, .div-block-5 {
  width: 100%;
}

.faq-card {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  margin-top: .5rem;
  margin-bottom: .5px;
  padding: .875rem;
}

.icon-heading {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-6 {
  padding-left: 10px;
}

.faq-qmark {
  color: var(--brand);
  background-color: #e61e6314;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: 16px;
  display: inline-flex;
}

.faq-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.spacer._50px {
  width: 20px;
  height: 50px;
}

.spacer._20px {
  width: 20px;
}

.contact-links {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fff;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-links:hover {
  color: #e6e7e8;
}

.link-2 {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.link-2:hover {
  color: #e6e7e8;
}

.footer {
  color: #fff;
  background-color: #181818;
  padding-top: 40px;
  padding-bottom: 10px;
}

.footer-block-left {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  display: flex;
}

.section-contanier-2 {
  width: 100%;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.social-media-icons-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.content-container {
  color: #fff;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-wrapper {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.form {
  position: relative;
}

.slogan {
  color: #fff;
  max-width: 265px;
}

.error-message {
  color: #e6e7e8;
  background-color: #0000;
  border: 1px solid #ffffff80;
}

.link-3 {
  color: #e6e7e8;
  text-decoration: none;
}

.text-block-3 {
  color: #fff;
}

.success-message {
  color: #e6e7e8;
  background-color: #0000;
  border: 1px solid #ffffff80;
}

.section-title-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.subscribe-form {
  width: 100%;
  margin-bottom: -5px;
}

.footer-link-underline {
  color: #e6e7e8;
  background-color: #fff;
  width: 100%;
  height: 2px;
  display: block;
}

.subscribe-button {
  color: #ffffff80;
  background-color: #0000;
  border: 1px solid #ffffff80;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.subscribe-button:hover {
  color: #e6e7e8;
}

.footer-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.newsletter-title {
  font-size: 48px;
}

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

.form-field {
  color: #e6e7e8;
  background-color: #0000;
  border: 1px solid #ffffff80;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  transition: border-color .2s;
}

.form-field:focus {
  border-color: #e6e7e8;
}

.form-field::placeholder {
  color: #ffffff80;
}

.link-4 {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.paragraph-7 {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 400;
}

.div-block-6 {
  flex-flow: column;
  display: flex;
}

.image-4 {
  width: 100%;
  height: 190px;
}

.fields {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.fields.spaced {
  margin-left: 1rem;
}

.text-block-4 {
  color: #e21e7a;
  padding: .25rem .6rem;
  font-size: .8rem;
  font-weight: 600;
}

.field {
  color: #6b7280;
  background-color: #f6f7fb;
  border: 1px solid #eaedf3;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: .85rem;
}

.badges {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  margin-top: 1rem;
  margin-left: 1rem;
  display: flex;
}

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

.grid-5._3x {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-5._3x.mobile-only {
  display: none;
}

.text-card-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

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

.text-block-5, .text-block-6 {
  color: #e21e7a;
  padding: .25rem .6rem;
  font-size: .8rem;
  font-weight: 600;
}

.faq-qmark-2 {
  color: #e21e7a;
  background-color: #e61e6314;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: 16px;
  display: inline-flex;
}

.text-block-7 {
  color: #fff;
}

.link-5 {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.link-5:hover {
  color: #e6e7e8;
}

.section-contanier-3 {
  width: 100%;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block {
  text-decoration: none;
}

.heading-2 {
  color: #333;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 180px;
}

.image-6 {
  width: 384px;
}

.nav-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.link-6 {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.link-7 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: #fff;
  background-color: #e21e7a;
  border: 1px #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: .7rem 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  width: 16px;
  height: 16px;
}

.text-block-8 {
  font-size: 15px;
}

.nav-underline {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

@media screen and (min-width: 1440px) {
  .nav-link {
    height: 100%;
  }

  .navbar-inner {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-sep {
    height: 10px;
  }

  .medium.top.nobot {
    padding-bottom: 0;
  }

  .medium.gap {
    padding-top: 4rem;
  }

  .flex-50 {
    display: flex;
  }

  .half-size {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-right: 10px;
    display: flex;
  }

  .gentle {
    font-weight: 400;
  }

  .card {
    color: #333;
    background-color: #fff;
    height: 100%;
  }

  .card-content._40.image.a {
    background-image: url('../images/CraneOp_with_warehouse_bg.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .card-content._40.image.b {
    background-image: url('../images/Trailer_with_warehouse_bg.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .button.white {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    flex-flow: column;
  }

  .footer {
    color: #fff;
    background-color: #333;
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .footer-block {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-5._3x {
    grid-template-rows: auto;
  }

  .link-7 {
    border-radius: 10px;
  }

  .nav-menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-underline.black {
    background-color: #000;
  }

  .div-block-8 {
    background-color: #000;
    width: 100%;
    height: 1px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-inner {
    justify-content: space-around;
    align-items: center;
  }

  .card-content._40.image.a {
    background-image: url('../images/CraneOp_with_warehouse_bg.jpg');
    background-position: 50%;
    background-size: cover;
  }

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

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

  .grid-5._3x {
    grid-template-columns: 1fr 1fr;
  }

  .icon-2, .icon-3 {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .flex-50 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .half-size {
    width: 100%;
  }

  .text-card {
    width: 90%;
    height: 90%;
  }

  .card-li {
    font-size: 12px;
    line-height: 14px;
  }

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

  .footer-link-wrapper {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
    display: flex;
    overflow: hidden;
  }

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

  .footer-link-underline {
    display: none;
  }

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

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

  .bold-text {
    font-size: 2rem;
  }

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

  .icon-3 {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .section-contanier._20top {
    margin-top: 20px;
  }

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

  .paragraph-2 {
    font-size: 12px;
    line-height: 16px;
  }

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

  .flex-50 {
    flex-flow: column;
  }

  .gentle {
    text-align: center;
  }

  .grid {
    display: none;
  }

  .card-wrapper.long {
    height: 500px;
  }

  .card-buttons.spaced {
    justify-content: center;
    align-items: center;
    margin-left: .5rem;
  }

  .text.spaced {
    margin-left: .5rem;
  }

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

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

  .div-block-4, .div-block-5 {
    text-align: center;
  }

  .icon-heading {
    grid-column-gap: .25rem;
  }

  .section-text {
    max-width: 300px;
  }

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

  .subscribe-form-wrapper {
    margin-top: 40px;
  }

  .footer-grid {
    grid-row-gap: 77px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2.25fr;
  }

  .fields.spaced {
    margin-left: .5rem;
  }

  .grid-5._3x {
    grid-template-columns: 1fr;
  }

  .grid-5._3x.mobile-only {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hideonphone {
    display: none;
  }

  .text-section {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

#w-node-c91e0d01-ae85-5c42-1590-531d8f8cfa92-51d6c674 {
  place-self: auto;
}

#w-node-c91e0d01-ae85-5c42-1590-531d8f8cfa95-51d6c674 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-c91e0d01-ae85-5c42-1590-531d8f8cfaa1-51d6c674, #w-node-c91e0d01-ae85-5c42-1590-531d8f8cfaae-51d6c674, #w-node-c91e0d01-ae85-5c42-1590-531d8f8cfac4-51d6c674 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d5870cc-d355-09bf-eb88-265b571d1af5-2c5fc260 {
  place-self: auto;
}

#w-node-_0d5870cc-d355-09bf-eb88-265b571d1af8-2c5fc260 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_0d5870cc-d355-09bf-eb88-265b571d1b04-2c5fc260, #w-node-_0d5870cc-d355-09bf-eb88-265b571d1b11-2c5fc260, #w-node-_0d5870cc-d355-09bf-eb88-265b571d1b1f-2c5fc260 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_4470df3e-a8a0-35c7-e7b6-59d43b2ab7ea-51d6c674 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


