:root {
  --mw-dark-blue: #0a1e3f;
  --mw-orange: #ef9300;
  --white: white;
  --mw-light-blue: #1c3259;
  --black: black;
  --opacity-blue: #0a1e3fd1;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--mw-dark-blue);
  letter-spacing: -.02em;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 32px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 45px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

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

li {
  font-size: 18px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 20px 0;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.navbar-brand {
  width: 25%;
}

.nav-menu-two {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  text-align: center;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-link.w--current {
  text-decoration: underline;
}

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

.nav-link.white:hover {
  color: var(--mw-orange);
}

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

.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 {
  color: var(--white);
}

.nav-dropdown-toggle.white:hover {
  color: var(--mw-orange);
}

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

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

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

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

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

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

.button-primary {
  background-color: var(--mw-orange);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 40px;
  font-family: loos-extended, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--mw-light-blue);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  width: 80%;
  max-width: 100%;
  overflow: clip;
}

.section-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.heading-260 {
  text-align: center;
  margin-top: 46px;
  font-size: 2.5rem;
}

.paragraph-120 {
  text-align: center;
}

.logo-250px {
  width: 250px;
}

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

.list-item {
  font-family: montserrat, sans-serif;
  list-style-type: none;
}

.text-block {
  font-family: montserrat, sans-serif;
}

.hero--div {
  opacity: 1;
  height: 100%;
  position: relative;
}

.div-title {
  margin-bottom: 24px;
}

.f-button-secondary {
  min-height: 48px;
  color: var(--mw-dark-blue);
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  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;
}

.hero-img {
  object-fit: cover;
  border-top-right-radius: 10%;
  width: 80%;
  height: 500px;
}

.hero-img.welcome-img {
  object-fit: cover;
  border-top-right-radius: 0%;
  width: 100%;
  max-width: none;
}

.hero-img.welcome-img.shadow {
  height: 500px;
  box-shadow: -15px 14px #0a1e3f80;
}

.hero-img.welcome-img.shadow.no-shadow {
  box-shadow: none;
  object-fit: contain;
  align-self: center;
}

.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 {
  justify-content: flex-start;
  align-items: center;
}

.enquire-button {
  background-color: var(--mw-orange);
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 15px 5%;
  font-family: loos-extended, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
}

.enquire-button:hover {
  background-color: var(--mw-orange);
}

.hero-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: grid;
}

.heading {
  color: var(--mw-dark-blue);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.brochure-button {
  min-height: 0;
  color: var(--mw-dark-blue);
  text-align: center;
  white-space: nowrap;
  padding: 12px;
  font-family: loos-extended, sans-serif;
  font-weight: 700;
  line-height: 20px;
  transition-property: none;
}

.brochure-button.new-colour {
  color: var(--white);
}

.text-block-4 {
  font-family: loos-extended, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.hero-title-div {
  padding-left: 10%;
  padding-right: 10%;
}

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

.hero-section {
  min-height: auto;
  margin-top: 5%;
  display: block;
}

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

.stats {
  background-color: #1c3259;
  height: 100%;
}

.blue-box {
  background-color: #0a1e3f;
  height: 100%;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100px;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
}

.heading-261 {
  color: var(--white);
  font-family: loos-extended, sans-serif;
}

.text-block-5 {
  color: var(--white);
  padding-bottom: 0%;
  font-weight: 700;
  line-height: 20px;
}

.stat-block {
  padding-top: 10%;
  padding-bottom: 10%;
}

.para-wrap {
  margin-bottom: 17px;
  padding-right: 47px;
}

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

.news-para {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.f-cta-grid-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 10%;
  display: grid;
}

.f-cta-grid-b.welcome-image {
  grid-column-gap: 105px;
  grid-row-gap: 25px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  margin-top: 10%;
  margin-bottom: 10%;
  padding-top: 0;
  padding-bottom: 5%;
  display: grid;
}

.text-block-6 {
  color: var(--mw-orange);
  font-family: loos-extended, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.text-block-10 {
  padding-top: 0;
  font-size: 18px;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--mw-orange);
}

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

.flex-left-block.mw-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

.float-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: var(--white);
  flex-flow: row;
  width: 55%;
  min-width: 250px;
  margin-bottom: 0;
  padding: 10px 0%;
  display: block;
  position: absolute;
  inset: auto auto -5% -5%;
  box-shadow: 0 3px 9px 3px #0003;
}

.float-block.move {
  width: 25%;
  height: 30%;
  margin-top: 40px;
  position: static;
}

.heading-263 {
  margin-bottom: 0;
  display: block;
}

.image-2 {
  width: 25%;
}

.div-block-7 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding-right: 0;
  display: block;
}

.div-block-8 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding: 4px 10%;
  display: flex;
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.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-cell {
  background-color: #f3f5fb00;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  display: flex;
}

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

.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;
  display: flex;
}

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

.news-heading {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 5%;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.accred-grid {
  grid-column-gap: 43px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-logo {
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px 0;
  display: flex;
}

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

.seperate-sector-title {
  margin-top: 20px;
  margin-bottom: 16px;
}

.sector-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  justify-content: space-between;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.small-text {
  margin-bottom: 0;
}

.sector-content-grid {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.sector-card {
  background-color: #f7f9fd00;
  border-radius: 12px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.sector-title {
  max-width: 610px;
}

.sectors-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text {
  color: var(--mw-orange);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: loos-extended, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 0;
}

.para-div-sectors {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
}

.read-more {
  color: var(--mw-dark-blue);
  margin-top: 20px;
  font-family: loos-extended, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.sector-img {
  aspect-ratio: 1;
  pointer-events: auto;
  background-image: url('../images/industrial-electrical.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-color .275s;
  position: relative;
}

.sector-img.img-change-1 {
  background-image: url('../images/Market-Walk-1-Day-min.png');
  background-position: 50%;
}

.sector-img.img-change-3 {
  background-image: url('../images/51657376090_2948002d15_k.png');
  background-position: 50%;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.news-margain {
  margin-bottom: 48px;
}

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

.f-cta-grid-a {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  place-items: start stretch;
}

.f-image-cover-2 {
  aspect-ratio: 1;
  opacity: 1;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.f-cta-image-wrapper {
  height: 360px;
  position: static;
  top: 0;
}

.text-span-4 {
  opacity: 1;
  color: var(--mw-orange);
}

.accreds {
  object-fit: contain;
  max-height: 60px;
  margin-right: 60px;
}

.accreds.v2 {
  max-height: 45px;
  margin-right: 30px;
}

.accreds.v2.enlarged {
  max-height: 65px;
}

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

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

.div-block-10.img-m {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.image-6 {
  object-fit: contain;
  width: 50px;
  max-width: none;
  height: 50px;
  margin-top: 5px;
}

.image-6.img-size {
  width: 50px;
}

.text-span-6 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.text-span-10 {
  color: var(--mw-orange);
  text-decoration: none;
}

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

.news-title {
  margin-bottom: 16px;
}

.news-div {
  border: 1px none var(--white);
  color: var(--white);
  background-color: #fff0;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 10px 0;
  text-decoration: none;
  display: flex;
}

.news-section {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  position: relative;
}

.main-section {
  padding: 0 10% 40px;
  position: relative;
}

.para-div {
  margin-bottom: 32px;
}

.navy-backround {
  background-color: var(--mw-dark-blue);
  background-image: linear-gradient(231deg, #1c4588, #0a1e3f 43%);
  width: 100%;
  height: 55%;
  position: absolute;
  inset: auto 0% 0%;
}

.news-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: block;
}

.article-image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.orange-line {
  background-color: var(--mw-orange);
  width: 20%;
  height: 5px;
  margin-top: 20px;
}

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

.f-container-regular-8 {
  width: 100%;
  max-width: 1140px;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.trusted-by {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 134px;
}

.div-block-12 {
  background-color: var(--black);
  width: 5%;
  height: 5px;
  display: block;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-17 {
  width: 100%;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
}

.swrper_component {
  position: relative;
}

.swiper-button-prev {
  z-index: 1;
  background-color: var(--mw-dark-blue);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 50% -1%;
}

.swiper-button-prev:hover {
  background-color: var(--mw-orange);
  color: var(--mw-orange);
}

.page-wrapper-6 {
  overflow: hidden;
}

.project-heading {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 100px;
  margin-bottom: 8px;
  padding-bottom: 0;
  display: grid;
}

.component_wrapper {
  z-index: 0;
  padding-top: 0;
  padding-bottom: 5.25rem;
}

.swiper-wrapper {
  display: flex;
}

.swiper-button-next {
  z-index: 1;
  background-color: var(--mw-dark-blue);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1% 50% auto;
}

.swiper-button-next:hover {
  background-color: var(--mw-orange);
}

.slider_slider-wrapper {
  position: relative;
  overflow: hidden;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.swiper-slide {
  z-index: 0;
  flex: none;
  height: 100%;
  transition: transform .3s;
  position: relative;
}

.div-block-94 {
  padding-bottom: 2.2rem;
}

.line-2 {
  background-color: var(--mw-dark-blue);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 2px;
  display: block;
}

.swiper-pagination {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}

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

.div-block-111 {
  background-image: linear-gradient(90deg, var(--mw-dark-blue) 31%, #0f0f0f00 100%, #39393900 100%, #e0e0e000 100%, #fff0), url('../images/20240822_114016.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 70%;
  border-radius: 20px;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 75px;
}

.div-block-14 {
  margin-top: 0;
  padding-left: 0;
}

.collection-list-wrapper-2 {
  color: var(--white);
  margin-top: 20px;
}

.rich-text-block {
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.footer-title {
  color: var(--white);
  margin-bottom: 40px;
  font-family: loos-extended, sans-serif;
  font-size: 20px;
}

.text-300.bold.footer-title.news {
  margin-bottom: 10px;
}

.footer-wrapper {
  background-color: var(--mw-dark-blue);
  border-top: 1px #f7f7fc;
}

.footer-top {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.div-block-112 {
  border-bottom: 1px solid var(--mw-orange);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
}

.div-block-113 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch center;
  display: grid;
}

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

.footer-tc-f20:hover {
  color: var(--mw-orange);
}

.div-block-114 {
  text-align: center;
}

.image-24.ssip, .image-25 {
  max-width: 100%;
}

.image-26.sizing {
  max-width: 100px;
}

.collection-item {
  padding-left: 0;
}

.f-margin-bottom-70 {
  margin-bottom: 16px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

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

.f-cta-grid-a-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.f-h3-heading {
  color: var(--mw-dark-blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-image-cover-4 {
  object-fit: cover;
  width: 425px;
  max-width: none;
  position: relative;
  overflow: visible;
}

.f-image-cover-4.img-size {
  width: 250px;
}

.f-section-regular-4 {
  color: var(--mw-dark-blue);
  margin-top: 5%;
  margin-bottom: 10%;
  padding: 0 5%;
  position: static;
}

.img-wrap {
  height: auto;
  padding-top: 0;
}

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

.text-block-14 {
  color: var(--mw-orange);
  font-family: loos-extended, sans-serif;
  font-weight: 700;
}

.grid-footer---5-column---subcribe-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2.75fr;
  width: 100%;
}

.footer-top-2 {
  padding-top: 35px;
  padding-bottom: 0;
}

.footer-link-2 {
  color: var(--white);
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}

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

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

.text-field {
  border-radius: 5px 0 0 5px;
  height: 100%;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--mw-orange);
  border-radius: 0 5px 5px 0;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: loos-extended, sans-serif;
}

.paragraph-123 {
  color: var(--white);
}

.section-9 {
  background-image: linear-gradient(to bottom, var(--opacity-blue), var(--opacity-blue)), url('../images/Team-compressed.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.div-block-117 {
  margin-top: 10%;
  padding-left: 0%;
  padding-right: 0%;
}

.div-block-117.mw-section {
  margin-top: 0%;
}

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

.link-social-block {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  width: 30%;
  margin-top: 10px;
  display: flex;
}

.text-span-12 {
  color: var(--mw-dark-blue);
}

.header-logo {
  margin-bottom: 16px;
}

.para-wrapper {
  color: var(--mw-dark-blue);
  margin-bottom: 20px;
}

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

.f-cta-grid-a-3 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 126px;
  display: flex;
}

.f-cta-grid-a-3.backround-colour {
  grid-column-gap: 97px;
  grid-row-gap: 16px;
  background-color: var(--mw-light-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.f-image-cover-5 {
  object-fit: cover;
  border-top-left-radius: 200px;
  width: 100%;
  height: 400px;
}

.f-image-cover-5.img-2 {
  border-radius: 17px;
}

.f-image-cover-5.img-4 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 200px;
}

.f-section-regular-5 {
  padding: 72px 5%;
  position: relative;
}

.f-section-regular-5.making-a-difference {
  padding-left: 0%;
  padding-right: 0%;
}

.image-27 {
  width: 5%;
  margin-bottom: 20px;
}

.div-block-119 {
  width: 80%;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.social-values, .image-28, .image-29, .image-30 {
  width: 63%;
}

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

.div-block-121 {
  background-color: var(--mw-orange);
  width: 10%;
  height: 5px;
}

.image-31 {
  object-fit: cover;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  width: 100%;
  height: 100%;
}

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

.h2-white.top-m-50 {
  margin-top: 50px;
}

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

.p-white._50--width {
  width: 50%;
}

.code-embed {
  color: var(--white);
}

.section-10 {
  border-style: none none solid;
  border-width: 7px;
  border-color: var(--mw-orange);
  background-image: url('../images/Web-1920-–-1_2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  height: 90vh;
}

.text-span-14 {
  color: var(--mw-orange);
  -webkit-text-stroke-color: var(--mw-orange);
}

.text-span-15, .text-span-16 {
  color: var(--mw-orange);
}

.section-11 {
  background-color: var(--mw-dark-blue);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.f-margin-bottom-75 {
  margin-bottom: 16px;
}

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

.f-image-cover-6 {
  object-fit: cover;
  width: 700px;
  height: 100%;
}

.f-section-regular-6 {
  padding: 72px 0%;
  position: relative;
}

.f-section-regular-6.mw-section {
  margin-top: 100px;
}

.f-cta-image-wrapper-4 {
  height: 360px;
}

.f-cta-grid-b-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
}

.paragraph-127 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-12 {
  border-bottom: 15px solid var(--mw-orange);
  background-color: var(--mw-dark-blue);
  height: auto;
  margin-top: 75px;
  padding-top: 5%;
  padding-bottom: 5%;
}

.div-block-125 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.heading-268 {
  color: var(--white);
  font-family: loos-extended, sans-serif;
  font-size: 30px;
}

.text-block-16 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

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

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

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

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

.section.expand.hide {
  display: none;
}

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

.scroll-item-header {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: loos-extended, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

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

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

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

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

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

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

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

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

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

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

.div-block-126 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 49px;
  display: block;
}

.section-14 {
  background-image: linear-gradient(151deg, var(--mw-light-blue), #060a12);
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.column-small.align-left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.column-gigantic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.column-gigantic.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.section-large {
  width: 100%;
  padding: 5%;
  position: relative;
}

.logo-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-small {
  width: 100%;
}

.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.commerical-card {
  background-image: linear-gradient(79deg, var(--mw-dark-blue), var(--opacity-blue));
  height: auto;
  color: var(--white);
  text-decoration: none;
  transition: all .4s;
}

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

.logo-card-gray.bg-img-1 {
  background-image: url('../images/IMG_9543.JPEG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

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

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

.logo-card-gray.bg-img-4 {
  background-color: var(--mw-orange);
  height: auto;
  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-5 {
  background-image: url('../images/IMG_5739-rotated.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.form-wrap {
  background-color: #fff0;
  border-radius: 16px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.text-field-large {
  border-style: none none solid;
  border-width: 1px;
  border-color: #c4cee8 #c4cee8 var(--white);
  background-color: #fff0;
  border-radius: 0;
  height: 41px;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 18px;
  overflow: auto;
}

.text-field-large:hover {
  border-width: 2px;
  border-bottom-color: var(--mw-orange);
}

.text-field-large:active {
  border-width: 2px;
  border-color: #5f30e2 #5f30e2 var(--white);
}

.text-field-large:focus {
  border-width: 2px;
  border-color: #5f30e2 #5f30e2 var(--mw-orange);
}

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

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

.submit-button-2 {
  background-color: var(--mw-orange);
  color: #fff;
  border-radius: 8px;
  padding: 0 40px;
  font-family: loos-extended, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

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

.container-18 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.field-wrap {
  margin-bottom: 24px;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #c4cee8 #c4cee8 var(--white);
  background-color: #fff0;
  border-radius: 0;
  min-height: auto;
  font-size: 18px;
  transition: all .2s;
}

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

.text-field-2:active, .text-field-2:focus {
  border-width: 2px;
  border-color: #5f30e2 #5f30e2 var(--mw-orange);
}

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

.div-block-128 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.image-33 {
  width: 30px;
  max-width: none;
}

.text-block-18 {
  color: var(--white);
  font-size: 18px;
}

.checkbox-label-2 {
  color: var(--white);
  font-style: italic;
}

.checkbox-2 {
  height: 25px;
  color: var(--mw-orange);
}

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

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

.image-35 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 500px;
}

.profile-image-wrap {
  border-radius: 20px;
  width: 400px;
  position: relative;
}

.image-36 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2050px;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: -15% -15% auto auto;
}

.blue-circle-1 {
  z-index: -1;
  background-color: var(--mw-dark-blue);
  border-radius: 75px;
  width: 90px;
  height: 90px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.yellow-circle {
  background-color: var(--mw-orange);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: auto 0% 19% auto;
}

.yellow-circle.body-2 {
  width: 30px;
  height: 30px;
  inset: auto 12% 8% auto;
}

.div-block-131 {
  padding-left: 73px;
}

.image-37 {
  width: 100px;
}

.paragraph-128 {
  color: var(--mw-dark-blue);
}

.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(--mw-orange);
}

.faq-scroll {
  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;
}

.faq-plus {
  background-color: var(--mw-orange);
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

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

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

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

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

.faq-q-text {
  font-size: 18px;
  font-weight: 700;
}

.faq-plus-l {
  background-color: var(--mw-orange);
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

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

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

.paragraph-129 {
  width: auto;
}

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

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

.section-16 {
  border-bottom: 1px #aaa;
}

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

.header-container {
  background-color: var(--mw-dark-blue);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex: 1;
  min-width: 450px;
  min-height: 100vh;
  margin-top: 0;
  padding: 36px;
  position: sticky;
  top: 0;
}

.content-container {
  width: 100%;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.text-block-19 {
  color: var(--white);
  margin-top: 60px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
}

.form {
  margin-top: 10px;
}

.div-block-137 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.submit-button-3 {
  background-color: var(--mw-orange);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: auto;
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  overflow: clip;
}

.text-field-3 {
  border: 1px solid var(--mw-orange);
  color: var(--white);
  background-color: #fff0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.checkbox-label-3 {
  color: var(--white);
  margin-bottom: 0;
  font-style: italic;
}

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

.checkbox-3 {
  margin-top: 10px;
}

.div-block-138 {
  background-image: linear-gradient(42deg, #00112edb, #234a8a45);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 250px;
  max-height: 250px;
  padding: 18px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.collection-item-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.collection-item-2:last-child {
  margin-bottom: 0;
}

.section-17 {
  margin-top: 5%;
  margin-bottom: 0%;
  padding-bottom: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-141 {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  border-bottom: 4px solid var(--mw-orange);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5%;
  display: flex;
}

.image-277 {
  aspect-ratio: 3 / 2;
  width: 40%;
}

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

.project-cms-filter {
  margin-top: 43px;
}

.fs-checkbox_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: start;
  min-height: 3rem;
  display: grid;
}

.fs-checkbox_field-4 {
  color: #505050;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #9b9b9b;
  border-radius: 10rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem .8rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
  position: relative;
}

.fs-checkbox_field-4:hover {
  border-color: var(--mw-orange);
  color: var(--mw-orange);
  -webkit-text-stroke-color: #f55139;
  transform: translate(0, -10px);
}

.fs-checkbox_field-4.is-active {
  border-width: 2px;
  border-color: var(--mw-orange);
  color: #f55139;
  background-color: #ef930024;
  border-radius: 10rem;
}

.fs-checkbox_button-4 {
  width: 100%;
  height: 100%;
  color: var(--mw-dark-blue);
  border: 1px #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.fs-checkbox_button-4:hover {
  color: var(--mw-orange);
}

.fs-checkbox_button-4.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.fs-checkbox_button-4.w--redirected-focus {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
}

.fs-checkbox_button-4.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-checkbox_label-4-2 {
  z-index: 1;
  color: var(--mw-dark-blue);
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.collection-list-5 {
  grid-column-gap: 44px;
  grid-row-gap: 41px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.section-20 {
  background-image: url('../images/Web-1920-–-1_4.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-left: 0%;
  display: flex;
}

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

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

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

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

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

.text-block-21 {
  font-size: 18px;
}

.text-span-24 {
  color: var(--white);
  text-align: right;
  font-family: loos-extended, sans-serif;
  text-decoration: underline;
}

.heading-272, .paragraph-132 {
  color: var(--white);
}

.section-23 {
  margin-top: 10%;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-146 {
  justify-content: space-between;
  display: flex;
}

.image-281 {
  aspect-ratio: 1;
  object-fit: contain;
  max-width: 40%;
  position: static;
}

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

.div-block-147 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  display: flex;
}

.image-282 {
  max-width: 8%;
}

.text-block-22 {
  font-size: 18px;
  font-weight: 600;
}

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

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

.text-span-26 {
  border-bottom: 3px solid var(--mw-orange);
  text-decoration: none;
}

.case-study {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  overflow: clip;
}

.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;
  height: 500px;
  overflow: clip;
}

.div-block-150 {
  border-bottom: 2px solid var(--mw-dark-blue);
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 150px;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
}

.heading-273 {
  margin-top: 0;
  margin-bottom: 10px;
}

.div-block-151 {
  background-color: var(--mw-dark-blue);
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-286 {
  max-width: 14%;
  margin-bottom: 15px;
}

.div-block-152 {
  padding: 30px;
}

.div-block-153 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 139px;
  display: grid;
}

.image-287 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 500px;
  max-width: none;
  overflow: hidden;
}

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

.text-span-28 {
  font-weight: 600;
}

.form-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center stretch;
  width: 75%;
  margin-bottom: 45px;
  display: grid;
}

.primary-wrap-4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.project-overlay {
  background-image: linear-gradient(#0a1e3fb0, #0a1e3fb0);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 31px 44px 12px;
  text-decoration: none;
  display: flex;
}

.heading-47 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 2.3rem;
}

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

.text-block-24 {
  color: var(--white);
  text-align: center;
  font-family: loos-extended, sans-serif;
  font-weight: 400;
}

.text-block-25 {
  color: var(--white);
  font-family: loos-extended, sans-serif;
  overflow: hidden;
}

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

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

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

.collection-list-wrapper-5 {
  margin-top: 36px;
}

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

.heading-276 {
  color: var(--white);
}

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

.sector-bottom {
  border-top: 8px solid var(--mw-orange);
  background-color: var(--mw-dark-blue);
  justify-content: flex-start;
  align-items: center;
  min-height: 40vh;
  padding-top: 59px;
  padding-bottom: 59px;
  padding-left: 10%;
  display: flex;
}

.sector-overlay {
  background-color: #0a1e3f75;
  width: 100%;
  height: 100%;
}

.white {
  width: 100%;
  color: var(--white);
}

.white.block {
  margin-right: 12px;
  display: inline;
}

.white.block._10px {
  margin-right: 10px;
}

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

.absolute-box {
  background-image: url('../images/link-external-new-window-open-svgrepo-com.svg'), linear-gradient(217deg, #0a1e3fd9, #161616eb);
  background-position: 95% 5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 10%, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-title-sub {
  color: var(--white);
  text-align: center;
  font-family: loos-extended, sans-serif;
  font-size: 20px;
}

.div-block-156 {
  padding-left: 94px;
}

.paragraph-134 {
  width: 50%;
  color: var(--white);
  margin-top: 10px;
}

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

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

.sector-secondary-img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 400px;
}

.rich-text-block-5 {
  width: 100%;
}

.div-block-161 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: auto;
  padding-top: 42px;
  display: grid;
}

.div-block-162 {
  width: 55%;
  display: block;
}

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

.image-291 {
  max-width: 40%;
}

.text-span-29, .text-span-30 {
  color: var(--mw-orange);
}

.section-31 {
  background-image: linear-gradient(75deg, var(--mw-dark-blue), var(--mw-light-blue));
}

.work-with-section {
  background-color: var(--mw-dark-blue);
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.image-292 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 36%;
}

.paragraph-136 {
  color: var(--white);
  margin-top: 10px;
}

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

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

.button-2 {
  background-color: var(--mw-orange);
  border-radius: 8px;
  margin-top: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: loos-extended, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

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

.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(--mw-dark-blue);
  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(--mw-orange);
  transform: translate(0, -16px);
  box-shadow: 1px 8px 5px #00000054;
}

.image-293 {
  display: flex;
}

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

.heading-280 {
  color: var(--white);
  text-align: center;
  margin-top: 15px;
}

.collection-list-wrapper-6 {
  height: auto;
}

.career-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 20px;
  padding-left: 4px;
  display: flex;
  overflow: scroll;
}

.button-3 {
  background-color: var(--mw-orange);
  text-align: center;
  border-radius: 8px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: loos-extended, sans-serif;
}

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

.paragraph-137 {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 25px;
}

.job-div {
  border: 1.5px solid var(--mw-orange);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 31px 6%;
  display: flex;
}

.collection-item-8 {
  width: 350px;
  height: 400px;
}

.text-block-26 {
  color: var(--mw-orange);
  font-family: loos-extended, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.div-block-170 {
  margin-top: 5%;
}

.career-benefit {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.image-294 {
  width: 30px;
}

.rich-text-block-6 {
  margin-top: 71px;
  margin-bottom: 64px;
}

.button-4 {
  background-color: var(--mw-orange);
  border-radius: 8px;
  margin-top: 20px;
  padding: 2px 100px;
  font-family: loos-extended, sans-serif;
  font-weight: 700;
}

.link-4 {
  color: var(--white);
  white-space: nowrap;
  font-family: loos-extended, sans-serif;
  font-weight: 700;
}

.div-block-174 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  background-image: linear-gradient(180deg, var(--mw-light-blue), var(--mw-dark-blue));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-height: 250px;
  display: grid;
}

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

.paragraph-140 {
  color: var(--white);
  margin-right: 20px;
}

.button-5 {
  background-color: var(--mw-orange);
  border-radius: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: loos-extended, sans-serif;
  font-weight: 700;
}

.text-block-27 {
  color: var(--white);
  margin-top: 20px;
  font-style: italic;
  font-weight: 600;
}

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

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

.div-block-175 {
  padding: 33px;
}

.mw-section {
  margin-top: 0%;
  margin-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;
}

.mw-section.greater-margin {
  padding-top: 0;
  padding-bottom: 0;
}

.mw-section.h-s {
  padding-top: 84px;
}

.mw-section.faq {
  padding-top: 101px;
}

.mw-section.case-study {
  width: auto;
  padding-top: 77px;
  padding-left: 10%;
  padding-right: 10%;
}

.mw-section.bottom-pad {
  padding-bottom: 112px;
}

.mw-section._80vh {
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.mw-section.duel-pad {
  margin-bottom: 0%;
  padding-top: 0;
  padding-bottom: 0;
}

.mw-section.hide {
  display: none;
}

.mw-section.top-pad {
  padding-top: 0;
}

.img-relative-block {
  position: relative;
}

.accredut-wrao {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.button-wrap {
  margin-top: 13px;
}

.button-class {
  background-color: var(--mw-orange);
  color: var(--white);
  text-align: center;
  letter-spacing: .02em;
  border-radius: 8px;
  padding-left: 57px;
  padding-right: 57px;
  font-family: loos-extended, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-class.secondary {
  color: var(--mw-dark-blue);
  background-color: #ef930000;
}

.button-class.secondary.left {
  line-height: 22px;
}

.paragraph-143 {
  width: 70%;
}

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

.heading-299 {
  color: var(--mw-dark-blue);
}

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

.div-block-183 {
  background-color: var(--white);
  width: 50px;
  height: 1px;
  margin-right: 10px;
}

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

.link-block {
  width: 100%;
  color: var(--mw-dark-blue);
  text-decoration: none;
  transition: all .3s;
}

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

.slider-image {
  opacity: .2;
  object-fit: cover;
  width: 100%;
  height: 400px;
  transition: opacity .5s;
}

.slider-text {
  opacity: 0;
  color: var(--mw-dark-blue);
  text-align: center;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.1;
  transition: opacity .3s;
}

.slider-text:hover {
  text-decoration: none;
}

.collection-list-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 50px;
  display: grid;
}

.div-block-185 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.collection-item-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  min-width: 250px;
  height: 400px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.team-overlay {
  z-index: 5;
  background-color: #0a1e3f78;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
  position: relative;
}

.image-300 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-301 {
  width: 50px;
}

.link-6 {
  color: var(--white);
  font-family: loos-extended, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.div-block-186 {
  background-color: var(--mw-orange);
  width: 75%;
  height: 2px;
  margin-top: 4px;
}

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

.text-block-29 {
  width: 90%;
  color: var(--white);
  text-align: center;
  font-family: loos-extended, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.image-302 {
  width: 50px;
}

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

.italic {
  font-style: italic;
}

.footer-social-block {
  width: 35px;
}

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

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

.checkbox-label-4 {
  color: var(--white);
  line-height: 20px;
}

.checkbox-field-3 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.checkbox-4 {
  margin-top: 0;
  margin-right: 5px;
}

.section-42 {
  border-top: 25px solid #1c3259;
}

.text-block-30 {
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.yellow-highlight {
  color: var(--mw-orange);
}

.paragraph-151 {
  width: 75%;
}

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

.link-block-5 {
  max-width: 250px;
}

.link-block-5.w--current {
  max-width: 300px;
  text-decoration: none;
}

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

.stat-text.primary {
  margin-right: 5px;
  font-weight: 600;
}

.cs-stats {
  display: flex;
}

.div-block-189 {
  flex-flow: column;
  justify-content: space-between;
  height: 125px;
  margin-right: 59px;
  display: flex;
}

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

.heading-305 {
  margin-bottom: 30px;
}

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

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

.heading-306 {
  margin-bottom: 34px;
}

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

.text-block-31 {
  color: var(--white);
  text-align: left;
  line-height: 20px;
}

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

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

.heading-308 {
  font-size: 30px;
}

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

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

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

.button-blue {
  text-align: center;
  letter-spacing: .5px;
  background-color: #ff9a00;
  border-radius: 10px;
  margin-top: 27px;
  padding: 3px 60px;
  font-family: loos-extended, sans-serif;
  font-weight: 700;
  transition: all .4s;
  display: inline-block;
}

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

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

.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 {
  width: 15px;
  height: 15px;
  display: block;
  top: 2%;
  right: 2%;
}

.text-field-4 {
  color: #1f1e1e;
  border: 1px solid #0064b4;
  border-radius: 7px;
}

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

.div-block-327 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 119px;
  padding-bottom: 119px;
}

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

.text-block-32 {
  color: var(--white);
  line-height: 20px;
}

.div-block-328 {
  width: 90%;
}

.text-span-33 {
  color: var(--mw-orange);
  white-space: nowrap;
  font-size: 20px;
}

.heading-309 {
  color: var(--mw-orange);
  margin-bottom: 0;
}

.paragraph-153 {
  width: 70%;
  color: var(--white);
}

.div-block-329 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.button-6 {
  color: var(--mw-dark-blue);
  background-color: #3898ec00;
  background-image: url('../images/download-minimalistic-svgrepo-com.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 0;
  padding-right: 36px;
  font-weight: 500;
  transition: opacity .3s;
}

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

.text-block-33 {
  color: var(--white);
  margin-left: 12px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.image-303 {
  width: 150px;
}

.text-block-34 {
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  font-weight: 500;
  line-height: 20px;
}

.image-304 {
  z-index: -5;
  opacity: .36;
  width: 75%;
}

.div-block-330 {
  z-index: -5000;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

  .hero--div {
    background-image: none;
  }

  .accred-img {
    max-width: 75%;
  }

  .accred-img._100 {
    max-width: 90%;
  }

  .div-block-111 {
    background-size: auto, 70%;
  }

  .f-image-cover-6 {
    object-fit: contain;
  }

  .text-span-33 {
    font-size: 25px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-img {
    height: 750px;
  }

  .div-logo {
    max-width: 200px;
  }

  .f-cta-grid-a {
    place-items: center stretch;
  }

  .f-cta-image-wrapper {
    height: auto;
  }

  .f-container-regular-8, .trusted-by {
    max-width: none;
  }

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

  .div-block-108 {
    padding-bottom: 0;
  }

  .div-block-111 {
    background-position: 0 0, 100% 0;
    background-size: auto, 70%;
  }

  .footer-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-default {
    max-width: none;
  }

  .f-cta-grid-a-2 {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.4fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .social-values {
    max-width: 200px;
  }

  .section-10 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 80vh;
    display: flex;
  }

  .section-14 {
    height: 680px;
  }

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

  .text-field-large:active {
    border-color: var(--white);
  }

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

  .submit-button-2:hover {
    background-color: var(--mw-orange);
  }

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

  .text-field-2:active {
    border-color: var(--white);
    color: var(--white);
  }

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

  .paragraph-128 {
    color: var(--mw-dark-blue);
    margin-top: 20px;
    text-decoration: none;
  }

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

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

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

  .container-20 {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .header-container {
    height: 90vh;
  }

  .collection-item-6 {
    aspect-ratio: 1;
    height: auto;
  }

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

  .heading-47 {
    font-size: 2rem;
  }

  .section-31 {
    height: auto;
  }

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

  .heading-306 {
    margin-bottom: 36px;
  }

  .cross {
    right: .8%;
  }

  .text-span-33 {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-brand.w--current {
    width: 50%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.white, .nav-link.white.w--current, .nav-dropdown-toggle.white {
    color: var(--mw-dark-blue);
  }

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

  .menu-button {
    padding: 12px;
    font-size: 30px;
  }

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

  .image {
    width: 100%;
    min-width: 250px;
  }

  .hero--div {
    background-position: 50% 60%;
  }

  .hero-img {
    width: auto;
    height: 450px;
  }

  .hero-img.welcome-img {
    object-fit: cover;
    width: 100%;
    margin-top: 58px;
  }

  .hero-img.welcome-img.shadow {
    order: -1;
    width: 100%;
    height: 350px;
    margin-top: 20px;
    margin-bottom: 45px;
  }

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

  .button-wrap.new-colours {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-wrap.new-colours.al {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-wrap.new-colours.c2a {
    justify-content: space-between;
    align-items: center;
  }

  .button-wrap._50 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
  }

  .enquire-button {
    margin-bottom: 12px;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .heading {
    font-size: 35px;
  }

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

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

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

  .hero-title-div {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 50vh;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .hero-section {
    height: auto;
    min-height: auto;
  }

  .stats {
    width: 100%;
    height: 100%;
  }

  .blue-box {
    display: none;
  }

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

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

  .text-block-5 {
    font-size: 12px;
  }

  .f-container-regular {
    position: static;
  }

  .news-para {
    line-height: 24px;
  }

  .f-cta-grid-b {
    grid-template-columns: 1fr;
  }

  .f-cta-grid-b.welcome-image {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: flex;
  }

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

  .flex-left-block.mw-section {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .float-block {
    margin-left: 0;
    padding-left: 0%;
    padding-right: 0%;
    inset: auto -3% -4% auto;
  }

  .float-block.move {
    width: 40%;
    margin-top: 40px;
  }

  .div-block-7 {
    padding-right: 0;
  }

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

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

  .news-heading {
    font-size: 20px;
  }

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

  .accred-img {
    width: 100%;
    max-width: 70%;
  }

  .seperate-sector-title {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .sector-heading {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

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

  .sector-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .sectors-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center;
    display: flex;
  }

  .para-div-sectors {
    width: auto;
  }

  .read-more {
    margin-top: 0;
  }

  .sector-img {
    width: 100%;
    height: 250px;
  }

  .f-cta-grid-a {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .f-image-cover-2 {
    aspect-ratio: 2.39;
    width: 100%;
    height: 300px;
  }

  .f-cta-image-wrapper {
    height: auto;
  }

  .image-6, .image-6.img-size {
    width: 45px;
  }

  .main-section {
    padding: 0 5% 20px;
  }

  .navy-backround {
    height: 60%;
  }

  .trusted-by {
    padding-top: 46px;
  }

  .container-17 {
    max-width: none;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .project-heading {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .component_wrapper {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-108 {
    margin-top: 0;
    padding-top: 0%;
    padding-bottom: 0;
  }

  .div-block-94 {
    margin-top: 100px;
    padding-top: .5rem;
    padding-bottom: 4rem;
  }

  .cta {
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-111 {
    background-size: auto, cover;
    margin-bottom: 100px;
  }

  .rich-text-block {
    text-align: center;
    width: auto;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-19 {
    width: auto;
  }

  .div-block-113 {
    width: 30%;
  }

  .image-22 {
    width: 200%;
  }

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

  .image-25, .image-26 {
    max-width: 80%;
  }

  .div-block-115 {
    margin-top: 10%;
  }

  .collection-item {
    width: 100%;
    padding-left: 0;
    padding-right: 10px;
  }

  .f-container-regular-9.dels {
    padding-top: 0;
  }

  .f-cta-grid-a-2 {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: grid;
  }

  .f-h3-heading {
    text-align: center;
  }

  .f-image-cover-4 {
    margin-bottom: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-image-cover-4.img-size {
    margin-bottom: 0;
  }

  .text-block-14 {
    text-align: left;
    margin-top: 0;
  }

  .grid-footer---5-column---subcribe-2 {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    place-items: center;
  }

  .footer-top-2 {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .section-9 {
    height: 450px;
  }

  .link-social-block {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    text-align: center;
    justify-content: flex-start;
    place-items: center end;
    width: auto;
    display: flex;
  }

  .text-span-12 {
    text-align: center;
  }

  .f-cta-grid-a-3 {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: grid;
  }

  .f-cta-grid-a-3.backround-colour {
    grid-column-gap: 97px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.4fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .f-cta-grid-a-3.sv3 {
    padding-top: 0;
  }

  .f-image-cover-5, .f-image-cover-5.img-2, .f-image-cover-5.img-4 {
    border-radius: 50px;
  }

  .f-section-regular-5.making-a-difference {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-27 {
    width: 10%;
  }

  .div-block-119 {
    width: auto;
    padding: 0 5% 40px;
  }

  .social-values, .image-28, .image-29, .image-30 {
    width: 100%;
  }

  .image-31 {
    aspect-ratio: 16 / 9;
  }

  .h2-white {
    text-align: left;
  }

  .p-white._50--width {
    width: auto;
  }

  .section-10 {
    height: auto;
    padding-bottom: 22px;
  }

  .section-11 {
    background-position: 50% 100%;
    background-size: auto;
    height: 650px;
  }

  .f-image-cover-6 {
    overflow: visible;
  }

  .f-cta-image-wrapper-4 {
    display: none;
  }

  .f-cta-grid-b-3 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-127 {
    display: block;
  }

  .section-12 {
    height: auto;
  }

  .div-block-125 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    padding-left: 10%;
    padding-right: 10%;
  }

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

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

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

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

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

  .div-block-126 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
  }

  .column-small.align-left {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .section-large {
    padding-top: 20%;
  }

  .logo-grid-large {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .max-width-small {
    max-width: 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;
  }

  .form-wrap {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .div-block-131 {
    padding-left: 0;
  }

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

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

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

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

  .container-20 {
    flex-flow: column;
  }

  .header-container {
    height: 720px;
    min-height: 0;
    margin-bottom: 42px;
    position: static;
  }

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

  .image-277 {
    width: 100%;
  }

  .fs-checkbox_label-4-2 {
    line-height: 20px;
  }

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

  .collection-item-6 {
    width: 100%;
    height: 500px;
  }

  .section-20 {
    height: 500px;
  }

  .div-block-142 {
    text-align: center;
  }

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

  .image-281 {
    display: none;
    overflow: clip;
  }

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

  .case-study {
    width: 90%;
  }

  .div-block-153 {
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .image-287 {
    order: -1;
    max-width: 70%;
  }

  .form-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    width: 100%;
    margin-bottom: 0;
    display: grid;
  }

  .primary-wrap-4 {
    width: 100%;
  }

  .heading-47 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .absolute-box {
    aspect-ratio: 1;
    object-fit: cover;
    background-position: 98% 5%, 0 0;
    background-size: 5%, auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 100%;
    display: flex;
  }

  .div-block-156 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-134 {
    width: auto;
  }

  .div-block-159 {
    flex-flow: row;
    width: 100%;
  }

  .sector-secondary-img {
    width: 45%;
  }

  .div-block-161 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

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

  .div-block-163 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .image-291 {
    order: 1;
    max-width: 60%;
  }

  .image-292 {
    width: 45%;
    display: none;
  }

  .paragraph-136 {
    text-align: center;
  }

  .div-block-165 {
    text-align: center;
    width: auto;
  }

  .button-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .collection-list-9 {
    flex-flow: row;
    display: flex;
  }

  .div-block-172 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-173 {
    text-align: center;
  }

  .div-block-174 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .image-296 {
    width: 100%;
    max-height: 250px;
  }

  .button-5 {
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .div-block-175 {
    align-self: auto;
    margin: 20px;
  }

  .mw-section {
    padding-top: 75px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .mw-section.duel-pad {
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .mw-section.delsp, .mw-section.del-space {
    padding-top: 0;
  }

  .div-block-177 {
    padding-right: 29px;
  }

  .cen {
    text-align: center;
    margin-bottom: 0;
  }

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

  .paragraph-143 {
    width: 75%;
  }

  .white-para {
    text-align: center;
  }

  .white-para.left-on-tab, .white-para.left-on-mob {
    text-align: left;
  }

  .div-block-181 {
    text-align: center;
    align-self: auto;
  }

  .paragraph-148 {
    text-align: center;
  }

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

  .lottie-animation {
    width: 30px;
  }

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

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

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

  .link-block-5.w--current {
    width: 250px;
    max-width: none;
  }

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

  .popup, .text-block-34 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navbar-brand.w--current {
    width: 60%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

  .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-link {
    text-align: center;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    font-size: 25px;
  }

  .hero--div {
    background-size: 200%;
  }

  .hero-img {
    border-top-right-radius: 0%;
    width: 100%;
    height: 250px;
    display: none;
  }

  .hero-img.welcome-img {
    height: auto;
    display: block;
  }

  .hero-img.welcome-img.shadow {
    object-fit: cover;
  }

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

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

  .enquire-button {
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero-flex {
    flex-flow: column;
    padding-top: 5%;
    display: flex;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    font-size: 35px;
  }

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

  .brochure-button.np {
    padding-left: 0;
  }

  .hero-title-div {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 114px 5%;
  }

  .hero-section {
    height: auto;
  }

  .stats {
    overflow: visible;
  }

  .div-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    place-items: center;
    padding-left: 0%;
    padding-right: 0%;
    overflow: visible;
  }

  .heading-261 {
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
  }

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

  .stat-block {
    overflow: visible;
  }

  .text-block-6, .text-block-10 {
    text-align: left;
  }

  .flex-left-block.mw-section {
    padding-top: 0;
  }

  .float-block {
    width: 70%;
    left: 15%;
    right: 0%;
  }

  .float-block.move {
    width: 65%;
  }

  .div-block-8 {
    justify-content: space-between;
    align-items: center;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 50px;
  }

  .accred-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .accred-img {
    max-width: 90%;
  }

  .sector-card {
    flex-flow: column;
    display: block;
  }

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

  .text, .read-more {
    text-align: left;
  }

  .f-image-cover-2 {
    max-width: none;
    overflow: clip;
  }

  .accreds.v2 {
    margin-right: 0;
  }

  .div-block-10 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
  }

  .div-block-10.img-m {
    margin-top: 10px;
  }

  .main-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .navy-backround {
    height: 80%;
  }

  .orange-line {
    width: auto;
    height: 3px;
  }

  .collection-list-wrapper {
    flex-flow: column;
    display: block;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

  .component_wrapper {
    padding-top: 3.5rem;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .padding-global-2 {
    padding-bottom: 60px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .swiper-slide {
    width: 100%;
  }

  .div-block-94 {
    padding-top: .125rem;
    padding-bottom: 0;
  }

  .cta {
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-111 {
    background-image: linear-gradient(#0a1e3fd4, #0a1e3fd4), url('../images/AdobeStock_310282411-2048x1536.jpeg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 102px 34px 69px;
  }

  .collection-list-wrapper-2 {
    width: auto;
    margin-top: 0;
  }

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

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.bold.footer-title {
    text-align: center;
    margin-bottom: 24px;
  }

  .text-300.bold.footer-title.news {
    text-align: left;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-list-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .image-19 {
    width: 250px;
  }

  .div-block-112 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .div-block-113 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-22 {
    width: 25px;
    max-width: none;
  }

  .image-24, .image-25, .image-26 {
    max-width: 100%;
  }

  .collection-item {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .f-container-regular-9 {
    padding-top: 47px;
  }

  .f-cta-grid-a-2 {
    justify-content: center;
    align-items: center;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular-4 {
    margin-top: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .grid-footer---5-column---subcribe-2 {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.4fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: start center;
    width: auto;
    display: grid;
  }

  .footer-top-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .paragraph-123 {
    text-align: center;
  }

  .section-9 {
    height: 500px;
  }

  .link-social-block {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-span-12, .header-logo {
    text-align: left;
  }

  .f-cta-grid-a-3 {
    flex-flow: column;
  }

  .f-cta-grid-a-3.backround-colour {
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .f-section-regular-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-27 {
    text-align: center;
    width: 10%;
  }

  .div-block-119 {
    width: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-31 {
    aspect-ratio: auto;
    height: 50%;
    position: relative;
    left: -33px;
    overflow: clip;
  }

  .h2-white {
    text-align: center;
  }

  .h2-white.top-m-50 {
    text-align: left;
  }

  .h2-white.cen {
    text-align: center;
  }

  .p-white._50--width {
    text-align: center;
    width: 100%;
  }

  .section-10 {
    background-size: 80%;
    height: 750px;
  }

  .section-11 {
    height: auto;
  }

  .f-section-regular-6 {
    padding-top: 10px;
    padding-bottom: 72px;
  }

  .f-section-regular-6.mw-section {
    padding-top: 131px;
  }

  .paragraph-127 {
    text-align: center;
  }

  .section-12 {
    display: block;
  }

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

  .column-gigantic.align-left {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    justify-content: center;
    align-items: center;
  }

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

  .logo-grid-large {
    justify-content: center;
    align-items: center;
  }

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

  .form-wrap, .form-block, .container-18, .field-wrap {
    text-align: left;
  }

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

  .image-34 {
    height: auto;
  }

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

  .div-block-131 {
    padding-left: 0;
  }

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

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

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

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

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

  .div-block-141 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .fs-checkbox_row {
    grid-auto-flow: row;
  }

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

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

  .image-287 {
    aspect-ratio: auto;
    width: 100%;
    max-width: none;
    height: 300px;
  }

  .form-7 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sector-bottom {
    height: auto;
  }

  .white.block {
    margin-right: 5px;
  }

  .absolute-box {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .service-title-sub {
    text-align: center;
    font-size: 20px;
  }

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

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

  .image-291 {
    aspect-ratio: 1;
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .image-292 {
    display: none;
  }

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

  .section-32 {
    padding-top: 50px;
  }

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

  .collection-list-9 {
    flex-flow: column;
  }

  .div-block-175 {
    text-align: center;
  }

  .div-block-176 {
    text-align: center;
    align-self: auto;
  }

  .mw-section {
    padding-top: 58px;
  }

  .mw-section.h-s {
    padding-top: 40px;
  }

  .mw-section.case-study {
    padding-left: 5%;
    padding-right: 5%;
  }

  .mw-section.duel-pad {
    padding-bottom: 0;
  }

  .img-relative-block {
    width: 100%;
  }

  .accredut-wrao {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center stretch;
    display: grid;
  }

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

  .button-class {
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .button-class.secondary.left {
    padding-left: 0;
  }

  .div-block-177 {
    width: 100%;
    padding-right: 0;
  }

  .cen {
    text-align: left;
  }

  .stat-block-2 {
    width: 100%;
  }

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

  .white-para.left-on-tab, .div-block-182 {
    text-align: center;
  }

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

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

  .paragraph-151 {
    width: 100%;
  }

  .link-block-5.w--current {
    max-width: none;
  }

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

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

  .cross {
    right: 2%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

  p {
    font-size: 16px;
    line-height: 25px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .image {
    width: 150px;
    max-width: none;
  }

  .hero-img {
    border-top-right-radius: 0%;
    padding-right: 0%;
    overflow: clip;
  }

  .hero-img.welcome-img.shadow {
    box-shadow: none;
  }

  .hero-img.welcome-img.shadow.no-shadow {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    margin-top: 20px;
  }

  .button-wrap.new-colours {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .button-wrap.new-colours.al {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .button-wrap._50 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .enquire-button {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .hero-flex {
    flex-flow: column;
    display: flex;
  }

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

  .brochure-button {
    font-size: 14px;
  }

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

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

  .hero-title-div {
    padding-top: 28px;
  }

  .hero-section {
    min-height: 65vh;
  }

  .stats {
    overflow: visible;
  }

  .div-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    display: grid;
    overflow: visible;
  }

  .stat-block {
    padding: 5% 0;
  }

  .para-wrap {
    padding-right: 0;
  }

  .f-cta-grid-b.welcome-image {
    flex-flow: column;
  }

  .flex-left-block {
    padding-left: 3%;
    padding-right: 3%;
  }

  .flex-left-block.mw-section {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .float-block {
    width: 100%;
    bottom: -14%;
    left: 0%;
  }

  .float-block.move {
    display: none;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .accred-grid {
    grid-column-gap: 17px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-logo {
    min-height: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .accred-img {
    max-width: 90%;
  }

  .sector-content-grid {
    padding-left: 3%;
    padding-right: 3%;
  }

  .sector-card {
    padding-left: 0;
    padding-right: 0;
  }

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

  .f-image-cover-2 {
    width: 100%;
    box-shadow: 0 -9px 0 -1px #ef930047;
  }

  .f-cta-image-wrapper {
    aspect-ratio: 1;
    object-fit: contain;
  }

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

  .news-div {
    padding-left: 0;
    padding-right: 0;
  }

  .main-section {
    padding-top: 72px;
  }

  .navy-backround {
    height: 80%;
  }

  .orange-line {
    width: auto;
    overflow: visible;
  }

  .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
  }

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

  .component_wrapper {
    padding-top: 3.2rem;
  }

  .swiper-button-next {
    width: 2.4rem;
    height: 2.4rem;
  }

  .div-block-109 {
    padding-bottom: 0;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .swiper-slide {
    width: 100%;
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .div-block-94 {
    padding-top: .125rem;
    padding-bottom: 2.5rem;
  }

  .line-2 {
    width: 80%;
    display: none;
  }

  .cta {
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-111 {
    border-radius: 0;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding: 51px 0;
  }

  .div-block-14 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-wrapper {
    border-top-style: none;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .image-19 {
    width: 100%;
    margin-bottom: 32px;
  }

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

  .div-block-113 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-self: center;
    place-items: stretch center;
    width: 100%;
  }

  .image-22 {
    width: 30px;
  }

  .image-24, .image-25, .image-26 {
    max-width: 90%;
  }

  .div-block-115 {
    margin-top: 10%;
  }

  .f-image-cover-4 {
    width: 100%;
  }

  .f-image-cover-4.img-size {
    width: 150px;
  }

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

  .grid-footer---5-column---subcribe-2 {
    grid-row-gap: 48px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-top-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-9 {
    height: 650px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .link-social-block {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .f-cta-grid-a-3.backround-colour {
    padding-bottom: 48px;
  }

  .f-image-cover-5 {
    border-radius: 17px;
    height: 250px;
  }

  .f-image-cover-5.img-2 {
    height: 250px;
  }

  .f-image-cover-5.img-4 {
    border-radius: 17px;
    height: 250px;
  }

  .image-27 {
    width: 15%;
  }

  .social-values, .image-28, .image-29, .image-30 {
    width: 100%;
  }

  .image-31 {
    height: auto;
    left: -18px;
  }

  .h2-white {
    text-align: center;
  }

  .section-10 {
    background-size: 100%;
    border-bottom-width: 4px;
    height: 830px;
  }

  .section-11 {
    background-image: url('../images/Web-1920-–-1_3.png');
    background-repeat: repeat-x;
    background-size: 200%;
    background-attachment: scroll;
    height: 780px;
  }

  .f-image-cover-6 {
    aspect-ratio: 1;
    object-fit: contain;
    width: 100%;
    max-width: none;
  }

  .paragraph-127 {
    text-align: center;
  }

  .section-12 {
    border-bottom-width: 10px;
    margin-top: 75px;
    padding-top: 0;
  }

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

  .heading-268 {
    font-size: 20px;
  }

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

  .div-block-126 {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

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

  .form-wrap {
    padding-left: 0;
    padding-right: 0;
  }

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

  .submit-button-2:hover {
    background-color: var(--mw-orange);
  }

  .image-34 {
    aspect-ratio: 1;
    object-fit: contain;
    width: 100%;
    overflow: visible;
  }

  .div-block-130 {
    height: auto;
    top: auto;
    right: auto;
  }

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

  .section-16 {
    overflow: visible;
  }

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

  .header-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .collection-item-6 {
    height: 400px;
  }

  .section-20 {
    height: 600px;
  }

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

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

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

  .case-study {
    width: 95%;
  }

  .div-block-153 {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    display: block;
  }

  .image-287 {
    max-width: 100%;
    height: 250px;
  }

  .text-span-28 {
    text-align: center;
  }

  .form-7 {
    grid-template-columns: 1fr;
  }

  .project-overlay {
    padding: 30px 26px;
  }

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

  .sector-top {
    height: 40vh;
  }

  .sector-bottom {
    padding-top: 0%;
    padding-bottom: 9.5%;
  }

  .paragraph-134 {
    text-align: center;
  }

  .div-block-157 {
    text-align: center;
    margin-top: 29px;
  }

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

  .sector-secondary-img {
    width: 100%;
  }

  .sector-secondary-img.hom {
    display: none;
  }

  .div-block-161 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding-top: 0;
  }

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

  .image-291 {
    object-fit: contain;
  }

  .work-with-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-292 {
    width: 100%;
    margin-top: 40px;
  }

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

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

  .div-block-169 {
    margin-left: 0%;
    margin-right: 0%;
    overflow: visible;
  }

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

  .div-block-172 {
    text-align: center;
  }

  .div-block-174 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: center;
    padding-bottom: 15px;
  }

  .paragraph-140 {
    margin-right: 0;
  }

  .button-5 {
    margin-top: 10px;
    padding-top: 3px;
  }

  .text-block-27 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .div-block-175 {
    align-self: auto;
    margin: 0 10px;
  }

  .div-block-176 {
    text-align: center;
  }

  .mw-section.case-study {
    padding-left: 5%;
    padding-right: 5%;
  }

  .accredut-wrao {
    display: none;
  }

  .button-class {
    width: 100%;
  }

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

  .stat-block-2 {
    text-align: center;
    align-self: flex-start;
  }

  .paragraph-141 {
    margin-top: 10px;
  }

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

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

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

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

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

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

  .text-block-28 {
    font-size: 18px;
  }

  .heading-302 {
    font-size: 32px;
    line-height: 38px;
  }

  .link-block {
    width: 350px;
  }

  .slider-image {
    height: 350px;
  }

  .lottie-animation {
    font-size: 25px;
  }

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

  .team-link-block {
    width: 35px;
  }

  .checkbox-label-4 {
    line-height: 20px;
  }

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

  .div-block-316 {
    padding-left: 3px;
    padding-right: 3px;
  }
}

#w-node-_746c89d9-2213-f9c9-0fbf-6e1e16d12602-d48acabb {
  align-self: end;
}

#w-node-a3ce740c-2c83-f7b1-36c7-71859f05bd55-d48acabb {
  align-self: center;
}

#w-node-afa28fdb-cf9c-71b3-e76c-1d5c354ab29a-d48acabb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98850740-b066-271e-f85b-85ed49a3efbe-d48acabb {
  justify-self: center;
}

#w-node-b26613ac-7e91-e4d6-c504-d8d60324d981-d48acabb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04ad6cca-7fd1-1fdb-bb85-b8090ab5c183-d48acabb {
  justify-self: start;
}

#w-node-_04ad6cca-7fd1-1fdb-bb85-b8090ab5c184-d48acabb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04ad6cca-7fd1-1fdb-bb85-b8090ab5c186-d48acabb {
  justify-self: end;
}

#w-node-_7f3b1af9-ca9d-0a80-9afa-2139980d8aca-d48acabb {
  place-self: auto;
}

#w-node-fd0542cf-5103-0dff-58bd-8e79e182b742-d48acabb, #w-node-f47c4f38-5048-ccfd-9030-d78e59e52d10-d48acabb {
  place-self: center;
}

#w-node-e62a903b-caf2-70b1-01c6-2e69df93d98b-f9296537, #w-node-e62a903b-caf2-70b1-01c6-2e69df93d98d-f9296537, #w-node-e62a903b-caf2-70b1-01c6-2e69df93d98f-f9296537, #w-node-e62a903b-caf2-70b1-01c6-2e69df93d991-f9296537, #w-node-e62a903b-caf2-70b1-01c6-2e69df93d993-f9296537, #w-node-e62a903b-caf2-70b1-01c6-2e69df93d995-f9296537, #w-node-e62a903b-caf2-70b1-01c6-2e69df93d997-f9296537, #w-node-d26c41bf-462b-6749-6bb9-0eec598545cd-598545ca, #w-node-abea9d89-e046-f1e9-3d5f-ba76e9414266-598545ca, #w-node-_0ee8519d-9ae9-3c52-b36a-2c5027fe0348-598545ca, #w-node-d26c41bf-462b-6749-6bb9-0eec598545d3-598545ca, #w-node-_7a3ea3da-fc43-0131-164f-2850fae7c49a-598545ca, #w-node-a768c75a-91c4-d057-2fdd-1a96f97030c9-598545ca, #w-node-_4ccc2b4e-0a67-2786-b163-ccef832df87b-598545ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_461dab67-cd92-2220-5efc-5ca033ac16f2-a5f20cc6, #w-node-e1f94d91-e0d9-6059-48bd-fc7b99abbc81-a5f20cc6, #w-node-_7b4eeae0-e61c-25fd-9701-87b07480b6bf-a5f20cc6, #w-node-_0f22120c-543a-7a55-59fa-4c3e06f7cb25-a5f20cc6, #w-node-_3527635b-c71a-b085-5b85-9f176fa884b2-e8bee5f4 {
  justify-self: end;
}

#w-node-a5f3280c-3e56-5b41-1724-9948e14e0439-aadbd129 {
  place-self: center;
}

#w-node-_254c580d-39bc-e767-c441-c7914fe57e20-3301b4c5 {
  align-self: center;
}

#w-node-_944226e3-399c-4bfd-5d37-c81104bdd989-3301b4c5 {
  justify-self: auto;
}

#w-node-_4274846c-d53d-b116-4967-3e4e622135ae-90fba003 {
  justify-self: end;
}

#w-node-c9b12657-74bc-9b03-7df9-2e114dbd79af-b03d3641 {
  justify-self: center;
}

#w-node-_6946517b-cd84-bb32-2071-6837d44244be-960e5c58 {
  place-self: center end;
}

#w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2acb-e42e12d7 {
  justify-self: end;
}

#w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2ace-e42e12d7, #w-node-ed575e6e-97e2-b512-1e0d-6ae8e589e186-e42e12d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2ad0-e42e12d7, #w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2ad6-e42e12d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20ae7c21-ee44-d4d1-3ff8-a55cb641d40d-718bedd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbd79cce-ec59-5fd5-20ba-79b63d3e97a1-112a6a50 {
  place-self: auto;
}

#w-node-f8e1d5d5-20ac-3681-7a03-08949ec0f279-112a6a50, #w-node-f8e1d5d5-20ac-3681-7a03-08949ec0f27a-112a6a50, #w-node-f8e1d5d5-20ac-3681-7a03-08949ec0f27b-112a6a50 {
  place-self: center;
}

#w-node-b3cd707a-3700-8bf7-8231-4832f81c16af-112a6a50, #w-node-_511b05d9-fce8-6214-af4c-25f8228a3002-67bc013c {
  place-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-e62a903b-caf2-70b1-01c6-2e69df93d98b-f9296537, #w-node-d26c41bf-462b-6749-6bb9-0eec598545cd-598545ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a080ccf-1ac6-0af6-e5d4-1c640e2577d3-8dc47d1a {
    place-self: center;
  }

  #w-node-fbd79cce-ec59-5fd5-20ba-79b63d3e97a1-112a6a50 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_746c89d9-2213-f9c9-0fbf-6e1e16d12602-d48acabb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-a3ce740c-2c83-f7b1-36c7-71859f05bd55-d48acabb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_7f3b1af9-ca9d-0a80-9afa-2139980d8aca-d48acabb {
    justify-self: start;
  }

  #w-node-ee004553-92b2-3322-a7bd-e99e2bda7a6f-f9296537 {
    align-self: start;
  }

  #w-node-ee004553-92b2-3322-a7bd-e99e2bda7abc-f9296537 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_461dab67-cd92-2220-5efc-5ca033ac16f2-a5f20cc6, #w-node-e1f94d91-e0d9-6059-48bd-fc7b99abbc81-a5f20cc6 {
    justify-self: start;
  }

  #w-node-e1f94d91-e0d9-6059-48bd-fc7b99abbc80-a5f20cc6 {
    order: -9999;
  }

  #w-node-_7b4eeae0-e61c-25fd-9701-87b07480b6bf-a5f20cc6, #w-node-_0f22120c-543a-7a55-59fa-4c3e06f7cb25-a5f20cc6, #w-node-_3527635b-c71a-b085-5b85-9f176fa884b2-e8bee5f4 {
    justify-self: start;
  }

  #w-node-a5f3280c-3e56-5b41-1724-9948e14e0439-aadbd129 {
    justify-self: center;
  }

  #w-node-_4274846c-d53d-b116-4967-3e4e622135ae-90fba003 {
    justify-self: start;
  }

  #w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2acb-e42e12d7 {
    justify-self: auto;
  }

  #w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2acc-e42e12d7 {
    order: 1;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2ace-e42e12d7 {
    order: 2;
  }

  #w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2ad0-e42e12d7 {
    order: 4;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2ad2-e42e12d7 {
    order: 3;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2ad4-e42e12d7 {
    order: 5;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2ad6-e42e12d7 {
    order: 6;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20ae7c21-ee44-d4d1-3ff8-a55cb641d40d-718bedd7 {
    order: -9999;
  }

  #w-node-cb2f6e38-5b44-a20a-6d99-bd13be8ea0c4-112a6a50 {
    order: -9999;
    place-self: center;
  }

  #w-node-fbd79cce-ec59-5fd5-20ba-79b63d3e97a1-112a6a50, #w-node-b3cd707a-3700-8bf7-8231-4832f81c16af-112a6a50 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ee004553-92b2-3322-a7bd-e99e2bda7abc-f9296537 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2acc-e42e12d7 {
    order: 2;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2ace-e42e12d7 {
    order: 1;
  }

  #w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2ad0-e42e12d7 {
    order: 3;
  }

  #w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2ad2-e42e12d7 {
    order: 4;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2ad4-e42e12d7 {
    order: 6;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2ad6-e42e12d7 {
    order: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_04ad6cca-7fd1-1fdb-bb85-b8090ab5c183-d48acabb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_04ad6cca-7fd1-1fdb-bb85-b8090ab5c184-d48acabb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a5f3280c-3e56-5b41-1724-9948e14e0439-aadbd129 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a5f3280c-3e56-5b41-1724-9948e14e043b-aadbd129, #w-node-_9a080ccf-1ac6-0af6-e5d4-1c640e2577d3-8dc47d1a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c6cfd0e-3cdd-ab05-ad01-6845592e2acc-e42e12d7 {
    order: 1;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


