:root {
  --lv-orange: #f79530;
  --lv-dark-orange: #f15929;
  --lv-black: #201e1f;
  --lv-yellow: #fade2c;
  --articulat: articulat-cf, sans-serif;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #333;
  font-family: articulat-cf, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: articulat-cf, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: articulat-cf, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: articulat-cf, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: articulat-cf, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: articulat-cf, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

a {
  color: var(--lv-orange);
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

.form-block-2 {
  margin-left: auto;
  margin-right: auto;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  margin-top: 40px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.field-wrap {
  width: 80%;
}

.form-wrap {
  background-color: #fff0;
  border-radius: 16px;
  width: 45%;
  margin-top: 2px;
}

.form-2 {
  display: flex;
}

.text-field {
  border: 1px none var(--lv-orange);
  color: #323232;
  -webkit-text-stroke-color: #323232;
  border-radius: 5px 0 0 5px;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  transition: all .2s;
  overflow: visible;
}

.text-field:hover {
  border-width: 2px;
}

.text-field:active, .text-field:focus {
  border-width: 2px;
  border-color: #f55139;
}

.image-5 {
  text-align: left;
  max-width: 50%;
  display: block;
}

.text-block {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 31px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.success-message {
  background-color: #fff;
  border: 3px solid #f55139;
  border-radius: 20px;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.submit-button {
  background-color: var(--lv-orange);
  color: #fff;
  text-align: center;
  border-radius: 0 5px 5px 0;
  width: 25%;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button:hover {
  background-color: var(--lv-dark-orange);
}

.section-3 {
  width: 100%;
  height: 100vh;
  color: var(--lv-black);
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/LV-Construction-75.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #fff0;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.logo {
  width: 124px;
}

.navigation-menu {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #c8c8c800;
  flex-flow: row;
  align-items: center;
  display: flex;
  position: static;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-link {
  color: #fff;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: var(--lv-orange);
  position: static;
  transform: translate(0, -5px);
}

.navigation-link.w--current {
  color: #fff;
}

.navigation-link.w--current:hover {
  color: var(--lv-orange);
}

.navigation-link.gradient {
  background-image: linear-gradient(280deg, var(--lv-dark-orange), var(--lv-orange));
  border-radius: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navigation-link.gradient:hover {
  color: #fff;
}

.navigation-link.reduce-padding {
  padding-right: 10px;
}

.navigation-link.dark {
  color: var(--lv-black);
}

.navigation-link.dark:hover {
  color: var(--lv-orange);
}

.navigation-link.mob {
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  color: var(--lv-black);
  font-size: 18px;
}

.f-button-secondary {
  color: #0a1e3f;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb00;
  border-color: #0000;
}

.stats {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-icon.dark {
  color: var(--lv-black);
}

.div-block-188 {
  position: absolute;
  inset: 0% 0% auto;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle.white, .nav-dropdown-toggle.white:hover {
  color: #fff;
}

.brochure-button {
  min-height: 0;
  color: var(--lv-black);
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: flex-end;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition-property: none;
}

.brochure-button.new-colour {
  color: #fff;
  font-size: 16px;
}

.brochure-button.new-colour.dark {
  color: var(--lv-black);
}

.brochure-button.white {
  color: #fff;
  text-align: left;
  padding: 0;
}

.brochure-button.white.footer-brochure {
  font-weight: 400;
}

._5-wrap {
  padding-left: 0%;
  padding-right: 0%;
}

.h1 {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-wrap.new-colours {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.enquire-button {
  background-image: linear-gradient(272deg, var(--lv-orange), var(--lv-dark-orange));
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.enquire-button:hover {
  background-color: #ef9300;
  transform: translate(0, -5px);
}

.enquire-button.move {
  width: 40%;
  margin-top: 20px;
  margin-left: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.enquire-button.move.button {
  width: 17%;
  margin-left: 5%;
  padding-top: .5%;
  padding-bottom: .5%;
}

.hero-home {
  background-image: linear-gradient(#000000b8, #000000b8), url('../images/LV-Construction-37.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  display: flex;
}

.hero-home.img-chnage {
  z-index: 10;
  background-image: linear-gradient(#000000bf, #000000bf);
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.hero-home.img-chnage.colour-change {
  background-color: var(--lv-black);
  background-image: none;
  background-position: 0 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0%;
}

.hero-home.img-chnage.colour-change.vh {
  height: auto;
  padding-bottom: 41px;
}

.hero-home.img-change {
  background-image: linear-gradient(to bottom, null, null), url('../images/LV-Construction-77.jpg');
}

.hero-home.img-change.image-chang-2 {
  background-image: linear-gradient(#000000b8, #000000b8), url('../images/LV-Construction-1.jpg');
  background-size: auto, cover;
}

.hero-home.img-change.bg-ig-change {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/LV-Construction-77.jpg');
  background-position: 0 0, 50%;
  height: 100vh;
}

.hero-home.bg-img {
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/LV-Construction-68.jpg');
  background-position: 0 0, 50% 0;
  border: 1px #000;
  border-bottom-width: 4px;
  height: 100vh;
}

.text-block-4 {
  font-size: 16px;
  font-weight: 700;
}

.hero {
  margin-left: 0;
  display: block;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
}

.nav-dropdown-link:hover {
  color: var(--lv-orange);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--lv-orange);
  border-radius: 5px;
  outline: 2px #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--lv-orange);
}

.lv-section {
  width: auto;
  margin: 8% 10%;
  display: block;
}

.lv-section.bg-img {
  background-image: linear-gradient(90deg, #000 24%, #fff0), url('../images/LV-Construction-86.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 0% 5% 10%;
}

.lv-section.no-arg {
  margin-bottom: 0%;
}

.lv-section.section-up {
  margin-top: 3%;
}

.lv-section.pad-change {
  margin-top: 4%;
}

.lv-section.min0100vh {
  min-height: 60vh;
}

.text-block-6 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.f-container-regular {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-css {
  display: none;
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-logo-carousel {
  flex: none;
  justify-content: space-between;
  display: flex;
}

.div-block-189 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  display: grid;
}

.div-block-189.img-place {
  grid-template-rows: auto;
}

.div-block-189.left {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  place-items: center start;
}

.paragraph-128 {
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}

.default-img {
  max-width: 80%;
  position: relative;
}

.default-img.img-size {
  max-width: 80%;
}

.default-img.img-size-2 {
  max-width: 90%;
}

.default-img.shift {
  max-width: 100%;
}

.subheading {
  color: var(--lv-orange);
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.text-span {
  color: var(--lv-orange);
  line-height: 50px;
}

.heading-5 {
  margin-top: 0;
  line-height: 48px;
}

.card {
  color: #160042;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 10px 40px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.card.shawdow {
  background-color: var(--lv-black);
  width: 280px;
  box-shadow: 12px 10px 0 -1px var(--lv-dark-orange);
  padding-left: 40px;
  padding-right: 40px;
}

.card.shawdow._2 {
  box-shadow: 12px 10px 0 -1px var(--lv-orange);
}

.card.shawdow._3 {
  box-shadow: 12px 10px 0 -1px var(--lv-yellow);
}

.f-grid-three-column {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
}

.heading-6 {
  color: #fff;
  line-height: 20px;
}

.heading-7 {
  color: #fff;
}

.text-span-2 {
  color: var(--lv-orange);
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

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

.f-section-large-2 {
  padding: 20px 5%;
  position: relative;
}

.stat-block {
  background-color: var(--lv-orange);
  border-radius: 10px;
  padding: 10px;
  transition: all .4s;
}

.stat-block:hover {
  transform: translate(0, -5px);
  box-shadow: 0 2px 5px #0003;
}

.stat-block.hide {
  display: none;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-129, .paragraph-130, .paragraph-131 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 23px;
}

.text-block-8 {
  color: #fff;
  width: 80px;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.text-span-3 {
  color: var(--lv-orange);
}

.image-9 {
  width: 200px;
  margin-top: 13px;
  margin-bottom: 0;
  margin-right: 0;
}

.image-9.change-size {
  max-width: 50%;
}

.f-logo-group-2 {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.f-logo-cell-2 {
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 0;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-carousel-wrap-2 {
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-section-large-3 {
  padding: 5% 0% 0;
  position: relative;
}

.image-10 {
  max-width: 85%;
}

.image-11 {
  max-width: 70%;
}

.image-11.img-change {
  max-width: 85%;
}

.image-12 {
  max-width: 150%;
}

.image-13, .image-14, .image-15, .image-16 {
  max-width: 130%;
}

.image-17 {
  max-width: 120%;
}

.div-block-195 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-195.grid {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 10px;
  margin-bottom: 0;
  display: grid;
}

.div-block-197 {
  background-image: linear-gradient(189deg, black, #fff0 0%, var(--lv-black) 99%);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

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

.text-block-10 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-132 {
  color: #fff;
  margin-top: 10px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.div-block-201 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--lv-black);
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.paragraph-133 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 23px;
}

.text-block-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.div-block-202 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.image-19 {
  max-width: 13%;
}

.image-19.img-size {
  max-width: 5%;
  margin-right: 5px;
}

.div-block-203 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: flex;
}

.image-20 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  max-width: 30%;
  height: 30%;
  position: static;
}

.heading-11 {
  line-height: 48px;
}

.text-span-4 {
  color: var(--lv-orange);
}

.f-container-regular-9 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-span-5 {
  color: var(--lv-orange);
}

.div-block-207 {
  background-image: linear-gradient(94deg, var(--lv-black), #fff0), url('../images/6744b0aaaea72b8604da95ad_LV_Construction-75_-_flipped-transformed-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  height: 50vh;
  margin-bottom: 140px;
  margin-left: 0%;
  padding-top: 10%;
  padding-bottom: 0;
}

.heading-14 {
  color: #fff;
  margin-top: 0%;
  margin-bottom: 0;
  margin-left: 5%;
  padding-top: 0%;
  font-size: 45px;
  line-height: 55px;
}

.text-span-6 {
  color: var(--lv-orange);
}

.f-footer-link {
  color: #160042;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: #642eff;
}

.f-footer-regular {
  border-style: solid none none;
  border-width: 15px 4px 0;
  border-color: var(--lv-orange) black black;
  background-color: var(--lv-black);
  padding: 64px 10%;
  position: relative;
}

.f-margin-bottom-24 {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

.f-footer-title {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.f-footer-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  align-items: stretch;
  margin-top: 40px;
}

.f-footer-block {
  flex-direction: column;
}

.f-footer-bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-210 {
  background-color: var(--lv-orange);
  padding-bottom: 3px;
}

.text-block-15 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.div-block-116 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  display: flex;
}

.text-field-2 {
  border: 2px solid var(--lv-dark-orange);
  color: #fff;
  background-color: #fff0;
  border-radius: 5px 0 0 5px;
  height: 100%;
  margin-bottom: 0;
}

.submit-button-2 {
  background-color: var(--lv-orange);
  background-image: linear-gradient(270deg, var(--lv-yellow), var(--lv-orange) 49%, var(--lv-dark-orange));
  border-radius: 0 5px 5px 0;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
}

.success-message-2 {
  background-color: #ddd0;
  padding-left: 0;
}

.text-block-31 {
  color: #fff;
  text-align: left;
  line-height: 20px;
}

.text-span-7, .text-span-8, .text-span-9 {
  font-weight: 500;
}

.text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36, .text-block-37, .text-block-38, .text-block-40 {
  color: #fff;
  font-size: 16px;
}

.footer-tc-f20 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: all .5s;
}

.footer-tc-f20:hover {
  color: #ef9300;
}

.div-block-211 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image-29 {
  max-height: 20%;
}

.checkbox-label-5 {
  color: #fff;
}

.checkbox-label-5.form-check {
  color: var(--lv-black);
  margin-bottom: 0;
}

.checkbox-field-4 {
  margin-top: 20px;
}

.link {
  color: var(--lv-orange);
}

.div-block-212 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 99.9999%;
  margin-top: 40px;
  margin-right: 0;
  display: flex;
}

.image-30 {
  overflow: visible;
}

.section-header {
  align-items: flex-end;
  margin-top: 116px;
  margin-bottom: 32px;
  display: flex;
}

.section-header.move {
  margin-top: 0;
}

.slider-navigation-wrapper {
  margin-bottom: 4px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.slider-navigation {
  cursor: pointer;
  transition: opacity .2s;
}

.slider-navigation:hover {
  opacity: .7;
}

.slider-navigation.prev-slide {
  width: 50px;
  margin-right: 16px;
}

.slider-navigation.next-slide {
  width: 50px;
}

.pagination {
  color: #0f1324;
}

.slider-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #727272;
  flex: none;
  width: 30vw;
  height: 40vw;
  margin-right: 32px;
  transition: all .5s;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.slider-item:hover {
  transform: translate(0, -5px);
  box-shadow: 0 5px 7px #00000094;
}

.slider-list {
  display: flex;
}

.div-block-244 {
  opacity: .57;
  background-color: #0f1324;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-cover {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-31 {
  width: 25px;
}

.h3-project-title {
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 23px;
  padding-right: 23px;
  line-height: 2rem;
  position: relative;
}

.div-block-331 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pop-up-title {
  background-color: #ff9a00;
  justify-content: space-between;
  padding: 18px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.project-wrap {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.text-block-41 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.image-240 {
  width: 50px;
  position: absolute;
  inset: 7% auto auto;
}

.div-block-332 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  padding-left: 0;
  display: grid;
}

.div-block-333 {
  z-index: 100;
  width: auto;
  position: relative;
}

.image-241 {
  box-sizing: border-box;
  aspect-ratio: auto;
  max-width: 90%;
  position: static;
  overflow: clip;
}

.text-span-10 {
  color: var(--lv-orange);
}

.heading-249 {
  line-height: 48px;
}

.paragraph-135 {
  margin-bottom: 20px;
}

.text-span-11 {
  color: var(--lv-orange);
}

.hero-div {
  width: auto;
  padding-right: 50%;
}

.project-wrapper {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
  overflow: hidden;
}

.code-embed {
  color: #666;
}

.collection-item {
  min-width: 300px;
  height: 350px;
  color: var(--lv-black);
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-right: 59px;
  transition: all .4s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 12px 2px #0000001c;
}

.collection-item:hover {
  transform: translate(0, -5px);
}

.our-sectors {
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  display: flex;
  overflow: scroll;
}

.collection-list-wrapper {
  width: 70%;
}

.div-block-335 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.section-5 {
  margin-top: 10%;
  padding-left: 10%;
}

.text-span-12 {
  color: var(--lv-orange);
}

.paragraph-136 {
  margin-right: 60px;
}

.div-block-336 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 19px;
  display: block;
}

.heading-250 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.image-242 {
  width: 35px;
}

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

.article-cms-grid {
  grid-column-gap: 66px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 17px;
  height: 100%;
}

.collection-list-3 {
  height: 100%;
}

.article-individual {
  margin-bottom: 30px;
}

.article-individual:last-child {
  margin-bottom: 0;
}

.heading-252 {
  color: var(--lv-yellow);
  margin-top: 0;
  font-size: 90px;
}

.heading-253 {
  color: #fff;
  width: auto;
  font-size: 30px;
  font-style: italic;
  line-height: 40px;
}

.text-span-13 {
  color: var(--lv-orange);
}

.text-span-14 {
  color: var(--lv-dark-orange);
}

.text-block-42 {
  color: #fff;
  font-weight: 500;
}

.faq-question {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.paragraph-139 {
  width: auto;
}

.faq-plus {
  background-color: #ef9300;
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.div-block-135 {
  width: 800px;
}

.faq-plus-l {
  background-color: #ef9300;
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.faq-scroll {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: static;
  overflow: visible;
}

.faq-q-text {
  color: var(--lv-orange);
  font-size: 18px;
  font-weight: 700;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 16px;
}

.div-block-134 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-answer {
  border-bottom: 2px dashed var(--lv-orange);
  padding-left: 45px;
  overflow: hidden;
}

.text-span-22, .text-span-23 {
  color: var(--lv-orange);
}

.text-span-24 {
  color: var(--lv-orange);
  font-weight: 900;
}

.wrapper-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}

.scroll-line {
  background-color: #ccc;
  width: 100%;
  height: 3px;
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-4.sticky {
  max-width: none;
  margin-bottom: 20px;
  position: sticky;
  top: 25%;
  overflow: hidden;
}

.scroll-details {
  margin-bottom: 0;
}

.text-block-17 {
  font-size: 18px;
  font-weight: 700;
}

.scroll-indicator {
  border: 2px solid var(--lv-dark-orange);
  background-color: var(--lv-orange);
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.c-scroll-track {
  flex: none;
  width: 200vh;
  display: flex;
}

.c-scrolling-item {
  flex: none;
  width: 15%;
  min-width: 150px;
}

.c-scrolling-line {
  align-items: center;
  display: flex;
}

.scroll-item-header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4em;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: block;
}

.section.expand {
  width: 100%;
  height: 200vh;
}

.section.expand.hide {
  padding-left: 5%;
  display: none;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
}

.c-details {
  margin-bottom: 40px;
}

.text-span-25, .text-span-26 {
  color: var(--lv-orange);
}

.paragraph-141 {
  color: #fff;
  margin-bottom: 20px;
}

.text-span-27 {
  color: var(--lv-orange);
}

.text-span-28, .text-span-29, .text-span-30 {
  color: var(--lv-orange);
  font-weight: 700;
}

.container-5 {
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-container {
  flex: 1;
  position: sticky;
  top: 1px;
}

.section-header-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0;
}

.content-container {
  width: 100%;
  max-width: 700px;
  height: 500px;
  padding: 25px 20px;
  overflow: scroll;
}

.text-span-31 {
  color: var(--lv-orange);
}

.paragraph-142 {
  width: 90%;
  font-weight: 400;
}

.div-block-347 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  display: flex;
  box-shadow: 1px 1px 8px #00000047;
}

.image-249 {
  object-fit: contain;
  width: 130px;
  max-width: none;
}

.div-block-348 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center start;
  display: grid;
}

.div-block-348.align {
  margin-bottom: 15%;
}

.image-250 {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  height: 400px;
}

.image-250.sizing {
  max-width: 80%;
}

.text-span-32, .text-span-33 {
  color: var(--lv-orange);
}

.div-block-349 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--lv-black);
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3%;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
}

.div-block-349.padd {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 16px;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-350 {
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.heading-257 {
  color: #fff;
}

.text-span-34 {
  color: var(--lv-orange);
}

.image-251 {
  width: 110%;
  max-width: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.image-251.hide.size-change {
  border-radius: 0;
  width: 80%;
  margin-top: 0;
  margin-left: 50%;
  padding-top: 0;
  padding-left: 0;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 5px #0000;
}

.paragraph-143 {
  color: #fff;
  width: 90%;
  margin-bottom: 37px;
}

.paragraph-144 {
  font-size: 17px;
  font-weight: 500;
}

.text-span-35 {
  color: #fff0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--lv-orange);
  border: 1px #000;
}

.div-block-351 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: center;
  display: flex;
}

.image-252 {
  width: 35%;
  max-width: none;
}

.text-span-36 {
  color: var(--lv-orange);
}

.div-block-352 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-span-37 {
  color: var(--lv-orange);
}

.div-block-353 {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-253 {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  width: 20%;
  max-width: none;
}

.section-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.div-block-354 {
  background-color: var(--lv-black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.heading-258 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0%;
  padding-left: 0%;
  line-height: 48px;
  display: inline;
}

.heading-258.yellow {
  color: var(--lv-orange);
  margin-right: 10px;
}

.paragraph-145 {
  color: #fff;
  margin-top: 10px;
}

.div-block-355 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 100%;
  display: grid;
}

.div-block-356 {
  height: 100%;
  position: relative;
}

.div-block-357 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.image-254 {
  aspect-ratio: 3 / 2;
  vertical-align: baseline;
  border-radius: 10px;
}

.image-255 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  max-width: 100%;
}

.div-block-358 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-38 {
  color: var(--lv-orange);
}

.image-256 {
  max-width: 40%;
  display: block;
  overflow: clip;
}

.text-span-39 {
  color: var(--lv-orange);
}

.div-block-359 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-257 {
  max-width: 5%;
}

.paragraph-146 {
  margin-bottom: 0;
}

.paragraph-147 {
  margin-bottom: 20px;
}

.div-block-360 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/LV-Construction-96.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 55vh;
  padding-bottom: 3%;
  padding-left: 5%;
  display: flex;
}

.heading-259 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-148 {
  color: #fff;
  margin-top: 10px;
}

.div-block-361 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
  color: var(--lv-black);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.image-258 {
  aspect-ratio: 3 / 2;
  border-radius: 14px;
  width: 100%;
  max-width: none;
}

.paragraph-149 {
  text-align: left;
}

.next {
  border-color: var(--lv-dark-orange);
}

.text-block-43 {
  color: var(--lv-dark-orange);
  font-weight: 700;
}

.icon-2 {
  color: var(--lv-dark-orange);
}

.previous {
  border-color: var(--lv-dark-orange);
}

.text-block-44 {
  color: var(--lv-dark-orange);
  font-weight: 700;
}

.icon-3 {
  color: var(--lv-dark-orange);
}

.image-259, .img-259 {
  max-width: 10%;
}

.articles {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-260 {
  color: var(--lv-orange);
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-150 {
  color: #fff;
  margin-top: 20px;
}

.image-261 {
  max-width: 10%;
}

.text-span-40 {
  font-weight: 700;
}

.div-block-366 {
  background-color: var(--lv-black);
  border-radius: 11px;
  padding: 40px;
}

.div-block-367 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-368 {
  display: block;
}

.image-262 {
  max-width: 38%;
}

.image-262.ig-sixzing {
  max-width: 55%;
}

.image-262.size-change {
  width: 38%;
  max-width: 100%;
}

.heading-261 {
  line-height: 50px;
}

.text-span-41, .text-span-42, .text-span-43, .text-span-44 {
  color: var(--lv-orange);
}

.div-block-369 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 20px;
  display: flex;
}

.image-263 {
  max-width: 5%;
}

.submit-button-3 {
  background-color: #ef930000;
  background-image: linear-gradient(270deg, var(--lv-dark-orange), var(--lv-orange));
  color: #fff;
  border-radius: 20px;
  padding: 5px 40px;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.submit-button-3:hover {
  transform: translate(0, -5px);
}

.form-8 {
  width: 100%;
}

.text-block-45 {
  color: var(--lv-orange);
  line-height: 20px;
}

.text-field-large {
  border: 1px solid var(--lv-orange);
  height: 41px;
  min-height: auto;
  max-height: none;
  color: var(--lv-black);
  background-color: #fff0;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 0;
  font-size: 16px;
  overflow: auto;
}

.text-field-large:hover, .text-field-large:active, .text-field-large:focus {
  border-width: 2px;
  border-color: var(--lv-orange);
}

.text-field-3 {
  border: 1px solid var(--lv-orange);
  min-height: auto;
  color: var(--lv-black);
  background-color: #fff0;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 16px;
  transition: all .2s;
}

.text-field-3:hover {
  border-width: 2px;
}

.text-field-3:active {
  border-width: 2px;
  border-color: var(--lv-orange);
  background-color: #fff0;
}

.text-field-3:focus {
  border-width: 2px;
  border-color: var(--lv-orange);
}

.button-wrap-right {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.success-message-5 {
  background-color: #ddd0;
}

.div-block-370 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-371 {
  width: 45%;
}

.div-block-372 {
  width: 50%;
}

.text-span-46 {
  color: var(--lv-orange);
}

.checkbox-field-6 {
  margin-top: 10px;
  margin-bottom: 0;
}

.text-span-47 {
  color: var(--lv-orange);
}

.div-block-373 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--lv-black);
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.image-264 {
  max-width: 6%;
}

.text-block-46 {
  font-size: 16px;
  font-weight: 600;
}

.div-block-130 {
  box-sizing: border-box;
  color: #fff;
  background-color: #fff;
  align-self: center;
  width: 600px;
  margin-left: 0;
  padding: 48px;
  position: relative;
  left: -5%;
  box-shadow: 0 0 11px #0003;
}

.image-34 {
  z-index: 0;
  width: 670px;
  max-width: none;
  height: 450px;
  margin-left: 0%;
  position: relative;
  left: 5%;
}

.heading-299 {
  color: #0a1e3f;
}

.div-block-377 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-37 {
  width: 100px;
}

.div-block-132 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  margin-bottom: 40px;
  display: flex;
}

.text-span-19 {
  text-decoration: underline;
}

.text-span-20 {
  color: var(--lv-orange);
}

.paragraph-151 {
  color: #0a1e3f;
}

.link-3 {
  color: var(--lv-orange);
  font-weight: 600;
}

.faq-question-2 {
  cursor: pointer;
  align-items: center;
  height: 50px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.paragraph-152 {
  width: auto;
}

.text-span-48 {
  color: var(--lv-orange);
}

.div-block-378 {
  width: 800px;
}

.faq-scroller {
  z-index: 2;
  width: 100%;
  max-width: 900px;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
  overflow: scroll;
}

.div-block-379 {
  display: flex;
}

.faq-answer-2 {
  border-bottom: 4px dashed #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.faq-answer-2.last-faq-answer {
  border-bottom-width: 0;
}

.div-block-380 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--lv-orange);
  color: var(--lv-black);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.div-block-380:hover {
  color: var(--lv-orange);
  transform: translate(0, -5px);
  box-shadow: 0 2px 5px #00000030;
}

.image-265 {
  max-width: 10%;
}

.text-block-47 {
  font-size: 16px;
  text-decoration: none;
}

.div-block-381 {
  width: 100%;
  height: 100%;
  margin-right: 50%;
  position: relative;
}

.div-block-381.image-move {
  margin-right: 5%;
}

.image-266 {
  object-fit: cover;
  border-radius: 0;
  height: 70%;
}

.div-block-382 {
  background-color: #00000045;
  width: 100%;
  height: 100%;
}

.text-span-49 {
  color: var(--lv-orange);
}

.button-2 {
  background-color: #3898ec00;
  background-image: linear-gradient(315deg, var(--lv-dark-orange), var(--lv-orange) 91%, var(--lv-orange));
  border-radius: 20px;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 700;
}

.button-2.no-bg {
  background-image: none;
}

.div-block-383 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 20px;
  display: flex;
}

.text-span-50 {
  color: var(--lv-orange);
}

.div-block-166 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 107px;
  display: grid;
}

.benefit-blocks {
  background-color: var(--lv-black);
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 225px;
  transition: all .4s;
  display: flex;
}

.benefit-blocks:hover {
  background-color: var(--lv-orange);
  transform: translate(0, -16px);
  box-shadow: 1px 8px 5px #00000054;
}

.div-block-167 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-293 {
  display: flex;
}

.heading-280 {
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.heading-300 {
  margin-bottom: 40px;
}

.div-block-386 {
  border: 3px solid var(--lv-orange);
  border-radius: 13px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 20px;
  box-shadow: 4px 9px 9px #0003;
}

.button-3 {
  background-color: #3898ec00;
  background-image: linear-gradient(270deg, var(--lv-orange), var(--lv-dark-orange));
  border-radius: 20px;
  padding: 5px 40px;
  font-size: 16px;
  font-weight: 600;
}

.div-block-387 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-388 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--lv-dark-orange);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 20%;
  height: 40px;
  padding-left: 20px;
  display: flex;
}

.image-294 {
  max-width: 10%;
}

.image-294._2 {
  max-width: 13%;
}

.text-block-48 {
  color: #fff;
  margin-top: 5px;
  font-weight: 700;
}

.button-4 {
  background-color: #3898ec03;
  background-image: linear-gradient(90deg, var(--lv-dark-orange), var(--lv-orange));
  text-align: center;
  border-radius: 20px;
  max-width: 15%;
  font-size: 16px;
  font-weight: 700;
}

.content_collection-list {
  grid-row-gap: 31px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 19px;
  display: grid;
}

.project-page-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  overflow: visible;
}

.div-block-391 {
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 2px 5px #0000006b;
}

.div-block-105 {
  perspective: 1000px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 275px;
  height: 400px;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-105.ci2 {
  width: 275px;
  height: 400px;
  overflow: visible;
}

.blogimgwrap {
  transform-origin: 50% 0;
  background-color: #fff;
  border-radius: 13px;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 3px 14px -2px #0000007a;
}

.blogimgwrap.next {
  height: 70%;
  box-shadow: none;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-184 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-301 {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  display: inline-block;
}

.heading-301.main {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.blogtxt {
  flex-direction: column;
  justify-content: center;
  height: 30%;
  padding-left: 13px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.div-block-393 {
  background-color: var(--lv-dark-orange);
  width: 50%;
  height: 3%;
  margin-bottom: 8px;
}

.paragraph-153 {
  margin-top: 20px;
}

.div-block-394 {
  background-image: url('../images/LV-Construction-85.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 25vh;
}

.div-block-395 {
  border-radius: 20px;
  margin-top: 60px;
  padding: 20px;
  box-shadow: 0 1px 4px 2px #00000047;
}

.div-block-396 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.image-296 {
  max-width: 10%;
}

.text-block-51 {
  font-size: 16px;
  font-weight: 600;
}

.button-5 {
  background-color: #3898ec00;
  background-image: linear-gradient(270deg, var(--lv-orange), var(--lv-dark-orange));
  color: #fff;
  text-align: center;
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.heading-302 {
  border-bottom: 2px solid var(--lv-orange);
  text-align: left;
  padding-bottom: 0;
}

.project-left-wrap {
  height: 100%;
  position: relative;
}

.heading-303 {
  color: #fff;
  margin-top: 0%;
  margin-bottom: 40px;
  margin-left: 0%;
}

.section-9 {
  width: 80%;
  margin-top: 12%;
  margin-left: 10%;
  margin-right: 10%;
}

.div-block-149 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: auto;
  height: 450px;
  overflow: clip;
}

.collection-list-wrapper-5 {
  background-color: #8a61ff03;
  margin-top: 36px;
  overflow: visible;
}

.multi-img {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
  overflow: scroll;
}

.collection-item-7 {
  border-radius: 20px;
  width: 150px;
  height: 150px;
  margin-right: 18px;
}

.lightbox-link {
  border-radius: 20px;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

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

.div-block-150 {
  border-bottom: 2px solid var(--lv-orange);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0%;
  margin-bottom: 3%;
  padding-bottom: 2%;
  display: flex;
}

.div-block-400 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: flex-start;
  height: auto;
  margin-right: 59px;
  display: flex;
}

.cs-stats {
  display: flex;
}

.stat-text {
  white-space: nowrap;
  font-size: 16px;
}

.stat-text.primary {
  color: var(--lv-orange);
  margin-right: 5px;
  font-size: 16px;
  font-weight: 600;
}

.heading-273 {
  color: var(--lv-dark-orange);
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-154 {
  padding-bottom: 21px;
}

.paragraph-155 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-304 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-312 {
  text-align: left;
}

.text-block-53, .text-block-54, .text-block-55, .text-block-56, .text-block-57 {
  font-size: 16px;
}

.heading-322 {
  margin-bottom: 40px;
}

.text-span-51 {
  color: var(--lv-orange);
}

.rich-text-block-2 {
  font-size: 16px;
}

.rich-text-block-2.space {
  line-height: 28px;
}

.brochure-button-2 {
  color: #0a1e3f;
  text-align: left;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
  padding: 0;
  font-weight: 700;
  line-height: 20px;
  transition-property: none;
  display: block;
}

.brochure-button-2.footer-brochure {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.success-message-4 {
  background-color: #fff0;
}

.div-block-316 {
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 21px 0;
  display: flex;
  position: relative;
}

.form-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup {
  z-index: 9999;
  background-color: #0e0e0e52;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.text-field-4 {
  border: 1px solid var(--lv-black);
  color: #1f1e1e;
  border-radius: 7px;
}

.div-block-326 {
  background-color: var(--lv-orange);
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  padding: 14px;
  display: flex;
  box-shadow: 0 0 7px #0009;
}

.image-272 {
  width: 140px;
  margin-bottom: 21px;
}

.button-blue {
  background-color: var(--lv-orange);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 10px;
  margin-top: 27px;
  padding: 10px 60px;
  font-size: 16px;
  font-weight: 700;
  transition: all .4s;
  display: inline-block;
}

.button-blue:hover {
  background-color: var(--lv-dark-orange);
  transform: translate(0, -5px);
  box-shadow: 0 2px 5px #0003;
}

.cross {
  cursor: pointer;
  background-image: url('../images/cross.svg');
  background-position: 0 0;
  background-size: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 10% 1% auto auto;
  transform: rotate(180deg);
}

.cross.spopup {
  background-image: url('../images/cross-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  display: block;
  top: 2%;
  right: 2%;
}

.div-block-411 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-45 {
  width: 48%;
}

.div-block-413 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 17px;
  height: 50vh;
  margin-top: 40px;
}

.div-block-414 {
  background-color: var(--lv-orange);
  width: 20%;
  height: .5vh;
  color: var(--lv-orange);
}

.section-10 {
  margin-left: 10%;
  margin-right: 10%;
}

.text-block-58 {
  color: var(--lv-orange);
  margin-top: 4px;
  font-weight: 800;
  line-height: 15px;
}

.text-block-59 {
  color: var(--lv-orange);
  font-weight: 800;
}

.text-span-52 {
  color: var(--lv-orange);
}

.container-regular-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-21 {
  color: #fff;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}

.image-280 {
  max-width: 15%;
}

.image-280.svg-change {
  max-width: 18%;
}

.text-span-53 {
  color: #fff;
  text-align: right;
  font-weight: 600;
  text-decoration: none;
}

.heading-272 {
  color: #fff;
}

.paragraph-173 {
  color: #fff;
  font-weight: 500;
}

.div-block-145 {
  margin-left: 20px;
  margin-right: 20px;
}

.logo-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  width: 100%;
  max-width: none;
  margin-bottom: 5%;
}

.logo-card-gray {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f5f500;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 40vh;
  padding: 36px 24px;
  display: flex;
}

.logo-card-gray.bg-img-4 {
  background-color: #ef9300;
  background-image: linear-gradient(45deg, var(--lv-orange), var(--lv-dark-orange));
  height: 100%;
  text-decoration: none;
  transition: all .5s;
}

.logo-card-gray.bg-img-4:hover {
  transform: translate(0, -10px);
  box-shadow: -3px 11px 5px #0003;
}

.logo-card-gray.bg-img-1 {
  background-image: url('../images/SERC-West-Elevation-1920x866---squared.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.logo-card-gray.bg-img-3 {
  background-image: url('../images/LV-Construction-19.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.logo-card-gray.bg-img-5 {
  background-image: url('../images/67602ad4c065aca326dd0a09_DJI_0105-Edit-e1679910066772_1.png');
  background-position: 0%;
  background-size: cover;
  height: 100%;
}

.logo-card-gray.bg-img-2 {
  background-image: url('../images/IMG_0220.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.logo-card-gray.commerical-card {
  background-image: linear-gradient(79deg, var(--lv-orange), var(--lv-dark-orange));
  color: #fff;
  height: auto;
  text-decoration: none;
  transition: all .3s;
}

.logo-card-gray.commerical-card:hover {
  transform: translate(0, -5px);
}

.logo-card-gray._3 {
  background-image: url('../images/6756ee6c383fdda328429dd7_7520353_1ad6be70_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.paragraph-174 {
  font-weight: 500;
}

.text-block-60 {
  color: var(--lv-dark-orange);
}

.collection-list-4 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-326 {
  color: #fff;
  line-height: 60px;
}

.paragraph-175 {
  color: #fff;
}

.div-block-415 {
  width: 60%;
}

.button-8 {
  background-image: linear-gradient(270deg, var(--lv-dark-orange), var(--lv-orange));
  color: #fff;
  border-radius: 20px;
  margin-top: 10px;
  padding: 5px 40px;
  font-size: 16px;
  font-weight: 700;
}

.div-block-416 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 20px solid var(--lv-orange);
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  width: 25%;
  height: 10%;
  margin-bottom: 40px;
  margin-right: 10%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-span-54 {
  color: var(--lv-orange);
  margin-left: 20px;
}

.text-span-55, .text-span-56, .text-span-57 {
  color: var(--lv-dark-orange);
  font-weight: 700;
}

.div-block-417 {
  width: 25%;
}

.slider {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

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

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

.icon-4, .icon-5 {
  display: none;
}

.link-block {
  max-width: 9%;
}

.link-block-2 {
  max-width: 10%;
}

.paragraph-176 {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

.checkbox-field-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 10px;
  display: block;
}

.checkbox-5 {
  margin-top: 0;
}

.project-sticky-block {
  position: sticky;
  top: 20px;
}

.project-overlay {
  z-index: 10;
  background-color: #000000c7;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block-61 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.image-298 {
  width: 40%;
}

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

.next-2 {
  background-color: var(--lv-orange);
  border-style: none;
  border-radius: 20px;
}

.text-block-63 {
  color: #fff;
  font-weight: 600;
}

.icon-7 {
  color: #fff;
}

.previous-2 {
  background-color: var(--lv-orange);
  border-style: none;
  border-radius: 20px;
}

.text-block-64 {
  color: #fff;
  font-weight: 600;
}

.icon-8 {
  color: #fff;
}

.heading-330 {
  font-size: 55px;
}

.div-block-419 {
  padding-top: 58px;
  padding-bottom: 58px;
}

.heading-331 {
  color: var(--lv-orange);
}

.heading-332 {
  color: var(--lv-orange);
  line-height: 23px;
}

.dynamic-rich-text {
  margin-top: 5%;
  margin-bottom: 5%;
}

.dynamic-rich-text h3 {
  color: var(--lv-orange);
}

.dynamic-rich-text.f-section-large-2 {
  margin-top: 0%;
}

.text-span-58, .text-span-59, .text-span-60, .text-span-61, .text-span-62, .text-span-63 {
  font-weight: 800;
}

.div-block-420 {
  background-image: linear-gradient(135deg, var(--lv-dark-orange), var(--lv-orange) 53%, var(--lv-yellow));
  height: 40px;
}

.section-11 {
  border-radius: 0;
  margin-left: 10%;
  margin-right: 10%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.text-span-64.dark {
  color: var(--lv-black);
}

.empty-state {
  background-color: #ddd0;
  height: 0;
}

.text-block-65 {
  color: var(--lv-dark-orange);
  margin-top: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
}

.div-block-421 {
  padding-left: 10%;
}

.div-block-422 {
  width: 30px;
  display: flex;
}

.image-299 {
  width: 30px;
}

.white-p {
  color: #fff;
}

.link-4 {
  color: #fff;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-423 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.black-span {
  color: var(--lv-black);
}

.div-block-424 {
  height: 100%;
  color: var(--lv-black);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.orange-span {
  color: var(--lv-orange);
}

.success-message-6 {
  background-color: var(--lv-orange);
  margin-top: 25px;
}

.text-block-66 {
  color: #fff;
  font-weight: 700;
}

.select-field {
  color: #8d8d8d;
  background-color: #fff;
}

.slider-2, .slider-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slider-4 {
  background-image: url('../images/LV-Construction-82.jpg');
  background-position: 0 0;
  background-size: auto;
}

.heading-343 {
  color: #fff;
}

.heading-999 {
  color: #fff;
  line-height: 49px;
}

.text-span-65, .text-span-66 {
  color: var(--lv-orange);
}

.heading-1001 {
  margin-top: 0;
}

.div-block-426 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 60%;
  display: grid;
}

@media screen and (min-width: 1440px) {
  .nav-dropdown-link {
    font-size: 16px;
  }

  .lv-section {
    margin-top: 8%;
    margin-bottom: 8%;
    display: block;
  }

  .lv-section.bg-img {
    background-image: linear-gradient(54deg, #000000bf 28%, #fff0), url('../images/LV-Construction-86.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block-189 {
    justify-content: flex-start;
  }

  .div-block-189.img-place {
    justify-content: space-between;
  }

  .image-9 {
    max-width: 65%;
  }

  .slider-item {
    width: 25vw;
    height: 30vw;
  }

  .heading-250 {
    margin-bottom: 0;
  }

  .image-242 {
    max-width: 10%;
    padding-left: 0;
  }

  .div-block-337 {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-349.padd {
    height: auto;
    padding-top: 20px;
  }

  .heading-260 {
    color: var(--lv-orange);
  }

  .paragraph-150 {
    color: #fff;
    margin-top: 20px;
    font-style: italic;
  }

  .image-261 {
    max-width: 10%;
  }

  .text-span-40 {
    font-style: normal;
  }

  .div-block-366 {
    background-color: var(--lv-black);
    border-radius: 13px;
    padding: 20px;
  }

  .div-block-367 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-368 {
    width: 50%;
    display: block;
  }

  .image-262 {
    max-width: 55%;
  }

  .heading-261 {
    line-height: 50px;
  }

  .text-span-41, .text-span-42, .text-span-43, .text-span-44 {
    color: var(--lv-orange);
  }

  .div-block-369 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .image-263 {
    max-width: 5%;
  }

  .text-span-45 {
    color: var(--lv-orange);
  }

  .div-block-419 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}

@media screen and (min-width: 1920px) {
  .f-container-regular-9 {
    width: auto;
  }

  .image-30 {
    min-height: 90px;
  }

  .image-241 {
    object-fit: contain;
    max-height: 700px;
  }

  .image-249 {
    object-fit: contain;
    width: 130px;
    height: 100%;
  }

  .div-block-349 {
    padding-top: 5%;
    padding-bottom: 0%;
  }

  .div-block-350 {
    padding-bottom: 32px;
  }

  .image-258 {
    width: 100%;
  }

  .div-block-367 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .submit-button-3 {
    transition-property: none;
  }

  .submit-button-3:hover {
    background-color: #ef9300;
  }

  .text-field-large:active {
    border-color: #fff;
  }

  .text-field-3:active {
    color: #fff;
    border-color: #fff;
  }

  .div-block-377 {
    justify-content: center;
    align-items: center;
    padding-top: 185px;
    padding-bottom: 185px;
    display: flex;
  }

  .div-block-133 {
    margin-left: 40px;
  }

  .image-37 {
    width: 70px;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-132 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    display: flex;
  }

  .text-span-19 {
    text-decoration: underline;
  }

  .paragraph-151 {
    color: #0a1e3f;
    margin-top: 20px;
    text-decoration: none;
  }

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

  .cross {
    right: .8%;
  }

  .logo-card-gray.bg-img-1 {
    background-image: url('../images/The-Valley.jpg');
  }

  .logo-card-gray.bg-img-3 {
    background-image: url('../images/SERC-West-Elevation-1920x866---squared.png');
  }

  .logo-card-gray.bg-img-5 {
    background-image: url('../images/67602ad4c065aca326dd0a09_DJI_0105-Edit-e1679910066772.png');
  }

  .logo-card-gray.bg-img-2 {
    background-image: url('../images/Three-Legged-Cross-Areal-Shot-scaled.jpg');
  }

  .logo-card-gray._3 {
    background-image: url('../images/6756ee6c383fdda328429dd7_7520353_1ad6be70.jpg');
  }

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

@media screen and (max-width: 991px) {
  .form-wrap {
    width: 60%;
    display: block;
  }

  .submit-button {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-wrapper {
    background-color: #0000;
    align-items: center;
    width: 4%;
    height: 25px;
    display: flex;
  }

  .navigation {
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .logo-link {
    margin-right: 0;
  }

  .navigation-menu {
    color: #000;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-container {
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navigation-link {
    color: #000;
    text-align: center;
    width: 100%;
  }

  .navigation-link.gradient {
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .navigation-link.mob {
    display: block;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-toggle.white {
    color: #0a1e3f;
    display: none;
  }

  .brochure-button {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 0;
    font-size: 16px;
    display: block;
  }

  .brochure-button.white {
    font-size: 16px;
  }

  .h1 {
    text-align: left;
  }

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

  .button-wrap.new-colours {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 40px;
  }

  .enquire-button {
    width: 30%;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .enquire-button.move {
    width: 50%;
    margin-top: 0;
  }

  .hero-home {
    background-image: linear-gradient(to bottom, null, null);
    height: 600px;
  }

  .hero-home.img-chnage {
    background-image: linear-gradient(#000000ba, #000000ba), url('../images/Builders-site-min.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-home.img-chnage.colour-change.vh {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .hero-home.img-change {
    height: 570px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .lv-section {
    margin: 15% 5%;
  }

  .div-block-189 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center;
  }

  .div-block-189.img-place {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
  }

  .div-block-189.left {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .div-block-190 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .default-img {
    max-width: 100%;
    display: block;
  }

  .default-img.shift {
    left: 10px;
  }

  .card.shawdow {
    width: 75%;
  }

  .f-grid-three-column {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .heading-6 {
    text-align: left;
  }

  .grid {
    grid-row-gap: 7px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 10px;
  }

  .image-9 {
    width: 150px;
  }

  .f-logo-carousel-wrap-2 {
    width: 95%;
  }

  .div-block-197 {
    justify-content: flex-start;
    align-items: flex-end;
    height: 450px;
  }

  .div-block-201 {
    justify-content: center;
    align-items: center;
  }

  .image-19.img-size {
    max-width: 6%;
  }

  .div-block-203 {
    display: block;
  }

  .div-block-207 {
    height: 40vh;
    margin-bottom: 100px;
  }

  .heading-14 {
    font-size: 35px;
    line-height: 45px;
  }

  .f-footer-regular {
    padding-left: 5%;
    padding-right: 5%;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .image-30 {
    width: 100%;
    max-width: none;
  }

  .section-header {
    margin-top: 20px;
  }

  .slider-navigation-wrapper, .pagination {
    display: none;
  }

  .slider-item {
    width: 45vw;
    height: 60vw;
  }

  .image-241 {
    max-width: 100%;
  }

  .paragraph-135 {
    margin-bottom: 10px;
  }

  .hero-div {
    margin-top: 5%;
    padding-right: 0%;
  }

  .collection-list-wrapper {
    width: 60%;
  }

  .div-block-335 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-5 {
    padding-left: 5%;
  }

  .paragraph-136 {
    margin-right: 40px;
  }

  .article-cms-grid {
    grid-template-columns: 1fr;
  }

  .collection-item-3 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .heading-253 {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-135 {
    width: auto;
  }

  .div-block-134 {
    flex-flow: column;
  }

  .wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .section.expand {
    height: auto;
    overflow: hidden;
  }

  .container-5 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-container {
    margin-top: 40px;
  }

  .div-block-348 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .image-250 {
    margin-top: 20px;
  }

  .image-250.sizing {
    max-width: 50%;
    height: auto;
  }

  .div-block-349 {
    grid-template-columns: 1.75fr;
  }

  .image-251.hide {
    display: none;
  }

  .div-block-351 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-252 {
    width: 100%;
  }

  .section-8 {
    background-position: 50% 15vh;
    background-size: cover;
    height: 100vh;
    display: block;
  }

  .div-block-354 {
    width: 100%;
    height: 65%;
    margin-top: 0%;
    padding-top: 15%;
  }

  .paragraph-145 {
    text-align: left;
  }

  .div-block-357 {
    z-index: auto;
    justify-content: flex-start;
  }

  .div-block-358 {
    flex-flow: column;
  }

  .image-256 {
    max-width: 80%;
  }

  .div-block-367 {
    flex-flow: column;
  }

  .div-block-368 {
    width: auto;
  }

  .image-262 {
    max-width: 80%;
    padding-left: 20px;
  }

  .div-block-130 {
    width: 100%;
    max-width: 100%;
    height: 400px;
    left: 0%;
    right: 100px;
  }

  .image-34 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
    left: 0%;
  }

  .div-block-377 {
    flex-flow: column;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .div-block-132 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-right: 20px;
  }

  .paragraph-151 {
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-378 {
    width: auto;
  }

  .div-block-379 {
    flex-flow: column;
  }

  .div-block-382 {
    flex-flow: row;
    display: flex;
  }

  .div-block-166 {
    margin-top: 20px;
  }

  .benefit-blocks {
    height: 200px;
  }

  .div-block-387 {
    grid-row-gap: 23px;
  }

  .div-block-388 {
    max-width: 40%;
    padding: 19px;
  }

  .image-294 {
    width: 25px;
  }

  .image-294._2 {
    width: 30px;
  }

  .button-4 {
    max-width: 30%;
  }

  .content_collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 31px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project-page-wrapper {
    grid-template-columns: 1fr;
  }

  .div-block-391 {
    width: 100%;
  }

  .heading-301 {
    letter-spacing: 0;
    font-size: 12px;
  }

  .heading-301.main {
    line-height: 26px;
  }

  .div-block-395 {
    width: 100%;
  }

  .div-block-396 {
    margin-bottom: 5px;
  }

  .image-296 {
    width: 30px;
  }

  .heading-304 {
    margin-bottom: 0;
    margin-left: 0%;
  }

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

  .paragraph-172 {
    max-width: 100%;
  }

  .brochure-button-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0 3px;
    font-size: 12px;
    display: block;
  }

  .popup {
    display: none;
  }

  .text-block-21 {
    margin-top: 5px;
  }

  .text-span-53 {
    font-weight: 600;
    text-decoration: none;
  }

  .logo-grid-small {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: none;
    display: grid;
  }

  .logo-card-gray.bg-img-2 {
    display: none;
  }

  .div-block-416, .div-block-417 {
    width: 35%;
  }

  .project-sticky-block {
    margin-bottom: 38px;
    position: static;
  }

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

  .text-span-64 {
    color: #000;
  }

  .lottie-animation-2 {
    width: 35px;
  }

  .div-block-421 {
    padding-left: 5%;
  }

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

  .image-299 {
    width: 30px;
    margin-right: 5px;
  }

  .heading-336 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .form-wrap {
    width: 80%;
  }

  .navigation-wrapper {
    color: var(--lv-orange);
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brochure-button {
    padding-left: 12px;
  }

  .h1 {
    text-align: center;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-wrap {
    justify-content: center;
    align-items: center;
  }

  .button-wrap.new-colours {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .enquire-button {
    width: 45%;
    margin-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .enquire-button.move {
    width: 30%;
    display: block;
  }

  .enquire-button.move.button {
    width: 25%;
    margin-top: 10px;
  }

  .hero-home {
    background-image: linear-gradient(#000000b5, #000000b5), url('../images/Builders-site-min.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    height: 65vh;
  }

  .hero-home.img-chnage {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 45vh;
  }

  .hero-home.img-chnage.colour-change.vh {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .hero-home.bg-img {
    height: 80vh;
  }

  .hero {
    margin-top: 0%;
  }

  .nav-dropdown-link {
    text-align: center;
  }

  .lv-section.bg-img {
    background-image: linear-gradient(90deg, #000000cf 99%, #fff0), url('../images/LV-Construction-86.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding: 13% 5%;
  }

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

  .div-block-189 {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-128 {
    text-align: left;
  }

  .div-block-190 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 20px;
  }

  .default-img {
    max-width: 100%;
  }

  .default-img.move {
    max-width: 90%;
  }

  .subheading, .heading-5 {
    text-align: left;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-margin-bottom-08 {
    text-align: center;
  }

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

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .stat-block {
    display: block;
  }

  .stat-block.hide {
    display: none;
  }

  .text-block-8 {
    width: auto;
  }

  .f-section-large-3 {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .div-block-195 {
    justify-content: center;
    align-items: center;
  }

  .div-block-195.grid {
    place-items: center;
  }

  .heading-11 {
    text-align: left;
  }

  .div-block-207 {
    height: 35vh;
  }

  .slider-item {
    width: 70vw;
    height: 450px;
  }

  .div-block-332 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .div-block-333 {
    width: auto;
  }

  .image-241 {
    max-width: 80%;
  }

  .heading-249 {
    text-align: center;
    line-height: 39px;
  }

  .paragraph-135 {
    text-align: center;
    margin-top: 10px;
  }

  .hero-div {
    text-align: left;
    padding-right: 0%;
  }

  .collection-list-wrapper {
    width: auto;
    max-width: 100%;
  }

  .div-block-335 {
    flex-flow: column;
  }

  .section-5 {
    padding-left: 5%;
  }

  .heading-252 {
    font-size: 80px;
  }

  .paragraph-139 {
    text-align: center;
    overflow: hidden;
  }

  .div-block-135 {
    width: auto;
  }

  .div-block-134 {
    flex-flow: column;
    align-items: center;
  }

  .heading-256, .paragraph-141, .section-header-2 {
    text-align: center;
  }

  .paragraph-142 {
    text-align: center;
    width: 100%;
  }

  .div-block-347 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-249 {
    width: 30%;
    margin-top: 20px;
  }

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

  .paragraph-143 {
    text-align: center;
    width: 100%;
  }

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

  .image-252 {
    width: 70%;
  }

  .div-block-352 {
    padding-top: 0%;
  }

  .div-block-353 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }

  .image-253 {
    width: 40%;
  }

  .image-261 {
    max-width: 20%;
  }

  .div-block-367 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .image-262 {
    max-width: 100%;
    padding-left: 0;
  }

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

  .form-8 {
    text-align: left;
    width: auto;
  }

  .form-block {
    text-align: left;
  }

  .div-block-370 {
    flex-flow: column;
  }

  .div-block-371 {
    width: auto;
  }

  .div-block-372 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-130 {
    width: 100%;
    max-width: none;
    right: 140px;
    overflow: visible;
  }

  .image-34 {
    height: auto;
  }

  .div-block-132 {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .paragraph-152 {
    text-align: center;
    overflow: hidden;
  }

  .div-block-378 {
    width: auto;
  }

  .div-block-379 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-383 {
    justify-content: center;
    align-items: center;
  }

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

  .div-block-386 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-3 {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 40px;
    display: block;
  }

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

  .collection-item-5 {
    width: 100%;
  }

  .div-block-105.ci2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-304, .paragraph-156, .heading-305, .paragraph-157, .heading-306, .heading-307, .paragraph-158, .div-block-401, .div-block-402, .div-block-403, .div-block-404, .div-block-405, .div-block-406, .div-block-407, .heading-308, .paragraph-159, .heading-309, .paragraph-160, .paragraph-165, .heading-313, .heading-314, .paragraph-166, .heading-315, .paragraph-167, .heading-316, .paragraph-168, .heading-317, .paragraph-169, .heading-320, .heading-321, .paragraph-171 {
    text-align: center;
  }

  .brochure-button-2 {
    padding-left: 12px;
  }

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

  .cross {
    right: 2%;
  }

  .logo-grid-small {
    grid-template-columns: 1fr;
  }

  .logo-card-gray.bg-img-1 {
    height: 250px;
  }

  .logo-card-gray.bg-img-3, .logo-card-gray.bg-img-5 {
    height: 250px;
    margin-top: 45px;
  }

  .heading-326 {
    line-height: 40px;
  }

  .div-block-415 {
    width: 100%;
  }

  .div-block-416 {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: 10%;
    inset: auto 0% 0% auto;
  }

  .div-block-417 {
    width: 100%;
  }

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

  .heading-337, .heading-338, .heading-339, .heading-340 {
    text-align: left;
  }

  .heading-343, .heading-999.align, .heading-1002, .heading-1003 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 35px;
  }

  h3 {
    font-size: 25px;
  }

  p {
    line-height: 20px;
  }

  .text-block-2 {
    text-align: left;
  }

  .field-wrap {
    width: 70%;
  }

  .form-wrap {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-field {
    text-align: left;
    width: 100%;
  }

  .submit-button {
    text-align: center;
    width: 28%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .logo {
    width: 100px;
  }

  .stats {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brochure-button {
    padding-left: 0;
    font-size: 14px;
  }

  .brochure-button.white {
    padding-left: 0;
  }

  .brochure-button.white.footer-brochure {
    text-align: center;
  }

  .h1 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }

  .button-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    margin-top: 20px;
  }

  .button-wrap.new-colours {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .enquire-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    padding: 0 0%;
  }

  .enquire-button.move {
    width: 50%;
  }

  .enquire-button.move.button {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    margin-top: 50%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0 0%;
    display: block;
  }

  .hero-home {
    background-image: linear-gradient(#000000b8, #000000b8), url('../images/Builders-site-min.jpg');
    background-position: 0 0, 100%;
    height: 700px;
  }

  .hero-home.img-chnage {
    height: 40vh;
  }

  .hero-home.img-change {
    height: 800px;
  }

  .hero-home.bg-img {
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/LV-Construction-68.jpg');
    background-position: 0 0, 65% 0;
  }

  .text-block-4 {
    width: 99.9998%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .hero {
    height: auto;
  }

  .lv-section {
    margin-right: 5%;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
  }

  .lv-section.bg-img {
    background-image: linear-gradient(135deg, #000000cf 99%, #fff0), url('../images/LV-Construction-86.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .f-container-regular {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .paragraph-128 {
    text-align: center;
    margin-top: 0;
  }

  .div-block-190 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .default-img {
    max-width: 100%;
  }

  .subheading {
    text-align: left;
  }

  .heading-5 {
    text-align: center;
    line-height: 42px;
  }

  .card.shawdow {
    width: 80%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .card.shawdow._2 {
    padding-right: 60px;
  }

  .f-grid-three-column {
    place-items: center start;
  }

  .grid {
    margin-bottom: 20px;
  }

  .f-section-large-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-10 {
    max-width: 80%;
  }

  .div-block-195 {
    flex-flow: column;
  }

  .div-block-197 {
    display: none;
  }

  .text-block-10, .paragraph-132 {
    text-align: center;
  }

  .div-block-201 {
    flex-flow: column;
  }

  .paragraph-133, .text-block-12 {
    text-align: center;
  }

  .div-block-202 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .image-19.img-size {
    max-width: 9%;
  }

  .image-20 {
    max-width: 100%;
    height: 50%;
  }

  .heading-11 {
    margin-top: 0;
    line-height: 38px;
  }

  .div-block-207 {
    background-image: linear-gradient(184deg, var(--lv-black) 32%, #fff0), url('../images/LV-Construction-75---flipped.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding-top: 10%;
    display: flex;
  }

  .heading-14 {
    text-align: center;
    margin-left: 0%;
    font-size: 30px;
    line-height: 40px;
  }

  .f-footer-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .f-footer-block {
    text-align: center;
  }

  .checkbox-field-4 {
    padding-left: 0;
  }

  .image-30 {
    display: none;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-header.move {
    text-align: center;
  }

  .slider-navigation-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .slider-item {
    width: 78vw;
    height: 110vw;
  }

  .image-241 {
    max-width: 100%;
  }

  .our-sectors {
    padding-left: 0;
  }

  .section-5 {
    padding-right: 10%;
  }

  .paragraph-136 {
    text-align: center;
    margin-right: 0;
  }

  .heading-252 {
    text-align: center;
    font-size: 60px;
  }

  .heading-253 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-42, .paragraph-139 {
    text-align: center;
  }

  .faq-q-text {
    padding-right: 20px;
    line-height: 20px;
  }

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

  .faq-answer {
    padding-left: 0;
  }

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

  .image-250 {
    height: 300px;
    margin-top: 0;
  }

  .text-span-32 {
    padding-left: 0;
  }

  .div-block-349 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-349.padd {
    padding-top: 0;
  }

  .div-block-350 {
    margin-top: 40px;
  }

  .image-252 {
    width: 100%;
  }

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

  .div-block-353 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-354 {
    justify-content: center;
    align-items: center;
    height: 80%;
  }

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

  .div-block-355 {
    flex-flow: column;
  }

  .div-block-356 {
    max-width: 100%;
  }

  .image-254 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    max-width: none;
    overflow: clip;
  }

  .image-255 {
    max-width: none;
  }

  .div-block-358 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .image-256 {
    max-width: 100%;
  }

  .div-block-359 {
    text-align: left;
    justify-content: flex-start;
  }

  .image-257 {
    max-width: 8%;
  }

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

  .image-261 {
    text-align: left;
    max-width: 40%;
  }

  .div-block-366 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .image-263 {
    max-width: 8%;
  }

  .submit-button-3:hover {
    background-color: #ef9300;
  }

  .button-wrap-right {
    justify-content: center;
    align-items: center;
  }

  .checkbox-field-6 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-373 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .div-block-130 {
    height: auto;
    top: auto;
    right: auto;
  }

  .image-34 {
    aspect-ratio: 1;
    object-fit: contain;
    width: 100%;
    overflow: visible;
  }

  .faq-question-2 {
    text-align: left;
  }

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

  .faq-scroller {
    margin-top: 40px;
  }

  .div-block-383 {
    flex-flow: column;
    margin-top: 40px;
  }

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

  .benefit-blocks {
    justify-content: center;
    align-items: center;
    height: 200px;
    display: flex;
  }

  .div-block-167 {
    margin-top: 0;
  }

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

  .div-block-388 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-top: 20px;
  }

  .button-4 {
    max-width: 100%;
  }

  .div-block-105 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-149 {
    height: 350px;
  }

  .div-block-150 {
    flex-flow: column;
  }

  .cs-stats {
    margin-bottom: 20px;
  }

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

  .heading-304 {
    display: block;
  }

  .div-block-401, .div-block-402, .div-block-403, .div-block-404, .div-block-405, .div-block-406, .div-block-407, .div-block-408 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-310 {
    text-align: center;
    margin-top: 0;
  }

  .paragraph-161, .heading-311, .paragraph-162, .paragraph-163, .paragraph-164, .heading-318, .paragraph-170, .heading-319, .rich-text-block-2, .paragraph-172, .heading-323, .div-block-409, .heading-324, .div-block-410 {
    text-align: center;
  }

  .brochure-button-2 {
    font-size: 14px;
  }

  .div-block-316 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .div-block-326 {
    width: 300px;
    height: auto;
  }

  .button-blue {
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cross {
    right: 2%;
  }

  .cross.spopup {
    z-index: 9999;
  }

  .paragraph-173 {
    line-height: 25px;
  }

  .logo-grid-small {
    grid-template-columns: 1fr;
  }

  .paragraph-174 {
    line-height: 20px;
  }

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

  .div-block-416 {
    margin-top: 0;
    padding-top: 0;
    bottom: 10%;
  }

  .text-span-54 {
    font-size: 30px;
  }

  .heading-327, .div-block-418 {
    text-align: center;
  }

  .div-block-419 {
    padding-top: 20px;
  }

  .heading-334 {
    font-size: 20px;
  }

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

  .lottie-animation-2 {
    width: 25px;
  }

  .white-p {
    color: #fff;
    text-align: center;
  }

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

  .black-span {
    line-height: 25px;
  }

  .heading-336 {
    font-size: 35px;
  }

  .heading-337 {
    text-align: center;
    line-height: 25px;
  }

  .heading-341 {
    font-size: 35px;
    line-height: 28px;
  }

  .heading-342 {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-999 {
    color: #fff;
    text-align: center;
  }

  .div-block-425 {
    margin-left: 0;
    margin-right: 10px;
  }

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

  .checkbox-6 {
    margin-left: 0;
  }

  .checkbox-7 {
    margin-right: 5px;
  }
}

#w-node-_6ad82cfb-43a9-e49b-d155-762e8325e126-35c5aab5 {
  justify-self: end;
}

#w-node-_1eb37bba-021f-ac92-4ad5-e535b44892e8-35c5aab5, #w-node-_3fb2ce15-d610-8444-859f-820a80ac03ed-35c5aab5, #w-node-_6a3e9893-d07b-883d-266f-c186b668e1ff-35c5aab5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb10be20-5566-5611-c505-91cc7168d1ee-35c5aab5 {
  justify-self: center;
}

#w-node-a75d3efd-b305-6bf9-3670-51947e642ff4-35c5aab5 {
  justify-self: start;
}

#w-node-_4d163906-2f4c-fabd-8b2d-429524619a97-78f444f0 {
  justify-self: center;
}

#w-node-_05c7ce47-a134-9cb6-5efb-7ddb4dad79bb-1d5170fa {
  justify-self: start;
}

#w-node-_768be469-f3cd-0563-ef46-7c4bde1d2d91-1d5170fa, #w-node-_768be469-f3cd-0563-ef46-7c4bde1d2d9b-1d5170fa, #w-node-_52b30efb-19af-2ba8-d7b6-f947d47361b3-079b52d3, #w-node-bcbdb676-b454-d1d5-ccea-d789f4819102-079b52d3 {
  place-self: center;
}

#w-node-d2358c68-3e95-72f6-bf45-b11745069e04-079b52d3, #w-node-_170fa088-83f3-af06-d759-b0455a7b1d86-29604b89 {
  place-self: auto;
}

#w-node-_170fa088-83f3-af06-d759-b0455a7b1d87-29604b89 {
  justify-self: center;
}

#w-node-aca32766-ded2-c07e-87ce-f16b0141e64b-0141e640 {
  place-self: center;
}

#w-node-_652b3317-66ac-7f6f-2439-d633f24672ba-561ee572 {
  justify-self: end;
}

#w-node-_8753ee46-e957-de60-40d0-5d005deebfdb-26c8f0f3 {
  place-self: center;
}

#w-node-_2c3a6a30-d1d1-7bad-a3c1-a1bb5b83d3e7-966e76a3, #w-node-_57cec8a1-5c9b-5cee-d7a7-c2a777431bc0-966e76a3, #w-node-_5b583294-90f1-a8c7-9a20-89f0878df882-966e76a3 {
  place-self: auto;
}

#w-node-cf836b87-c59f-4967-9cc4-8ee56f9bebbd-a6a12414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6f7df40-eaf5-1714-8cda-a1790a039e66-2a6b05a1 {
  justify-self: auto;
}

#w-node-f6f7df40-eaf5-1714-8cda-a1790a039e79-2a6b05a1 {
  justify-self: end;
}

#w-node-_3d9b5352-70d6-d6ed-d957-8422ec18d34d-2a6b05a1 {
  justify-self: start;
}

#w-node-_3d9b5352-70d6-d6ed-d957-8422ec18d366-2a6b05a1 {
  place-self: center;
}

#w-node-_3d9b5352-70d6-d6ed-d957-8422ec18d367-2a6b05a1 {
  place-self: auto;
}

#w-node-_3d9b5352-70d6-d6ed-d957-8422ec18d368-2a6b05a1 {
  place-self: auto start;
}

#w-node-c504c832-ba4b-89b9-d158-44a0b171d71c-2a6b05a1 {
  justify-self: auto;
}

#w-node-_02eed409-81c6-30f5-f5cd-c2637e614502-8cb0c96c {
  justify-self: end;
}

#w-node-_8b0517a8-1ba2-6d65-483d-7eea209e63f4-8cb0c96c {
  place-self: auto;
}

#w-node-_3e612aaf-7763-d4a1-161c-4478941c86d9-5aa308f9 {
  justify-self: center;
}

#w-node-_0494b7c6-e269-08af-a79b-4f1d86c69774-5e3159e2 {
  justify-self: end;
}

#w-node-_0494b7c6-e269-08af-a79b-4f1d86c6977f-5e3159e2, #w-node-_0494b7c6-e269-08af-a79b-4f1d86c69780-5e3159e2, #w-node-_0494b7c6-e269-08af-a79b-4f1d86c69781-5e3159e2, #w-node-_0494b7c6-e269-08af-a79b-4f1d86c69796-5e3159e2, #w-node-_69220713-47f4-8f13-47cd-af8e7c6e4b51-5e3159e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-bcbdb676-b454-d1d5-ccea-d789f4819102-079b52d3 {
    justify-self: start;
  }

  #w-node-_3d9b5352-70d6-d6ed-d957-8422ec18d367-2a6b05a1 {
    place-self: center start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0b9e270a-74c9-ae64-bf56-eb608c52736e-8c527364 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dfc0f2e5-3c5e-cd7e-2753-530ab9cd6287-29604b89, #w-node-_88615c69-a7b6-b639-1e31-cacf61b5d750-29604b89, #w-node-_170fa088-83f3-af06-d759-b0455a7b1d86-29604b89 {
    justify-self: center;
  }

  #w-node-f11145bb-078b-4e35-69bc-42f0b26c7cc1-561ee572 {
    place-self: center;
  }

  #w-node-dd18f258-c306-0827-de9c-975ab693a9ac-2a6b05a1, #w-node-_0494b7c6-e269-08af-a79b-4f1d86c69774-5e3159e2 {
    justify-self: auto;
  }

  #w-node-_0494b7c6-e269-08af-a79b-4f1d86c6977f-5e3159e2 {
    order: 2;
  }

  #w-node-_0494b7c6-e269-08af-a79b-4f1d86c69775-5e3159e2 {
    order: 1;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0494b7c6-e269-08af-a79b-4f1d86c69782-5e3159e2 {
    order: 3;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0494b7c6-e269-08af-a79b-4f1d86c69781-5e3159e2 {
    order: 4;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0494b7c6-e269-08af-a79b-4f1d86c6978c-5e3159e2 {
    order: 5;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0494b7c6-e269-08af-a79b-4f1d86c69796-5e3159e2 {
    order: 6;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e3e7cb2-7294-d1a1-35e5-d0a7fd7d36ee-5e3159e2 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-be62da89-7f5d-6164-d9c6-70249d2b543f-35c5aab5 {
    place-self: auto;
  }

  #w-node-_6ad82cfb-43a9-e49b-d155-762e8325e126-35c5aab5 {
    order: -9999;
  }

  #w-node-f8aee2ce-b2b0-b37c-8fab-59ba44c5dd0f-35c5aab5 {
    place-self: auto;
  }

  #w-node-eb10be20-5566-5611-c505-91cc7168d1ee-35c5aab5 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_05c7ce47-a134-9cb6-5efb-7ddb4dad79bb-1d5170fa, #w-node-f11145bb-078b-4e35-69bc-42f0b26c7cc1-561ee572, #w-node-cf836b87-c59f-4967-9cc4-8ee56f9bebbd-a6a12414, #w-node-_6488e9ba-ba86-1efc-b83d-8b092b0d0e64-a6a12414 {
    justify-self: center;
  }

  #w-node-_61f6ed91-3f05-513d-e5e6-6bfb1ae9736d-a6a12414 {
    place-self: auto center;
  }

  #w-node-c25e6184-0514-4745-2e61-a2ba44c822ed-a6a12414 {
    justify-self: center;
  }

  #w-node-dd18f258-c306-0827-de9c-975ab693a9c8-2a6b05a1 {
    justify-self: auto;
  }

  #w-node-_0494b7c6-e269-08af-a79b-4f1d86c6977f-5e3159e2 {
    order: 1;
  }

  #w-node-_0494b7c6-e269-08af-a79b-4f1d86c69775-5e3159e2 {
    order: 2;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0494b7c6-e269-08af-a79b-4f1d86c69782-5e3159e2 {
    order: 4;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0494b7c6-e269-08af-a79b-4f1d86c69781-5e3159e2 {
    order: 3;
  }

  #w-node-_0494b7c6-e269-08af-a79b-4f1d86c6978c-5e3159e2 {
    order: 6;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0494b7c6-e269-08af-a79b-4f1d86c69796-5e3159e2 {
    order: 5;
  }

  #w-node-_4e3e7cb2-7294-d1a1-35e5-d0a7fd7d36ee-5e3159e2 {
    order: 6;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1eb37bba-021f-ac92-4ad5-e535b44892e8-35c5aab5 {
    place-self: auto;
  }

  #w-node-_0b9e270a-74c9-ae64-bf56-eb608c527392-8c527364 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_0b9e270a-74c9-ae64-bf56-eb608c5273b0-8c527364, #w-node-_0b9e270a-74c9-ae64-bf56-eb608c5273a1-8c527364 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b49ea6f0-aa14-a557-f560-db62ea604824-966e76a3 {
    justify-self: center;
  }

  #w-node-_0494b7c6-e269-08af-a79b-4f1d86c69775-5e3159e2 {
    order: 1;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


