@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp Solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 400";
  src: url('../fonts/fa-sharp-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6;
  src: url('../fonts/FA6-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 solid;
  src: url('../fonts/FA6-Solid.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 brands;
  src: url('../fonts/FA6-Brands.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arrow right solid;
  src: url('../fonts/arrow-right-solid.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --darker-blue: #015577;
  --white: #fff;
  --black: #333;
  --95-dark-blue: #015577f2;
  --95-white: #fffffff2;
  --blue: #046c9c;
  --third: #b3cdd9;
  --light-bluie: #e6f0f5;
  --95-blue: #046c9cf2;
  --90-white: #ffffffe6;
  --80-blue: #046c9ccc;
  --transparent: #fff0;
  --95-pale-blue: #b3cdd9f2;
  --pale-grey: #ddd;
}

.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-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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

.body {
  background-color: var(--darker-blue);
  color: var(--white);
  font-family: Sofia Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.banner-header {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 3px 3px #00000080;
  flex-direction: row;
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 75px;
  display: flex;
}

.p {
  width: 100%;
  margin-bottom: 10px;
}

.p.black {
  color: var(--black);
  font-weight: 400;
}

.p.black._0b {
  margin-bottom: 0;
}

.p.black._20b {
  margin-bottom: 20px;
}

.p._0b {
  margin-bottom: 0;
}

.p._20b {
  margin-bottom: 20px;
}

.p.bold {
  font-weight: 800;
}

.body-section {
  background-image: linear-gradient(to bottom, var(--95-dark-blue), var(--95-dark-blue)), url('../images/bg_218607106.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-section.blue {
  background-image: linear-gradient(to bottom, var(--95-white), var(--95-white)), url('../images/bg_218607106.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.body-section.white {
  border: 1px solid var(--blue);
  background-image: linear-gradient(to bottom, var(--95-white), var(--95-white)), url('../images/bg_218607106.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.body-div {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 50px;
}

.service-div {
  border-bottom: 1px solid var(--third);
  height: auto;
  padding-bottom: 30px;
}

.svs-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 400px;
  transition: all .2s;
  display: flex;
}

.svs-img:hover {
  box-shadow: 0 5px 10px #00000080;
}

.svs-img._2 {
  background-image: url('../images/Homepage-1st-image_1Homepage 1st image.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.svs-img._3 {
  background-image: url('../images/691A9340.CR2_.tiff-1_1691A9340.CR2_.tiff-1.webp');
  background-position: 50%;
  background-size: cover;
}

.svs-img._4 {
  background-image: url('../images/J900-2_1J900 (2).webp');
  background-position: 50%;
  background-size: cover;
}

.svs-img._1 {
  background-image: url('../images/N7-3_1N7 (3).webp');
}

.service-number {
  color: var(--third);
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 80px;
}

.service-box-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.service-header {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
}

.service-header.blue {
  color: var(--blue);
}

.service-text {
  color: var(--black);
  margin-bottom: 30px;
  font-weight: 400;
}

.service-paragraph {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 30px;
  display: flex;
}

.service-link {
  background-color: var(--darker-blue);
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: -10px;
  margin-right: -10px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: static;
  bottom: 10px;
  right: 10px;
}

.service-link:hover {
  transform: scale(1.2);
}

.img-text {
  color: var(--darker-blue);
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.img-text._20b {
  margin-bottom: 20px;
}

.img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  min-height: 400px;
  display: flex;
}

.img-div.home {
  background-image: url('../images/Banner-2.WEBP');
}

.img-div.about {
  background-image: url('../images/carp_1carp.webp');
}

.img-div.pm-crane {
  background-image: url('../images/691A9340.CR2_.tiff-1_1691A9340.CR2_.tiff-1.webp');
  background-position: 0%;
}

.img-div.hmf-crane {
  background-image: url('../images/getImage1_1getImage1.webp');
  background-position: 90%;
}

.img-div.crane {
  background-image: url('../images/N7-3_1N7 (3).webp');
  background-position: 0%;
}

.img-div.loler {
  background-image: url('../images/brstransport_1brstransport.webp');
}

.img-div.crane-maintenance {
  background-image: url('../images/J900-1_1J900 (1).webp');
}

.img-div.lorry-loader {
  background-image: url('../images/Homepage-1st-image_1Homepage 1st image.webp');
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 50px;
  display: flex;
}

.section-h1-wrapper._0t, .section-h1-wrapper.swap {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.right-side {
  flex: 0 auto;
  width: 45%;
}

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

.right-side._100 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.right-side.centred {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.instagram-live-feed {
  background-color: var(--white);
  width: 100%;
  margin-top: 40px;
}

.footer-col {
  width: 100%;
}

.footer-col.left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-list-items {
  padding-left: 0;
  list-style-type: none;
}

.footer-copy-text {
  color: var(--light-bluie);
  text-align: right;
  border-bottom: 1px #dfdfdf;
  width: 100%;
  max-width: 820px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.footer-link {
  color: var(--white);
  text-align: right;
  padding-top: 1px;
  padding-bottom: 0;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: var(--third);
}

.footer-link.w--current {
  color: var(--white);
}

.footer-link.left {
  text-align: left;
}

.footer-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.footer-section-title {
  margin-bottom: 20px;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.footer-section-title.white {
  text-transform: uppercase;
}

.footer-section {
  background-image: linear-gradient(to bottom, var(--95-blue), var(--95-blue)), url('../images/bg_218607106.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
}

.footer-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #a9a9a9;
  border-top: 1px solid #ffffff80;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-p {
  margin-bottom: 20px;
}

.footer-p.address {
  max-width: 160px;
  margin-bottom: 0;
  line-height: 26px;
}

.header-social-media {
  display: flex;
}

.full-width-image-section {
  background-image: linear-gradient(to right, #000000cf, #fff0), url('../images/ionut-vlad-idXQEOxhmvU-unsplash.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.full-width-image-section.para-img {
  background-image: url('../images/About-us-page-1_1About us page 1.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-full-width {
  background-color: var(--90-white);
  flex: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: 40px;
  box-shadow: 0 20px 20px -10px #000000e6;
}

.co-logo {
  filter: drop-shadow(2px 2px 2px #000000b3);
  width: 100%;
  margin-bottom: 20px;
}

.logo-link {
  width: auto;
}

.contact-div {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-section {
  z-index: 2;
  background-color: var(--80-blue);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 0 2px 4px #0003;
}

.h2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 60px;
  overflow: visible;
}

.h2.smaller {
  font-size: 60px;
  line-height: 55px;
}

.h2.blue {
  color: var(--blue);
}

.foot-div {
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.list-head {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.list-head.bullet-font-icon-2 {
  background-color: var(--transparent);
  margin-right: 10px;
  font-weight: 400;
}

.list-head.black {
  color: var(--black);
  font-weight: 400;
}

.comments {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.comment-column {
  border: 2px solid #c61f2f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420.009px;
  height: 685px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.comment-column._2 {
  border-style: solid;
  border-color: #ffffff40;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}

.bullet-font-icon-2 {
  background-color: var(--blue);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.timeline {
  color: var(--white);
  text-align: left;
  width: 100%;
}

.timeline._20b {
  margin-bottom: 20px;
}

.arrow {
  margin-top: 5px;
}

.top-link {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.font-awsome {
  color: var(--third);
  text-align: center;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--white);
  color: var(--white);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -30px 0 0 var(--white);
  color: var(--blue);
}

.hyperlink.blue {
  box-shadow: inset 0 -1px 0 0 var(--blue);
  color: var(--blue);
}

.hyperlink.blue:hover {
  box-shadow: inset 0 -30px 0 0 var(--blue);
  color: var(--white);
}

.hyperlink._10b {
  margin-bottom: 10px;
}

.content-section {
  background-image: linear-gradient(to bottom, var(--95-pale-blue), var(--95-pale-blue)), url('../images/bg_218607106.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.h3 {
  color: var(--darker-blue);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.h3-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  display: grid;
}

.list._3-row {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.list._3-row._30b {
  margin-bottom: 30px;
}

.list._3-row._1mob, .list._0b {
  margin-bottom: 0;
}

.list._2-row {
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.list._2-row._10b {
  margin-bottom: 10px;
}

.list._4-row {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.list._4-row._10b {
  margin-bottom: 10px;
}

.list._30b {
  margin-bottom: 30px;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.bullet-font-icon-4 {
  background-color: var(--third);
  color: var(--blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.buttons {
  background-color: var(--darker-blue);
  box-shadow: inset 0 0 0 0 var(--third), 0 0 0 1px var(--80-blue);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  height: auto;
  margin-right: 12px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: all .4s linear;
}

.buttons:hover {
  box-shadow: inset 200px 0 0 0 var(--third), 0 0 0 1px var(--80-blue);
  color: var(--darker-blue);
}

.buttons.blue {
  background-color: var(--blue);
  margin-right: 0;
}

.buttons.blue.w--current:hover {
  background-color: var(--black);
}

.buttons.black {
  background-color: var(--darker-blue);
  margin-left: 20px;
  margin-right: 0;
}

.buttons.black._0l {
  margin-left: 0;
}

.section {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 500;
  position: relative;
}

.section.cta {
  background-image: linear-gradient(to bottom, var(--80-blue), var(--80-blue)), url('../images/Homepage-bottom-2_1Homepage bottom 2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top-width: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-text {
  color: var(--light-bluie);
  margin-bottom: 10px;
}

.btn-group {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--blue);
  background-color: var(--blue);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--blue);
  color: var(--blue);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: var(--black);
  margin-right: 24px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--light-bluie);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  color: var(--darker-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
  font-weight: 500;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
  box-shadow: 0 2px 4px #0003;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: var(--blue);
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_title {
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--blue);
  color: var(--blue);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  color: var(--blue);
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: var(--80-blue);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  border: 2px solid var(--blue);
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--blue);
  color: var(--blue);
  background-color: #f5f5f5;
  font-weight: 500;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.form-white-bg {
  background-color: var(--80-blue);
  color: var(--black);
  border-radius: 7px;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding: 20px;
  display: flex;
}

.container-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2.z {
  flex-flow: row;
}

.contact-left {
  width: 30%;
}

.form {
  width: 100%;
}

.cta-text {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.hero-section {
  background-image: linear-gradient(#0006, #0006), url('../images/Banner-1.webp');
  background-position: 0 0, 50% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
}

.co-logo-link {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.top-text-links {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.banner-text {
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 3px 3px #00000080;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 30px;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
}

.top-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-lines-link {
  z-index: 100;
  background-color: var(--third);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 20px;
  padding: 8px 8px 6px;
  display: flex;
  position: relative;
}

.menu-line {
  background-color: var(--blue);
  width: 80%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 3px;
}

.menu-line._2 {
  width: 60%;
}

.menu-section {
  z-index: 200;
  background-image: linear-gradient(to bottom, var(--darker-blue), var(--darker-blue));
  outline-color: var(--third);
  outline-offset: -10px;
  outline-width: 2px;
  outline-style: solid;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.nav-bar {
  border-right: 5px solid var(--blue);
  background-color: var(--darker-blue);
}

.nav-links {
  border-bottom: 2px solid var(--80-blue);
  color: var(--third);
  width: 100%;
  padding: 15px 0;
  font-family: Sofia Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  transition: all .3s;
  overflow: hidden;
}

.nav-links:hover {
  border-left: 10px solid var(--third);
  color: var(--white);
  padding-left: 20px;
}

.nav-links.w--current {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
}

.nav-links._0b {
  border-bottom-width: 0;
}

.nav-links.small {
  border-left: 5px solid var(--transparent);
  width: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  font-size: 26px;
  line-height: 26px;
}

.nav-links.small:hover {
  border-left-color: var(--third);
}

.nav-links.small.last {
  border-bottom-width: 0;
}

.nav-links.smaller {
  border-left: 5px solid var(--transparent);
  width: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-size: 26px;
  line-height: 26px;
}

.nav-links.smaller:hover {
  border-left-color: var(--third);
}

.nav-links.smaller.last {
  border-bottom-width: 0;
}

.nav-links.medium {
  border-left: 5px solid var(--transparent);
  width: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 26px;
  line-height: 26px;
}

.nav-links.medium:hover {
  border-left-color: var(--third);
}

.nav-links.medium.last {
  border-bottom-width: 0;
}

.nav-contact {
  background-color: var(--darker-blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  min-width: 350px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.menu-address {
  color: var(--third);
  max-width: 240px;
  margin-top: 10px;
  font-weight: 400;
}

.menu-link {
  color: var(--third);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s;
}

.menu-link:hover {
  color: var(--white);
}

.h3-link {
  color: var(--darker-blue);
  font-weight: 800;
  text-decoration: none;
}

.underline {
  background-color: var(--third);
  width: 300px;
  height: 6px;
  margin-bottom: 30px;
}

.underline.blue {
  background-color: var(--blue);
}

.menu-div {
  z-index: 250;
  justify-content: space-between;
  align-items: center;
  width: 35%;
  height: 100%;
  display: flex;
  position: relative;
}

.close {
  color: var(--third);
  margin-top: 30px;
  margin-right: 30px;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close:hover {
  color: var(--white);
}

.footer-logo {
  filter: drop-shadow(2px 2px 2px #000000b3);
  width: 100%;
  max-width: 500px;
}

.footer-co-logo {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.side-links {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 200px;
  display: flex;
  position: fixed;
  inset: 25% 0% 0% auto;
}

.fa-social {
  border: 1px solid var(--third);
  background-color: var(--darker-blue);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  background-color: var(--blue);
  color: var(--third);
}

.fa-social.brand {
  font-family: "Fa Brands 400", sans-serif;
}

.manu-links {
  z-index: 20;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.logo-div {
  background-color: var(--blue);
  justify-content: space-around;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.thames-water, .rha, .pm, .palfinger, .fassi {
  width: 18%;
  max-width: 140px;
}

.citation {
  width: 18%;
  max-width: 100px;
}

.clocs {
  width: 18%;
  max-width: 140px;
}

.logo-slider {
  z-index: 1;
  background-color: #fffffe;
  height: 200px;
}

.workhomesafe {
  width: 18%;
  max-width: 200px;
}

.fors, .logistics, .brs {
  width: 18%;
  max-width: 140px;
}

.right-arrow-2 {
  display: none;
}

.allmi {
  width: 18%;
  max-width: 140px;
}

.slide-nav-2 {
  display: none;
}

.hmf, .constructionline, .crossrail {
  width: 18%;
  max-width: 140px;
}

.left-arrow-6 {
  display: none;
}

.cookies-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.bottom-map {
  background-image: url('../images/map.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 450px;
}

._156-section {
  background-image: linear-gradient(to bottom, var(--95-pale-blue), var(--95-pale-blue)), url('../images/bg_218607106.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.demo-container-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.services-box-text {
  background-color: var(--95-white);
  color: #046c9c;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  box-shadow: 0 0 5px #0006;
}

.services-box-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._3x1-gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.project1 {
  background-image: url('../images/J66-1_1J66 (1).webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 400px;
  text-decoration: none;
}

.project2 {
  background-image: url('../images/About-us-page-1_1About us page 1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 400px;
  text-decoration: none;
}

.project3 {
  background-image: url('../images/SEC-21_1SEC 21.webp');
  background-position: 70%;
  background-size: cover;
  border-radius: 20px;
  height: 400px;
  text-decoration: none;
}

.previous-div {
  text-decoration: none;
  transition: all .5s;
}

.previous-div:hover {
  transform: translate(0, -20px);
}

.projects-title {
  color: var(--blue);
  margin-bottom: 8px;
  font-weight: 500;
  text-decoration: none;
}

.projects-icon {
  margin-right: 3px;
  font-family: "Fa Solid 900", sans-serif;
}

._3-box-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 250px;
  transition: all .4s;
  display: flex;
}

._3-box-img:hover {
  transform: translate(0, -10px);
  box-shadow: 0 6px 10px 2px #00000080;
}

._3-box-img.about-us {
  background-image: url('../images/About-us-page-1_1About us page 1.webp');
  background-position: 0%;
}

._3-box-img.lorry {
  background-image: url('../images/lorry-crane-5-large_1lorry-crane-5-large.webp');
  background-position: 50% 100%;
}

._3-box-img.projects {
  background-image: url('../images/S48-10_1S48 (10).webp');
  background-position: 50% 0;
}

._3-box-img.loader {
  background-image: url('../images/N7-3_1N7 (3).webp');
}

._3-box-img.parts {
  background-image: url('../images/controllers.webp');
}

._3-box-img.servicing {
  background-image: url('../images/About-us-page-1_1About us page 1.webp');
}

._3-box-img.training {
  background-image: url('../images/About-us-page-_-euro-6-page-_1About us page _ euro 6 page .webp');
}

._3-box-img.mobile {
  background-image: url('../images/Home-page-mid-section_1Home page mid section.webp');
}

.hmf-link {
  margin-right: 10px;
}

.hmf-logo {
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
}

.services-section {
  background-image: linear-gradient(to bottom, var(--95-dark-blue), var(--95-dark-blue)), url('../images/bg_218607106.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 0;
}

.home-top-section {
  z-index: 2;
  background-color: var(--80-blue);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 4px #0003;
}

.home-hero-section {
  background-image: linear-gradient(#0006, #0006), url('../images/Banner-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 300px;
  padding-bottom: 100px;
  display: flex;
}

.hero-text {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 3px #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 75px;
}

.h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

.h1-blue {
  color: var(--third);
}

.h2-dark {
  color: var(--darker-blue);
}

._4-boxes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

._4-boxes._0b {
  margin-bottom: 0;
}

.box-div {
  border: 2px solid var(--third);
  background-color: var(--white);
  padding: 30px;
}

.box-heading {
  color: var(--darker-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
}

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

._3-img-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

._3-img-div._0t {
  margin-top: 0;
}

._3-img-div._0b {
  margin-bottom: 0;
}

._3-img-div._10t {
  margin-top: 10px;
}

._3-img-div._50 {
  width: 50%;
}

.dropdown-toggle {
  z-index: 1;
  border-bottom: 2px solid var(--80-blue);
  color: var(--third);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 60px 15px 0;
  font-family: Sofia Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  border-left: 10px solid var(--third);
  color: var(--white);
  padding-left: 20px;
}

.dropdown-toggle.w--current {
  color: var(--white);
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.dropdown {
  width: 100%;
}

.icon {
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
  position: static;
  transform: rotate(-90deg);
}

.dropdown-links {
  border-bottom: 2px solid var(--80-blue);
  background-color: var(--95-dark-blue);
  color: var(--third);
  width: 100%;
  padding: 15px 0 15px 15px;
  font-family: Sofia Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  transition: all .3s;
}

.dropdown-links:hover {
  border-left: 10px solid var(--third);
  color: var(--white);
  padding-left: 20px;
}

.dropdown-links.w--current {
  color: var(--white);
}

.dropdown-list {
  background-color: var(--transparent);
  margin-top: -73px;
  margin-left: 100%;
}

.dropdown-list.w--open {
  padding-left: 5px;
}

.dropdown-list-2 {
  background-color: var(--transparent);
  margin-top: -73px;
  margin-left: 100%;
}

.dropdown-list-2.w--open {
  padding-left: 5px;
}

._3-boxes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

._3-boxes._0b {
  margin-bottom: 0;
}

._6-boxes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

._6-boxes._0b {
  margin-bottom: 0;
}

.areas-map {
  width: 49%;
}

._2-x-1-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}

._2-x-1-box._0b {
  margin-bottom: 0;
}

._3x1-boxes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

._3x1-boxes._0b {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

._1-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

._1-box._0b {
  grid-template-columns: 1fr;
  margin-bottom: 0;
}

.box-sub-heading {
  border-top: 1px solid var(--third);
  color: var(--darker-blue);
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.site-map-link {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  text-decoration: none;
}

.option {
  text-align: center;
  margin: 10px;
  display: inline-block;
}

.option:active {
  background-color: #ccccccb3;
}

.input {
  border: 1px solid #b9b9b9;
  border-radius: 20px;
  width: 98%;
  margin-left: 5px;
  margin-right: 5px;
}

.input.email {
  width: 98%;
}

.input._5t {
  margin-top: 5px;
}

.button-2 {
  background-color: var(--blue);
  color: #fff;
  border-radius: 40px;
  width: auto;
  margin-top: 10px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 600;
}

.button-2:hover {
  background-color: #015577;
}

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

.div-block-6 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-6._2 {
  padding-top: 10px;
}

.img {
  object-fit: cover;
  width: 100px;
  height: 100px;
  display: block;
}

.label {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.label:hover {
  background-color: #ccccccb3;
}

.form-group {
  background-color: var(--third);
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

._2x2-boxes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.instagram-feed, .testimonials-feed {
  width: 100%;
}

.new-dd-toggle {
  border-bottom: 2px solid var(--80-blue);
  color: var(--third);
  width: 100%;
  padding: 15px 0;
  font-family: Sofia Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  transition: all .3s;
  overflow: hidden;
}

.new-dd-toggle:hover {
  border-left: 10px solid var(--third);
  color: var(--white);
  padding-left: 20px;
}

.new-dd-toggle.w--current {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
}

.services-dd-list {
  background-color: var(--darker-blue);
  margin-left: 101%;
}

.services-dd-list.w--open {
  background-color: var(--darker-blue);
  margin-top: -95px;
}

.dd-icon {
  transform: rotate(-90deg);
}

.contact-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.areas-dd-list {
  background-color: var(--darker-blue);
  margin-left: 101%;
}

.areas-dd-list.w--open {
  background-color: var(--darker-blue);
  margin-top: -250px;
}

.part {
  width: 20%;
}

.form-container {
  background-color: var(--third);
  color: var(--darker-blue);
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.parts-form {
  color: var(--darker-blue);
}

.blog-dd-list {
  background-color: var(--darker-blue);
  margin-left: 101%;
}

.blog-dd-list.w--open {
  background-color: var(--darker-blue);
  margin-top: -180px;
}

@media screen and (min-width: 1920px) {
  .body-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .body-div {
    max-width: 1800px;
  }

  .service-grid {
    width: 100%;
  }

  .container-2 {
    max-width: 1800px;
  }

  .services-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .banner-header {
    flex-direction: column;
    font-size: 60px;
    line-height: 60px;
  }

  .body-section, .body-section.white {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .service-div {
    width: 100%;
  }

  .svs-img._2 {
    height: 375px;
  }

  .service-number {
    font-size: 60px;
    line-height: 60px;
  }

  .service-box-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .service-text {
    margin-bottom: 20px;
  }

  .service-paragraph {
    margin-left: 20px;
  }

  .img-text {
    width: 100%;
  }

  .img-div {
    width: 100%;
    min-height: 400px;
  }

  .img-div.home, .img-div.about, .img-div.pm-crane {
    margin-bottom: 0;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  .section-h1-wrapper._0t {
    flex-direction: column-reverse;
  }

  .section-h1-wrapper.swap {
    flex-flow: column;
  }

  .right-side, .right-side.content, .right-side._100, .right-side.centred {
    width: 100%;
  }

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

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .footer-copy {
    flex-direction: column;
    place-content: center;
    justify-items: stretch;
    display: flex;
  }

  .header-social-media {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .div-full-width, .contact-div {
    width: 100%;
  }

  .h2 {
    font-size: 60px;
  }

  .h2.smaller {
    font-size: 50px;
    line-height: 50px;
  }

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

  .top-link {
    font-size: 16px;
    display: flex;
  }

  .list._4-row {
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.cta {
    padding: 60px 20px;
  }

  .btn-group {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .btn-group._0b {
    margin-bottom: 0;
  }

  .form-white-bg {
    width: 100%;
    margin-top: 40px;
  }

  .container-2.z {
    flex-flow: column;
  }

  .contact-left {
    width: 100%;
  }

  .co-logo-link {
    max-width: 600px;
  }

  .top-text-links {
    display: flex;
  }

  .top-container {
    max-width: 600px;
  }

  .menu-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 0;
    overflow: auto;
  }

  .nav-bar {
    border-right-width: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nav-links {
    z-index: 0;
    background-color: var(--darker-blue);
    font-size: 25px;
    line-height: 25px;
  }

  .nav-links.w--current {
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-links.small {
    z-index: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 25px;
    line-height: 25px;
  }

  .nav-links.smaller {
    z-index: 1;
    font-size: 25px;
    line-height: 25px;
  }

  .nav-links.medium {
    z-index: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 25px;
    line-height: 25px;
  }

  .nav-contact {
    background-color: var(--transparent);
    border-left-width: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
    display: none;
  }

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

  .menu-div {
    width: 90%;
    height: auto;
  }

  .manu-links {
    margin-top: 10px;
  }

  .thames-water, .rha {
    max-width: 120px;
  }

  .logo-slider {
    height: 200px;
  }

  .brs {
    max-width: 120px;
  }

  .bottom-map {
    width: 100%;
    display: none;
  }

  ._156-section {
    clear: both;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: visible;
  }

  .demo-container-2 {
    clear: both;
    flex-flow: row;
    justify-content: center;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .services-div-block {
    grid-template-columns: 1fr 1fr;
  }

  ._3x1-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project1, .project2 {
    height: 250px;
    margin-bottom: 10px;
  }

  .project3 {
    height: 250px;
  }

  ._3-box-img {
    min-height: 200px;
  }

  .hmf-logo {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .services-section {
    padding-top: 40px;
  }

  .home-hero-section {
    padding-top: 180px;
    padding-bottom: 50px;
  }

  .hero-text {
    flex-direction: column;
    font-size: 60px;
    line-height: 60px;
  }

  .h1 {
    font-size: 60px;
  }

  ._4-boxes {
    grid-template-columns: 1fr 1fr;
  }

  .box-div {
    padding: 20px;
  }

  ._3-img-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._3-img-div._50 {
    width: 100%;
  }

  .dropdown-toggle {
    background-color: var(--darker-blue);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .dropdown-toggle.w--current {
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-links {
    background-color: var(--darker-blue);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .dropdown-links.w--current {
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  ._3-boxes {
    grid-template-columns: 1fr 1fr;
  }

  ._3-boxes._0b._1-row-mob, ._6-boxes {
    grid-template-columns: 1fr;
  }

  .areas-map {
    width: 100%;
  }

  ._2-x-1-box {
    grid-template-columns: 1fr 1fr;
  }

  ._3x1-boxes, ._3x1-boxes._0b {
    grid-template-columns: 1fr;
  }

  ._1-box {
    grid-template-columns: 1fr 1fr;
  }

  ._2x2-boxes {
    grid-template-columns: 1fr;
  }

  .new-dd-toggle {
    background-color: var(--darker-blue);
    font-size: 25px;
    line-height: 25px;
  }

  .new-dd-toggle.w--current {
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-dd-list {
    z-index: 1;
    margin-left: 0%;
  }

  .services-dd-list.w--open {
    margin-top: 57px;
    top: 0;
  }

  .areas-dd-list {
    z-index: 1;
    margin-left: 0%;
  }

  .areas-dd-list.w--open {
    margin-top: 57px;
    top: 0;
  }

  .blog-dd-list {
    z-index: 1;
    margin-left: 0%;
  }

  .blog-dd-list.w--open {
    margin-top: 57px;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    width: 95%;
    margin-top: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .body-section, .body-section.white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .service-number {
    font-size: 50px;
    line-height: 50px;
  }

  .service-header {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 50px;
  }

  .service-paragraph {
    margin-left: 10px;
  }

  .img-div {
    min-height: 300px;
  }

  .section-h1-wrapper.display-flex, .section-h1-wrapper._0t, .section-h1-wrapper.swap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

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

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

  .footer-link {
    text-align: center;
    padding-top: 0;
  }

  .footer-link.left {
    text-align: center;
  }

  .footer-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    place-items: center;
    padding-bottom: 30px;
  }

  .footer-section-title.white {
    text-align: center;
  }

  .footer-section {
    padding-top: 40px;
  }

  .footer-p {
    text-align: left;
  }

  .footer-p.address {
    text-align: center;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-social-media {
    justify-content: center;
  }

  .full-width-image-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-width-image-section.para-img {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-full-width {
    padding: 30px;
  }

  .co-logo {
    margin-bottom: 10px;
  }

  .contact-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .top-section {
    background-color: var(--blue);
    padding-left: 10px;
    position: static;
    top: 0%;
  }

  .h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .h2.smaller {
    font-size: 40px;
    line-height: 40px;
  }

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

  .timeline {
    text-align: left;
  }

  .top-link {
    font-size: 15px;
  }

  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3 {
    font-size: 30px;
    line-height: 34px;
  }

  .list._3-row {
    grid-template-columns: 1fr 1fr;
  }

  .list._3-row._1mob, .list._2-row, .list._4-row {
    grid-template-columns: 1fr;
  }

  .buttons {
    text-align: center;
  }

  .section.cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .btn-group {
    margin-bottom: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .hero-section {
    height: 250px;
  }

  .top-text-links {
    margin-left: 3px;
    margin-right: 3px;
  }

  .banner-text {
    width: 95%;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .top-container {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-lines-link {
    z-index: 10;
  }

  .menu-section {
    outline-color: var(--third);
    outline-offset: -10px;
    outline-width: 2px;
    outline-style: none;
  }

  .nav-links, .nav-links.small, .nav-links.smaller {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .nav-links.medium {
    font-size: 20px;
    line-height: 20px;
  }

  .underline {
    margin-bottom: 20px;
  }

  .footer-co-logo {
    text-align: left;
  }

  .fa-social {
    margin-right: 8px;
  }

  .manu-links {
    margin-top: 20px;
  }

  .logo-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .thames-water, .rha, .pm {
    width: 14%;
  }

  .citation {
    width: 13%;
  }

  .logo-slider {
    height: 150px;
  }

  .workhomesafe {
    width: 20%;
  }

  .fors {
    width: 17%;
  }

  .brs {
    width: 16%;
  }

  .hmf {
    width: 17%;
  }

  ._156-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .demo-container-2 {
    align-items: center;
    display: block;
  }

  .services-box-text {
    border-radius: 6px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 16px;
  }

  ._3x1-gallery {
    grid-template-columns: 1fr;
  }

  .project1 {
    margin-bottom: 0;
  }

  ._3-box-img {
    min-height: 150px;
  }

  ._3-box-img.mobile {
    border-radius: 10px;
  }

  .home-top-section {
    background-color: var(--blue);
    padding-left: 10px;
    position: static;
    top: 0%;
  }

  .home-hero-section {
    height: auto;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-text {
    width: 95%;
    margin-top: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .h1 {
    font-size: 50px;
    line-height: 50px;
  }

  ._4-boxes {
    grid-template-columns: 1fr;
  }

  ._3-img-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .dropdown-toggle, .dropdown-links {
    font-size: 24px;
    line-height: 24px;
  }

  ._2-x-1-box {
    grid-template-columns: 1fr;
  }

  .new-dd-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .areas-dd-list.w--open {
    margin-top: 43px;
  }

  .form-container {
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .banner-header {
    flex-direction: column;
    width: 90%;
    font-size: 40px;
    line-height: 44px;
  }

  .p.black {
    line-height: 26px;
  }

  .body-section {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-section.white {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-div {
    width: 85%;
  }

  .service-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .service-div {
    height: auto;
  }

  .svs-img, .svs-img._2 {
    height: 250px;
  }

  .service-number {
    margin-bottom: 0;
  }

  .service-box-wrapper {
    flex-direction: column;
    margin-top: 20px;
  }

  .service-header {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .service-text {
    margin-bottom: 10px;
  }

  .service-paragraph {
    margin-left: 0;
  }

  .img-text {
    font-size: 15px;
    line-height: 24px;
  }

  .img-div {
    min-height: 250px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .section-h1-wrapper.display-flex, .section-h1-wrapper.swap {
    margin-top: 20px;
  }

  .footer-col {
    width: 100%;
  }

  .footer-copy-text {
    line-height: 24px;
  }

  .footer-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    grid-template-columns: 1.25fr;
    padding-bottom: 20px;
  }

  .footer-section-title.white {
    margin-bottom: 0;
    font-size: 1.6em;
  }

  .footer-section {
    padding-top: 30px;
  }

  .footer-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .full-width-image-section.para-img {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-full-width {
    padding: 20px;
  }

  .co-logo {
    margin-bottom: 5px;
  }

  .logo-link {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .contact-div {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .top-section {
    flex-flow: column;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .h2.smaller {
    font-size: 30px;
    line-height: 32px;
  }

  .list-head {
    line-height: 26px;
  }

  .comment-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    display: grid;
  }

  .comment-column._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .bullet-font-icon-2 {
    flex: none;
  }

  .timeline {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .top-link {
    font-size: 18px;
  }

  .font-awsome {
    margin-right: 10px;
    font-size: 20px;
  }

  .content-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .list._3-row, .list._2-row, .list._4-row {
    grid-template-columns: 1fr;
  }

  .bullet-font-icon-4 {
    flex: none;
  }

  .buttons {
    min-width: 200px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .buttons.blue {
    width: auto;
  }

  .buttons.black {
    margin-top: 10px;
    margin-left: 0;
  }

  .section.cta {
    line-height: 32px;
  }

  .btn-group {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px auto auto 5px;
  }

  .form-white-bg {
    margin-top: 30px;
    padding: 10px;
  }

  .container-2 {
    width: 85%;
  }

  .container-2.z {
    width: 95%;
  }

  .cta-text {
    width: 100%;
  }

  .hero-section {
    height: 180px;
  }

  .co-logo-link {
    margin-bottom: 0;
  }

  .top-text-links {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .banner-text {
    width: 90%;
    margin-bottom: 10px;
  }

  .top-container {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-lines-link {
    margin-right: 0;
  }

  .menu-section {
    outline-color: var(--third);
    outline-offset: -10px;
    outline-width: 2px;
    outline-style: none;
  }

  .nav-links {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
  }

  .nav-links.small, .nav-links.smaller {
    padding-left: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .nav-links.medium {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .nav-contact {
    margin-top: 20px;
  }

  .underline {
    width: 100%;
  }

  .menu-div {
    width: 90%;
  }

  .side-links {
    top: 30%;
  }

  .logo-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-slider {
    height: 100px;
  }

  ._156-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .services-div-block {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .services-box-div {
    width: 100%;
    min-height: auto;
  }

  ._3x1-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project1, .project2, .project3 {
    height: 250px;
  }

  ._3-box-img:hover {
    transform: none;
  }

  .hmf-link {
    order: 1;
    margin-top: 10px;
    margin-right: 0;
  }

  .services-section {
    margin-top: 0;
    padding-top: 30px;
  }

  .home-top-section {
    flex-flow: column;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .home-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-text {
    flex-direction: column;
    width: 90%;
    font-size: 40px;
    line-height: 44px;
  }

  .h1 {
    font-size: 40px;
    line-height: 40px;
  }

  ._4-boxes {
    grid-template-columns: 1fr;
  }

  ._3-images {
    width: 100%;
  }

  ._3-img-div {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .dropdown-toggle, .dropdown-links {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
  }

  ._3-boxes, ._6-boxes, ._2-x-1-box, ._3x1-boxes, ._1-box {
    grid-template-columns: 1fr;
  }

  .input.email {
    margin-top: 20px;
  }

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

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

  .new-dd-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
  }

  .dd-icon {
    margin-right: 10px;
  }

  .areas-dd-list.w--open {
    margin-top: 54px;
  }

  .form-container {
    width: 99%;
    padding: 0;
  }

  .parts-form {
    width: 99%;
  }
}

#w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-5118a432, #w-node-f144fa74-7035-038d-61cc-54a3e89c38a7-5118a432, #w-node-_6eba55bf-997e-67b8-6385-042e8a8d2233-5118a432, #w-node-_3ee81e69-aa64-9f71-f0c3-601841aae282-5118a432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-5118a432 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-b08c0c07-f4aa-9124-912e-66f7b1ee2b12-b1ee2b0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b08c0c07-f4aa-9124-912e-66f7b1ee2b14-b1ee2b0f, #w-node-b08c0c07-f4aa-9124-912e-66f7b1ee2b29-b1ee2b0f {
  place-self: start;
}

#w-node-b08c0c07-f4aa-9124-912e-66f7b1ee2b3f-b1ee2b0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-7883cdd7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_12b843c6-912d-7b43-f9c1-a472416aad12-3d76c62f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c654-3d76c62f {
  place-self: start;
}

#w-node-_1e940b0a-1211-2880-edb3-72043d76c67b-3d76c62f, #w-node-_44f1cdcf-1fc0-07fc-4602-e695e760cae8-a278a224, #w-node-_5920329c-7680-182f-6565-e80486233021-a278a224, #w-node-d858407e-6689-850c-e947-3fd6cb1e9e26-a278a224, #w-node-_492990e5-aaa4-df73-42da-169dd39d0bf3-a278a224, #w-node-bf1d1ca5-0714-2d4a-1dee-da1a760aa103-8481eaa5, #w-node-bf1d1ca5-0714-2d4a-1dee-da1a760aa11c-8481eaa5, #w-node-bf1d1ca5-0714-2d4a-1dee-da1a760aa130-8481eaa5, #w-node-bf1d1ca5-0714-2d4a-1dee-da1a760aa14a-8481eaa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-8481eaa5, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-d3f665d8, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-abd7425c, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-48f847fb, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-0c7eca1b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_554702a7-137b-f436-ec48-5cef9be68fb0-378227c2, #w-node-_554702a7-137b-f436-ec48-5cef9be68fb5-378227c2, #w-node-_554702a7-137b-f436-ec48-5cef9be68fba-378227c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_554702a7-137b-f436-ec48-5cef9be68fbf-378227c2, #w-node-_359ec730-fefa-a05a-66b9-667937ac9ff8-378227c2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-7c02ea0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_38c70d5b-c0d8-0c54-b34a-3b5246fd2d0d-bf419278, #w-node-_38c70d5b-c0d8-0c54-b34a-3b5246fd2d12-bf419278, #w-node-_38c70d5b-c0d8-0c54-b34a-3b5246fd2d17-bf419278, #w-node-d6626832-ae75-7613-1027-2b221aca9b64-c0a21391, #w-node-_35fd287e-564d-67bf-f66c-7f8408586fa2-c0a21391, #w-node-ca713de4-4eae-ecf7-1ce0-8e9788af0380-c0a21391, #w-node-e77b82c9-6929-fd29-a24e-3549d251ec16-c3afc7ce, #w-node-e77b82c9-6929-fd29-a24e-3549d251ec1d-c3afc7ce, #w-node-e77b82c9-6929-fd29-a24e-3549d251ec24-c3afc7ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0835d714-1877-a7fe-696e-cc89250d643d-6f6d645c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0835d714-1877-a7fe-696e-cc89250d6444-6f6d645c, #w-node-_0835d714-1877-a7fe-696e-cc89250d644b-6f6d645c, #w-node-_931b3f49-ee3a-174f-c982-63e59433ed5b-ec63fa66, #w-node-_931b3f49-ee3a-174f-c982-63e59433ed66-ec63fa66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_931b3f49-ee3a-174f-c982-63e59433ed6b-ec63fa66 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c272594e-4b2a-4817-f20c-0cbaf8a72809-aa56e812, #w-node-b4359d31-738b-c62d-1b92-52f12bff4b67-aa56e812, #w-node-_357d933c-538f-a916-4a6f-28221fa5310f-aa56e812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2dcfdc0-7376-8439-488c-2812215528e8-aa56e812 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ad3eabd1-119d-fd74-9691-781da284ddb2-2435046f, #w-node-ad3eabd1-119d-fd74-9691-781da284ddb7-2435046f, #w-node-d9f58bf3-2ff4-c1e0-677a-3a729201aef1-146dc944, #w-node-_7d58e847-d789-e6c6-2937-69604404e81b-146dc944, #w-node-a44ce032-cab3-ffb0-be5c-5d2b78f555e3-146dc944 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12f600e3-e7d3-d0e1-e4fb-3e3d8c3386bf-146dc944 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d796a5a0-752a-acb7-3829-6f7599922ea2-fc45d18c, #w-node-d796a5a0-752a-acb7-3829-6f7599922ea7-fc45d18c, #w-node-d796a5a0-752a-acb7-3829-6f7599922eac-fc45d18c, #w-node-d796a5a0-752a-acb7-3829-6f7599922eb3-fc45d18c, #w-node-be8b44c4-6670-ccfd-a5b7-f6faaa17f380-1305f259, #w-node-be8b44c4-6670-ccfd-a5b7-f6faaa17f389-1305f259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be8b44c4-6670-ccfd-a5b7-f6faaa17f390-1305f259 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_53e4aa9c-df0c-b27d-eb33-6a9b7585cff9-f82adc2a, #w-node-_53e4aa9c-df0c-b27d-eb33-6a9b7585d000-f82adc2a, #w-node-_53e4aa9c-df0c-b27d-eb33-6a9b7585d007-f82adc2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-5118a432 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b08c0c07-f4aa-9124-912e-66f7b1ee2b36-b1ee2b0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b08c0c07-f4aa-9124-912e-66f7b1ee2b3f-b1ee2b0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c672-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c67b-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_554702a7-137b-f436-ec48-5cef9be68fb0-378227c2, #w-node-_554702a7-137b-f436-ec48-5cef9be68fb5-378227c2, #w-node-_554702a7-137b-f436-ec48-5cef9be68fba-378227c2, #w-node-_554702a7-137b-f436-ec48-5cef9be68fbf-378227c2, #w-node-_359ec730-fefa-a05a-66b9-667937ac9ff8-378227c2, #w-node-f2dcfdc0-7376-8439-488c-2812215528e8-aa56e812, #w-node-_12f600e3-e7d3-d0e1-e4fb-3e3d8c3386bf-146dc944, #w-node-d796a5a0-752a-acb7-3829-6f7599922eb3-fc45d18c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b08c0c07-f4aa-9124-912e-66f7b1ee2b12-b1ee2b0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b08c0c07-f4aa-9124-912e-66f7b1ee2b14-b1ee2b0f, #w-node-b08c0c07-f4aa-9124-912e-66f7b1ee2b29-b1ee2b0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_12b843c6-912d-7b43-f9c1-a472416aad12-3d76c62f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c654-3d76c62f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_0835d714-1877-a7fe-696e-cc89250d643d-6f6d645c, #w-node-_931b3f49-ee3a-174f-c982-63e59433ed5b-ec63fa66, #w-node-be8b44c4-6670-ccfd-a5b7-f6faaa17f390-1305f259, #w-node-_53e4aa9c-df0c-b27d-eb33-6a9b7585cff9-f82adc2a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-5118a432 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-b08c0c07-f4aa-9124-912e-66f7b1ee2b14-b1ee2b0f, #w-node-b08c0c07-f4aa-9124-912e-66f7b1ee2b29-b1ee2b0f {
    justify-self: start;
  }

  #w-node-b08c0c07-f4aa-9124-912e-66f7b1ee2b36-b1ee2b0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b08c0c07-f4aa-9124-912e-66f7b1ee2b3f-b1ee2b0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-7883cdd7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c654-3d76c62f {
    justify-self: start;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c672-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c67b-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-8481eaa5, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-d3f665d8, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-abd7425c, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-48f847fb, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-0c7eca1b, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-7c02ea0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arrow right solid';
  src: url('../fonts/arrow-right-solid.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}