@font-face {
  font-family: Nhaasgrotesktxpro;
  src: url('../fonts/NHaasGroteskTXPro-66MdIt.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Nhaasgrotesktxpro;
  src: url('../fonts/NHaasGroteskTXPro-65Md.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nhaasgrotesktxpro;
  src: url('../fonts/NHaasGroteskTXPro-76BdIt.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Nhaasgrotesktxpro;
  src: url('../fonts/NHaasGroteskTXPro-56It.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Awesome Serif Italic;
  src: url('../fonts/AwesomeSerifItalic-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Awesome Serif Italic;
  src: url('../fonts/AwesomeSerifItalic-MedRegular.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Awesome Serif Italic;
  src: url('../fonts/AwesomeSerifItalic-BdRegular.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Awesome Serif Italic;
  src: url('../fonts/AwesomeSerifItalic-SmRegular.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Awesome Serif;
  src: url('../fonts/AwesomeSerif-MediumRegular.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Awesome Serif;
  src: url('../fonts/AwesomeSerif-SemiBoldRegular.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Awesome Serif;
  src: url('../fonts/AwesomeSerif-SemiBoldRegular.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --mi-colour-1: #f6f6f5;
  --white: white;
  --black: black;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Nhaasgrotesktxpro, Arial, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Awesome Serif, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: #000;
  margin-bottom: 0;
  font-family: Nhaasgrotesktxpro, Arial, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

a {
  color: #1a1b1f;
  border-bottom: 2px #000;
  flex-flow: column;
  align-items: flex-start;
  font-family: Nhaasgrotesktxpro, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-flex;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  list-style-type: disc;
}

li {
  margin-bottom: 0;
  line-height: 22px;
}

img {
  height: auto;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  font-weight: 500;
}

em {
  font-family: Awesome Serif Italic, sans-serif;
  font-style: italic;
  font-weight: 600;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 80px;
  overflow: clip;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap, .section.cc-store-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap.bg-image-intro {
  background-image: url('../images/Meta-Innovation-BG-Intro.jpg');
  background-position: 50% 62%;
  background-repeat: no-repeat;
  background-size: auto 135%;
}

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

.section.colour-1.section-2--bg-image {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.section.section-3--bg-image {
  background-image: url('../images/Meta-Innovation-Image-2.png');
  background-position: 120%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.section.colour-2 {
  background-color: #a4a69f;
}

.section.colour-2.section-2--bg-image {
  background-image: url('../images/Meta-Innovation-BG-Section-2.png');
  background-position: -150%;
  background-size: auto 100%;
}

.section.colour-2.section-4-bg-image {
  background-image: url('../images/Meta-Innovation-Image-5.jpg');
  background-position: 50% 120%;
  background-repeat: no-repeat;
  background-size: auto 105%;
}

.section.colour-3.section-5-bg-image {
  background-image: url('../images/Meta-Innovation-Image-6.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.colour-3 {
  background-color: #eee7e5;
}

.section.colour-3.section-2--bg-image {
  background-image: url('../images/Meta-Innovation-BG-Section-2.png');
  background-position: -150%;
  background-size: auto 100%;
}

.section.colour-3.section-4-bg-image {
  background-image: url('../images/Meta-Innovation-Image-5.jpg');
  background-position: 50% 120%;
  background-repeat: no-repeat;
  background-size: auto 105%;
}

.section.colour-3.section-6-bg-image {
  background-image: url('../images/Meta-Innovation-Image-18.png');
  background-position: 50% 48%;
  background-repeat: no-repeat;
  background-size: auto 200%;
}

.section.colour-3.contact-cta {
  background-color: #f6f6f5;
  background-image: url('../images/Meta-Innovation-Image-18.png');
  background-position: 50% 48%;
  background-repeat: no-repeat;
  background-size: auto 200%;
}

.section.case-studies, .section.cs-outro {
  padding-top: 0;
}

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

.section.journey.intro {
  padding-top: 80px;
}

.section.about-1 {
  padding-top: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.section-2 {
  display: flex;
}

.container.centered {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.container.cs-image {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  color: #000;
  margin-bottom: 10px;
  font-family: Nhaasgrotesktxpro, Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

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

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  display: none;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Awesome Serif, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 70px;
}

.heading-jumbo.intro-heading {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 70px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  border-bottom-style: none;
  flex: none;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding: 30px 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation.group {
  height: 200px;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  width: 230px;
  height: auto;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 720px;
  margin-bottom: 0;
  padding-top: 121px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  color: #000;
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  width: auto;
  max-width: 860px;
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

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

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: auto;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

._30px-devider {
  height: 30px;
}

.nav-slogan-text {
  text-align: right;
  font-family: Nhaasgrotesktxpro, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.nav-slogan-wrap {
  border-right: 2px #000;
  padding-right: 0;
  display: flex;
}

.italic-text {
  font-family: Nhaasgrotesktxpro, Arial, sans-serif;
  font-weight: 400;
}

.div-block {
  background-color: #000;
  width: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
}

.text-block {
  font-family: Nhaasgrotesktxpro, Arial, sans-serif;
  font-size: 22px;
}

.div-block-2 {
  border: 2px dotted #000;
  border-radius: 50px;
  width: 400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.div-block-4 {
  width: 540px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nhaasgrotesktxpro, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.heading.heading-overlay {
  position: relative;
}

.section-2-paragraph-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-wrap {
  z-index: 0;
  border: 2px dotted #929292;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0 0 0 3px;
  display: flex;
  position: relative;
  top: 20px;
  left: auto;
  right: 40px;
}

.paragraph-number {
  font-family: Nhaasgrotesktxpro, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

._10px-devider {
  height: 10px;
}

._15px-devider {
  height: 15px;
}

.text-block-2 {
  letter-spacing: .3px;
  margin-top: 47px;
  margin-right: 10px;
  font-family: Awesome Serif, sans-serif;
  font-size: 22px;
}

.dotted-line {
  border-bottom: 2px dotted #000;
  width: 100%;
  height: 2px;
  margin-right: auto;
}

.dotted-line.short {
  max-width: 200px;
}

.dotted-line._2-3 {
  width: 66%;
}

.section-2--spacing {
  flex-flow: column;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-5 {
  align-items: center;
  width: 50%;
  display: flex;
}

.image {
  width: 450px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.div-block-7 {
  border-bottom: 2px solid #ccc;
  margin-bottom: 4px;
  padding-bottom: 4px;
  display: inline-flex;
}

.image-2 {
  width: 280px;
  margin-bottom: 40px;
}

.section-4-title-wrap {
  color: #fff;
  width: 500px;
}

.div-block-8 {
  display: flex;
  position: relative;
  bottom: 60px;
}

.image-3 {
  width: auto;
  height: 100%;
  display: block;
}

.image-4 {
  margin-left: 90px;
}

.div-block-9 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto;
}

.image-5 {
  object-fit: cover;
  width: 1050px;
  height: auto;
  margin-top: 0;
  margin-left: 42vw;
  position: absolute;
  inset: -5.8vw -80px auto 0;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text {
  margin-right: 20px;
  font-family: Awesome Serif, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.link {
  border-bottom-style: none;
  font-size: 21px;
  text-decoration: none;
}

.div-block-11 {
  z-index: 99;
  border-bottom: 2px solid #000;
  margin-top: 20px;
  margin-left: 10px;
  padding-bottom: 5px;
  position: relative;
}

.div-block-11:hover {
  opacity: .5;
  border-bottom-color: #00000080;
}

.div-block-11.white-contact {
  color: #fff;
  border-bottom-color: #fff;
  margin-top: 0;
  padding-bottom: 4px;
}

.text-block-3 {
  font-family: Nhaasgrotesktxpro, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-12 {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-13 {
  background-color: #5a717a;
  width: 2px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-4 {
  font-family: Awesome Serif, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

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

.heading-2 {
  letter-spacing: .4px;
  margin-bottom: 0;
  font-family: Awesome Serif, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.dotted-line-2 {
  border-bottom: 2px dotted #000;
  width: 0%;
  height: 2px;
  margin-right: auto;
}

.div-block-15 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-15.hide {
  margin-bottom: 10px;
}

.div-block-15.mobile {
  display: none;
}

.div-block-15.single {
  grid-row-gap: 0px;
  flex-flow: column;
}

.div-block-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-bottom: 10px;
  display: flex;
}

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

.text-block-2-copy {
  margin-top: 0;
  margin-right: 10px;
  font-family: Awesome Serif, sans-serif;
  font-size: 22px;
}

._50 {
  opacity: .49;
  font-size: 15px;
  line-height: 20px;
}

.smaller {
  width: 400px;
}

.moving-graphic {
  object-fit: none;
  display: block;
  position: absolute;
  bottom: auto;
  left: 51.4vw;
  right: auto;
}

.image-6 {
  object-fit: contain;
  width: 45vw;
  min-width: 900px;
  height: auto;
  margin-right: 0;
  position: absolute;
  top: -265px;
  left: auto;
  right: auto;
}

.text-block-5 {
  text-align: center;
  font-family: Nhaasgrotesktxpro, Arial, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.div-block-17 {
  background-image: radial-gradient(circle, #fff, #d8dde2 88%);
  border-bottom-style: none;
  border-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding-top: 4px;
  display: flex;
  position: relative;
  top: 309px;
  left: 460px;
}

.div-block-17:hover {
  color: #fff;
  background-image: radial-gradient(circle, #a5a8a1, #a3a69f 88%);
}

.div-block-18 {
  border-bottom: 2px #000;
  flex-flow: column;
  min-width: 200px;
  display: inline-flex;
}

.image-7 {
  object-fit: cover;
  width: auto;
  height: 700px;
  margin-top: -64px;
  margin-left: auto;
  position: absolute;
  left: 48.9vw;
  right: auto;
}

.div-block-19 {
  width: 66%;
}

.div-block-19.hide {
  display: none;
}

.image-8 {
  object-fit: cover;
  width: auto;
  height: 33%;
  margin-top: 220px;
  margin-left: auto;
  position: absolute;
  left: 65.2vw;
  right: auto;
}

.image-8.hide {
  margin-top: 150px;
  display: none;
}

.div-block-22 {
  display: none;
}

.body {
  object-fit: contain;
  overflow: visible;
}

.div-block-23 {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
}

.div-block-24 {
  width: 100%;
  position: relative;
}

.navigation-2 {
  z-index: 99999;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 120px;
  margin: auto;
  padding: 0 80px;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 17px 1px #0000000a;
}

.navigation-2.hide {
  display: none;
}

.navigation-2.group {
  height: 140px;
}

.nav-2-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-block {
  border-bottom-style: none;
}

.nav-2-link {
  opacity: 1;
  border-bottom-style: solid;
  border-bottom-color: #0000;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 500;
}

.nav-2-link:hover {
  opacity: .7;
  border-bottom-color: #000;
}

.div-block-25 {
  text-align: center;
  flex-flow: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.story-button {
  outline-offset: 0px;
  background-color: #fff9;
  border: 0 solid #000;
  border-radius: 40px;
  outline: 10px solid #ffffff4d;
  flex: 0 auto;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: inline-flex;
}

.story-button:hover {
  outline-offset: 0px;
  border-style: none;
  outline: 10px solid #ffffff26;
}

.text-block-6 {
  font-weight: 500;
}

.cs-intro-wrap {
  text-align: left;
  flex-flow: column;
  max-width: 800px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.cs-intro {
  margin-top: 120px;
}

.div-block-26 {
  position: relative;
}

.image-10 {
  object-fit: contain;
  width: auto;
  height: 1000px;
  position: absolute;
  top: -542px;
  bottom: 0;
  right: -249px;
}

.div-block-27 {
  width: 66%;
}

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

.div-block-29 {
  border-left: 2px dotted #000;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  padding-left: 20px;
  display: flex;
}

.div-block-30 {
  background-color: silver;
  width: 100%;
  max-width: 1140px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-31 {
  text-align: center;
  object-fit: fill;
  background-color: #44444200;
  border-radius: 100%;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  top: 164px;
}

.outcome-wrap {
  background-color: #f6f6f5;
  border-radius: 100%;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  left: 65px;
  right: 0;
}

.outcome-wrap.colour-2 {
  background-color: #d3d9df;
}

.outcome-wrap.colour-3 {
  background-color: #eee7e5;
}

.outcome-wrap.colour-4 {
  color: #fff;
  background-color: #a4a69f;
}

.text-block-7 {
  text-align: center;
  font-family: Awesome Serif, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.bold-text-2 {
  font-size: 18px;
}

._20px-devider {
  height: 20px;
}

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-11 {
  width: 80%;
  height: auto;
  margin-right: auto;
}

.div-block-34 {
  margin-top: 60px;
}

.white {
  color: #fff;
}

.list-2 {
  padding-left: 15px;
}

.cs-outro-wrap {
  text-align: left;
  flex-flow: column;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  padding-right: 50px;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

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

.div-block-37 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 2px dotted #000;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  padding: 40px;
  display: flex;
}

.div-block-38 {
  display: none;
}

.icon {
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.dropdown-toggle {
  background-image: url('../images/MI-Burger-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.dropdown-toggle:active {
  background-image: url('../images/MI-X-Icon.svg');
}

.image-12 {
  height: 20px;
}

.dropdown-link {
  text-align: right;
  border-bottom-style: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.dropdown-list {
  background-color: #dddddd26;
}

.dropdown-list.w--open {
  text-align: right;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  top: 86px;
  right: -.0625px;
  overflow: hidden;
}

.dropdown {
  display: none;
}

.journey-intro {
  margin-top: 120px;
}

.journey-intro-wrap {
  text-align: center;
  flex-flow: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-40 {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.image-13 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-41 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.div-block-42 {
  background-color: #f6f6f5;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 20px 40px;
}

.paragraph {
  font-weight: 500;
}

.image-14 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-43 {
  background-color: #d3d9df;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 20px 40px;
}

.image-15 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.image-16 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
}

._40px-devider {
  height: 40px;
}

.image-17 {
  max-width: 800px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-44 {
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.image-18 {
  width: 150px;
  margin-right: 550px;
  position: absolute;
  bottom: 20px;
  left: auto;
}

.about-wrap {
  margin-top: 120px;
}

.about-intro-wrap {
  text-align: left;
  flex-flow: column;
  max-width: 580px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  letter-spacing: .4px;
  font-family: Awesome Serif, sans-serif;
  font-size: 28px;
}

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

.heading-4 {
  border-bottom: 2px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  display: inline-flex;
}

.div-block-46 {
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
  padding-bottom: 5px;
  display: inline-flex;
}

.div-block-47 {
  background-color: silver;
  height: 2px;
  margin-top: 60px;
}

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

.div-block-49 {
  margin-bottom: 40px;
}

.div-block-50 {
  margin-right: 15px;
}

.div-block-51 {
  padding-right: 26px;
}

.read-more-button {
  background-color: #e1d5d1;
  border-bottom-style: none;
  border-radius: 80px;
  margin-top: 30px;
  padding: 15px 30px;
}

.read-more-button:hover {
  background-color: #e1d5d180;
}

.read-more {
  font-weight: 500;
}

.read-more-button-2 {
  background-color: #d3d9df;
  border-bottom-style: none;
  border-radius: 80px;
  margin-top: 30px;
  padding: 15px 30px;
}

.read-more-button-2:hover {
  background-color: #d3d9df80;
}

.div-block-52 {
  width: 58%;
  margin-top: 60px;
}

.div-block-53 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.contact-button {
  outline-offset: 0px;
  color: #fff;
  background-color: #a4a69f;
  border: 0 solid #000;
  border-radius: 40px;
  outline: 10px solid #a4a69f80;
  flex: 0 auto;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: inline-flex;
}

.contact-button:hover {
  outline-offset: 0px;
  color: #fff;
  border-style: none;
  outline: 10px solid #a4a69f33;
}

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

.learn-more-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.learn-more-wrap.white {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.text-block-8 {
  font-family: Awesome Serif, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.text-block-9 {
  margin-top: 2px;
  font-family: Nhaasgrotesktxpro, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.intext-link {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-10 {
  color: #949494;
  font-family: Nhaasgrotesktxpro, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

.div-block-55 {
  margin-bottom: 30px;
}

.image-19 {
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .section {
    padding-bottom: 60px;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .paragraph-bigger {
    font-size: 18px;
    line-height: 22px;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 62px;
  }

  .heading-jumbo.intro-heading {
    line-height: 62px;
  }

  .logo-link {
    border-bottom-style: none;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff0;
  }

  .navigation {
    justify-content: center;
    align-items: center;
    height: 120px;
    padding: 25px 60px;
  }

  .navigation.group {
    height: 160px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .logo-image {
    width: 180px;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    height: 640px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .nav-slogan-text {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-2 {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .div-block-4 {
    width: 470px;
  }

  .dotted-line._2-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-5 {
    width: auto;
    margin-top: 30px;
    display: flex;
  }

  .image {
    width: 480px;
  }

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

  .div-block-8 {
    bottom: 0;
  }

  .image-4 {
    margin-top: 0;
    margin-left: auto;
  }

  .image-5 {
    width: 1200px;
    height: auto;
    left: -5.4vw;
  }

  .div-block-11.white-contact {
    margin-top: 0;
    padding-bottom: 4px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-4 {
    font-size: 22px;
    line-height: 26px;
  }

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

  .div-block-15.mobile {
    display: none;
  }

  .moving-graphic {
    left: 39.3vw;
  }

  .image-6 {
    min-width: 700px;
    top: -235px;
  }

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

  .div-block-17 {
    width: 110px;
    height: 110px;
    top: 201px;
    left: 355px;
  }

  .image-7 {
    height: 650px;
    margin-top: 0;
    top: -40px;
    left: 54.7vw;
  }

  .div-block-20 {
    min-width: 400px;
  }

  .div-block-21 {
    width: 56%;
  }

  .div-block-22 {
    display: none;
  }

  .body {
    overflow: visible;
  }

  .navigation-2 {
    height: 120px;
    display: flex;
  }

  .navigation-2.group {
    height: 140px;
    display: flex;
  }

  .nav-2-container {
    justify-content: space-between;
  }

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

  .div-block-31 {
    display: none;
  }

  .div-block-33 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .image-11 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-34 {
    margin-top: 30px;
  }

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

  .div-block-37 {
    border-radius: 20px;
    margin-top: 10px;
    padding: 20px;
  }

  .div-block-38 {
    background-color: #f6f6f5;
    border-radius: 20px;
    padding: 20px;
    display: flex;
  }

  .div-block-38.colour-2 {
    background-color: #d3d9df;
  }

  .div-block-38.colour-3 {
    background-color: #eee7e5;
  }

  .div-block-38.colour-4 {
    background-color: #a4a69f;
  }

  .dropdown-toggle:active {
    background-image: url('../images/MI-Burger-Icon.svg');
  }

  .dropdown-link {
    margin-right: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .dropdown-link.w--current {
    color: #8b8b8b;
  }

  .dropdown-list.w--open {
    flex-flow: column;
    flex: 0 auto;
    align-items: flex-end;
    width: 100vw;
    padding-bottom: 20px;
    display: flex;
    top: 55px;
    right: -80px;
    overflow: visible;
    box-shadow: 0 6px 5px #0000001a;
  }

  .dropdown-list.group.w--open {
    top: 64px;
    box-shadow: 0 6px 5px #0000001a;
  }

  .dropdown {
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

  .div-block-39 {
    display: none;
  }

  .image-16 {
    padding-left: 0;
  }

  .image-18 {
    width: 120px;
    left: 30px;
  }

  .about-wrap {
    flex-flow: column;
    align-items: center;
    margin-top: 120px;
    display: flex;
  }

  .about-intro-wrap {
    text-align: center;
    align-items: center;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-45 {
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-48 {
    grid-template-rows: .25fr .75fr;
    grid-template-columns: 1fr;
    max-width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-49 {
    text-align: center;
    margin-bottom: 60px;
  }

  .div-block-50 {
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-51 {
    text-align: center;
    padding-right: 0;
  }

  .div-block-52 {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .learn-more-wrap.white {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-8 {
    letter-spacing: .4px;
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-9 {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-55 {
    margin-bottom: 30px;
  }

  .image-19 {
    max-height: none;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 19px;
  }

  ul {
    padding-left: 0;
    list-style-type: none;
  }

  li {
    margin-bottom: 5px;
  }

  .section {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
    overflow: clip;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap.bg-image-intro {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .section.colour-1.section-2--bg-image {
    width: 100vw;
    overflow: clip;
  }

  .section.colour-2.section-4-bg-image {
    overflow: hidden;
  }

  .section.colour-3.section-5-bg-image {
    background-position: 90% 70%;
    background-repeat: no-repeat;
    background-size: auto 140%;
    overflow: hidden;
  }

  .section.colour-3.section-6-bg-image, .section.colour-3.contact-cta {
    overflow: hidden;
  }

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

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 20px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 42px;
    line-height: 49px;
  }

  .heading-jumbo.intro-heading {
    line-height: 49px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    height: 160px;
    padding: 20px 30px;
  }

  .navigation.group {
    height: 140px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    height: 700px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

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

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

  .div-block-2 {
    width: 340px;
  }

  .div-block-4 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .heading.heading-overlay {
    font-size: 16px;
    line-height: 20px;
  }

  .section-2-paragraph-wrap {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .number-wrap {
    left: -35px;
    right: 0;
  }

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

  .image {
    width: 360px;
  }

  .div-block-6 {
    grid-template-columns: 2fr;
  }

  .image-2, .section-4-title-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .image-4 {
    margin-top: 10px;
  }

  .image-5 {
    width: auto;
    height: 650px;
    margin-top: 60px;
    top: -10.2vw;
    left: -10.9vw;
    overflow: hidden;
  }

  .div-block-10 {
    flex-flow: column;
    margin-top: 40px;
  }

  .div-block-11 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .div-block-11.white-contact {
    margin-left: 10px;
    margin-right: 0;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 19px;
  }

  .div-block-14 {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 26px;
  }

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

  .div-block-15.hide {
    display: none;
  }

  .div-block-15.mobile {
    display: flex;
  }

  .list {
    margin-bottom: 0;
  }

  ._50 {
    font-size: 14px;
    line-height: 19px;
  }

  .smaller {
    width: auto;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }

  .moving-graphic {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-top: 180px;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .image-6 {
    min-width: 800px;
    margin-bottom: 250px;
    top: auto;
  }

  .text-block-5 {
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-17 {
    top: 10px;
    left: 70px;
  }

  .image-7 {
    object-fit: contain;
    height: 500px;
    left: 74.2vw;
  }

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

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

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

  .image-9 {
    width: 70%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .body {
    height: auto;
    overflow: scroll;
  }

  .div-block-23 {
    position: relative;
  }

  .navigation-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cs-intro-wrap {
    text-align: center;
  }

  .image-10 {
    object-fit: cover;
    object-position: 0% 50%;
    top: -471px;
    left: 108px;
    right: -278px;
  }

  .div-block-28 {
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-29 {
    border-left-style: none;
    padding-left: 0;
  }

  .cs-outro-wrap {
    text-align: center;
    padding-right: 0;
  }

  .list-3 {
    list-style-type: none;
  }

  .dropdown-link {
    margin-right: 60px;
  }

  .dropdown-list.w--open {
    right: -60px;
  }

  .journey-intro-wrap {
    text-align: center;
  }

  .div-block-44 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 332px;
    display: flex;
  }

  .div-block-44.home {
    padding-right: 512px;
    display: none;
  }

  .image-18 {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    left: auto;
  }

  .about-intro-wrap {
    text-align: center;
  }

  .div-block-48 {
    grid-auto-flow: column;
  }

  .div-block-52 {
    margin-top: 40px;
  }

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

  .learn-more-wrap {
    flex-flow: column;
    margin-top: 40px;
  }

  .learn-more-wrap.white {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-9 {
    margin-top: 2px;
    font-size: 16px;
    line-height: 19px;
  }

  .text-block-10 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-56 {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  ul {
    padding-left: 0;
  }

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

  .section.cc-store-home-wrap.bg-image-intro {
    background-position: 50% 76%;
    background-size: auto 125%;
    overflow: hidden;
  }

  .section.colour-1.section-2--bg-image {
    aspect-ratio: auto;
    padding-left: 60px;
    padding-right: 60px;
    overflow: clip;
  }

  .section.colour-2.section-4-bg-image, .section.colour-3.section-5-bg-image, .section.colour-3.section-6-bg-image, .section.colour-3.contact-cta {
    overflow: hidden;
  }

  .section.journey.intro {
    padding-top: 60px;
  }

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

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo, .heading-jumbo.intro-heading {
    font-size: 42px;
    line-height: 49px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    height: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 140px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    height: 670px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .intro-text {
    margin-bottom: 30px;
  }

  ._30px-devider._20px {
    height: 20px;
  }

  .nav-slogan-text {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-2 {
    width: 300px;
  }

  .number-wrap {
    width: 40px;
    height: 40px;
    margin: 30px auto 10px;
    top: -5px;
    left: auto;
    right: auto;
  }

  .paragraph-number {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-2 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2--spacing {
    display: none;
  }

  .div-block-5 {
    border-bottom: 2px dotted #000;
  }

  .div-block-7 {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-4-title-wrap {
    width: auto;
  }

  .image-5 {
    top: -3.7vw;
    left: -4.2vw;
  }

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

  .div-block-11 {
    border-bottom-color: #000;
    margin-top: 20px;
  }

  .div-block-11.white-contact {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-13 {
    width: 1px;
    height: 20px;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 24px;
  }

  ._50 {
    margin-bottom: 0;
  }

  .image-6 {
    min-width: 800px;
    margin-left: 20px;
  }

  .div-block-17 {
    top: 8px;
    left: 80px;
  }

  .image-7 {
    object-fit: contain;
    min-width: 500px;
    height: 700px;
    top: -93px;
    left: 63.9vw;
    overflow: hidden;
  }

  .div-block-20 {
    min-width: auto;
  }

  .image-9 {
    width: 80%;
  }

  .body {
    overflow: scroll;
  }

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

  .navigation-2.group {
    display: flex;
  }

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

  .image-10 {
    object-position: 0% 50%;
    height: 900px;
    top: -366px;
    left: 60px;
    right: auto;
  }

  .div-block-37, .div-block-38 {
    margin-bottom: 10px;
  }

  .dropdown-link {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-list.w--open {
    padding-top: 20px;
    padding-bottom: 30px;
    right: -30px;
  }

  .dropdown-list.group.w--open {
    top: 60px;
    box-shadow: 0 6px 5px #0000001a;
  }

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

  .div-block-44 {
    display: none;
  }

  .about-wrap {
    margin-top: 120px;
  }

  .div-block-48 {
    grid-auto-flow: column;
    max-width: none;
  }

  .div-block-54 {
    margin-left: auto;
    margin-right: auto;
  }

  .learn-more-wrap {
    margin-top: 45px;
  }

  .learn-more-wrap.white {
    flex-flow: column;
  }
}

#w-node-bcc70986-2eca-79b6-52a5-b82b498eed75-b7c0f3f6, #w-node-f65664ad-2a42-c6e0-3273-5aec640f8f11-b7c0f3f9, #w-node-_732cc329-7ba4-2b15-4bab-b8368be929f5-b7c0f3f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e205381f-a74c-fab6-5c3c-a4e05e69e6da-1822e46a, #w-node-_84596b3a-a5c8-9ba8-f176-1876ec8f82de-1822e46a, #w-node-_5dfff1ed-97e5-aa77-dabc-c61ab0bbee7d-1822e46a, #w-node-ff3145c3-14c1-f873-b7cc-99d56b91f682-1822e46a {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_01fda922-bfe2-e6a1-b190-06810400b331-b7c0f3f9 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_732cc329-7ba4-2b15-4bab-b8368be92a08-b7c0f3f9 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-f8cc6144-243f-0eea-2c22-b61e97894584-1822e46a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_74240b28-35c2-9531-6800-7b148b81b5b7-1822e46a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Nhaasgrotesktxpro';
  src: url('../fonts/NHaasGroteskTXPro-66MdIt.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxpro';
  src: url('../fonts/NHaasGroteskTXPro-55Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxpro';
  src: url('../fonts/NHaasGroteskTXPro-65Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxpro';
  src: url('../fonts/NHaasGroteskTXPro-76BdIt.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxpro';
  src: url('../fonts/NHaasGroteskTXPro-75Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxpro';
  src: url('../fonts/NHaasGroteskTXPro-56It.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Awesome Serif Italic';
  src: url('../fonts/AwesomeSerifItalic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Awesome Serif Italic';
  src: url('../fonts/AwesomeSerifItalic-MedRegular.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Awesome Serif Italic';
  src: url('../fonts/AwesomeSerifItalic-BdRegular.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Awesome Serif Italic';
  src: url('../fonts/AwesomeSerifItalic-SmRegular.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Awesome Serif';
  src: url('../fonts/AwesomeSerif-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Awesome Serif';
  src: url('../fonts/AwesomeSerif-MediumRegular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Awesome Serif';
  src: url('../fonts/AwesomeSerif-SemiBoldRegular.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Awesome Serif';
  src: url('../fonts/AwesomeSerif-SemiBoldRegular.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}