@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-colour: #292929;
  --main-colour: #59b6ec;
  --second-colour-lighter: #59b6ec;
  --hover-colour: #59b6ec;
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

h2 {
  color: var(--dark-colour);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

p {
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

a {
  color: var(--dark-colour);
  font-family: Poppins, sans-serif;
  font-weight: 300;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 20px;
}

li {
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

label {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

strong {
  color: var(--main-colour);
  font-weight: 700;
}

.contact-bar-text {
  color: #616161;
  letter-spacing: 0;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #6161610d;
  margin-bottom: 0;
  margin-left: 10px;
  font-weight: 600;
}

.contact-bar-text.link {
  color: #363636;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.contact-bar-text.link.f {
  font-size: 14px;
}

.image-20 {
  filter: contrast(200%);
  align-self: center;
  margin-top: 0;
  margin-bottom: 5px;
}

.image-20.email {
  margin-bottom: 0;
}

.image-20.phonr {
  margin-top: 5px;
}

.div-block-130 {
  border: 2px solid #00000026;
  border-left-style: none;
  flex-direction: column;
  justify-content: center;
  min-width: 35%;
  max-width: 1%;
  padding: 8px 20px;
  display: flex;
}

.div-block-130.social {
  background-color: #fefefe;
  border-style: solid none solid solid;
  border-color: #9696961a;
  min-width: 5%;
}

.div-block-130.social:hover {
  box-shadow: inset 0 2px 4px 1px #0000001a;
}

.location-block {
  border: 2px solid #9696961a;
  flex-direction: column;
  justify-content: center;
  min-width: 35%;
  max-width: 1%;
  padding: 8px 20px;
  display: flex;
}

.location-block.footer {
  min-width: 40%;
}

.location-block.text {
  min-width: 90%;
}

.div-block-half {
  border: 2px solid #9696961a;
  border-left-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 35%;
  max-width: 1%;
  padding: 10px;
  display: flex;
}

.div-block-half.footer {
  min-width: 40%;
}

.contact-bar-contact-text {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.contact-bar-contact-text.f {
  font-size: 14px;
}

.contact-bar-contact-text.text {
  margin-left: 0;
  font-size: 14px;
}

.link-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-call {
  border: 2px solid #9696961a;
  border-left-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 20%;
  max-width: 1%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-call.h-m-only {
  display: none;
}

.contact-bar {
  background-color: #fefefe;
  display: flex;
}

.contact-bar.footer {
  background-color: #f8f7f6;
}

.social-media {
  filter: contrast(200%);
  align-self: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.social-media.l {
  width: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-left: 20px;
  margin-right: 15px;
  padding-right: 0;
}

.div-block-social {
  border: 2px solid #00000026;
  border-left-style: none;
  flex-direction: column;
  justify-content: center;
  min-width: 35%;
  max-width: 1%;
  padding: 8px 20px;
  display: flex;
}

.div-block-social.social {
  background-color: #fefefe;
  border-style: solid solid solid none;
  border-color: #9696961a;
  min-width: 5%;
}

.div-block-social.social:hover {
  box-shadow: inset 0 2px 4px 1px #0000001a;
}

.navlink {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.navlink:hover {
  color: #000c;
}

.navlink.w--current {
  color: #000;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 5px;
  padding: 4px 12px;
}

.nav-menu-4 {
  align-items: center;
  display: flex;
}

.div-block-127 {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  height: 80px;
  min-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-logo {
  min-width: 150px;
  max-width: 200px;
  min-height: auto;
  max-height: none;
}

.navbar {
  background-color: #fff;
  border-bottom: 2px solid #9696961a;
  justify-content: space-around;
  min-width: 100%;
  min-height: 80px;
  max-height: 80px;
  padding-left: 10vw;
  padding-right: 10vw;
  display: block;
}

.navlink-item {
  color: #111;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.navlink-item:hover {
  color: #000c;
}

.navlink-item.w--current {
  color: #ff6b00;
}

.navlink-dropdown-item {
  color: #111;
  text-transform: none;
  border-bottom: 1px solid #0000001a;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.navlink-dropdown-item:hover {
  color: #0009;
}

.navlink-dropdown-item.w--current {
  color: #1c1c1c;
  background-color: #f5f5f5;
}

.navlink-dropdown-item.bottom {
  border-bottom-style: none;
}

.navlink-dropdown-item.bottom.w--current {
  background-color: #eee;
}

.sub-heading {
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.sub-heading.form {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 700;
}

.main-header {
  background-image: linear-gradient(#181818b3, #181818b3), url('../images/Duragrain-Oberfläche-Beton.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 12px #036;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 15vh 5vw;
  display: flex;
}

.main-header.comox {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Untitled---2024-03-03T153220.150_1Untitled - 2024-03-03T153220.150.webp');
  background-position: 0 0, 50%;
}

.main-header.courtenay {
  background-image: linear-gradient(#0009, #0009), url('../images/Untitled---2024-03-03T153440.523_1Untitled - 2024-03-03T153440.523.webp');
}

.main-header.sayward {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Untitled---2024-03-03T153710.924_1Untitled - 2024-03-03T153710.924.webp');
}

.paragraph-white {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-white.p {
  margin-top: 12px;
  margin-bottom: 0;
}

.paragraph-white.p.h-m {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.paragraph-white.left {
  text-align: left;
  font-family: Poppins, sans-serif;
  line-height: 30px;
}

.paragraph-white._0bs {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.heading-1---left {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 3px 10px #0006;
  word-break: break-all;
  overflow-wrap: break-word;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 54px;
}

.heading-1---left.main {
  font-style: normal;
  font-weight: 800;
}

.text-span {
  color: var(--second-colour-lighter);
  margin-left: 4px;
  padding-left: 0;
  font-weight: 500;
}

.service-button {
  border: 2px solid var(--main-colour);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #0003;
  background-color: #e6be8a00;
  border-radius: 10px;
  width: auto;
  min-width: 200px;
  margin-top: 22.5px;
  padding: 14px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 4px 6px 4px #0003;
}

.service-button:hover {
  background-color: var(--main-colour);
  color: #fff;
  background-image: none;
}

.service-button.form {
  min-width: 175px;
  margin-top: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-style: normal;
}

.service-button.cu {
  margin-top: 12px;
}

.service-button.light-bg {
  background-color: var(--main-colour);
  margin-top: 0;
}

.service-button.light-bg:hover {
  background-color: var(--hover-colour);
}

.service-button.light-bg.em {
  margin-top: 16px;
}

.serv-text-link {
  color: var(--second-colour-lighter);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  position: relative;
  top: 90px;
}

.qs-0space {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 0;
  padding: 0;
}

.qs-0space.service {
  margin-top: 0;
}

.qs-0space.cms-article {
  margin-bottom: 100px;
}

.services-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #302f2700;
  background-image: linear-gradient(#0000, #000), url('../images/424573710_122109145040193722_5821072022189568745_n.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 330px;
  max-height: none;
  padding: 32px 24px;
  display: flex;
  box-shadow: 0 2px 5px 2px #0003;
}

.services-column:hover {
  border: 8px wheat;
}

.services-column.ui {
  background-image: linear-gradient(#0000, #000), url('../images/IMG_E7086..JPG');
  background-position: 0 0, 50%;
  border-radius: 2px;
}

.services-column.ge {
  background-image: linear-gradient(#0000, #000), url('../images/IMG_E3740.JPG');
  background-position: 0 0, 50% 40%;
  border-radius: 2px;
}

.services-column.sf {
  background-image: linear-gradient(#0000, #000), url('../images/tor_mit_kmg-closeup-2-1024x1024.jpg');
  background-position: 0 0, 50%;
  border-radius: 2px;
}

.services-column.lc {
  background-image: linear-gradient(#0000, #000), url('../images/Bild-Wartung.jpg');
  background-position: 0 0, 50%;
  border-radius: 2px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
}

.heading-3.c {
  font-weight: 800;
}

.heading-3.c.serv {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.heading-3.white-left {
  color: var(--white);
  text-align: left;
  margin-bottom: 4px;
  font-size: 18px;
}

.text-span-2 {
  color: #bebebe;
  margin-left: 4px;
  padding-left: 0;
}

.sub-heading-2 {
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.sub-heading-2.dark-left {
  color: #302f27;
  text-align: left;
  letter-spacing: normal;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.bold-text-2 {
  color: var(--main-colour);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e76405bf, #e76405bf), url('../images/Untitled---2024-03-01T161130.034_1Untitled - 2024-03-01T161130.034.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  padding-bottom: 2px;
  display: inline-block;
}

.paragraph-dark {
  color: #222;
  text-align: center;
  letter-spacing: .5px;
  text-shadow: none;
  min-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-dark.left {
  color: #1c1c1c;
  text-align: left;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-dark.c {
  color: #1c1c1c;
  text-align: center;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-dark.left {
  color: var(--dark-colour);
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 30px;
}

.section {
  background-color: #fff0;
  border: 1px #000;
  padding: 10vh 10vw;
}

.section.dark {
  background-color: var(--dark-colour);
}

.section.service {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/Untitled---2024-03-01T161130.034_1Untitled - 2024-03-01T161130.034.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.fd {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.fd.dark-left {
  color: var(--dark-colour);
  text-align: left;
  text-shadow: none;
  margin-top: 20px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}

.fd.dark-left.h3-below {
  color: #fff;
  text-shadow: none;
  margin-bottom: 20px;
}

.fd.dark-left.service-below {
  margin-bottom: 40px;
}

.fd.light-left {
  color: #fff;
  text-align: left;
  text-shadow: none;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}

.fd.light-left.h3-below {
  margin-bottom: 20px;
}

.fd.dark {
  color: var(--dark-colour);
  text-align: center;
  text-shadow: none;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}

.secondary-colour {
  color: var(--second-colour-lighter);
}

.secondary-colour.nu.w--current {
  text-decoration: none;
}

.list-item {
  padding-left: 20px;
}

.list {
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 0;
}

.list._0space {
  margin-top: 0;
}

.list-item-2 {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  background-image: url('../images/icons8-checkmark-64_1icons8-checkmark-64.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 50px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.list-item-2.invert {
  color: var(--dark-colour);
}

.list-item-2.invert._0bs {
  margin-bottom: 0;
}

.accordion-heading {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  line-height: 30px;
}

.accordion-item {
  background-color: var(--dark-colour);
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 2px 3px 7px #0000001a;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordian-arrow {
  filter: invert();
  min-width: 28px;
  max-width: 28px;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 100%;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  overflow: hidden;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.text-center {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.form-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #29292999;
  border-radius: 5px;
  min-width: 100%;
  margin: 0;
  padding: 24px;
}

.form-block.cu {
  padding-top: 12px;
  padding-left: 0;
  padding-right: 0;
}

.form-cell {
  padding: 12px;
}

.form-field {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
}

.centre-v {
  justify-content: center;
}

.au-section {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/a71141d3-89cd-45aa-8e12-fcc2511e002e.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 15vh 10vw;
}

.cenvvtre {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cenvvtre.cms-contact {
  justify-content: center;
  align-items: flex-start;
  padding-top: 4px;
}

.licensed-image {
  width: 186px;
  max-width: 186px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.licensed-image.wsbc {
  width: 250px;
  min-width: 250px;
  margin-top: 0;
}

.container-flex {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.legal-text {
  color: #222;
  text-align: right;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.footer-column-large-2 {
  width: 50%;
}

.footer-column-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.footer-column-2.menu {
  width: 20%;
}

.footer-column-2.serv {
  width: 30%;
}

.footer-2 {
  background-color: #fff;
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/Untitled---2024-03-01T161130.034_1Untitled - 2024-03-01T161130.034.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border: 1px #0009;
  border-top: 12px wheat;
  padding: 5vh 5vw 2.5vw;
}

.image-17 {
  min-width: 220px;
  max-width: 300px;
  margin-left: 0;
  padding-top: 2.5px;
  padding-right: 0;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.quick-stack-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 12px 0 0;
}

.footer-text-6 {
  color: #222;
  text-align: left;
  letter-spacing: .5px;
  max-width: 75%;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.footer-text-6.para {
  max-width: 90%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.footer-title-2 {
  border-bottom: 2px solid var(--main-colour);
  color: var(--dark-colour);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.footer-link-2 {
  color: #222;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 15px;
  margin-left: 1px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .25s;
}

.footer-link-2:hover {
  color: var(--main-colour);
  letter-spacing: 0;
  font-weight: 600;
  text-decoration: underline;
}

.footer-link-2.w--current {
  color: var(--main-colour);
  letter-spacing: 0;
  border-left: 2px #73aeb7;
  margin-left: 1px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.form-legal {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 6px;
  font-weight: 300;
  line-height: 12px;
}

.hp-hveader {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Untitled---2024-03-01T161130.034_1Untitled - 2024-03-01T161130.034.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 12px #036;
  margin-top: 0;
  margin-right: 0;
  padding: 10vh 10vw;
}

.container-10 {
  text-align: left;
  align-self: center;
  max-width: 100%;
  padding-right: 40px;
}

.sub-heading-3 {
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.sub-heading-3.toc {
  color: var(--main-colour);
  letter-spacing: 0;
  text-shadow: none;
  font-size: 16px;
  font-weight: 700;
}

.quick-stack-3 {
  padding: 50px 0 20px;
}

.content-block {
  margin-bottom: 60px;
}

.content-block.bottom {
  margin-bottom: 0;
}

.content-block.box {
  background-color: var(--white);
  background-image: linear-gradient(#163a57d9, #163a57d9), url('../images/Untitled---2024-03-01T161130.034_1Untitled - 2024-03-01T161130.034.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border: 2px solid #e7640566;
  border-radius: 5px;
  padding: 24px;
  box-shadow: 3px 3px 6px 3px #0003;
}

.content-block.box.middle {
  background-image: linear-gradient(#0a0a09bf, #0a0a09bf), url('../images/Untitled---2024-03-01T161130.034_1Untitled - 2024-03-01T161130.034.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.content-block.box.middle.cms {
  background-image: linear-gradient(#0a0a09e6, #0a0a09e6), url('../images/Untitled---2024-03-01T161130.034_1Untitled - 2024-03-01T161130.034.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-bottom: 24px;
}

.content-block.cms {
  margin-bottom: 24px;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.dark {
  color: var(--dark-colour);
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

._404 {
  color: var(--dark-colour);
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.cms-aws {
  color: var(--dark-colour);
  font-weight: 400;
  text-decoration: none;
}

.cms-aws:hover {
  color: var(--main-colour);
  font-weight: 600;
  text-decoration: underline;
}

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

.cms-block {
  max-width: 100%;
  margin-bottom: 0;
}

.toc-container {
  min-width: 100%;
  min-height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.toc-hide-m {
  text-align: left;
  min-width: 100%;
  position: sticky;
  top: 2.5rem;
}

.textlink {
  color: var(--main-colour);
  font-weight: 600;
}

.textlink.cms {
  color: var(--dark-colour);
  margin-left: 8px;
  padding-left: 0;
}

.textlink.cms:hover {
  color: var(--main-colour);
}

.contact-item {
  min-width: 100%;
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.cms-icon {
  min-width: 20px;
  max-width: 20px;
}

.html-embed {
  display: none;
}

.rega-footer {
  color: #e6e7e6;
  background-color: #e0e3e5;
}

.container-15 {
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.paragraph-6 {
  color: #727272;
  text-align: right;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  display: inline-block;
}

.link-40 {
  color: #727272;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-right: 4px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.image-8 {
  margin-bottom: 2.5px;
}

.italic-text {
  font-style: normal;
}

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

.triangle {
  background-color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto 0% -9px 50px;
  transform: skew(-20deg)rotate(51deg);
  box-shadow: 2px 2px 3px #00000026;
}

.quote-wrap {
  color: #fff;
  background-color: #f13737;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  display: flex;
  position: absolute;
  inset: -11% 0% auto;
  box-shadow: 0 3px 3px #00000080;
}

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

.speech-bubble {
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  width: 500px;
  height: 300px;
  padding: 50px 40px;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 3px #00000026;
}

.name-wrap {
  padding-left: 30px;
  position: absolute;
  inset: auto 0% -65px;
}

.lottie-animation {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-nav {
  display: none;
}

.flex-wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-slider {
  background-color: #0000;
  width: 600px;
  height: 500px;
}

.container {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  display: flex;
}

.right-arrow {
  color: #f03737;
}

.review-name {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.left-arrow {
  color: #f03737;
  margin-right: 40px;
  padding-right: 40px;
  display: block;
  inset: 0% auto 0% 0%;
}

.icon-5 {
  color: var(--main-colour);
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-7 {
  font-size: 12px;
}

.heading-4 {
  text-align: center;
  margin-bottom: -75px;
  font-family: Montserrat, sans-serif;
}

.paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  font-size: 12px;
}

.icon-6 {
  color: var(--main-colour);
}

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

.fs-cc-manager2_button {
  color: #0540f2;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  width: 3rem;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

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

.fs-cc-banner2_text-3 {
  font-size: 12px;
  line-height: 2vh;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_component {
  z-index: 2147483647;
  color: #fff;
  background-color: #000;
  width: 28.125rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

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

.cookie-banner {
  display: block;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-bottom: .75rem;
}

.fs-cc-prefs2_submit {
  background-color: var(--main-colour);
  text-align: center;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-manager2_component {
  z-index: 99999999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_component {
  z-index: 9999999;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner2_button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #9b9b9b66;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.home-next_image-wrapper {
  aspect-ratio: 1;
  border-radius: 20px;
  width: 100%;
  max-width: 38rem;
  overflow: hidden;
}

.padding-section-home-next {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.home-next_content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  min-width: 34rem;
  max-width: 35rem;
  margin-left: 3rem;
  display: grid;
}

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

.home-next_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.home-next_h2 {
  color: #000;
  font-size: 3.3rem;
  line-height: 1.1;
}

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #41c9ff;
  border-radius: 90px;
  padding: .75rem 1.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all .2s;
}

.button:hover {
  color: #41c9ff;
  background-color: #fff;
}

.button.is-outline-blue {
  color: #41c9ff;
  background-color: #fff0;
  border: 2px solid #41c9ff;
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button.is-outline-blue:hover {
  color: #fff;
  background-color: #41c9ff;
}

.section_home-next {
  background-color: #fff;
}

.contact-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .5fr;
  align-items: start;
}

.project-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 6rem;
  line-height: 1.3em;
}

.section-value {
  background-color: #e9e9e9;
  border-radius: 0%;
}

.heading-style-h3 {
  color: #e9e9e9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h3.white-value {
  color: #181818;
  margin-bottom: 10px;
}

.about_wrapper-content {
  width: 85%;
}

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

.padding-global-2.padding-section-medium {
  background-color: #181818;
  border-radius: 0%;
  padding-top: .25rem;
  padding-bottom: 8rem;
}

.padding-global-2.padding-section-medium.value {
  background-color: #e9e9e9;
}

.services-thi {
  background-color: #524f4f;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 7px 10px;
}

.value-grid-wrapper {
  border: 1px solid #ccc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.text-block-2 {
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.3em;
}

.text-size-regular {
  color: #121414;
  text-align: left;
  font-size: 1rem;
  font-weight: 100;
  text-decoration: none;
}

.text-size-regular.instagram, .text-size-regular.behance, .text-size-regular.webflow, .text-size-regular.linkedin {
  color: #fff;
}

.project-left-block {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.project-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.link-block-2 {
  color: #e9e9e9;
  text-decoration: none;
}

.padding-bottom {
  width: 100%;
  padding: 0 0 2rem;
}

.services-first_tool {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #181818;
  border-radius: 20px;
  padding: 7px 10px;
}

.heading-style-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.project-left-second_content {
  width: 80%;
}

.button-4 {
  color: #f8f8f8;
  text-align: center;
  background-color: #111;
  border: .0625rem solid #111;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.4rem 2.18rem;
  font-size: 1.1rem;
  position: relative;
}

.button-4.button-hide-mobile {
  background-color: #242424;
  border-color: #363636;
  text-decoration: none;
}

.services-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  line-height: 1.3em;
}

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

.featuresv6_sticky-div-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #e9e9e9;
  border: 1px solid #cab3b3;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 9rem;
  padding: 2rem;
  display: flex;
  position: sticky;
  top: 4rem;
}

.featuresv6_sticky-div-2.is-third {
  margin-top: -3rem;
  margin-bottom: 3rem;
  top: 10rem;
}

.featuresv6_sticky-div-2.is-second {
  margin-top: -6rem;
  margin-bottom: 6rem;
  top: 7rem;
}

.featuresv6_sticky-div-2.is-fourth {
  border-color: #ccc;
  margin-bottom: 0;
  top: 13rem;
}

.text-size-large {
  color: #bdbdbd;
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
}

.section_work {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

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

.section_about {
  color: #fff;
  background-color: #181818;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.padding-section-medium {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.last {
  padding-bottom: 0;
}

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

.featuresv6_sticky-content {
  position: sticky;
  top: 4rem;
}

.services-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: block;
}

.project-container_grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
  padding-bottom: 20px;
}

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

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

.image {
  border: 1px solid #383838;
  border-radius: 20px;
  max-width: 100%;
}

.link-text-move {
  text-decoration: none;
  position: relative;
}

.contact-third-div {
  color: #fff;
  text-decoration: none;
}

.project-wrapper_container {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.project-left_description {
  align-items: center;
  display: flex;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.right {
  text-align: right;
}

.featuresv6_sticky-container {
  font-weight: 200;
}

.services-tool_wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services-tool {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.contact_wrapper-content {
  width: 75%;
}

.section_contact {
  color: #fff;
  background-color: #181818;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.button-letter {
  z-index: 3;
  position: relative;
}

.button-letter.is--2 {
  position: absolute;
}

.section-services {
  background-color: #e9e9e9;
  border-radius: 0%;
}

.project-left_second {
  color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2-paragraph-padding {
  max-width: 30rem;
}

.line {
  background-color: #e9e9e9;
  height: 1px;
}

.line.margin-bottom {
  -webkit-text-stroke-color: #1a1a1a;
  background-color: #e9e9e957;
}

.heading-2 {
  word-break: normal;
  overflow-wrap: break-word;
  font-size: 3.6rem;
  line-height: 1.3em;
}

.contact_wrapper {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.about_wrapper {
  grid-column-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-size-small {
  color: var(--dark-colour);
  overflow-wrap: break-word;
  font-size: .8rem;
  line-height: 1.3em;
}

.text-size-small.third-tool {
  color: #181818;
}

.section_hero {
  color: #fff;
  background-color: #181818;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.contact-footer_divider {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.value-title_wrapper {
  margin-bottom: 4rem;
}

._2x1-grid-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

._2x1-grid-layout.is-top-aligned {
  align-items: start;
}

.services-third_tool {
  background-color: #7a787800;
  border: 1px solid #181818;
  border-radius: 20px;
  padding: 7px 10px;
}

.link-text-main {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.heading-5 {
  text-align: left;
  font-size: 6rem;
  line-height: 1.3em;
}

.value-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: block;
}

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

.link-42 {
  color: var(--dark-colour);
}

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

.thumbnails_main {
  z-index: 2;
  width: 100%;
  padding-top: 48%;
  position: relative;
}

.thumbnails_item {
  width: 24%;
  padding-top: 10%;
  position: relative;
}

.container-16 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.container-16.is-thumbnails {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.thumbnails {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

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

.global-styles-2 {
  position: fixed;
  inset: 0% 0% auto;
}

.thumbnails_list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.5%;
  display: flex;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.body-text {
  font-size: 18px;
  line-height: 160%;
}

.body-text.orange {
  color: #eba37a;
  font-size: 17px;
  font-weight: 500;
  line-height: 176%;
}

.h2-wp {
  margin-bottom: 20px;
}

.h2-wp.mid {
  text-align: center;
}

.instagram-image-container {
  position: relative;
  overflow: hidden;
}

.instagram-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.btn-wp {
  margin-top: 20px;
}

.btn-wp.mid {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.section-3 {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-3.insta {
  background-color: #fff;
}

.wrapper {
  width: 95%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  background-color: #065035;
  border-radius: 100px;
  padding: 20px 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .32s cubic-bezier(.19, 1, .22, 1);
}

.btn:hover {
  background-color: #eba37a;
  transform: translate(0, -3px);
}

.subheading-wp {
  align-items: center;
  margin-bottom: 15px;
}

.subheading-wp.mid {
  text-align: center;
}

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

.link-block-5 {
  padding-bottom: 10px;
  padding-left: 0;
}

.cell {
  justify-content: center;
  align-items: center;
}

.link-block-6 {
  padding-bottom: 10px;
}

.container_1100 {
  max-width: 1204px;
  padding-left: 54px;
  padding-right: 54px;
}

.work_wrapper-image {
  object-fit: cover;
  border-radius: 8px;
  width: 250px;
  max-width: none;
  height: 231.922px;
  box-shadow: 0 24px 24px -10px #0000001a;
}

.big_paragraph {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 116%;
}

.section_title-paragraph {
  max-width: 600px;
  margin: 24px auto 0;
}

.section_title-black {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 74px;
  font-weight: 700;
  line-height: 108%;
  text-decoration: none;
}

.primary_button {
  color: #000;
  text-transform: none;
  background-color: #ffd602;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 59px;
  padding: 6px 36px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  box-shadow: 0 18px 24px -10px #00000026, 0 6px #daa521, inset 0 0 0 2px #ffe785;
}

.primary_button:hover {
  box-shadow: 0 18px 24px -10px #00000026, 0 6px #b8860b, inset 0 0 0 2px #ffe785;
}

.primary_button:active {
  background-color: #ffd602;
  transform: translate(0, 4px);
  box-shadow: 0 18px 24px -10px #00000026, 0 2px #daa521, inset 0 0 0 2px #ffe785;
}

.section_title_wrapper {
  text-align: center;
  max-width: 870px;
  margin-bottom: 66px;
  margin-left: auto;
  margin-right: auto;
}

.work_box {
  box-shadow: 0 24px 24px -10px #0000001a;
}

.work_box.slide_in_bottom_300 {
  width: 250px;
}

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

.button_box_section {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.padding-block {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 76px;
  padding-bottom: 76px;
}

.link-block-7 {
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 100px;
}

.heading-6 {
  font-size: 22px;
}

.heading-7 {
  margin-right: 100px;
  font-size: 22px;
  display: block;
}

.flowout-container {
  flex: 1;
  align-self: stretch;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.flowout-companies-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

.flowout-companies-content {
  max-width: 220px;
  margin-right: 40px;
  font-size: 20px;
  line-height: 32px;
}

.flowout-companies-logos {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.flowout-hero-company {
  padding-right: 10px;
  transition: opacity .3s;
}

.flowout-hero-company:hover, .flowout-hero-company:focus {
  opacity: .7;
}

@media screen and (min-width: 1280px) {
  .flowout-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }

  p {
    margin-bottom: 20px;
  }

  ul, ol {
    margin-bottom: 8px;
  }

  .div-block-130.social {
    min-width: 7.5%;
  }

  .location-block {
    display: none;
  }

  .location-block.text {
    min-width: 85%;
    display: block;
  }

  .div-block-half, .div-block-half.footer {
    min-width: 50%;
  }

  .contact-bar-contact-text.text {
    text-align: center;
  }

  .div-block-call {
    min-width: 50%;
    max-width: 35%;
  }

  .div-block-call.h-m-only {
    display: none;
  }

  .div-block-social.social {
    min-width: 7.5%;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    position: relative;
    inset: auto auto 0% 0%;
  }

  .dropdown-toggle {
    border-bottom: 2px solid #9696961a;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 40px;
    display: inline-block;
    position: relative;
    overflow: visible;
  }

  .nav-menu-4 {
    background-color: #fff;
    border-bottom: 2px solid #9696961a;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0 4px;
    display: block;
  }

  .icon-4 {
    color: var(--main-colour);
    font-size: 30px;
  }

  .menu-button-4 {
    border: 2px solid var(--main-colour);
    border-radius: 5px;
    padding: 8px;
  }

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

  .navbar {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .icon-3 {
    margin-right: 40px;
  }

  .navlink-item {
    min-width: 100%;
    padding-left: 0;
  }

  .navlink-dropdown-item {
    min-width: 100%;
    padding-left: 8px;
  }

  .sub-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .main-header {
    padding: 7.5vh 5vw;
  }

  .paragraph-white {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .paragraph-white.p.h-m {
    font-size: 16px;
  }

  .paragraph-white.left {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .paragraph-white._0bs {
    font-size: 16px;
    font-weight: 300;
  }

  .heading-1---left {
    font-size: 38px;
    line-height: 50px;
  }

  .heading-1---left.main {
    font-size: 40px;
    line-height: 50px;
  }

  .serv-text-link {
    top: 40px;
  }

  .qs-0space {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .qs-0space.service {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 40px;
  }

  .qs-0space.cms-article {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    margin-bottom: 40px;
  }

  .services-column {
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .services-column.ui {
    justify-content: center;
    align-items: flex-start;
  }

  .services-column.ge {
    background-position: 0 0, 50%;
    border-top: 1px #000;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 30px;
  }

  .services-column.sf, .services-column.lc {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-3 {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 36px;
  }

  .heading-3.c {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
  }

  .heading-3.white-left {
    color: var(--white);
    font-size: 24px;
    line-height: 30px;
  }

  .sub-heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .sub-heading-2.dark-left {
    color: #1c1c1c;
  }

  .paragraph-dark {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .paragraph-dark.left.list-below {
    margin-bottom: 0;
  }

  .section {
    padding: 7.5vh 5vw;
  }

  .fd {
    font-size: 32px;
    line-height: 42px;
  }

  .fd.dark-left {
    font-size: 30px;
    line-height: 38px;
  }

  .fd.light-left {
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 38px;
  }

  .fd.dark {
    font-size: 30px;
    line-height: 38px;
  }

  .list._0space {
    margin-top: 12px;
  }

  .list-item-2 {
    background-position: 0%;
  }

  .accordion-wrapper {
    margin-top: 30px;
  }

  .header-center-box._75 {
    width: 100%;
  }

  .text-center {
    color: #1c1c1c;
    font-weight: 700;
  }

  .form-cell {
    display: none;
  }

  .au-section {
    padding: 7.5vh 5vw;
  }

  .cenvvtre.ltab-down {
    align-items: flex-start;
  }

  .container-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-column-large-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .footer-column-2 {
    align-items: flex-start;
    width: 20%;
    margin-left: 60px;
    display: none;
  }

  .footer-column-2.menu {
    margin-left: 0;
    display: none;
  }

  .footer-2 {
    padding-top: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-17 {
    max-width: 252px;
  }

  .legal-wrap {
    margin-top: 30px;
  }

  .quick-stack-7 {
    padding-top: 10px;
  }

  .footer-text-6.para {
    line-height: 30px;
  }

  .footer-link-2.w--current {
    border-left-color: #73aeb7;
  }

  .form-legal {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7px;
  }

  .hp-hveader {
    padding: 7.5vh 5vw;
  }

  .sub-heading-3 {
    font-size: 25px;
    line-height: 30px;
  }

  .quick-stack-3 {
    padding-bottom: 0;
  }

  .content-block {
    margin-bottom: 60px;
  }

  .content-block.bottom {
    margin-bottom: 0;
  }

  .content-block.box {
    background-image: linear-gradient(#e76405cc, #e76405cc), url('../images/Untitled---2024-03-01T161130.034_1Untitled - 2024-03-01T161130.034.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding-right: 24px;
  }

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

  .white-link:hover {
    color: #ffffffe6;
  }

  .cms-block {
    margin-bottom: 60px;
  }

  .cms-icon {
    min-width: 20px;
  }

  .paragraph-6 {
    font-size: 12px;
    font-weight: 600;
  }

  .link-40 {
    font-family: Poppins, sans-serif;
    font-size: 12px;
  }

  .home-next_image-wrapper {
    max-width: 28rem;
  }

  .padding-section-home-next {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-next_content-left {
    min-width: auto;
    max-width: 24rem;
    margin-left: 2rem;
  }

  .home-next_h2 {
    font-size: 2.5rem;
  }

  .button.is-outline-blue {
    flex: none;
  }

  .text-block-2 {
    font-size: 3.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-4 {
    font-size: 1rem;
  }

  .featuresv6_sticky-div-2 {
    top: 40%;
  }

  .featuresv6_sticky-div-2.is-third {
    top: 48%;
  }

  .featuresv6_sticky-div-2.is-second {
    top: 44%;
  }

  .featuresv6_sticky-div-2.is-fourth {
    top: 52%;
  }

  .section_work, .section_about {
    padding-top: 3rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .featuresv6_sticky-content {
    max-width: 45rem;
  }

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

  .section_contact, .section_hero {
    padding-top: 3rem;
  }

  ._2x1-grid-layout {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .thumbnails_item {
    width: 49%;
    margin-top: 2%;
    padding-top: 20%;
  }

  .container-16 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .thumbnails_list {
    padding-top: 0%;
  }

  .section-3.insta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .instagram-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .container_1100 {
    max-width: 1204px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .big_paragraph {
    font-size: 20px;
  }

  .section_title-black {
    font-size: 68px;
  }

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

  .padding-block {
    margin-bottom: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .flowout-companies-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .flowout-companies-content {
    max-width: none;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .flowout-companies-text {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  li {
    line-height: 24px;
  }

  .div-block-130.social {
    display: block;
  }

  .div-block-half {
    min-width: 60%;
  }

  .div-block-call {
    min-width: 50%;
  }

  .div-block-call.h-m-only {
    display: none;
  }

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

  .navlink.block {
    border-bottom: 2px solid #9696961a;
  }

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

  .dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-4 {
    border-width: 2px;
    border-color: var(--main-colour);
  }

  .brand-3.w--current {
    padding-left: 0;
  }

  .sub-heading {
    line-height: 30px;
  }

  .main-header {
    padding: 7.5vh 5vw;
  }

  .paragraph-white {
    font-size: 14px;
  }

  .paragraph-white.left {
    font-size: 16px;
  }

  .heading-1---left {
    letter-spacing: .5px;
    font-size: 36px;
    line-height: 46px;
  }

  .heading-1---left.main {
    font-size: 36px;
    line-height: 46px;
  }

  .text-span {
    line-height: 28px;
  }

  .service-button {
    margin-top: 16px;
  }

  .qs-0space.service, .qs-0space.list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .services-column {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .services-column.ui {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .services-column.ge {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-column.sf, .services-column.lc {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .heading-3 {
    line-height: 36px;
  }

  .heading-3.c {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
  }

  .text-span-2 {
    line-height: 28px;
  }

  .sub-heading-2 {
    line-height: 30px;
  }

  .sub-heading-2.dark-left {
    font-size: 22px;
  }

  .paragraph-dark {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .section {
    padding: 7.5vh 5vw;
  }

  .fd {
    font-size: 32px;
    line-height: 52px;
  }

  .fd.dark-left, .fd.light-left {
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 38px;
  }

  .fd.light-left.h3-below {
    margin-bottom: 20px;
  }

  .fd.dark {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
  }

  .list {
    margin-top: 0;
  }

  .list-item-2.invert {
    font-size: 16px;
  }

  .accordion-wrapper {
    margin-top: 30px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

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

  .legal-text {
    padding-top: 0;
    font-size: 14px;
  }

  .footer-column-large-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .footer-column-2, .footer-column-2.menu {
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .footer-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-17 {
    min-width: 275px;
    max-width: 275px;
  }

  .legal-wrap {
    grid-row-gap: 2.5px;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .quick-stack-7 {
    padding-top: 20px;
  }

  .footer-text-6 {
    font-size: 14px;
  }

  .footer-title-2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .footer-link-2 {
    margin-left: 0;
    font-size: 16px;
  }

  .footer-link-2.w--current {
    border-left-color: #73aeb7;
  }

  .form-legal {
    margin-bottom: 0;
    font-size: 7px;
  }

  .hp-hveader {
    padding: 7.5vh 5vw;
  }

  .container-10 {
    padding-right: 0;
  }

  .sub-heading-3 {
    font-size: 22px;
    line-height: 30px;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content-block {
    margin-bottom: 50px;
  }

  .cms-block {
    min-width: 100%;
    margin-bottom: 50px;
  }

  .hidem {
    display: none;
  }

  .slide-nav {
    display: block;
  }

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

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

  .home-next_image-wrapper {
    width: 100%;
    max-width: none;
  }

  .padding-section-home-next {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-next_content-left {
    min-width: auto;
    max-width: none;
    margin-left: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-next_h2 {
    font-size: 2.75rem;
  }

  .home-next_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button.is-outline-blue {
    font-size: 1.125rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

  .project-wrapper {
    flex-direction: row;
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .button-4 {
    padding: 1rem 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .services-wrapper, .project-wrapper_container, .value-wrapper {
    flex-direction: row;
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .body-text {
    font-size: 15px;
  }

  .body-text.orange {
    font-size: 16px;
  }

  .instagram-image-container.image-7 {
    display: none;
  }

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

  .container_1100 {
    max-width: 1204px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .big_paragraph {
    font-size: 18px;
  }

  .section_title-black {
    font-size: 52px;
  }

  .section_title_wrapper {
    margin-bottom: 42px;
  }

  .work_wrapper {
    grid-template-rows: auto auto auto;
  }

  .padding-block {
    margin-bottom: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .flowout-companies-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .flowout-companies-text {
    text-align: center;
  }

  .flowout-companies-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
    line-height: 34px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  li {
    font-size: 14px;
  }

  .div-block-130.social {
    min-width: 15%;
    max-width: 15%;
    display: block;
  }

  .location-block.text, .div-block-half {
    display: none;
  }

  .div-block-call {
    border-bottom-color: #9696961a;
    min-width: 100%;
    max-width: 80%;
  }

  .div-block-call.h-m-only {
    min-width: 70%;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
  }

  .contact-bar {
    flex-direction: row;
  }

  .contact-bar.footer {
    display: none;
  }

  .div-block-social.social {
    min-width: 15%;
    max-width: 15%;
    display: block;
  }

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

  .dropdown-toggle {
    font-size: 14px;
  }

  .nav-menu-4 {
    border-top: 2px solid #9696961a;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-127 {
    height: 75px;
  }

  .nav-logo {
    min-width: 120px;
    max-width: 175px;
    min-height: auto;
    max-height: none;
  }

  .menu-button-4 {
    border-width: 2px;
    border-color: var(--main-colour);
    padding: 6px;
  }

  .navbar {
    z-index: 99999;
    min-height: 0;
    max-height: 75px;
    position: sticky;
    inset: 0;
  }

  .icon-3 {
    margin-right: 20px;
  }

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

  .navlink-item, .navlink-dropdown-item {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
  }

  .sub-heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .sub-heading.form {
    font-size: 18px;
    line-height: 24px;
  }

  .main-header {
    padding: 7.5vh 5vw;
  }

  .paragraph-white {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }

  .paragraph-white.p {
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .paragraph-white.p.h-m {
    font-size: 14px;
  }

  .paragraph-white.left {
    font-size: 16px;
    font-weight: 300;
  }

  .paragraph-white._0bs {
    line-height: 30px;
  }

  .heading-1---left {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .heading-1---left.main {
    font-size: 28px;
    line-height: 34px;
  }

  .text-span {
    line-height: 20px;
  }

  .service-button {
    width: auto;
    min-width: 240px;
    margin-top: 20px;
    font-size: 18px;
  }

  .serv-text-link {
    top: 60px;
  }

  .qs-0space.list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .services-column {
    flex-direction: column;
    min-height: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-column.ge {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    text-align: left;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-3.c {
    text-align: center;
    font-weight: 800;
    line-height: 28px;
  }

  .heading-3.c.serv {
    text-align: left;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-3.white-left {
    font-size: 22px;
    line-height: 28px;
  }

  .text-span-2 {
    line-height: 20px;
  }

  .sub-heading-2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .sub-heading-2.dark-left {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-dark {
    margin-top: 0;
    font-size: 14px;
  }

  .paragraph-dark.left {
    font-size: 16px;
    font-weight: 300;
  }

  .paragraph-dark.c {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }

  .paragraph-dark.left {
    font-size: 14px;
    line-height: 30px;
  }

  .section {
    padding: 5vh 5vw 7.5vh;
  }

  .section.dark {
    padding-top: 7.5vh;
  }

  .section.service {
    background-image: linear-gradient(#fffc, #fffc), url('../images/Untitled---2024-03-01T161130.034_1Untitled - 2024-03-01T161130.034.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .fd {
    font-size: 28px;
    line-height: 38px;
  }

  .fd.dark-left {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 34px;
  }

  .fd.light-left {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 34px;
  }

  .fd.dark {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 38px;
  }

  .secondary-colour.nu.w--current {
    text-decoration: none;
  }

  .list {
    margin-top: 4px;
  }

  .list._0space, .list._0space.lower {
    margin-top: 0;
  }

  .list-item-2 {
    background-position: 0 10%;
    margin-bottom: 7.5px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .list-item-2.invert {
    padding-bottom: 10px;
  }

  .list-item-2.invert._0bs {
    padding-bottom: 0;
  }

  .accordion-heading {
    font-size: 18px;
    line-height: 30px;
  }

  .accordion-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .form-block.cu {
    margin-bottom: 12px;
  }

  .form-cell {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .centre-v.centre-m {
    justify-content: center;
    align-items: center;
  }

  .legal-text {
    text-align: center;
    font-size: 14px;
    font-style: italic;
  }

  .footer-column-large-2 {
    width: 100%;
  }

  .footer-column-2 {
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .footer-column-2.menu {
    align-items: flex-start;
    display: flex;
  }

  .footer-column-2.serv {
    width: 100%;
  }

  .footer-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Untitled---2024-03-01T161130.034_1Untitled - 2024-03-01T161130.034.webp');
    background-size: auto, cover;
    padding-top: 2.5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-17 {
    min-width: 220px;
    max-width: 220px;
    margin-left: 0;
    position: relative;
  }

  .legal-wrap {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .quick-stack-7 {
    grid-row-gap: 0px;
    padding-bottom: 20px;
  }

  .footer-text-6 {
    max-width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }

  .footer-text-6.para {
    font-size: 14px;
    line-height: 28px;
  }

  .footer-title-2 {
    letter-spacing: 0;
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 800;
  }

  .footer-link-2 {
    font-size: 16px;
  }

  .footer-link-2.w--current {
    color: var(--main-colour);
    letter-spacing: 0;
    border-left-color: #73aeb7;
    font-size: 16px;
  }

  .footer-link-2.legal {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .form-legal {
    margin-bottom: 0;
    line-height: 12px;
  }

  .hp-hveader {
    padding: 5vh 5vw;
  }

  .container-10 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .sub-heading-3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .quick-stack-3 {
    padding-top: 30px;
  }

  .content-block {
    margin-bottom: 48px;
  }

  .content-block.box {
    margin-bottom: 48px;
    padding: 28px 20px;
  }

  .cms-block {
    margin-bottom: 48px;
  }

  .paragraph-6, .link-40 {
    font-size: 10px;
  }

  .speech-bubble {
    height: auto;
    margin-top: 15%;
    margin-bottom: 40%;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .review-slider {
    width: 100%;
    height: auto;
  }

  .container {
    width: 90%;
  }

  .heading-4 {
    display: none;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .cookie-banner {
    display: block;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-prefs2_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .padding-section-home-next {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .home-next_content-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-next_h2 {
    font-size: 2.5rem;
  }

  .button.is-outline-blue {
    margin-bottom: 0;
  }

  .contact-grid {
    grid-template-columns: .75fr;
    justify-items: start;
  }

  .project-title {
    font-size: 4rem;
  }

  .about_wrapper-content {
    width: 100%;
  }

  .padding-global-2.padding-section-medium {
    padding-bottom: 4rem;
  }

  .padding-global-2.padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
  }

  .padding-global-2.padding-section-large.services {
    padding-bottom: 0;
  }

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

  .project-wrapper {
    flex-direction: column;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .project-left-second_content {
    width: 90%;
  }

  .button-4.button-hide-mobile {
    display: none;
  }

  .services-title {
    font-size: 4rem;
  }

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

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

  .section_work, .section_about {
    padding-top: 4rem;
  }

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

  .services-wrapper {
    flex-direction: column;
  }

  .project-wrapper_container {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-tool {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact_wrapper-content {
    width: 100%;
  }

  .section_contact {
    padding-top: 4rem;
  }

  .heading-2 {
    word-break: break-all;
    overflow-wrap: break-word;
    font-size: 2rem;
  }

  .contact_wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .about_wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-end;
  }

  ._2x1-grid-layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-5 {
    font-size: 4rem;
    line-height: 1.1em;
  }

  .value-wrapper {
    flex-direction: column;
    padding-bottom: 0;
  }

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

  .instagram-grid {
    grid-template: "."
                   "Area"
                   "."
                   "."
                   / 1fr 1fr;
  }

  .work_wrapper-image {
    display: block;
  }

  .section_title-black {
    font-size: 46px;
  }

  .work_wrapper {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .padding-block {
    margin-bottom: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-7 {
    margin-right: 0;
    font-size: 18px;
  }

  .flowout-container {
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    max-width: 100vh;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .flowout-companies-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .flowout-companies-content {
    padding-bottom: 16px;
  }

  .flowout-companies-text {
    font-size: 18px;
  }
}

#w-node-_2abcac3f-a987-61d1-c4e3-81d2a00b717a-52fba866 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-d837ad91-e243-1484-8c3d-5fadbaad9968-52fba866 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9c284cef-00bd-912a-8cf3-dce161cebc9c-61cebc79 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr .75fr;
}

#w-node-_5f69088b-2336-380f-f215-ba25026165d6-026165d5, #w-node-fc560166-5ea8-403a-1fcd-5a63b074e502-b074e501 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-aefd94c7-86b1-e3a3-f3ee-5723ad2910bf-52fba8b4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620a-52fba8b4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620b-52fba8b4, #w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620d-52fba8b4, #w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620f-52fba8b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c4f2c64-e0d0-3922-de0b-0fb4f6d7355f-3f60fcc3, #w-node-aefd94c7-86b1-e3a3-f3ee-5723ad2910bf-3f60fcc3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620a-3f60fcc3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620b-3f60fcc3, #w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620d-3f60fcc3, #w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620f-3f60fcc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aefd94c7-86b1-e3a3-f3ee-5723ad2910bf-075308a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620a-075308a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620b-075308a1, #w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620d-075308a1, #w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620f-075308a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aefd94c7-86b1-e3a3-f3ee-5723ad2910bf-af157fbf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620a-af157fbf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620b-af157fbf, #w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620d-af157fbf, #w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620f-af157fbf, #w-node-ea3951d7-e00f-765a-7c5f-1b7ed460fb21-c3af52a6, #w-node-ea3951d7-e00f-765a-7c5f-1b7ed460fb36-c3af52a6, #w-node-_8ddaa33a-ada8-1b9c-a037-e11e815a9af8-c3af52a6, #w-node-ea3951d7-e00f-765a-7c5f-1b7ed460fb4b-c3af52a6, #w-node-ea3951d7-e00f-765a-7c5f-1b7ed460fb61-c3af52a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2abcac3f-a987-61d1-c4e3-81d2a00b717a-52fba866 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr .25fr;
  }

  #w-node-d837ad91-e243-1484-8c3d-5fadbaad9968-52fba866 {
    grid-template-rows: minmax(auto, auto) auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5f69088b-2336-380f-f215-ba25026165d6-026165d5, #w-node-fc560166-5ea8-403a-1fcd-5a63b074e502-b074e501 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d837ad91-e243-1484-8c3d-5fadbaad9968-52fba866 {
    grid-template-rows: minmax(auto, auto) auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2abcac3f-a987-61d1-c4e3-81d2a00b717a-52fba866 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_9c284cef-00bd-912a-8cf3-dce161cebc9c-61cebc79 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9c284cef-00bd-912a-8cf3-dce161cebc9d-61cebc79, #w-node-_9c284cef-00bd-912a-8cf3-dce161cebca0-61cebc79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aefd94c7-86b1-e3a3-f3ee-5723ad2910bf-52fba8b4, #w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620a-52fba8b4, #w-node-aefd94c7-86b1-e3a3-f3ee-5723ad2910bf-3f60fcc3, #w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620a-3f60fcc3, #w-node-aefd94c7-86b1-e3a3-f3ee-5723ad2910bf-075308a1, #w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620a-075308a1, #w-node-aefd94c7-86b1-e3a3-f3ee-5723ad2910bf-af157fbf, #w-node-_3bf8b65e-d087-2fba-b9e1-aae86dc2620a-af157fbf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}