:root {
  --blue: #042584;
  --orange: #ff5122;
  --white: white;
  --grey: #f8f8f8;
  --white-2: white;
  --black: black;
}

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

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

body {
  color: var(--blue);
  letter-spacing: -.02em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

p {
  margin-bottom: 20px;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

.body {
  letter-spacing: -.02px;
}

.extra-large-heading {
  letter-spacing: -.0250909em;
  font-size: 55px;
  line-height: 1.18182em;
}

.extra-large-heading.home-hero-heading {
  font-size: 2.75vw;
}

.large-heading {
  letter-spacing: -.025em;
  font-size: 50px;
  line-height: 1.2em;
}

.large-heading.extra-bold.data-transformation-heading {
  text-align: center;
  margin-top: 142px;
  margin-bottom: 87px;
}

.large-heading.extra-bold.asset-section-heading {
  max-width: 310px;
}

.large-heading.extra-bold.work-slider-heading {
  margin-right: 40px;
  padding-bottom: 10px;
}

.large-heading.extra-bold.data-capture-heading {
  margin-bottom: 87px;
}

.small-heading {
  letter-spacing: -.02em;
  padding-right: 20px;
  font-size: 30px;
  line-height: 1.33333em;
}

.small-heading.case-study-sub-heading {
  text-align: center;
  margin-bottom: 66px;
  padding-top: 2vw;
}

.small-heading.extra-bold.understand-box-heading {
  margin-bottom: 2vw;
}

.small-heading.extra-bold.no-margin-top {
  margin-top: 0;
}

.small-heading.light-text.about-box-heading-2 {
  font-size: 2vw;
}

.medium-heading {
  letter-spacing: -.02em;
  font-size: 40px;
  line-height: 1.25em;
}

.medium-heading.extra-bold.slides-heading {
  margin-top: 1.5vh;
  margin-bottom: .75vh;
  font-size: 2vw;
}

.medium-heading.bold {
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}

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

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

.white-text {
  color: var(--white);
}

.white-text.data-box-text {
  padding-top: 30px;
  padding-right: 5vw;
}

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

.blue-background.data-box {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4vw;
  padding-bottom: 0;
  display: flex;
}

.blue-background.asset-background {
  border-radius: 20px;
  align-items: center;
  width: 80vw;
  min-width: 990px;
  max-width: 1500px;
  height: 600px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.grey-baclground {
  background-color: var(--grey);
}

.orange-background {
  background-color: var(--orange);
}

.orange-background.data-box {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4vw;
  padding-bottom: 0;
  display: flex;
}

.small-text {
  font-size: 16px;
  line-height: 19px;
}

.small-text.data-section-small-text {
  text-align: center;
  margin-top: 58px;
  margin-bottom: 39px;
}

.button {
  border-radius: 10px;
  padding: 20px 65px 20px 20px;
}

.button.stretch-button {
  position: absolute;
  top: 0;
  left: 0;
}

.button.stretch-button.orange-background {
  z-index: 1;
  width: 220px;
}

.button.stretch-button.blue-background {
  z-index: 1;
}

.button-chevron {
  z-index: 2;
  color: var(--white);
  width: 8px;
  position: absolute;
  top: 20px;
  right: 45px;
}

.button-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
  display: inline-block;
  position: relative;
}

.nav-link {
  color: var(--blue);
  letter-spacing: -.04em;
  border-bottom: 2px solid #ff512200;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  transition: margin .5s, padding .5s;
}

.nav-link:hover {
  border-color: var(--orange) var(--orange) #ff5122;
  border-top-style: none;
  border-top-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  margin-bottom: 16px;
  padding-bottom: 4px;
}

.nav-link.w--current {
  color: var(--blue);
  border-bottom-color: #ff5122;
  margin-bottom: 16px;
  padding-bottom: 4px;
  text-decoration: none;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  padding-left: 0;
  position: fixed;
  top: 0;
  left: 0;
}

.brand {
  padding-left: 0;
}

.nav-menu {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  width: 100%;
  max-width: 800px;
  height: 70px;
  display: flex;
}

.footer-section.blue-background {
  flex-direction: column;
  padding: 92px 50px 144px;
  display: flex;
}

.footer-link {
  color: var(--white);
  letter-spacing: -.04em;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link.loxley-web {
  opacity: .8;
  color: #c5c4c4;
}

.footer-link-container {
  grid-column-gap: .7vw;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 790.192vw;
  padding-left: 2vw;
  padding-right: 1vw;
  display: flex;
}

.footer-container {
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.linkedin-icon-container {
  align-items: center;
  margin-top: -6px;
  display: flex;
}

.linkedin-icon {
  width: 33.3333px;
  height: 33.3333px;
  margin-left: 20px;
}

.logo {
  width: 12.5vw;
  min-width: 171px;
  max-width: 300px;
  margin-left: -5px;
}

.logo.footer-logo {
  margin-right: .0260417em;
}

.footer-logo-container {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.link {
  color: var(--blue);
  text-decoration: none;
}

.link.underlined {
  text-decoration: underline;
}

.small-box {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  border-radius: 30px;
  flex-direction: column;
  width: 23vw;
  min-width: 300px;
  max-width: 443px;
  height: 23vw;
  min-height: 300px;
  max-height: 324px;
  margin: 15px;
  padding-top: 78px;
  padding-bottom: 47px;
  padding-left: 2vw;
}

.small-box.blue-background {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  align-items: flex-start;
}

.small-box-heading {
  max-width: 200px;
  padding-bottom: 40px;
}

.section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-navigation-container {
  align-items: center;
  margin-top: 80px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.page-navigation-link {
  letter-spacing: -.56px;
  font-size: 14px;
  text-decoration: none;
}

.page-navigation-separator {
  padding-left: 23px;
  padding-right: 23px;
}

.extra-large-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 36vw;
}

.data-box-container {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.data-box-container.margin-bottom {
  margin-bottom: 55px;
}

.data-box-container.pull-right {
  margin-left: 18vw;
  margin-right: -15vw;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.data-section {
  flex-direction: column;
  align-items: center;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
}

.data-section.white-ellipse-background.overflow-hidden {
  background-color: #f8f8f800;
  background-image: none;
}

.box-riser-animation {
  display: inline-block;
}

.data-box {
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  width: 30vw;
  max-width: 443px;
  min-height: 371px;
  margin: 15px .4vw;
  padding-top: 6vw;
  padding-bottom: 2vw;
  padding-left: 2vw;
}

.data-box-image {
  object-fit: cover;
  border-radius: 30px;
  flex: none;
  width: 30vw;
  max-width: 443px;
  height: 371px;
  margin: 15px .4vw;
}

.asset-text-container {
  flex-direction: column;
  flex: none;
  justify-content: center;
  max-width: 580px;
  margin-right: 8vw;
  display: flex;
}

.asset-text-container.white-text {
  margin-left: 20px;
}

.assets-section {
  justify-content: center;
  align-items: center;
  padding-bottom: 10vw;
  display: flex;
}

.assets-section.padding-section.grey-background {
  background-color: var(--grey);
}

.assets-image-container {
  display: flex;
}

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

.contact-form-container {
  width: 64vw;
  min-width: 900px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-container.work-page-contact-form {
  padding-top: 5vw;
}

.form-grid {
  grid-template-rows: 83px 83px 83px;
  grid-template-areas: ". Area"
                       ". Area"
                       ". Area";
  height: 281px;
  margin-bottom: 10px;
}

.text-field {
  background-color: var(--grey);
  border: 1px #000;
  border-radius: 10px;
  height: 100%;
  padding: 30px;
}

.text-field::placeholder {
  color: var(--blue);
}

.text-field.message-field {
  height: 281px;
}

.text-field.message-field.white-message-field, .text-field.white-text-field {
  background-color: var(--white);
}

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

.error-message {
  background-color: #ffdede00;
}

.contact-section {
  margin-bottom: 10vw;
  padding-top: 40px;
  position: relative;
}

.contact-section.padding-section.grey-background {
  background-color: var(--grey);
  margin-bottom: 0;
  padding-bottom: 10vw;
}

.contact-section.padding-section.grey-background.temporary-neg-margin-top {
  margin-top: -25vw;
}

.contact-section.padding-section.contact-page-contact-section {
  margin-bottom: 0;
  padding-top: 5vw;
  padding-bottom: 10vw;
}

.hero-section {
  padding: 2vw 2.6vw 10vw;
}

.hero-section.padding-section.contact-page-hero-section {
  padding-bottom: 5vw;
}

.hero-section.no-padding-bottom {
  padding-bottom: 0;
}

.white-ellipse-background {
  background-color: var(--grey);
  background-image: url('../images/White-Ellipse.svg');
  background-position: 55% 100%;
  background-size: auto;
}

.work-slider-section {
  min-height: 800px;
  display: none;
  position: relative;
}

.work-slider-section.overflow-hidden.negative-margin-top {
  z-index: 2;
  margin-top: -15vh;
}

.work-heading-container {
  align-items: center;
  width: 55vw;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1 {
  margin-left: -15vw;
}

.splide__track {
  width: 100%;
}

.splide__list {
  display: flex;
}

.splide__slide {
  flex: none;
  width: 33%;
  max-width: 600px;
}

.slide-image {
  object-fit: cover;
  border-radius: 20px;
  width: 600px;
  height: 400px;
}

.project-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 25px;
}

.splide__arrow {
  background-color: #0000;
  width: 160px;
}

.slider-arrow {
  margin-left: 15vw;
  margin-right: -20px;
  position: absolute;
  top: 100px;
  left: 2.5vw;
}

.slider-arrow.right {
  margin-right: -15vw;
  left: auto;
  right: 2.5vw;
}

.background {
  z-index: -2;
  background-color: var(--grey);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.background.work-grid-bg {
  background-color: var(--grey);
  background-image: url('../images/White-Ellipse.svg');
  background-position: 55% 100%;
  background-size: auto;
  width: 100vw;
  height: 100%;
}

.background.work-slider-bg-1 {
  background-image: url('../images/White-Ellipse.svg');
  background-position: 50% 0;
  background-size: auto;
  height: 50%;
  top: auto;
  bottom: 0;
}

.background.work-slider-bg-2 {
  background-image: url('../images/Grey-Ellipse.svg');
  background-position: 50% 0;
  background-size: auto;
  width: 100%;
  height: 50%;
  top: auto;
  bottom: 0;
}

.background.about-section-bg {
  background-color: var(--white);
  background-image: url('../images/Grey-Ellipse.svg');
  background-position: 50% 0;
  background-size: auto;
}

.background.home-data-section-bg {
  background-color: var(--white);
  background-image: url('../images/Grey-Ellipse.svg');
  background-position: 50% 100%;
  background-size: auto;
  height: 82%;
}

.background.contact-page-bg {
  background-color: var(--white);
  background-image: url('../images/Grey-Ellipse.svg');
  background-position: 50% 0;
  background-size: auto;
}

.background.case-study-data-bg {
  background-color: var(--grey);
  background-image: url('../images/White-Ellipse.svg');
  background-position: 50% 100%;
  background-size: auto;
}

.work-grid-section {
  justify-content: center;
  margin-top: 2vw;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
}

.work-grid-section.padding-section.sticky-section {
  padding-bottom: 5vw;
}

.project-image {
  border-radius: 20px;
  width: 23vw;
}

.work-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 50%;
  display: grid;
}

.work-grid-item {
  min-width: 23vw;
}

.work-grid-heading-wrapper {
  max-width: 550px;
  height: 300px;
  margin-right: 3.6vw;
  position: sticky;
  top: 15vh;
}

.work-wrapper {
  justify-content: center;
  display: flex;
}

.about-page-hero-grid {
  grid-template-columns: 1.25fr 1.5fr 1fr;
  grid-template-areas: "Area Area-2"
                       "Area Area-2";
  min-width: 1600px;
  min-height: 650px;
  margin-left: auto;
  margin-right: auto;
}

.hero-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: flex;
}

.hero-text-container.case-study-page {
  max-width: 1200px;
}

.hero-text-container.home-page-container {
  align-items: flex-start;
  width: 20vw;
  min-width: 400px;
  margin-left: 3vw;
  margin-right: 3vw;
}

.grid-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.grid-image.about-section-grid-image {
  max-height: 300px;
}

.grid-image.fix-early-mac-height-issue {
  max-height: 650px;
}

.grid-image.fix-early-mac-2 {
  max-height: 317px;
}

.hero-text-wrapper {
  border-radius: 20px;
  height: 100%;
}

.hero-text-wrapper.blue-background.white-text.mobile-only {
  display: none;
}

.centered-text, .centered-text-not-mobile {
  text-align: center;
}

.about-page-h2-wrapper {
  max-width: 1100px;
  margin-top: 10vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-heading-text {
  max-width: 600px;
  margin-top: 24px;
}

.meet-section {
  padding-bottom: 10vw;
}

.story-box {
  border-radius: 20px;
  justify-content: flex-start;
  max-width: 1500px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 90px;
  display: flex;
}

.meet-image-container {
  display: inline-block;
}

.meet-image-container.margin-right {
  margin-right: 2vw;
}

.meet-image {
  object-fit: cover;
  border-radius: 10px;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}

.meet-heading-container {
  flex-direction: column;
  width: 33vw;
  max-width: 600px;
  margin-right: 6vw;
  display: flex;
}

.overvue-icon {
  max-width: 80px;
  max-height: 80px;
}

.overvue-icon.about-section-icon {
  max-width: 184px;
  max-height: 184px;
  margin-bottom: 7vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.story-box-container {
  flex-direction: column;
  max-width: 664px;
  margin-left: 8vw;
  margin-right: 20px;
  display: flex;
}

.meet-image-wrapper {
  display: flex;
}

.story-section {
  padding-bottom: 10vw;
}

.meet-box-containerr {
  flex-direction: row;
  max-width: 1200px;
  display: flex;
}

.meet-box {
  border-radius: 20px;
  justify-content: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
}

.story-heading {
  padding-bottom: 2vw;
}

.story-text-container {
  max-width: 660px;
  margin-right: 2vw;
}

.story-image-container {
  flex-direction: column;
  display: flex;
}

.story-image {
  object-fit: cover;
  border-radius: 20px;
  width: 23vw;
  max-width: 440px;
  height: 23vw;
  max-height: 420px;
  margin-bottom: 2vw;
}

.story-wrapper {
  justify-content: space-around;
  max-width: 1200px;
  margin-bottom: -10vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-page-h2-container {
  max-width: 440px;
}

.project-heading-container {
  margin-top: 6vw;
  margin-bottom: 4vw;
}

.rising-box-container {
  justify-content: center;
  display: flex;
}

.slides-section {
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10vw;
  position: relative;
}

.slides-image {
  object-fit: cover;
  border-radius: 20px;
  width: 50%;
  max-width: 524px;
  height: 60vh;
  max-height: 600px;
  margin-bottom: 25vw;
  position: sticky;
  top: 20vh;
}

.slides-text-container {
  background-color: var(--white);
  width: 45%;
  min-height: 60vh;
  padding-top: 1.5vh;
  padding-left: 1px;
}

.slides-text-container.home-page-container {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 500px;
  height: 524px;
  padding-top: 6vh;
  display: flex;
}

.slides-text {
  margin-bottom: .75vh;
  padding-top: 1.5vh;
  padding-bottom: 1vh;
}

.home-hero-grid {
  grid-column-gap: .8vw;
  grid-row-gap: 0vw;
  grid-template: "Text-Area Tall-Area ." 30vw
                 "Text-Area Tall-Area Small-Area-1" 6vw
                 "Below-Text-Area Tall-Area Small-Area-1" 5vw
                 "Below-Text-Area Below-Tall-Area Small-Area-1" 3vw
                 "Below-Text-Area Below-Tall-Area Small-Area-2" 17.5vw
                 / 1fr 1fr 1fr;
  min-width: 1200px;
}

.home-hero-sub-text {
  margin-bottom: 1vw;
  padding-top: .5vw;
  font-size: 18px;
}

.nav-spacer {
  margin-top: 24px;
}

.slides-supra-text {
  margin-bottom: 0;
  font-size: 18px;
}

.slides-supra-text.extra-bold {
  max-width: 260px;
}

.about-section {
  z-index: 2;
  margin-top: -20vh;
  padding-top: 7vw;
  padding-bottom: 10vw;
  position: relative;
}

.about-grid {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 3fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.about-box {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-box-text-container {
  width: 100%;
  max-width: 700px;
  margin-left: 6vw;
  margin-right: 6vw;
}

.about-box-sub-text {
  padding-top: 20px;
}

.data-heading-container {
  flex-direction: column;
  align-items: center;
  margin-top: 10vw;
  margin-bottom: 6vw;
  display: flex;
}

.data-images-container {
  justify-content: center;
  width: 100%;
  margin-top: 12vw;
  display: flex;
}

.data-image {
  border-radius: 20px;
  width: 30%;
  max-width: 600px;
  height: 25vw;
}

.data-image.middle-image {
  margin-top: 6vw;
  margin-left: .8vw;
  margin-right: .8vw;
}

.understand-section {
  padding-bottom: 10vw;
}

.understand-container {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.understand-text-container {
  max-width: 534px;
  padding-right: 2vw;
}

.understand-box {
  border-radius: 20px;
  max-width: 600px;
}

.understand-text {
  margin-bottom: 1.5vw;
  padding-top: 1.5vw;
}

.understand-box-text-container {
  padding: 4vw 3vw 2vw;
}

.understand-bullet-point {
  margin-bottom: .8vw;
}

.understand-bullet-point.last-bullet-point {
  margin-bottom: 2vw;
}

.contact-hero-container {
  justify-content: space-around;
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.large-image {
  border-radius: 30px;
  width: 45vw;
  max-width: 900px;
  height: 100%;
}

.contact-hero-text-container {
  max-width: 443px;
}

.contact-info {
  padding-bottom: 1vw;
}

.contact-text {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.moving-button {
  border-radius: 10px;
  width: 220px;
  height: 70px;
  margin-right: 15px;
}

.moving-button.orange-background {
  width: 220px;
}

.move-wrapper {
  height: 70px;
  display: inline-block;
}

.relative-button-wrapper {
  width: 220px;
  height: 70px;
  display: inline-block;
  position: relative;
}

.slides-container {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slides-mask {
  z-index: 1;
  background-color: var(--white);
  width: 55%;
  height: 20vh;
  position: sticky;
  top: 80vh;
  left: 100%;
}

.grid-animation-wrapper {
  padding-top: .8vw;
}

.display-none {
  display: none;
}

.anchor {
  position: relative;
}

.anchor.construction-in-progress {
  bottom: 480px;
}

.anchor.completion-and-aftercare {
  bottom: 540px;
}

.anchor.contract-awarded {
  bottom: 600px;
}

.fmb-logo {
  width: 12.5vw;
  min-width: 171px;
  max-width: 300px;
  margin-top: 24px;
}

.video-section {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.video {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.video-box {
  border-radius: 20px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

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

.center-content {
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.message-submitted-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.message-submitted-wrapper {
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

@media screen and (max-width: 991px) {
  .extra-large-heading {
    font-size: 45px;
  }

  .large-heading.extra-bold.data-transformation-heading {
    margin-top: 110px;
    margin-bottom: 50px;
  }

  .large-heading.extra-bold.data-capture-heading, .small-heading.case-study-sub-heading {
    margin-bottom: 50px;
  }

  .small-heading.light-text.about-box-heading-1 {
    font-size: 25px;
  }

  .medium-heading.extra-bold.slides-heading {
    font-size: 40px;
  }

  .medium-heading.bold.home-page-slides-heading {
    font-size: 30px;
  }

  .white-text.data-box-text {
    padding-top: 40px;
  }

  .blue-background.data-box {
    padding-top: 80px;
  }

  .blue-background.asset-background {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .orange-background.data-box {
    padding-top: 80px;
  }

  .small-text.data-section-small-text {
    max-width: 450px;
    line-height: 26px;
  }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 24px;
  }

  .button.stretch-button.orange-background {
    width: auto;
  }

  .button-chevron {
    display: none;
  }

  .nav-link {
    background-color: var(--white);
    border-bottom: 2px #ff512200;
    margin-bottom: 0;
    padding-bottom: 22px;
    padding-left: 40px;
    transition-property: none;
  }

  .nav-link:hover {
    border-bottom-style: solid;
    border-bottom-color: #ff512200;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .nav-link.w--current {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 20px;
    transition-property: none;
  }

  .navbar-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar {
    max-width: 1800px;
    left: 0;
  }

  .nav-menu {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    background-color: var(--white);
    height: auto;
  }

  .menu-button {
    background-color: var(--white);
    margin-right: -18px;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .hamburger {
    color: var(--blue);
    width: 50px;
    height: 50px;
    margin-top: -10px;
    font-size: 32px;
  }

  .footer-section.blue-background {
    padding-top: 82px;
    padding-bottom: 102px;
  }

  .footer-link {
    width: 200px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .footer-link-container {
    grid-row-gap: .7vw;
    flex-direction: column;
  }

  .linkedin-icon-container {
    margin-top: 0;
  }

  .page-navigation-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .data-box-container {
    flex-direction: column;
    margin-left: -40px;
    margin-right: -40px;
  }

  .data-box-container.pull-right {
    margin-left: 30px;
  }

  .data-box {
    width: 100%;
    padding-top: 93px;
    padding-left: 40px;
  }

  .data-box-image {
    display: none;
  }

  .data-box-image.assets-image {
    width: 289vw;
    height: 276px;
    display: block;
  }

  .assets-section {
    align-items: flex-start;
    min-height: 800px;
  }

  .assets-image-container {
    margin-top: 60px;
    margin-bottom: -200px;
    display: flex;
  }

  .margin-top {
    margin-top: 80px;
  }

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

  .contact-form-container {
    width: 100%;
    min-width: 0;
  }

  .contact-section.padding-section.grey-background.temporary-neg-margin-top {
    margin-top: -10vw;
  }

  .work-slider-section {
    min-height: 800px;
  }

  .work-slider-section.overflow-hidden.negative-margin-top {
    margin-top: 0;
  }

  .work-heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-arrow, .background.work-grid-bg {
    display: none;
  }

  .work-grid-section {
    flex-direction: column;
    align-items: center;
  }

  .project-image {
    width: 100%;
    max-width: 550px;
  }

  .work-grid-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
  }

  .work-grid-heading-wrapper {
    height: auto;
    margin-top: 2vw;
    margin-bottom: 4vw;
    position: static;
  }

  .work-wrapper {
    width: 100%;
  }

  .about-page-hero-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .about-page-h2-wrapper {
    flex-direction: column;
    max-width: 600px;
  }

  .story-box {
    margin-top: -120px;
    padding-top: 150px;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .story-box-container {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .meet-image-wrapper {
    margin-top: 0;
  }

  .meet-box-containerr {
    flex-direction: column;
  }

  .meet-box {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .story-text-container {
    margin-left: auto;
    margin-right: auto;
  }

  .story-image-container {
    align-items: center;
    margin-top: 2vw;
  }

  .story-image {
    width: 100%;
    max-width: 440px;
    height: 350px;
  }

  .story-wrapper {
    flex-direction: column;
    margin-bottom: -5vw;
  }

  .rising-box-container {
    flex-wrap: wrap;
  }

  .slides-image {
    width: 100%;
    height: 300px;
    margin-bottom: 10vw;
    position: static;
  }

  .slides-text-container {
    width: 100%;
    max-width: 700px;
    height: auto;
    min-height: 0;
    padding: 1.5vw 30px 4vw;
  }

  .slides-text-container.home-page-container {
    height: auto;
    padding-top: 2vh;
  }

  .about-section {
    margin-top: 0;
  }

  .about-box-sub-text {
    padding-top: .5vw;
  }

  .understand-container {
    flex-direction: column;
    align-items: center;
  }

  .understand-text-container {
    padding-bottom: 2vw;
  }

  .understand-box-text-container {
    padding: 50px;
  }

  .contact-hero-container {
    flex-direction: column-reverse;
  }

  .large-image {
    border-radius: 20px;
    width: 100%;
  }

  .contact-hero-text-container {
    margin-top: 4vw;
  }

  .moving-button {
    width: 160px;
  }

  .moving-button.orange-background {
    width: 160px;
    height: auto;
  }

  .moving-button.blue-background {
    height: auto;
  }

  .move-wrapper {
    width: 160px;
    height: auto;
  }

  .relative-button-wrapper {
    width: auto;
    height: auto;
  }

  .slides-container {
    flex-direction: column;
    align-items: center;
  }

  .slides-mask {
    display: none;
  }

  .video {
    max-width: 524px;
  }
}

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

  h2 {
    font-size: 3px;
  }

  .extra-large-heading {
    font-size: 35px;
  }

  .extra-large-heading.home-hero-heading, .large-heading {
    font-size: 30px;
  }

  .large-heading.extra-bold.data-transformation-heading {
    margin-top: 90px;
    margin-bottom: 30px;
  }

  .large-heading.extra-bold.data-capture-heading {
    margin-bottom: 30px;
  }

  .small-heading {
    font-size: 25px;
  }

  .small-heading.case-study-sub-heading {
    margin-bottom: 35px;
  }

  .small-heading.light-text.about-box-heading-2 {
    font-size: 25px;
  }

  .medium-heading, .medium-heading.extra-bold.slides-heading {
    font-size: 30px;
  }

  .white-text.data-box-text {
    padding-top: 20px;
  }

  .nav-link {
    padding-left: 30px;
  }

  .navbar-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-section.blue-background {
    padding-top: 72px;
    padding-bottom: 92px;
  }

  .footer-link {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .footer-link-container {
    flex-direction: column;
  }

  .small-box {
    width: 100vw;
    padding-left: 30px;
  }

  .small-box.blue-background {
    border-radius: 20px;
  }

  .page-navigation-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .data-box-container {
    margin-left: -30px;
    margin-right: -30px;
  }

  .data-box-container.pull-right {
    margin-left: 10px;
  }

  .data-box {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .asset-text-container.white-text {
    max-width: 80vw;
  }

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

  .form-grid {
    grid-template: "." 83px
                   "." 83px
                   "." 83px
                   "."
                   / 1fr;
    height: auto;
    margin-bottom: 0;
  }

  .text-field.message-field {
    height: 200px;
  }

  .work-slider-section {
    min-height: 600px;
  }

  .work-heading-container {
    width: auto;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .splide.slider1 {
    margin-left: 20px;
  }

  .slide-image {
    width: 100%;
    height: 200px;
  }

  .project-title {
    font-size: 18px;
  }

  .about-page-hero-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template: "Area Area" 2fr
                   "Area-2 ." .5fr
                   "Area-2 ." .5fr
                   / 1fr 1fr;
    min-width: 0;
  }

  .hero-text-container {
    max-width: 400px;
    height: auto;
  }

  .grid-image {
    border-radius: 10px;
  }

  .grid-image.display-none-mobile {
    display: none;
  }

  .hero-text-wrapper {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-text-wrapper.blue-background.white-text.display-none-mobile {
    display: none;
  }

  .hero-text-wrapper.blue-background.white-text.mobile-only {
    margin-bottom: .8vw;
    padding-top: 18vw;
    padding-bottom: 18vw;
    display: flex;
  }

  .about-page-h2-wrapper {
    width: 70vw;
  }

  .story-box {
    border-radius: 10px;
    margin-top: -180px;
    padding-top: 220px;
  }

  .overvue-icon.about-section-icon {
    max-width: 120px;
    max-height: 120px;
  }

  .story-box-container {
    width: 70vw;
  }

  .meet-box {
    border-radius: 10px;
  }

  .story-text-container {
    width: 70vw;
  }

  .story-image {
    border-radius: 10px;
    width: 70vw;
  }

  .slides-image {
    border-radius: 10px;
  }

  .slides-text-container.home-page-container {
    height: auto;
  }

  .home-hero-grid {
    grid-template-columns: 0% 1fr 1fr;
    min-width: 0;
    margin-left: -.7vw;
  }

  .slides-supra-text.extra-bold {
    margin-bottom: 0;
  }

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

  .about-box {
    border-radius: 10px;
  }

  .about-box-text-container {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .data-image {
    border-radius: 10px;
    min-width: 200px;
    min-height: 200px;
  }

  .understand-text-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .understand-box {
    border-radius: 10px;
  }

  .understand-box-text-container {
    padding: 40px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  h1, .extra-large-heading, .large-heading {
    letter-spacing: -.75px;
    font-size: 30px;
    line-height: 40px;
  }

  .large-heading.extra-bold.data-transformation-heading {
    margin-top: 76px;
    margin-bottom: 10px;
  }

  .large-heading.extra-bold.asset-section-heading {
    max-width: 184px;
    padding-top: 60px;
    padding-bottom: 30px;
    font-size: 25px;
  }

  .large-heading.extra-bold.data-capture-heading {
    text-align: center;
    margin-bottom: 10px;
  }

  .large-heading.is-centered-mobile {
    text-align: center;
  }

  .small-heading {
    letter-spacing: -.5px;
    font-size: 25px;
    line-height: 35px;
  }

  .small-heading.case-study-sub-heading {
    text-align: left;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }

  .small-heading._16px-on-mobile {
    font-size: 16px;
    line-height: 24px;
  }

  .small-heading.story-box-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .small-heading.about-page-small-heading {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .small-heading.light-text.about-box-heading-2, .small-heading.light-text.about-box-heading-1 {
    font-size: 20px;
  }

  .medium-heading {
    letter-spacing: -.6px;
    font-size: 30px;
    line-height: 40px;
  }

  .medium-heading.bold.home-page-slides-heading {
    font-size: 7vw;
    line-height: 10vw;
  }

  .medium-heading.is-centered-mobile {
    text-align: center;
  }

  .blue-background.data-box {
    padding-top: 15vw;
    padding-bottom: 6vw;
  }

  .blue-background.asset-background {
    align-items: flex-start;
    height: 950px;
  }

  .orange-background.data-box {
    padding-top: 15vw;
    padding-bottom: 6vw;
  }

  .small-text.data-section-small-text {
    max-width: 250px;
    margin-top: 53px;
    margin-bottom: 25px;
  }

  .button {
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 24px;
  }

  .button-chevron {
    display: none;
    top: 10px;
  }

  .nav-link {
    padding-left: 20px;
  }

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

  .menu-button {
    padding-right: 8px;
  }

  .footer-section.blue-background {
    padding-top: 44px;
    padding-bottom: 56px;
    padding-left: 40px;
  }

  .footer-link {
    padding-left: 0;
  }

  .footer-link-container {
    padding-left: 0;
  }

  .footer-container {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .logo.footer-logo {
    padding-bottom: 41px;
  }

  .footer-logo-container {
    flex-direction: column;
  }

  .small-box {
    border-radius: 20px;
    width: 100%;
    min-width: 0;
    min-height: 242px;
    margin: 11px 0;
    padding-top: 60px;
    padding-left: 40px;
  }

  .small-box-heading {
    padding-bottom: 30px;
  }

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

  .page-navigation-link, .page-navigation-separator {
    display: none;
  }

  .extra-large-image {
    border-radius: 10px;
    min-height: 187px;
  }

  .data-box-container {
    margin-left: -20px;
    margin-right: -20px;
  }

  .data-box-container.margin-bottom {
    margin-bottom: 38px;
  }

  .data-box-container.pull-right {
    margin-left: 0;
    margin-right: 0;
  }

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

  .box-riser-animation {
    width: 100%;
  }

  .data-box {
    border-radius: 20px;
    width: auto;
    height: auto;
    min-height: 277px;
    margin: 12.5px 20px;
    padding-top: 15vw;
    padding-bottom: 11vw;
    padding-left: 7.5vw;
  }

  .data-box-image.assets-image {
    width: 100%;
    height: 70vw;
  }

  .asset-text-container.white-text {
    margin-left: 10px;
  }

  .assets-section {
    flex-direction: column;
    justify-content: flex-start;
    min-height: 1100px;
  }

  .assets-image-container {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .work-slider-section {
    min-height: 520px;
    padding-top: 10vw;
  }

  .work-heading-container {
    align-items: flex-start;
  }

  .about-page-hero-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .hero-text-container {
    padding-left: 10vw;
    padding-right: 16vw;
  }

  .hero-text-container.case-study-page {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-text-container.home-page-container {
    width: 100%;
    min-width: 0;
  }

  .grid-image.about-section-grid-image {
    max-height: 200px;
  }

  .grid-image.fix-early-mac-height-issue {
    max-height: 250px;
  }

  .grid-image.fix-early-mac-2 {
    max-height: 121px;
  }

  .hero-text-wrapper.blue-background.white-text.mobile-only {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .hero-text-wrapper.blue-background.white-text.fix-early-mac-height-issue {
    max-height: 500px;
  }

  .centered-text-not-mobile {
    text-align: left;
  }

  .about-page-h2-wrapper {
    max-width: 290px;
  }

  .meet-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .story-box {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 7vw;
    padding-right: 7vw;
  }

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

  .meet-image-container.margin-right {
    margin-right: 0;
  }

  .meet-image {
    width: 35vw;
    height: 35vw;
    padding-right: 8px;
  }

  .meet-heading-container {
    width: 100%;
  }

  .overvue-icon.about-section-icon {
    margin-bottom: 18vw;
  }

  .story-box-container {
    padding-bottom: 6vw;
  }

  .meet-image-wrapper {
    flex-direction: column;
  }

  .meet-box {
    width: 100%;
    padding: 30px 7vw;
  }

  .story-image {
    width: 75vw;
    height: 70vw;
    max-height: none;
  }

  .slides-image {
    height: 324px;
    margin-top: 2vw;
  }

  .slides-text-container {
    padding: 8vw 8vw 2vw;
  }

  .slides-text-container.home-page-container {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .slides-text {
    margin-bottom: 0;
    padding-top: 0;
  }

  .home-hero-grid {
    grid-template-rows: 49vw 10vw 8vw 5vw 25vw;
    min-height: 100vw;
  }

  .home-hero-sub-text {
    font-size: 16px;
  }

  .nav-spacer {
    margin-top: 40px;
  }

  .slides-supra-text.extra-bold {
    margin-bottom: 0;
  }

  .about-section {
    padding-top: 18vw;
  }

  .understand-text-container, .understand-box-text-container {
    padding: 30px;
  }

  .large-image {
    border-radius: 10px;
  }

  .contact-hero-text-container {
    margin-top: 2vw;
  }

  .anchor.construction-in-progress {
    bottom: 540px;
  }

  .anchor.completion-and-aftercare {
    bottom: 700px;
  }

  .anchor.contract-awarded {
    bottom: 500px;
  }
}

#w-node-_5e33a5ca-002f-37d7-005e-f8d1e5aa6e23-08d9b52c {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_85ea5932-4598-6f82-a4da-c68ec24e91c0-08d9b52c {
  grid-area: Tall-Area;
}

#w-node-_1463ac1a-acf8-bace-400a-3b8e052405fb-08d9b52c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-bbf81429-7f5d-b32b-61b7-1612c1cd74da-08d9b52c {
  grid-area: Below-Tall-Area;
}

#w-node-_65f9b13a-9f4e-bcfe-f7cb-9283448e7209-08d9b52c {
  grid-area: Small-Area-2;
}

#w-node-_2febaefb-046f-b1e0-dffe-67274b089a3a-08d9b52c {
  grid-area: Below-Text-Area;
}

#w-node-_41a973a4-eed7-f1dc-8ed8-82961e42c08e-08d9b52c {
  grid-area: Small-Area-1;
}

#w-node-d80e3250-d075-ed51-e0a9-07855fc0bac0-08d9b52c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0cf72611-1eab-8eaf-1fe8-80cefae0e558-08d9b52c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a72845ff-799c-68bd-623b-dc635a69f86a-08d9b52c {
  grid-area: 1 / 2 / 3 / 3;
}

#Message.w-node-e15f301b-e316-3e14-b538-4e03752b0227-08d9b52c {
  grid-area: Area;
}

#w-node-a457c9ec-ce1d-246f-e461-4b8fad4007f7-08d9b52d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c6ea838c-96d8-769a-a24d-b25812679e74-08d9b52d {
  grid-area: Area-2;
}

#w-node-_2ff5c84b-ee0a-d6fc-6582-682bd529cbdf-08d9b52d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f901260-c58f-91d9-36e7-fb31f1303298-08d9b52d {
  grid-area: 2 / 3 / 3 / 4;
}

#Message.w-node-_00c45ebf-593e-88e7-0159-d037542c036f-08d9b52d, #Message.w-node-a3c72032-cd6d-969d-7802-041580135402-08d9b52e, #Message.w-node-_0f49aa46-7064-c97b-ad19-cdc96c7c7fe8-08d9b52f, #Message.w-node-bc09e82e-759e-a03b-c69c-5454a6385d47-08d9b531, #Message.w-node-e268c980-c9d0-70cc-5114-881663b0329f-eae3562e {
  grid-area: Area;
}

@media screen and (max-width: 767px) {
  #w-node-_0cf72611-1eab-8eaf-1fe8-80cefae0e558-08d9b52c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a72845ff-799c-68bd-623b-dc635a69f86a-08d9b52c {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #Message.w-node-e15f301b-e316-3e14-b538-4e03752b0227-08d9b52c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a457c9ec-ce1d-246f-e461-4b8fad4007f7-08d9b52d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2ff5c84b-ee0a-d6fc-6582-682bd529cbdf-08d9b52d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_5f901260-c58f-91d9-36e7-fb31f1303298-08d9b52d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #Message.w-node-_00c45ebf-593e-88e7-0159-d037542c036f-08d9b52d, #Message.w-node-a3c72032-cd6d-969d-7802-041580135402-08d9b52e, #Message.w-node-_0f49aa46-7064-c97b-ad19-cdc96c7c7fe8-08d9b52f, #Message.w-node-bc09e82e-759e-a03b-c69c-5454a6385d47-08d9b531, #Message.w-node-e268c980-c9d0-70cc-5114-881663b0329f-eae3562e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


