@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa duotone 900";
  src: url('../fonts/fa-duotone-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dim-grey: #505153;
  --crimson: #c50137;
  --white: white;
  --dark-grey: #949494;
}

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

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

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

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

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

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

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

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

body {
  color: var(--dim-grey);
  font-family: muli, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: 13.3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 35px;
}

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

a {
  color: var(--crimson);
  text-decoration: none;
}

.image-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-items: stretch;
  height: 200vh;
  display: flex;
}

.image-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: flex-start;
  align-self: auto;
  width: 30vw;
  padding: 13px;
  position: relative;
}

.paragraph {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.brand {
  max-width: 400px;
}

.navbar {
  background-color: #0000;
}

.section {
  background-color: #fff;
  position: sticky;
  top: 0;
}

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

.div-block {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 20vw;
  display: flex;
  overflow: hidden;
}

.div-block-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.underline {
  background-color: var(--crimson);
  width: 80px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.collection-list-wrapper {
  padding: 60px 10px;
}

.page-title {
  border-top: 1px solid #50515380;
  border-bottom: 1px solid #50515380;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  font-weight: 400;
  display: flex;
}

.heading {
  text-transform: uppercase;
  font-size: 30px;
}

.text-block {
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 20px;
}

.collection-item-2 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  letter-spacing: 4.4px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
}

.nav-link.w--current {
  color: var(--crimson);
}

.link-block {
  color: var(--dim-grey);
  text-decoration: none;
}

.navigation {
  z-index: 100;
  background-color: #fff;
  position: sticky;
  top: 0;
  box-shadow: 0 8px 20px -4px #50515380;
}

.grid {
  border-bottom: 1px solid #50515380;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.link-block-grey {
  color: var(--dim-grey);
  text-decoration: none;
}

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

.social-icon {
  text-align: center;
  font-family: "Fa brands 400", sans-serif;
  display: block;
}

.socail-link {
  color: var(--dim-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  text-decoration: none;
  display: flex;
}

.socail-link:hover {
  color: var(--crimson);
}

.footer-end {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.footer {
  border-top: 5px solid var(--crimson);
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.section-3 {
  z-index: 1;
  min-height: 80vh;
  position: relative;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-container-alt {
  box-shadow: none;
  object-fit: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.link-block-coloured {
  color: var(--crimson);
  text-decoration: none;
}

.section-4 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.tabs-menu {
  background-color: var(--dim-grey);
  flex-direction: row;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.tab-link {
  color: var(--white);
  background-color: #0000;
  font-size: 20px;
}

.tab-link.w--current {
  color: var(--crimson);
  background-color: #0000;
}

.tabs-content {
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-7 {
  text-align: center;
  max-width: 80%;
  position: relative;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.inline {
  z-index: 2;
  display: inline;
  position: relative;
}

.image {
  max-width: 30vw;
}

.image-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.collection-list-wrapper-2, .tab-pane-tab-1 {
  width: 100%;
}

.tabs {
  width: 100vw;
}

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

.div-block-8 {
  align-items: flex-start;
  display: flex;
}

.div-block-9 {
  opacity: 0;
  color: var(--white);
  text-align: center;
  background-color: #c50137b5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-6 {
  min-height: 80vh;
  display: flex;
}

.data-header {
  color: var(--crimson);
  margin-top: 0;
  margin-bottom: 0;
}

.data-item {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.data-grid {
  grid-template-columns: 1fr;
  align-self: center;
  padding-left: 10px;
  padding-right: 10px;
}

.main-image {
  object-fit: contain;
  max-height: 90vh;
}

.image-4 {
  max-height: 50vh;
}

.div-block-11, .div-block-12 {
  display: flex;
}

.div-block-13 {
  padding-left: 10px;
  padding-right: 10px;
}

.tab-pane-tab-2 {
  padding-left: 10px;
}

.image-5 {
  z-index: 1;
  position: relative;
  top: -11px;
}

.image-6 {
  height: 50vh;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

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

.submit-button {
  background-color: var(--crimson);
}

.div-block-15, .form {
  padding-left: 10px;
  padding-right: 10px;
}

.rich-text-block {
  padding: 20px 10px;
}

.heading-4, .heading-5 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.section-8 {
  background-image: url('../images/services-background-img.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.paragraph-3 {
  color: var(--white);
  text-align: center;
}

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

.section-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

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

.paragraph-4 {
  max-width: 400px;
}

.quote-text {
  color: var(--dark-grey);
  text-align: center;
  max-width: 400px;
  padding-top: 10px;
}

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

.paragraph-5 {
  font-size: 18px;
}

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

.central-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grey-link {
  color: var(--dim-grey);
}

.grey-link:hover {
  color: var(--crimson);
}

.hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .section-6 {
    flex-direction: column;
  }

  .nav-menu {
    background-color: #fffffff2;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon {
    color: var(--dim-grey);
  }

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

@media screen and (max-width: 767px) {
  .image-item {
    padding: 5px 2px;
  }

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

  .div-block {
    width: 40vw;
    height: 25vw;
  }

  .grid {
    padding-bottom: 40px;
  }

  .flex-horizontal.flip-svp {
    flex-direction: column;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }
}

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

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

  .div-block {
    width: 80vw;
    height: 50vw;
  }

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

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

  .footer {
    padding-top: 40px;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }

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

  .div-block-14 {
    flex-direction: column;
  }

  .heading-8, .paragraph-6 {
    text-align: center;
  }
}

#w-node-cc33f4bd-a71a-54ce-b58f-140296d88079-96d88077 {
  align-self: start;
}

#w-node-eabc3eb2-5261-c693-06d7-d6cedfab2304-e4f11b6b {
  justify-self: center;
}

#w-node-_8becdb76-5e22-6ebf-57bf-77a2791f43c5-37533061, #w-node-c364b156-4948-73f6-105e-989c62ec7480-37533061, #w-node-dfa2c071-c733-307c-40b1-43a7c58cd08f-37533061, #w-node-_00b372b7-f221-74a9-b5b5-fa028d5d5a04-37533061 {
  place-self: start;
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}