:root {
  --black: black;
  --bright-red: #cb2b31;
  --soft-red: #d89293;
  --hard-grey: #353535;
  --dark-grey: #5c5c5c;
  --blood-red: #882324;
  --white: white;
  --faint-grey: #fafafa;
  --light-grey: silver;
  --grey: #929292;
  --red: #882426;
  --dark-red: #5d181b;
  --soft-grey: #f8f8f8;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--black);
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  color: var(--bright-red);
  text-decoration: none;
  transition: all .5s;
}

a:hover {
  opacity: .8;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
}

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

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: 5px solid var(--soft-red);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4em;
}

figcaption {
  color: var(--hard-grey);
  text-align: center;
  margin-top: 6px;
  font-size: 16px;
}

.horizontal-line {
  opacity: .2;
  background-color: #1d1916;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.sg-block {
  margin-bottom: 32px;
}

.sg-description {
  max-width: 400px;
  color: var(--dark-grey);
  font-weight: 400;
}

.form-error {
  color: #444;
  background-color: #ece7e0;
  border-radius: 6px;
  padding: 16px;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.form {
  margin-bottom: 8px;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.form-radio-button, .form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-4 {
  width: 33.33%;
}

.spacer {
  background-color: #ece7e0;
  height: 48px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.text-input {
  border: 1px solid var(--blood-red);
  color: var(--hard-grey);
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 24px 16px;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px #00000003;
}

.text-input:focus {
  border-color: var(--blood-red);
}

.text-input::placeholder {
  color: var(--hard-grey);
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.paragraph {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph.small {
  opacity: .75;
  max-width: 900px;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
}

.paragraph.large {
  font-size: 18px;
  font-weight: 300;
}

.paragraph.white {
  max-width: 700px;
  color: var(--white);
  letter-spacing: 1px;
  font-weight: 300;
}

.paragraph.tab {
  margin-bottom: 0;
}

.paragraph.tabs {
  margin-bottom: 40px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #2b95ff;
}

.form-dropdown {
  border: 1px solid var(--blood-red);
  background-color: var(--faint-grey);
  width: 100%;
  height: 48px;
  color: var(--blood-red);
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:hover, .form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.rich-text {
  text-align: left;
  font-weight: 300;
}

.rich-text img {
  border-radius: 5px;
}

.rich-text a:hover {
  opacity: .9;
}

.rich-text.overlap {
  width: 100%;
  max-width: 900px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}

.rich-text.overlap p {
  font-size: 18px;
}

.icon {
  color: #fff;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  font-size: 24px;
}

.ds-icon-grid {
  margin-top: 24px;
}

.ds-colour-block {
  width: 20%;
  padding-right: 16px;
  display: inline-block;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

.color-block {
  background-color: var(--black);
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.soft-grey {
  background-color: var(--light-grey);
}

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

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

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

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

.color-block.dark-grey {
  background-color: var(--hard-grey);
}

.color-block.white {
  border: 1px solid var(--faint-grey);
  background-color: #fff;
}

.color-block.light-blue {
  background-color: var(--blood-red);
  border-style: none;
}

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

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

.form-success {
  color: #444;
  background-color: #d4e9ff;
  border-radius: 6px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

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

.sg-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  background-color: var(--dark-red);
  color: var(--faint-grey);
  padding-top: 140px;
}

.ds-icon {
  margin-bottom: 4px;
  margin-right: 24px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.heading.h3 {
  color: var(--bright-red);
  font-size: 30px;
  line-height: 1.4em;
}

.heading.h5 {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading.h4 {
  color: var(--blood-red);
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4em;
}

.heading.h1 {
  color: var(--red);
  margin-bottom: 18px;
  font-size: 50px;
  line-height: 1.25em;
}

.heading.h2 {
  color: var(--hard-grey);
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3em;
}

.button {
  background-color: var(--bright-red);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.button:hover {
  background-color: var(--dark-red);
  box-shadow: 0 7px 20px -10px #0003;
}

.button:active {
  background-color: var(--red);
}

.sg-title {
  color: #3f3b35;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-box {
  max-width: 750px;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.sg-body {
  background-color: var(--white);
}

.sg-label {
  color: var(--grey);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.field-label {
  color: var(--dark-red);
  font-size: 14px;
  font-weight: 500;
}

.block-quote {
  border-left-color: var(--soft-red);
  font-size: 16px;
  line-height: 1.4em;
}

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

.primary-button {
  background-color: var(--bright-red);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border-radius: 0 10px;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 5px 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--dark-red);
}

.primary-button.light {
  background-color: var(--light-grey);
  color: var(--black);
}

.primary-button.light:hover {
  background-color: var(--light-grey);
}

.primary-button.outline {
  border: 3px solid var(--dark-red);
  color: var(--dark-red);
  background-color: #fff;
}

.primary-button.outline:hover {
  background-color: var(--dark-red);
  color: var(--soft-grey);
}

.primary-button.menu {
  height: auto;
  margin-left: 20px;
}

.button-icon {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  display: flex;
}

.dividers-section {
  margin-top: 24px;
}

.divider {
  margin-bottom: 10px;
}

.logo-image {
  width: 100%;
}

.hero {
  background-image: linear-gradient(to right, #35353599 40%, #35353500), url('../images/Home-Hero_edited.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  min-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrapper {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-wrapper {
  background-color: #35353599;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.menu-container {
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.logo-link {
  width: 300px;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.nav-link {
  color: var(--faint-grey);
  border-bottom: 2px solid #f8f8f800;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0;
}

.nav-link:hover {
  border-bottom: 2px solid var(--faint-grey);
}

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

.nav-link.dropdown {
  padding-right: 40px;
}

.menu-divider-line {
  background-color: #fafafa99;
  width: 1px;
  height: 20px;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list {
  width: 400px;
  display: none;
  top: 51.3906px;
  right: -100px;
}

.dropdown-list.w--open {
  z-index: 2;
  width: 1000px;
  box-shadow: 0 0 20px 5px var(--hard-grey);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  right: -243px;
}

.menu-dropdown-link {
  z-index: 2;
  width: 250px;
  height: 150px;
  color: var(--faint-grey);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition-property: none;
  display: flex;
  position: relative;
}

.menu-dropdown-link:hover {
  opacity: 1;
}

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

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

.section.dark {
  z-index: 1;
  background-color: var(--red);
  outline-offset: 0px;
  border-top-right-radius: 10%;
  border-bottom-left-radius: 10%;
  outline: 0 solid #35353580;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -7%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section.image-bg {
  background-image: linear-gradient(#35353599, #35353599), url('../images/Reveiw-Background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top-right-radius: 10%;
  border-bottom-left-radius: 10%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.image-bg.quote {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Reviews-BG.jpg');
  background-attachment: scroll, fixed;
}

.section.no-space {
  padding-top: 0;
}

.section.no-space.map, .section.map {
  background-color: var(--soft-grey);
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.page-title-wrapper {
  width: 90%;
  max-width: 1200px;
}

.page-title {
  max-width: 600px;
  color: var(--faint-grey);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 50px;
  line-height: 1.5em;
}

.sub-heading-block {
  border-left: 3px solid var(--bright-red);
  max-width: 300px;
  color: var(--faint-grey);
  text-transform: capitalize;
  background-color: #353535b3;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.container {
  width: 90%;
  max-width: 1200px;
}

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

.container.overlap {
  position: relative;
}

.colunns {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch center;
  display: flex;
}

.column-large {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.icon-block {
  background-color: var(--dark-red);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  transition: all .5s;
  display: flex;
}

.icon-block:hover {
  background-color: var(--bright-red);
  opacity: 1;
}

.block-icon {
  width: 90px;
  position: relative;
}

.icon-divider {
  background-color: #f8f8f8cc;
  width: 1px;
  height: 60px;
  margin-left: 10px;
  margin-right: 20px;
}

.icon-title {
  color: var(--faint-grey);
  font-size: 18px;
  line-height: 1.5em;
}

.icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
}

.icon-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  margin-left: 20px;
  display: grid;
}

.section-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-heading.white {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.5em;
}

.section-heading.white.center {
  text-align: center;
  max-width: 600px;
}

.section-heading.grey {
  max-width: 600px;
  color: var(--grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.section-heading.gallery {
  margin-top: 10px;
  margin-bottom: 40px;
}

.section-heading.sub {
  color: var(--dark-red);
  font-size: 24px;
  line-height: 1.5em;
}

.section-heading.sub.white {
  color: var(--soft-grey);
}

.padding-section-large {
  margin-top: 40px;
}

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

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

.margin-bottom.margin-small {
  margin-bottom: 40px;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.inline-buttons {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.reviews-embed {
  background-color: var(--soft-grey);
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 20px;
  display: flex;
}

.footer {
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: var(--bright-red);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.footer-social-link-three {
  margin-left: 20px;
}

.footer-social-link-three.google {
  border: 1px solid var(--bright-red);
  border-radius: 20px;
  align-items: center;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.footer-divider-two {
  background-color: var(--red);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: var(--bright-red);
}

.secondary-hero {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--dark-red), var(--dark-red));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  min-height: 600px;
  display: flex;
  position: relative;
  overflow: visible;
}

.secondary-hero.tautliner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Reveiw-Background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.secondary-hero.company {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Company.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100vh;
  min-height: 700px;
}

.secondary-hero.warehouse {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Warehouse-DIvision-Hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.secondary-hero.distribution {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Distribution-Division-Hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.secondary-hero.cold-chain {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Distribution-Hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.secondary-hero.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Contact-Page.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.secondary-hero.legal {
  background-image: linear-gradient(to bottom, var(--dark-red), var(--dark-red));
}

.service-text-wrapper {
  z-index: 1;
  background-color: var(--soft-grey);
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
  margin-top: -180px;
  padding: 50px;
  display: flex;
  position: relative;
}

.down-arrow {
  transform: rotate(90deg);
}

.quote-form-embed {
  background-color: var(--faint-grey);
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  max-width: 900px;
  padding: 40px 20px;
}

.service-icon {
  width: 150px;
  margin-bottom: 20px;
}

.dropdown_image {
  filter: brightness(80%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.dp_image_wrap {
  background-image: linear-gradient(to right, var(--black), var(--hard-grey));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.dropdown_text {
  z-index: 2;
  position: relative;
}

.dp_overlay {
  background-color: #000c;
  display: block;
  position: absolute;
  inset: 0%;
}

.dp_icon {
  margin-left: 10px;
}

.dp_text_wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dp_divider {
  background-color: var(--faint-grey);
  width: 50%;
  height: 150px;
  display: none;
}

.fc_wrapper {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
  position: fixed;
  inset: 40% 0% auto auto;
}

.fc_link {
  background-color: var(--dark-red);
  cursor: pointer;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
  width: 300px;
  padding: 10px;
  transition-property: none;
  display: flex;
}

.fc_link:hover {
  opacity: 1;
}

.fc_icon {
  width: 40px;
}

.fc_text {
  background-color: var(--dark-red);
  color: var(--faint-grey);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.video-column {
  flex: 1;
}

.tabs {
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-menu {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  width: 60%;
  max-width: 900px;
  margin-bottom: 10px;
  display: grid;
}

.tab-menu.company {
  width: 80%;
}

.tab-content {
  z-index: 1;
  border: 2px dotted var(--bright-red);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 40px 20px 20px;
}

.tab-link {
  background-color: var(--dark-grey);
  width: 100%;
  color: var(--faint-grey);
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  transform: translate(0, 20px);
}

.tab-link:hover {
  opacity: 1;
  padding-top: 25px;
  padding-bottom: 25px;
}

.tab-link.w--current {
  border-right: 20px solid var(--white);
  border-bottom: 20px solid var(--white);
  border-left: 20px solid var(--white);
  background-color: var(--bright-red);
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  transform: translate(0, 20px);
}

.image-column {
  flex: 1;
  height: 400px;
  position: relative;
}

.main-image {
  border: 25px solid var(--white);
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.secondary-image {
  border: 25px solid var(--white);
  width: 40%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.team-wrapper {
  border-left: 5px solid var(--bright-red);
  background-color: var(--soft-grey);
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  max-width: 900px;
  padding: 40px 30px;
}

.gallery-embed {
  width: 100%;
}

.text-block {
  text-transform: capitalize;
}

.contact-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  max-width: 320px;
  display: flex;
}

.contact-icon {
  background-color: var(--bright-red);
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding: 5px;
}

.contact-divider {
  background-color: var(--grey);
  width: 3px;
  height: 30px;
}

.footer-icon {
  width: 40px;
  height: 50px;
}

.faq6_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_accordion {
  border: 1px solid var(--bright-red);
  background-color: var(--faint-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.sticky-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 120px;
  bottom: 40px;
}

.faq-columns {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq6_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.sticky-wrapper {
  height: 100%;
  position: relative;
}

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

.service-block {
  background-color: var(--faint-grey);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
}

.service-block.dark {
  background-color: #e2e2e2;
  justify-content: flex-start;
}

.block-heading {
  margin-bottom: 20px;
  font-size: 20px;
}

.grid-cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.block-circle-icon {
  border: 1px solid var(--bright-red);
  background-color: var(--white);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  padding: 10px;
  position: absolute;
  inset: -10% auto auto 0%;
}

.tab-icon {
  width: 30px;
  margin-left: 10px;
}

.review-text {
  margin-left: 5px;
}

.maps-embed {
  z-index: 2;
  height: 400px;
  position: relative;
}

.legal-text-wrapper {
  z-index: 1;
  background-color: var(--soft-grey);
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
  margin-top: -180px;
  padding: 50px;
  display: flex;
  position: relative;
}

.legal-embed {
  width: 100%;
  margin-bottom: 40px;
}

.cw-cookies {
  position: static;
}

.cw-button_secondary {
  border: 2px solid var(--dark-red);
  color: var(--dark-red);
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 0 15px;
  justify-content: center;
  padding: 1rem 1.5rem;
  line-height: 1;
  transition: transform .3s, color .3s, background-color .3s;
}

.cw-button_secondary:hover {
  border-color: var(--dark-red);
  background-color: var(--dark-red);
  color: #fff;
  transform: translate(0, -2px);
}

.cw-cookie_checkbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.cw-cookie_script {
  display: none;
}

.cw-button_primary {
  border: 2px solid var(--bright-red);
  background-color: var(--bright-red);
  color: #fff;
  text-align: center;
  border-radius: 0 15px;
  padding: 1rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .3s, background-color .3s;
}

.cw-button_primary:hover {
  border-color: var(--dark-red);
  background-color: var(--dark-red);
  transform: translate(0, -2px);
}

.cw-cookie_options {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: grid;
}

.cw-cookie_icon {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.cw-cookie_checkbox-check {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.cw-cookie_checkbox-check.w--redirected-checked {
  background-color: #000;
  background-size: 14px 14px;
}

.cw-cookie_selection {
  overflow: hidden;
}

.cw-cookie_banner {
  z-index: 99999999;
  background-color: var(--faint-grey);
  border-radius: 10px;
  max-width: 600px;
  max-height: 90vh;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
  overflow: scroll;
}

.cw-cookie_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin-top: 2rem;
  display: flex;
}

.cookie-heading {
  text-transform: uppercase;
}

@media screen and (min-width: 1440px) {
  .cw-cookie_content {
    border-radius: 50px;
  }
}

@media screen and (max-width: 991px) {
  .sg-block {
    margin-bottom: 40px;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .column {
    width: 50%;
  }

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

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .sg-section.header {
    padding-top: 140px;
  }

  .button {
    position: relative;
  }

  .primary-button.menu {
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar {
    justify-content: flex-end;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 20px;
  }

  .nav-link.dropdown {
    width: 100%;
  }

  .menu-divider-line {
    width: 100%;
    height: 1px;
  }

  .nav-menu {
    background-color: var(--dark-red);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex: 0 auto;
    width: 100%;
    margin-top: 10px;
  }

  .menu-dropdown {
    width: 100%;
  }

  .dropdown-list.w--open {
    flex-wrap: wrap;
    width: 100%;
    right: auto;
  }

  .menu-dropdown-link {
    width: 50%;
  }

  .section.dark {
    margin-top: -11%;
  }

  .section.image-bg, .section.image-bg.quote {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .page-title {
    font-size: 30px;
  }

  .colunns {
    flex-direction: column;
  }

  .column-large {
    width: 100%;
    margin-bottom: 40px;
  }

  .block-icon {
    width: 60px;
  }

  .icon-grid {
    width: 100%;
    margin-left: 0;
  }

  .section-heading, .section-heading.white {
    font-size: 26px;
  }

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

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link-three {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-social-link-three {
    margin-left: 0;
  }

  .service-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-icon {
    width: 100px;
  }

  .tab-menu {
    width: 100%;
  }

  .image-column {
    margin-bottom: 40px;
  }

  .main-image {
    border-style: none;
  }

  .contact-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-item {
    justify-content: flex-start;
    width: 80%;
  }

  .contact-divider {
    width: 30%;
    height: 3px;
  }

  .faq-columns {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .menu-button {
    background-color: var(--faint-grey);
    color: var(--dark-red);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 15px;
    font-size: 30px;
  }

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

  .legal-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cw-cookie_options {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cw-cookie_banner {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  ._12-columns {
    flex-wrap: wrap;
  }

  .column.desk-4 {
    width: 100%;
  }

  .spacer {
    height: 32px;
  }

  .paragraph {
    font-size: 15px;
  }

  .rich-text.overlap, .rich-text.overlap p {
    font-size: 16px;
  }

  .ds-colour-block {
    width: 25%;
  }

  .sg-content {
    margin-left: 0;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .field-block {
    min-height: auto;
  }

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

  .heading.h1 {
    font-size: 35px;
  }

  .heading.h2 {
    font-size: 28px;
  }

  .primary-button.menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar {
    position: static;
  }

  .nav-menu {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section.dark {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .icon-block {
    justify-content: flex-start;
    align-items: center;
    height: 100px;
  }

  .icon-grid {
    flex-direction: column;
    display: flex;
  }

  .section-heading.white {
    font-size: 24px;
  }

  .section-heading.grey {
    font-size: 24px;
    line-height: 1.5em;
  }

  .section-heading.centered {
    text-align: center;
  }

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

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

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .tab-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .tab-link:hover, .tab-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .secondary-image {
    border-width: 15px;
  }

  .team-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq-columns {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 300;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .services-grid {
    flex-direction: column;
    display: flex;
  }

  .block-circle-icon {
    width: 50px;
    height: 50px;
  }

  .tab-icon {
    width: 20px;
  }

  .cw-button_secondary, .cw-button_primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cw-cookie_options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cw-cookie_banner {
    max-width: 100%;
    padding: 1rem;
    right: 20px;
  }

  .cw-cookie_buttons {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .column {
    margin-bottom: 0;
  }

  .text-input {
    width: 100%;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .primary-button {
    height: 50px;
    font-size: 14px;
  }

  .primary-button.menu {
    font-weight: 400;
  }

  .button-icon {
    margin-left: 12px;
  }

  .section.dark {
    margin-top: -9%;
  }

  .section.image-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .page-title {
    font-size: 28px;
  }

  .icon-title {
    font-size: 16px;
  }

  .section-heading.white {
    font-size: 24px;
  }

  .section-heading.grey {
    font-size: 20px;
  }

  .section-heading.centered {
    font-size: 24px;
  }

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

  .footer-block-three {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .secondary-hero.company {
    height: 100vh;
  }

  .service-text-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dp_image_wrap {
    padding: 10px;
  }

  .dp_text_wrap {
    flex-direction: row;
    font-size: 14px;
  }

  .fc_wrapper {
    top: 15%;
  }

  .tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-menu.company {
    width: 100%;
  }

  .tab-link {
    padding: 10px 10px 10px 20px;
  }

  .tab-link:hover {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tab-link.w--current {
    border-bottom-width: 20px;
    border-left-width: 5px;
    border-right-width: 5px;
    height: 100px;
  }

  .contact-item {
    font-size: 14px;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
  }

  .contact-divider {
    height: 1px;
  }

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

  .service-block {
    padding: 40px 20px;
  }

  .block-circle-icon {
    top: -7%;
  }

  .legal-text-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cw-button_secondary, .cw-button_primary {
    width: 75%;
    padding-top: 10px;
    padding-bottom: 11px;
  }

  .cw-cookie_options {
    flex-wrap: wrap;
    display: flex;
  }

  .cw-cookie_banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}

#w-node-_9a0131ba-1d70-1274-9008-27a2b3b1bc25-2535be1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbbc6e41-ab99-a872-10bc-c99912391e4e-2535be1f, #w-node-f978fb96-26ce-0837-686e-05d8d8e605a6-2535be1f, #w-node-_083971e7-15f4-ed69-6bb7-9ba566ea1d06-2535be1f, #w-node-a33fa3f5-020f-d366-6037-7b7a0e6fc3c2-2535be1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1e4a46a1-5405-4599-883c-934e9c7f4ca0-2535be1f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_19752a4f-1c4e-25ef-c5f7-8adffe97a832-2535be1f, #w-node-_19752a4f-1c4e-25ef-c5f7-8adffe97a83a-2535be1f, #w-node-_19752a4f-1c4e-25ef-c5f7-8adffe97a83f-2535be1f, #w-node-_2691ae57-4da0-7f7f-dd47-d360a0e7fcef-2535be1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19752a4f-1c4e-25ef-c5f7-8adffe97a84a-2535be1f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}


