:root {
  --mill-grey: #ededee;
  --mill-white: #fff;
  --mill-blue: #0d426b;
  --mill-dark-blue: #003863;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  flex-flow: column;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}

a:hover {
  font-weight: 500;
}

ul {
  padding-left: 2rem;
}

li {
  margin-bottom: 1rem;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 1.5rem;
  line-height: 1.6;
}

.container {
  z-index: 5;
  width: 85%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.grey {
  background-color: var(--mill-grey);
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

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

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.section_style.spacers {
  background-color: #f0f0f0;
}

.page_wrapper {
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.main_wrapper {
  position: relative;
}

.overlay {
  z-index: 100;
  background-color: #0d426b00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 42vw;
  height: 100vh;
  min-height: 750px;
  transition: all .45s;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.hamburger-icon {
  width: 50%;
}

.menu-top-wrapper {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-links {
  z-index: 999999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.overlay-menu-contact-details {
  color: #fff;
  text-align: left;
  margin-bottom: .3em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.overlay-menu-contact-details-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.overlay-menu-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
  display: inline-block;
}

.overlay-menu-link-wrapper {
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.overlay-menu-link-wrapper:hover {
  opacity: .44;
  color: #c97c12;
}

.overlay-menu-link-wrapper.w--current {
  opacity: .39;
}

.menu-close-cross {
  width: 30%;
}

.menu-wrapper {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.menu-wrapper---full-screen {
  z-index: 10;
  justify-content: center;
}

.menu-open {
  z-index: 1;
  border: 2px solid var(--mill-white);
  background-color: var(--mill-blue);
  color: #0000;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-open:hover {
  background-color: var(--mill-dark-blue);
  transform: scale(.97);
}

.menu-close {
  z-index: 110;
  color: #333;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-close:hover {
  background-color: var(--mill-dark-blue);
}

.overlay-menu-social-link {
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
  transition: all .45s, opacity .2s;
  transform: none;
}

.overlay-menu-social-link:hover {
  opacity: .56;
  transform: scale(.9);
}

.menu-bg {
  z-index: 99;
  background-color: var(--mill-blue);
  color: #333;
  border-left: 1px solid #ffffff87;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: -4px 2px 11px #0003;
}

.section_hero {
  height: 100vh;
  min-height: 750px;
  position: relative;
}

.footer {
  background-color: var(--mill-blue);
  margin-top: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.phone-link {
  color: #fff;
  font-size: 1rem;
}

.phone-link:hover {
  font-weight: 600;
}

.wrapper_nav-logo {
  width: 6em;
}

.wrapper_nav_tagline {
  align-self: flex-start;
  width: 100%;
}

.nav_triangle-white {
  width: 1rem;
  margin-bottom: 2rem;
}

.nav_tagline {
  color: var(--mill-white);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.home-hero-slider {
  background-color: var(--mill-white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.home-slider {
  background-image: url('../images/holding-page-background_1.avif');
  background-position: 50%;
  background-size: cover;
}

.home-slider._2 {
  background-image: url('../images/TMC_76.avif');
}

.home-slider._3 {
  background-image: url('../images/TMC_73.avif');
}

.home-slider._4 {
  background-image: url('../images/TMC_71.avif');
}

.wrapper_home-hero-content {
  z-index: 6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo_home-hero {
  width: 20rem;
}

.heading_home-hero_h1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: .2rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.heading_home-hero_h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.heading_home-hero_h3 {
  color: #fff;
  margin-top: 2.5em;
  font-size: 1.3rem;
  font-weight: 400;
}

.paragraph.highlight {
  line-height: 1.4;
}

.block-quote {
  font-size: 1.5em;
}

.wrapper_footer {
  justify-content: space-between;
  display: flex;
}

.wrapper_footer_logo-and-deets {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrapper_footer_nav-and-fineprint {
  text-align: right;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.wrapper_footer_logo {
  width: 7em;
  margin-right: 3em;
  transition: all .2s;
}

.wrapper_footer_logo:hover {
  transform: scale(.98);
}

.footer_address {
  color: #fff;
  font-size: 1rem;
}

.footer_tagline {
  color: #fff;
  margin-bottom: 1em;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer_heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
}

.footer-links {
  color: #fff;
  margin-bottom: .5rem;
  font-weight: 300;
  line-height: 1.4;
}

.footer_logo {
  margin-bottom: 2rem;
}

.footer_fineprint {
  color: #fff;
  margin-top: 2em;
  font-size: .7rem;
  line-height: 1.2;
}

.footer_link {
  color: #fff;
  font-size: .7rem;
}

.footer_link:hover {
  font-weight: 600;
}

.footer_nav-link {
  color: #fff;
}

.footer_nav-link:hover {
  font-weight: 600;
}

.top {
  background-image: linear-gradient(#00000080, #00000080), url('../images/page-top-background_TMC_69.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.blue-section {
  background-color: var(--mill-dark-blue);
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

.heading_page-top {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}

.wrapper_page-top-info {
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.logo-link_nav {
  width: 8rem;
  height: 8rem;
  transition: all .3s;
}

.logo-link_nav:hover {
  transform: scale(.98);
}

.wrapper_page-top-deets {
  text-align: right;
}

.page-top_heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.page-top_tagline {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
}

.page-top_address-details {
  color: #fff;
  margin-top: 1rem;
  font-size: .9rem;
}

.phone-link_nav {
  color: #fff;
}

.phone-link_nav:hover {
  font-weight: 600;
}

.corten_background {
  background-image: url('../images/corten.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 5%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.corten_background.padding-bottom {
  background-attachment: scroll;
  padding-bottom: 6em;
}

.grid_60_40 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 60% 40%;
  align-content: start;
  position: relative;
}

.grid_60_40.pad-top {
  padding-top: 4em;
}

.wrapper_home-intro {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 8rem;
  display: flex;
  position: relative;
}

.big-sign_wrapper {
  background-image: url('../images/Big-Sign_portrait_TMC_8.avif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  position: relative;
}

.blue-triangle {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 3rem;
}

.heading_sub {
  color: var(--mill-blue);
  letter-spacing: -1px;
  font-size: 2rem;
  line-height: 1.2;
}

.heading_sub.white {
  color: var(--mill-white);
}

.heading_sub.large {
  font-size: 2.8rem;
}

.heading_sub.large.padding-bottom {
  margin-bottom: 1em;
}

.heading_sub.history {
  color: #000;
  font-size: 2em;
}

.heading_sub.medium {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
}

.heading_sub.medium.grey {
  color: #d1d1d1;
}

.heading_sub.medium._90 {
  width: 90%;
  max-width: 720px;
}

.heading_sub.black {
  color: #000;
}

.heading_sub.padding-top {
  margin-top: 2em;
}

.heading_sub.padding-bottom {
  margin-bottom: 1em;
}

.heading_sub.medium_large {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
}

.heading_sub.medium_large.grey {
  color: #d1d1d1;
}

.wrapper_content {
  z-index: 10;
  position: relative;
}

.wrapper_content._90 {
  width: 90%;
}

.wrapper_content.centred {
  margin-bottom: 0;
}

.wrapper_content.padding-bottom {
  margin-bottom: 4em;
}

.wrapper_content.grey {
  background-color: var(--mill-grey);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.wrapper_content.grey.padding {
  padding: 3em 4.5em 4.5em;
}

.wrapper_content.pad-right {
  padding-right: 4rem;
}

.wrapper_content.gallery {
  width: 60%;
}

.paragraph_bold-highlight {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.paragraph_bold-highlight.lowercase {
  text-transform: none;
}

.button {
  background-color: var(--mill-blue);
  color: #fff;
  text-transform: uppercase;
  justify-content: space-between;
  padding: 1.2rem 1.5rem;
  font-weight: 300;
  line-height: 1.1;
  display: flex;
  position: relative;
}

.button:hover {
  background-color: var(--mill-dark-blue);
  border-radius: 0 30px 30px 0;
}

.button.grey {
  background-color: var(--mill-grey);
  color: var(--mill-blue);
  font-weight: 400;
}

.button.grey:hover {
  background-color: #d1d1d1;
}

.button.white {
  background-color: var(--mill-white);
  color: var(--mill-blue);
}

.button.white:hover {
  color: var(--mill-blue);
  background-color: #d1d1d1;
}

.button.padding-top {
  max-width: 40rem;
}

.button.set-height {
  height: 100%;
}

.button.black {
  background-color: #000;
}

.button.full-width.black:hover {
  background-color: var(--mill-blue);
}

.arrow {
  width: .6rem;
}

.button-text {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  font-size: .8rem;
  font-weight: 400;
  display: flex;
}

.slider_home {
  width: 60vw;
  height: 100%;
}

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

.slide-nav-2 {
  justify-content: flex-end;
  align-items: center;
  height: 3em;
  padding-top: 0;
  padding-right: 2em;
  line-height: 0;
  display: flex;
}

.wrapper_home-location {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 4rem 0 4rem 4rem;
  display: flex;
  position: relative;
}

.slide {
  background-image: url('../images/page-top-background_TMC_69.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/TMC_70.avif');
  background-position: 50%;
  background-size: cover;
}

.heading_h2 {
  z-index: 11;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 600;
  position: relative;
}

.heading_h2.large {
  max-width: none;
  margin-bottom: 0;
  font-size: 2.4em;
}

.heading_h2.large.padding-top {
  margin-top: 2em;
}

.heading_h2.large.padding-top.padding-bottom {
  margin-bottom: 2em;
}

.wrapper_location {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper_location.bottom {
  margin-bottom: 0;
}

.icon {
  width: 4rem;
  margin-right: 1.5rem;
}

.text_location {
  color: var(--mill-white);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
}

.wrapper_location-facts {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 115%;
  display: grid;
}

.wrapper_location-facts.no-padding {
  margin-top: 0;
}

.section_what-can-mill-park-offer {
  z-index: 3;
  background-color: #ededee00;
  position: relative;
}

.wrapper_highlight {
  flex-flow: column;
  display: flex;
  position: relative;
}

.icon_highlights {
  width: 100%;
}

.wrapper_highlight-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  display: flex;
}

.heading_h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
}

.black-rule {
  background-color: #000;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.black-rule.bottom {
  inset: auto 0% 0% auto;
}

.wrapper_individual-highlight {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 6rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

.wrapper_offer-lightboxes {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.lightbox_offer {
  background-image: url('../images/TMC_2.avif');
  background-position: 50%;
  background-size: cover;
  height: 25%;
}

.lightbox_offer:hover {
  filter: contrast(139%);
}

.lightbox_offer._1 {
  background-image: url('../images/shed_TMC_53.avif');
}

.lightbox_offer._3 {
  background-image: url('../images/bunkers_TMC_15.avif');
}

.lightbox_offer._4 {
  background-image: url('../images/XLD_TMC_5.avif');
}

.youtube.padding-top {
  margin-top: 6em;
}

.youtube.padding-bottom {
  margin-bottom: 4rem;
}

.youtube.sitedetails {
  aspect-ratio: 16 / 9;
  margin-right: auto;
}

.section_history {
  justify-content: center;
  align-items: center;
  min-height: 45rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.grid_40_60 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 40% 60%;
}

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

.grey-block {
  z-index: 1;
  background-color: var(--mill-grey);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grey-block.tenancy {
  z-index: -1;
  height: 150%;
  inset: auto 0% 0% auto;
}

.blue-block {
  z-index: 1;
  background-color: var(--mill-blue);
  width: 100vw;
  position: absolute;
  inset: 0%;
}

.blue-block.right-justified {
  inset: 0% 0 0% auto;
}

.blue-block._50-_right-justified {
  inset: 0%;
}

.wrapper_history-pic {
  background-image: url('../images/Sketch-1_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60vw;
  max-width: 1250px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 42vw;
}

.sketch {
  width: 100%;
  max-width: none;
}

.white-block_left {
  z-index: 0;
  background-color: var(--mill-white);
  width: 60%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.white-block_left._95 {
  width: 95vw;
}

.white-block_left._95._60-height {
  height: 60em;
}

.grid_50_50 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 50% 50%;
}

.grid_50_50.tenancy {
  grid-template-rows: 25rem 30rem auto 25rem;
}

.grid_50_50.one-row {
  grid-template-rows: 30em;
}

.grid_50_50.site-details {
  grid-template-rows: 5em auto auto auto auto auto;
}

.grid_page-intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.lightbox-link {
  z-index: 11;
  border: 1px solid var(--mill-white);
  background-image: url('../images/TMC_2.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.lightbox-link:hover {
  filter: saturate(200%);
}

.lightbox-link.main {
  border-style: none;
  height: 110%;
}

.lightbox-link.main.site-details {
  background-image: url('../images/TMC_75.avif');
  background-position: 50%;
}

.lightbox-link.main.about {
  background-image: url('../images/sign_TMC_9.avif');
  background-position: 30% 100%;
  background-size: cover;
}

.lightbox-link.main.tenancies {
  background-image: url('../images/tenancy-board_TMC_10.avif');
  background-position: 50%;
}

.lightbox-link._100 {
  height: 100%;
}

.lightbox-link.history {
  background-image: url('../images/Sketch-1_1.avif');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
}

.lightbox-link.history.site-details {
  background-image: url('../images/TMC_75.avif');
  background-position: 50% 0;
  inset: auto 0% 0%;
}

.wrapper_main-lightbox {
  height: 100%;
  min-height: 30rem;
  display: flex;
  position: relative;
}

.wrapper_main-lightbox.history {
  border-bottom: 1px solid #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  max-width: 1200px;
  min-height: 40rem;
}

.wrapper_tenancy-points {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-right: 6em;
  position: relative;
}

.list {
  z-index: 11;
}

.list.max-width {
  max-width: 700px;
}

.list-text {
  font-size: 1.2em;
  line-height: 1.4;
}

.grid_small-lightboxes {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.wrapper_tenancy-cta {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.wrapper_blue-block_about {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 3rem;
  position: relative;
}

.highlight-text {
  z-index: 11;
  color: var(--mill-white);
  font-size: 1.7rem;
  font-weight: 600;
  position: relative;
}

.highlight-text.max {
  max-width: 1200px;
}

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

.wrapper_buttons-50 {
  grid-column-gap: 2em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_about_why-choose {
  margin-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.grid_why-choose {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 4rem;
}

.wrapper_why-choose-heading {
  max-width: 50rem;
}

.image-wrapper_why-choose {
  height: 18vw;
  position: relative;
}

.wrapper_why-choose-text-content {
  padding-top: 2rem;
}

.icons_why-choose {
  z-index: 10;
  width: 6rem;
  position: absolute;
  inset: auto -1rem -1rem auto;
}

.grey-block_why-choose {
  background-color: var(--mill-grey);
  position: absolute;
  inset: 0%;
}

.section_site-details {
  background-image: url('../images/corten.avif');
  background-position: 0 0;
  background-size: auto;
  margin-top: 4rem;
  position: relative;
}

.wrapper_video {
  z-index: 11;
  flex-flow: column;
  position: relative;
}

.wrapper_90 {
  z-index: 2;
  width: 90%;
  position: relative;
}

.wrapper_site-details_location {
  z-index: 1;
  background-color: var(--mill-blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 15;
  aspect-ratio: 1;
  height: 100%;
}

.setion_home-intro {
  position: relative;
}

.corten {
  background-image: url('../images/corten.avif');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.corten.right {
  z-index: -1;
  background-size: cover;
  width: 20vw;
  inset: 0% 0% 0% auto;
}

.background-block_blue {
  background-color: var(--mill-blue);
  width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-5 {
  background-color: var(--mill-grey);
  position: absolute;
  inset: 0%;
}

.home-hero_wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 85%;
  height: 80%;
  display: flex;
}

.grey-background {
  z-index: -2;
  background-color: var(--mill-grey);
  position: absolute;
  inset: 0%;
}

.grey-background.right {
  width: 100vw;
  inset: 0% 0% 0% auto;
}

.heading_sub_h3 {
  color: var(--mill-blue);
  letter-spacing: -1px;
  font-size: 2em;
  line-height: 1.2;
}

.heading_sub_h3.white {
  color: var(--mill-white);
}

.heading_sub_h3.large {
  font-size: 3.1em;
}

.heading_sub_h3.large.padding-bottom {
  margin-bottom: 1em;
}

.heading_sub_h3.history {
  color: #000;
  font-size: 2em;
}

.heading_sub_h3.medium {
  margin-bottom: 0;
  font-size: 2.5em;
}

.heading_sub_h3.medium.grey {
  color: #d1d1d1;
}

.heading_sub_h3.black {
  color: #000;
}

.heading_sub_h3.padding-top {
  margin-top: 2em;
}

.padding {
  height: 4em;
}

.padding._5em {
  height: 5em;
}

.wrapper_60 {
  width: 60%;
}

.section_tenancies {
  position: relative;
}

.grey-background_potential {
  z-index: -1;
  background-color: var(--mill-grey);
  width: 100vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-7 {
  width: 100%;
  max-width: 600px;
}

.wrapper_location-list {
  z-index: 15;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.wrapper_location-list._90 {
  width: 90%;
}

.wrapper_location-list.centred {
  margin-bottom: 0;
}

.wrapper_location-list.padding-bottom {
  margin-bottom: 4em;
}

.wrapper_location-list.grey {
  background-color: var(--mill-grey);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.wrapper_location-list.grey.padding {
  padding: 3em 4.5em 4.5em;
}

.div-block-8 {
  background-color: var(--mill-grey);
  width: 100vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-2 {
  width: 90%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.spacer_large {
  width: 100%;
  height: 4rem;
}

.spacer_medium {
  width: 100%;
  height: 2rem;
}

.spacer_small {
  width: 100%;
  height: 1rem;
}

.div-block-9 {
  position: absolute;
}

.wrapper_history-pic_mobile {
  display: none;
}

.spacer_extra-small {
  height: .5rem;
}

.section_page-intro {
  position: relative;
}

.white-background_bottom {
  background-color: var(--mill-white);
  height: 15rem;
  position: absolute;
  inset: auto 0% 0%;
}

.white-background_bottom.small {
  height: 10rem;
}

.wrapper_video-site-details {
  z-index: 5;
  width: 100%;
  margin-bottom: 3rem;
  margin-right: auto;
  position: relative;
}

.wrapper_video-site-details.grey {
  background-color: var(--mill-grey);
}

.white-background_top {
  background-color: var(--mill-white);
  height: 10rem;
  position: absolute;
  inset: 0% 0% auto;
}

.grey-background_site-details-list {
  z-index: -1;
  background-color: var(--mill-grey);
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wrapper_80 {
  z-index: 2;
  width: 90%;
  position: relative;
}

.div-block-10 {
  background-color: var(--mill-blue);
  width: 100vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid_60_40_site-details {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 31vw auto;
  grid-template-columns: 60% 40%;
  align-content: start;
  position: relative;
}

.grid_60_40_site-details.pad-top {
  padding-top: 4em;
}

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

.paragraph_italic {
  font-size: .7rem;
  font-style: italic;
}

.paragraph_italic.history {
  width: 80%;
  font-size: .8rem;
}

.wrapper_85 {
  z-index: 2;
  width: 85%;
  position: relative;
}

.wrapper_contact-details {
  width: 60%;
}

.slide-3 {
  background-image: url('../images/TMC_79.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/TMC_73.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/TMC_77.avif');
  background-position: 50%;
  background-size: cover;
}

.dark-overlay {
  z-index: 5;
  background-image: linear-gradient(#0006, #0006);
  position: absolute;
  inset: 0%;
}

.lightbox_about {
  z-index: 11;
  border: 1px solid var(--mill-white);
  background-image: url('../images/directory-sign-install_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 18vw;
  position: relative;
}

.lightbox_about:hover {
  filter: saturate(200%);
}

.lightbox_about.main {
  border-style: none;
  height: 110%;
}

.lightbox_about.main.site-details {
  background-image: url('../images/TMC_75.avif');
  background-position: 50%;
}

.lightbox_about.main.about {
  background-image: url('../images/sign_TMC_9.avif');
  background-position: 30% 100%;
  background-size: cover;
}

.lightbox_about.main.tenancies {
  background-image: url('../images/tenancy-board_TMC_10.avif');
  background-position: 100%;
}

.lightbox_about._100 {
  height: 100%;
}

.lightbox_about.history {
  background-image: url('../images/Sketch-1_1.avif');
  border-style: none;
}

.lightbox_about.history.site-details {
  background-image: url('../images/TMC_75.avif');
  background-position: 50% 0;
  inset: auto 0% 0%;
}

.lightbox_about._2 {
  background-image: url('../images/building-sign_install_1.avif');
}

.lightbox_about._3 {
  background-image: url('../images/demo_recycal_1.avif');
}

.lightbox_about._4 {
  background-image: url('../images/shed-demo_10.avif');
}

.lightbox_about._5 {
  background-image: url('../images/ashphalting_3.avif');
}

.lightbox_about._6 {
  background-image: url('../images/shed-demo_9.avif');
}

.lightbox_why-choose {
  background-image: url('../images/TMC_71.avif');
  background-position: 100% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.lightbox_why-choose:hover {
  filter: saturate(200%);
}

.lightbox_why-choose._2 {
  background-image: url('../images/shed_TMC_80.avif');
  background-position: 50% 0;
}

.lightbox_why-choose._3 {
  background-image: url('../images/TMC_77.avif');
  background-position: 100% 0;
}

.lightbox_why-choose._4 {
  background-image: url('../images/entrance_TMC_12.avif');
}

.lightbox_why-choose._5 {
  background-image: url('../images/tenancy-board_TMC_10.avif');
  background-position: 100%;
}

.lightbox_why-choose._6 {
  background-image: url('../images/potential_TMC_34.avif');
  background-position: 50%;
}

.lightbox_tenancy {
  z-index: 11;
  border: 1px solid var(--mill-white);
  background-image: url('../images/bunkers_TMC_16.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.lightbox_tenancy:hover {
  filter: saturate(200%);
}

.lightbox_tenancy.main {
  border-style: none;
  height: 110%;
}

.lightbox_tenancy.main.site-details {
  background-image: url('../images/TMC_75.avif');
  background-position: 50%;
}

.lightbox_tenancy.main.about {
  background-image: url('../images/sign_TMC_9.avif');
  background-position: 30% 100%;
  background-size: cover;
}

.lightbox_tenancy.main.tenancies {
  background-image: url('../images/tenancy-board_TMC_10.avif');
  background-position: 50%;
}

.lightbox_tenancy._100 {
  height: 100%;
}

.lightbox_tenancy.history {
  background-image: url('../images/Sketch-1_1.avif');
  border-style: none;
}

.lightbox_tenancy.history.site-details {
  background-image: url('../images/TMC_75.avif');
  background-position: 50% 0;
  inset: auto 0% 0%;
}

.lightbox_tenancy._1 {
  background-image: url('../images/truck_TMC_50.avif');
}

.lightbox_tenancy._2 {
  background-image: url('../images/shed_TMC_47.avif');
}

.lightbox_tenancy._3 {
  background-image: url('../images/office_TMC_84.avif');
}

.lightbox_tenancy._4 {
  background-image: url('../images/sandblasting_TMC_18.avif');
  background-position: 0%;
}

.lightbox_tenancy._6 {
  background-image: url('../images/shed-aerial_TMC_61.avif');
}

.section_history-gallery {
  margin-top: 3rem;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.lightbox_history {
  background-image: url('../images/Sketch-10_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 18vw;
}

.lightbox_history._2 {
  background-image: url('../images/Sketch-10_1.avif');
}

.lightbox_history._3 {
  background-image: url('../images/Sketch-11_1.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox_history._4 {
  background-image: url('../images/Sketch-6_1.avif');
  background-size: contain;
}

.lightbox_history._5 {
  background-image: url('../images/Sketch-9_1.avif');
  background-size: contain;
}

.lightbox_history._6 {
  background-image: url('../images/Sketch-4_1.avif');
}

.lightbox_history._7 {
  background-image: url('../images/Sketch-3_1.avif');
}

.lightbox_history._8 {
  background-image: url('../images/Sketch-8_1.avif');
}

.lightbox_history._9 {
  background-image: url('../images/Sketch-2_1.avif');
}

.lightbox_history._10 {
  background-image: url('../images/Sketch-7_1.avif');
}

.wrapper_history {
  border-bottom: 1px solid #00000080;
  width: 100%;
  height: 100%;
}

.text_history {
  font-size: .8rem;
  font-style: italic;
  font-weight: 300;
}

.text_history.right {
  text-align: right;
}

.grid_gallery {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: 12vw 12vw 12vw 12vw 12vw 12vw 12vw;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 12vw;
}

.lightbox_gallery {
  z-index: 11;
  border: 1px solid var(--mill-white);
  background-image: url('../images/main-sign-delivery_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.lightbox_gallery:hover {
  filter: saturate(200%);
}

.lightbox_gallery.main {
  border-style: none;
  height: 110%;
}

.lightbox_gallery.main.site-details {
  background-image: url('../images/TMC_75.avif');
  background-position: 50%;
}

.lightbox_gallery.main.about {
  background-image: url('../images/sign_TMC_9.avif');
  background-position: 30% 100%;
  background-size: cover;
}

.lightbox_gallery.main.tenancies {
  background-image: url('../images/tenancy-board_TMC_10.avif');
  background-position: 50%;
}

.lightbox_gallery._100 {
  height: 100%;
}

.lightbox_gallery.history {
  background-image: url('../images/Sketch-1_1.avif');
  border-style: none;
}

.lightbox_gallery.history.site-details {
  background-image: url('../images/TMC_75.avif');
  background-position: 50% 0;
  inset: auto 0% 0%;
}

.lightbox_gallery._1 {
  background-image: url('../images/truck_TMC_50.avif');
}

.lightbox_gallery._2 {
  background-image: url('../images/directory-sign-install_1.avif');
}

.lightbox_gallery._3 {
  background-image: url('../images/main-sign-install_1.avif');
  background-position: 50%;
  height: 100%;
}

.lightbox_gallery._4 {
  background-image: url('../images/external-building_1.avif');
  background-position: 0%;
}

.lightbox_gallery._6 {
  background-image: url('../images/shed-aerial_TMC_61.avif');
}

.lightbox_gallery._5 {
  background-image: url('../images/sign-install_costa_1.avif');
}

.lightbox_gallery._7 {
  background-image: url('../images/shed-demo_1.avif');
}

.lightbox_gallery._8 {
  background-image: url('../images/shed_TMC_79.avif');
  background-position: 50% 0;
}

.lightbox_gallery._9 {
  background-image: url('../images/welding_TMC_55.avif');
}

.lightbox_gallery._10 {
  background-image: url('../images/shed-demo_8.avif');
}

.lightbox_gallery._12 {
  background-image: url('../images/bunkers_TMC_17.avif');
}

.lightbox_gallery._13 {
  background-image: url('../images/shed_TMC_37.avif');
  height: 100%;
}

.lightbox_gallery._14 {
  background-image: url('../images/truck_TMC_48.avif');
}

.lightbox_gallery._15 {
  background-image: url('../images/shed_TMC_47.avif');
}

.lightbox_gallery._16 {
  background-image: url('../images/tenancy-board_3.avif');
}

.lightbox_gallery._17 {
  background-image: url('../images/shed_TMC_54.avif');
}

.lightbox_gallery._18 {
  background-image: url('../images/shed-demo_9.avif');
}

.lightbox_gallery._19 {
  background-image: url('../images/potential_TMC_34.avif');
}

.lightbox_gallery._20 {
  background-image: url('../images/TMC_75.avif');
  height: 100%;
}

.lightbox_gallery._21 {
  background-image: url('../images/office_TMC_84.avif');
}

.lightbox_gallery._22 {
  background-image: url('../images/shed-demo_10.avif');
}

.lightbox_gallery._23 {
  background-image: url('../images/painting-old-machinery_3.avif');
}

.lightbox_gallery._24 {
  background-image: url('../images/painting-old-machinery_1.avif');
}

.lightbox_gallery._26 {
  background-image: url('../images/crane_TMC_25.avif');
}

.lightbox_gallery._27 {
  background-image: url('../images/building-sign_install_1.avif');
  height: 100%;
}

.lightbox_gallery._28 {
  background-image: url('../images/entrance_TMC_12.avif');
}

.lightbox_gallery._29 {
  background-image: url('../images/aerial-shed_TMC_62.avif');
}

.lightbox_gallery._30 {
  background-image: url('../images/shed-usage_2.avif');
}

.lightbox_gallery._31 {
  background-image: url('../images/XLD_TMC_5.avif');
}

.lightbox_gallery._32 {
  background-image: url('../images/shed_TMC_53.avif');
}

.lightbox_gallery._33 {
  background-image: url('../images/sandblasting_TMC_18.avif');
}

.lightbox_gallery._34 {
  background-image: url('../images/forklift_TMC_43.avif');
}

.lightbox_gallery._35 {
  background-image: url('../images/office_TMC_83.avif');
}

.lightbox_gallery._36 {
  background-image: url('../images/demo_recycal_1.avif');
}

.lightbox_gallery._37 {
  background-image: url('../images/demo_TMC_30.avif');
}

.lightbox_gallery._38 {
  background-image: url('../images/shed-demo_7.avif');
}

.lightbox_gallery._39 {
  background-image: url('../images/shed_TMC_77.avif');
  height: 100%;
}

.lightbox_gallery._40 {
  background-image: url('../images/ashphalting_3.avif');
}

.lightbox_gallery._41 {
  background-image: url('../images/crane_TMC_25.avif');
}

.lightbox_gallery._42 {
  background-image: url('../images/truck_TMC_24.avif');
}

.contact_text {
  font-weight: 500;
}

.contact-link {
  font-size: 2rem;
}

.contact-link:hover {
  font-weight: 600;
}

.grid_contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

.contact-slider {
  height: 13vw;
}

.contact-slide {
  background-image: url('../images/sign_TMC_9.avif');
  background-position: 50%;
  background-size: cover;
}

.contact-slide._2 {
  background-image: url('../images/directory-sign-install_1.avif');
}

.contact-slide._3 {
  background-image: url('../images/painting-old-machinery_3.avif');
}

.contact-slide._4 {
  background-image: url('../images/shed_TMC_77.avif');
}

.contact-slide._5 {
  background-image: url('../images/tenancy-board_3.avif');
}

.contact-slide._6 {
  background-image: url('../images/TMC_70.avif');
}

.contact-slide._7 {
  background-image: url('../images/external-building_1.avif');
}

.contact-slide._8 {
  background-image: url('../images/welding_TMC_55.avif');
}

.brand-mark-wrapper {
  width: 12rem;
}

.spacer_extra-large {
  width: 100%;
  height: 6rem;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1rem;
  }

  .overlay {
    width: 50%;
    display: none;
  }

  .menu-top-wrapper {
    z-index: 100;
  }

  .overlay-menu-contact-details-wrapper {
    width: 100%;
  }

  .overlay-menu-link-wrapper {
    margin-bottom: .8em;
  }

  .menu-wrapper {
    width: 80%;
  }

  .menu-wrapper---full-screen {
    display: flex;
  }

  .menu-open {
    z-index: 100;
    border-radius: 50px;
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .overlay-menu-social-link {
    margin-left: 0;
  }

  .menu-bg {
    display: block;
  }

  .logo_home-hero {
    width: 15rem;
  }

  .wrapper_footer_nav-and-fineprint {
    width: 40%;
  }

  .wrapper_footer_logo {
    width: 9em;
  }

  .footer_address {
    line-height: 1;
  }

  .footer-links {
    margin-bottom: 1rem;
  }

  .footer_link:hover {
    font-weight: 500;
  }

  .heading_page-top {
    font-size: 1.6rem;
  }

  .wrapper_page-top-info {
    justify-content: space-between;
    align-items: flex-end;
  }

  .page-top_address-details {
    line-height: 1;
  }

  .wrapper_home-intro {
    padding-right: 4rem;
  }

  .big-sign_wrapper {
    background-position: 20% 100%;
    background-size: cover;
    width: 122%;
  }

  .heading_sub.large {
    width: 90%;
    max-width: 650px;
  }

  .heading_sub.history {
    max-width: 600px;
  }

  .heading_sub.medium {
    font-size: 1.5em;
  }

  .heading_sub.medium_large {
    font-size: 2.1em;
  }

  .wrapper_content.pad-right {
    padding-right: 4rem;
  }

  .wrapper_content.gallery {
    width: 80%;
  }

  .button {
    z-index: 5;
  }

  .slider_home {
    width: 100vw;
    height: 50vw;
  }

  .wrapper_home-location {
    height: auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 3.5rem;
  }

  .heading_h2 {
    max-width: 650px;
  }

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

  .text_location {
    font-size: 1.7rem;
  }

  .wrapper_location-facts {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .wrapper_location-facts.no-padding {
    grid-template-columns: 1fr;
  }

  .wrapper_highlight {
    padding-top: 0;
  }

  .wrapper_highlight-text {
    width: 100%;
  }

  .heading_h3 {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .wrapper_individual-highlight {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 5rem 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrapper_offer-lightboxes {
    padding-right: 2rem;
  }

  .youtube.padding-bottom {
    width: 110%;
  }

  .grey-block {
    width: 85%;
  }

  .grey-block.tenancy {
    width: 120%;
    height: 100%;
  }

  .wrapper_history-pic {
    z-index: -2;
    width: 70vw;
    max-width: 650px;
    left: 30vw;
  }

  .sketch {
    min-width: 700px;
    position: absolute;
    top: -30px;
  }

  .white-block_left {
    width: 80%;
  }

  .grid_50_50.tenancy {
    grid-template-rows: 20rem auto auto auto auto;
  }

  .grid_50_50.one-row {
    grid-template-rows: auto;
  }

  .lightbox-link {
    height: 100%;
  }

  .lightbox-link.main {
    height: 110%;
  }

  .lightbox-link.main.about {
    background-position: 20% 100%;
  }

  .lightbox-link.main.tenancies {
    background-position: 35%;
  }

  .lightbox-link.history {
    background-position: 50%;
    height: 60vw;
  }

  .wrapper_main-lightbox {
    min-height: 0;
  }

  .wrapper_main-lightbox.set-size {
    height: 100%;
  }

  .wrapper_main-lightbox.history {
    width: 100%;
    min-height: 0;
    margin-top: 2rem;
  }

  .wrapper_tenancy-points {
    padding-right: 3rem;
  }

  .grid_small-lightboxes {
    grid-template-rows: auto auto auto;
  }

  .wrapper_tenancy-cta {
    width: 90%;
  }

  .highlight-text {
    width: 95%;
    font-size: 1.4em;
    line-height: 1.4;
  }

  .wrapper_buttons-50 {
    flex-flow: column;
  }

  .grid_why-choose {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .section_site-details {
    margin-top: 0;
  }

  .wrapper_site-details_location {
    height: auto;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
    padding-left: 3.5em;
  }

  .grey-background {
    inset: 0%;
  }

  .heading_sub_h3 {
    font-size: 1.8em;
  }

  .heading_sub_h3.large {
    width: 90%;
    max-width: 650px;
    font-size: 2.8em;
  }

  .heading_sub_h3.history {
    max-width: 600px;
  }

  .heading_sub_h3.medium {
    font-size: 2.1em;
  }

  .container-2 {
    width: 90%;
  }

  .white-background_top {
    height: 40rem;
  }

  .grid_60_40_site-details {
    grid-template-rows: auto auto;
  }

  .lightbox_about.main {
    height: 110%;
  }

  .lightbox_about.main.about {
    background-position: 20% 100%;
  }

  .lightbox_about.main.tenancies {
    background-position: 35%;
  }

  .lightbox_tenancy.main {
    height: 110%;
  }

  .lightbox_tenancy.main.about {
    background-position: 20% 100%;
  }

  .lightbox_tenancy.main.tenancies {
    background-position: 35%;
  }

  .grid {
    grid-row-gap: 3rem;
  }

  .grid_gallery {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    grid-template-rows: 15vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 15vw;
  }

  .lightbox_gallery.main {
    height: 110%;
  }

  .lightbox_gallery.main.about {
    background-position: 20% 100%;
  }

  .lightbox_gallery.main.tenancies {
    background-position: 35%;
  }

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

  .contact-slider {
    height: 25vw;
  }

  .brand-mark-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }

  .overlay {
    width: 100%;
    display: none;
  }

  .overlay-menu-link-wrapper {
    margin-top: 0;
    margin-bottom: .6em;
  }

  .menu-open {
    border-width: 1px;
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .menu-close {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .menu-bg {
    display: block;
  }

  .nav_triangle-white {
    width: 1.3rem;
  }

  .wrapper_home-hero_text-content {
    width: 100%;
  }

  .wrapper_footer {
    flex-flow: column;
    align-items: flex-start;
  }

  .wrapper_footer_nav-and-fineprint {
    align-items: flex-start;
    width: auto;
    margin-top: 4rem;
  }

  .footer-links {
    margin-bottom: .7rem;
  }

  .logo-link_nav {
    width: 9em;
  }

  .logo-link_nav.w--current {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .wrapper_page-top-deets {
    flex-flow: column-reverse;
    width: 75%;
  }

  .page-top_tagline {
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .page-top_address-details {
    margin-top: .5em;
    margin-bottom: 0;
    line-height: 1.2;
  }

  .logo-nav {
    height: 100%;
  }

  .wrapper_home-intro {
    padding-right: 3rem;
  }

  .big-sign_wrapper {
    background-position: 20% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blue-triangle {
    width: 1rem;
    height: 1rem;
    margin-bottom: 2rem;
  }

  .heading_sub {
    font-size: 1.8rem;
  }

  .heading_sub.large {
    max-width: 550px;
    margin-bottom: 0;
    font-size: 2.3rem;
  }

  .heading_sub.medium_large {
    font-size: 1.9em;
  }

  .wrapper_content.padding-bottom {
    margin-bottom: 2em;
  }

  .wrapper_content.pad-right {
    padding-right: 3rem;
  }

  .wrapper_content.gallery {
    width: 90%;
  }

  .button {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .slider_home {
    height: 60vw;
  }

  .slide-nav-2 {
    padding-right: 1em;
    font-size: .9em;
  }

  .wrapper_home-location {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    padding-left: 2.5em;
  }

  .heading_h2 {
    font-size: 1.5em;
  }

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

  .text_location {
    font-size: 1.5em;
  }

  .wrapper_location-facts {
    grid-column-gap: 2em;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .wrapper_highlight {
    width: 95%;
  }

  .heading_h3 {
    font-size: 1.4rem;
  }

  .wrapper_individual-highlight {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 5rem 1fr;
  }

  .wrapper_offer-lightboxes {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox_offer {
    width: 47%;
    height: 30vw;
  }

  .youtube {
    margin-bottom: 2em;
  }

  .grey-block {
    width: 90%;
  }

  .wrapper_history-pic {
    display: none;
    left: auto;
  }

  .sketch {
    width: 100%;
    min-width: 0;
    position: relative;
    top: 0;
  }

  .white-block_left {
    width: 85%;
  }

  .grid_50_50.tenancy {
    grid-template-rows: 18rem auto auto auto auto;
  }

  .lightbox-link.main {
    height: 100%;
  }

  .wrapper_main-lightbox {
    height: 92%;
  }

  .grid_small-lightboxes {
    grid-template-rows: auto auto auto;
  }

  .grid_thirds {
    grid-template-rows: auto 25vw 25vw;
  }

  .wrapper_buttons-50 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .section_about_why-choose {
    margin-top: 4rem;
    padding-bottom: 5rem;
  }

  .grid_why-choose {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .image-wrapper_why-choose {
    height: 25vw;
  }

  .wrapper_why-choose-text-content {
    padding-right: 0;
  }

  .icons_why-choose {
    width: 5em;
    bottom: -1em;
  }

  .wrapper_site-details_location {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    padding-left: 2.5em;
  }

  .corten.right {
    width: 20vw;
  }

  .home-hero_wrapper {
    width: 90%;
  }

  .heading_sub_h3 {
    font-size: 1.7em;
  }

  .heading_sub_h3.large {
    max-width: 550px;
    margin-bottom: 0;
    font-size: 2.3em;
  }

  .heading_sub_h3.medium {
    font-size: 1.9em;
  }

  .wrapper_location-list.padding-bottom {
    margin-bottom: 2em;
  }

  .wrapper_history-pic_mobile {
    width: 100%;
    margin-top: 1rem;
    display: flex;
  }

  .wrapper_video-site-details {
    width: 90%;
  }

  .white-background_top {
    height: 20rem;
  }

  .wrapper_80 {
    width: 90%;
  }

  .lightbox_about {
    background-position: 50%;
  }

  .lightbox_about.main {
    height: 100%;
  }

  .lightbox_about._1 {
    background-position: 60%;
  }

  .lightbox_tenancy.main {
    height: 100%;
  }

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

  .lightbox_history {
    height: 30vw;
  }

  .grid_gallery {
    grid-template-rows: 20vw;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 20vw;
  }

  .lightbox_gallery.main, .lightbox_gallery._19 {
    height: 100%;
  }

  .contact_text {
    font-size: 1.7em;
  }

  .contact-link, .contact-link.phone {
    font-size: 1.7rem;
  }

  .contact-slider {
    height: 30vw;
  }

  .mask {
    height: 100%;
  }

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

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

  h2 {
    font-size: 2.2rem;
  }

  .c-rich-text h5 {
    font-size: 1.1rem;
  }

  .overlay {
    place-content: flex-start center;
    align-items: center;
    width: 100%;
    height: 100dvh;
    min-height: 0;
    display: none;
    position: fixed;
  }

  .menu-links {
    font-size: 1.5em;
  }

  .overlay-menu-contact-details-wrapper {
    align-items: flex-start;
    margin-top: 0;
  }

  .menu-close-cross {
    width: 40%;
  }

  .menu-wrapper {
    grid-column-gap: 1em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 85%;
    height: auto;
    display: grid;
  }

  .menu-open {
    text-decoration: line-through;
  }

  .section_hero {
    height: 100dvh;
    min-height: 550px;
  }

  .wrapper_nav-logo {
    width: 5rem;
    display: none;
  }

  .wrapper_nav_tagline {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .nav_triangle-white {
    margin-bottom: 1rem;
  }

  .nav_tagline {
    font-size: 1.1rem;
  }

  .logo_home-hero {
    width: 10rem;
  }

  .wrapper_home-hero_text-content {
    width: 98%;
  }

  .heading_home-hero_h1 {
    font-size: 2.1rem;
  }

  .heading_home-hero_h2 {
    font-size: 1.9em;
  }

  .heading_home-hero_h3 {
    margin-top: 2em;
    font-size: 1.1em;
  }

  .wrapper_footer_logo {
    width: 8em;
  }

  .footer_tagline {
    font-size: 1em;
  }

  .footer_heading {
    font-size: 1.1em;
  }

  .footer_fineprint {
    text-align: left;
  }

  .top {
    padding-top: 1em;
  }

  .heading_page-top {
    font-size: 1.3rem;
  }

  .wrapper_page-top-info {
    flex-flow: wrap;
  }

  .logo-link_nav {
    width: 8em;
    height: 7em;
    margin-bottom: 1em;
  }

  .logo-link_nav.w--current {
    width: 6em;
    height: 6em;
    margin-bottom: 1em;
  }

  .wrapper_page-top-deets {
    text-align: left;
    flex-flow: wrap-reverse;
    width: 100%;
  }

  .page-top_heading, .page-top_tagline {
    font-size: 1.1rem;
  }

  .page-top_address-details {
    margin-top: 1em;
    margin-bottom: 0;
  }

  .corten_background.padding-bottom {
    padding-bottom: 4em;
  }

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

  .big-sign_wrapper {
    background-position: 0 0;
    background-size: cover;
    width: 110%;
    height: 110vw;
    margin-top: 1em;
  }

  .heading_sub.history {
    font-size: 1.7em;
  }

  .heading_sub.medium {
    font-size: 1.3em;
  }

  .heading_sub.medium_large {
    font-size: 1.7em;
  }

  .wrapper_content.pad-right {
    padding-right: 0;
  }

  .paragraph_bold-highlight.lowercase {
    font-size: 1.3em;
  }

  .button {
    transition: all .3s;
  }

  .slider_home {
    height: 80vw;
  }

  .slide-nav-2 {
    font-size: .7em;
  }

  .wrapper_home-location {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading_h2 {
    font-size: 1.3em;
    line-height: 1.3;
  }

  .wrapper_location {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

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

  .icon {
    width: 4em;
  }

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

  .heading_h3 {
    font-size: 1.4rem;
  }

  .wrapper_individual-highlight {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-columns: 4rem 1fr;
  }

  .lightbox_offer {
    height: 35vw;
  }

  .youtube.padding-bottom {
    margin-bottom: 2em;
  }

  .section_history {
    min-height: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blue-block.right-justified {
    width: 110vw;
    inset: 0% 0% 0% -10vw;
  }

  .white-block_left {
    width: 90%;
  }

  .grid_50_50.tenancy {
    grid-template-rows: 60vw 60vw auto auto auto auto auto 80vw;
  }

  .grid_page-intro {
    padding-right: 0;
  }

  .lightbox-link.main {
    display: flex;
  }

  .lightbox-link.set-size {
    height: 60vw;
  }

  .wrapper_main-lightbox {
    width: 110%;
    height: 80vw;
    margin-top: 2rem;
  }

  .wrapper_main-lightbox.set-size {
    height: 80vw;
  }

  .wrapper_main-lightbox.history {
    width: 100%;
    height: 100%;
  }

  .grid_small-lightboxes {
    grid-template-rows: 50vw 80vw;
  }

  .highlight-text {
    width: 95%;
    font-size: 1.3em;
  }

  .grid_thirds {
    grid-template-rows: auto 60vw 60vw 60vw 60vw;
    grid-auto-rows: 60vw;
  }

  .section_about_why-choose {
    margin-top: 5em;
  }

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

  .wrapper_why-choose {
    width: 95%;
  }

  .image-wrapper_why-choose {
    height: 50vw;
  }

  .wrapper_why-choose-text-content {
    padding-top: 1.5em;
  }

  .icons_why-choose {
    bottom: -1em;
  }

  .wrapper_site-details_location {
    padding-left: 2em;
  }

  .corten.right {
    width: 5vw;
  }

  .heading_sub_h3 {
    font-size: 1.5em;
  }

  .heading_sub_h3.large {
    font-size: 2em;
  }

  .heading_sub_h3.history, .heading_sub_h3.medium {
    font-size: 1.7em;
  }

  .container-2 {
    width: 85%;
  }

  .wrapper_history-pic_mobile {
    flex-flow: column;
    width: 120%;
    margin-left: -2rem;
    margin-right: auto;
  }

  .white-background_bottom, .white-background_top {
    height: 45%;
  }

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

  .wrapper_85, .wrapper_contact-details {
    width: 100%;
  }

  .lightbox_about.main {
    display: flex;
  }

  .lightbox_about.set-size {
    height: 60vw;
  }

  .lightbox_about._2 {
    background-position: 50% 20%;
  }

  .lightbox_tenancy.main {
    display: flex;
  }

  .lightbox_tenancy.set-size {
    height: 60vw;
  }

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

  .lightbox_history {
    height: 60vw;
  }

  .grid_gallery {
    grid-template-rows: 60vw;
    grid-template-columns: 1fr;
    grid-auto-rows: 60vw;
  }

  .lightbox_gallery.main {
    display: flex;
  }

  .lightbox_gallery.set-size {
    height: 60vw;
  }

  .lightbox_gallery._19, .lightbox_gallery._20, .lightbox_gallery._39 {
    height: 50vw;
  }

  .contact_text {
    font-size: 1.5em;
  }

  .contact-link {
    font-size: 1.5rem;
  }

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

  .contact-slider {
    height: 70vw;
  }

  .contact-slide {
    background-position: 50%;
    background-size: cover;
  }
}

#w-node-f6b94dd7-7788-24b0-c798-58ad38052d07-8083bcba {
  justify-self: end;
}

#w-node-c6d8f3a0-685e-d483-c788-337ab33ed912-8083bcba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c128be0-8bee-9118-6e37-7719b564863d-8083bcba {
  grid-area: span 4 / span 1 / span 4 / span 1;
  justify-self: end;
}

#w-node-_823a14b1-bf84-3781-6679-343a21cccf07-21cccf04 {
  align-self: end;
}

#w-node-_823a14b1-bf84-3781-6679-343a21cccf09-21cccf04 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_823a14b1-bf84-3781-6679-343a21cccf10-21cccf04 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: start;
}

#w-node-_1793e401-f599-2690-d544-6b49627b0d03-627b0cf4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_66b18d5f-9faf-b85d-9eb0-5f492d255188-627b0cf4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_1793e401-f599-2690-d544-6b49627b0d10-627b0cf4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end start;
}

#w-node-c7122ec7-48c2-3fb2-65a3-2016c2dfb8fb-627b0cf4 {
  place-self: end;
}

#w-node-_0ca99f7e-249c-5ece-5ada-e791cc1291ee-6dbf39e1 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0ca99f7e-249c-5ece-5ada-e791cc1291f2-6dbf39e1 {
  align-self: end;
}

#w-node-_0ca99f7e-249c-5ece-5ada-e791cc1291f5-6dbf39e1 {
  place-self: end start;
}

#w-node-acc79bf3-ffe1-6706-ac3b-cb29f9a137e8-6dbf39e1, #w-node-d713e9f9-2716-247d-5c69-2ed8a3413485-6dbf39e1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4f777fdb-3cd5-5da5-e5bf-355d0be96d74-6dbf39e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34cf44ff-7ddb-901b-9efe-0f0b7f2aa654-6dbf39e1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-db379b7f-31ae-9a3f-5571-a3f1e67b802f-6dbf39e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_707b2e8e-d72d-b92a-535d-53797c64e5dd-6dbf39e1 {
  align-self: center;
}

#w-node-_8e44d211-6245-6c6b-1893-612602700b88-6dbf39e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee29d0-5024-9bad-3c83-17a4c80c79e6-12670d04 {
  align-self: end;
}

#w-node-_0b060e00-31fe-f0ea-1e7b-d844813d90a4-12670d04 {
  place-self: end start;
}

#w-node-_117da5b0-d7b9-04da-4dfc-e93d3ce09412-12670d04, #w-node-_1ad367cc-4a9d-8700-f344-65054a365083-12670d04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_108ab5bf-8be7-bcea-a38b-c6381525a610-12670d04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d5ed61c2-929d-b938-56cc-6af05c8017b8-12670d04 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e6982f13-8667-f7d5-27a5-a62aa88dea27-12670d04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c546967b-dc88-d28a-d33a-342546067aa9-12670d04 {
  align-self: center;
}

#w-node-_7a7953d4-1dbc-77ef-1cc1-a11f42522904-12670d04 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-d18cfafa-32ed-aa49-7a0c-dcb5162fc441-12670d04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-f7094f87-e485-d592-3e3c-79a70026b4d0-bf9fbd9b, #w-node-a15f6c79-4ed1-06da-cf6e-2baea1724719-bf9fbd9b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_2084341f-d9bc-4363-d4c8-0253127a7fe2-bf9fbd9b {
  align-self: end;
}

#w-node-_2084341f-d9bc-4363-d4c8-0253127a7fe3-bf9fbd9b {
  place-self: end start;
}

#w-node-_360e3cc2-2c92-3c0c-f5c2-f4f089840496-bf9fbd9b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_579ec452-3ee7-d468-ca7f-1cd0cf9e272b-bf9fbd9b {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5f17f35a-3a1e-85b5-55db-9d7455148e0f-bf9fbd9b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-e48f17eb-7641-188a-ec6f-93abaeb7974b-bf9fbd9b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_597cc5c4-3962-4ded-12ca-df0cc29665cf-bf9fbd9b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_6eee29d0-5024-9bad-3c83-17a4c80c79e6-cc0910a5 {
  align-self: end;
}

#w-node-_0b060e00-31fe-f0ea-1e7b-d844813d90a4-cc0910a5 {
  place-self: end start;
}

#w-node-ad2d7cdf-3ed9-6be5-ebbc-3a769944a603-3735304a, #w-node-_0eb50c85-4d59-fb53-9a1d-c2f42286b6f6-3735304a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_07df9df1-ad05-21b2-2afb-b5bb757804a8-3735304a, #w-node-_36f0d030-64ae-0960-8263-275bc15fdfd3-3735304a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_67477fda-cc1c-8d4b-ce7d-652ec3471d2e-3735304a, #w-node-a026b491-e619-e775-588f-ea0cdfd1f53e-3735304a, #w-node-_39573d32-67f8-8b76-7886-159d4da76a4c-3735304a, #w-node-d43abd71-53d6-39e3-5652-f933818edbeb-3735304a, #w-node-dbb7e2b7-773b-c3af-e8ec-085ffac0ddcc-3735304a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca2ae742-d41e-3a83-9b24-7f8f4aa8ca9c-3735304a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-dede09dc-d579-61da-6be9-51bfed4d1066-3735304a, #w-node-af26141a-aa09-f9e8-727b-8eed040e9b6c-3735304a, #w-node-_6edf043d-c34c-6e13-2718-2eba838897d4-3735304a, #w-node-_8793fa94-1699-c92a-1088-525b390111a3-3735304a, #w-node-d0aeee2f-e77d-980a-e96b-0173b65f5314-3735304a, #w-node-_2084261e-b0cb-630b-dd25-1acba54db672-3735304a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d265cbcc-9022-2bae-9379-fc1454d49082-3735304a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2924bb2a-a717-e9a2-037f-ef34b1dbaa9a-3735304a, #w-node-_3cf54357-a59a-3041-41e0-32c8bb7a1fa1-3735304a, #w-node-_5d89d676-0009-0739-9867-168c78657973-3735304a, #w-node-e262bad8-226b-3d8c-170c-1d4f63cc2d24-3735304a, #w-node-_633d3b19-e36d-cc93-b4da-149ecc12f200-3735304a, #w-node-d8de84ed-5230-c638-a2a3-b67c8ce40f6f-3735304a, #w-node-_76e9e780-7492-c470-220a-ad8cd432aaed-3735304a, #w-node-d7b4e126-220e-e609-18c2-f9989a716a11-3735304a, #w-node-_7f518d69-aff6-1489-80a0-4df7e42c527a-3735304a, #w-node-a782239d-c17a-3a79-6000-49777b406397-3735304a, #w-node-e43ab143-1312-d439-3b55-891b9948929e-3735304a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c3aefca-2824-be9c-9265-4c7980f352d4-3735304a {
  grid-area: 8 / 4 / 10 / 6;
}

#w-node-d455ed73-e395-0bee-e5df-5fe01a42d2ae-3735304a, #w-node-_17013985-a2dc-3028-b757-42cb7e745451-3735304a, #w-node-e0e021a1-1738-f9d4-94fc-428dacd08637-3735304a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3064602-205f-8e52-2eb6-2ff442a54f66-28b04c10 {
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_0e6e7067-4b44-8325-1ad7-d43b6c6e1d28-8083bcba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f6b94dd7-7788-24b0-c798-58ad38052d07-8083bcba {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_988e70f6-2987-4579-ae7b-16e7bbf4ec62-8083bcba, #w-node-_6a3d2ec4-3848-689c-cd3d-7854041bd67e-8083bcba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9c128be0-8bee-9118-6e37-7719b564863d-8083bcba {
    grid-area: 2 / 2 / 5 / 3;
    justify-self: start;
  }

  #w-node-_823a14b1-bf84-3781-6679-343a21cccf07-21cccf04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_823a14b1-bf84-3781-6679-343a21cccf09-21cccf04 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_823a14b1-bf84-3781-6679-343a21cccf10-21cccf04 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0d03-627b0cf4 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: stretch;
  }

  #w-node-_66b18d5f-9faf-b85d-9eb0-5f492d255188-627b0cf4 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_0ca99f7e-249c-5ece-5ada-e791cc1291e5-6dbf39e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-acc79bf3-ffe1-6706-ac3b-cb29f9a137e8-6dbf39e1, #w-node-d713e9f9-2716-247d-5c69-2ed8a3413485-6dbf39e1 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_4f777fdb-3cd5-5da5-e5bf-355d0be96d74-6dbf39e1, #w-node-_34cf44ff-7ddb-901b-9efe-0f0b7f2aa654-6dbf39e1, #w-node-db379b7f-31ae-9a3f-5571-a3f1e67b802f-6dbf39e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_707b2e8e-d72d-b92a-535d-53797c64e5dd-6dbf39e1 {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
  }

  #w-node-_8e44d211-6245-6c6b-1893-612602700b88-6dbf39e1 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-ad2d7cdf-3ed9-6be5-ebbc-3a769944a602-12670d04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7a7953d4-1dbc-77ef-1cc1-a11f42522904-12670d04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-d18cfafa-32ed-aa49-7a0c-dcb5162fc441-12670d04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_2084341f-d9bc-4363-d4c8-0253127a7fd9-bf9fbd9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_360e3cc2-2c92-3c0c-f5c2-f4f089840496-bf9fbd9b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_579ec452-3ee7-d468-ca7f-1cd0cf9e272b-bf9fbd9b {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_597cc5c4-3962-4ded-12ca-df0cc29665cf-bf9fbd9b {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-ad2d7cdf-3ed9-6be5-ebbc-3a769944a602-cc0910a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad2d7cdf-3ed9-6be5-ebbc-3a769944a603-cc0910a5, #w-node-_6eee29d0-5024-9bad-3c83-17a4c80c79e6-cc0910a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ad2d7cdf-3ed9-6be5-ebbc-3a769944a602-3735304a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad2d7cdf-3ed9-6be5-ebbc-3a769944a603-3735304a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_07df9df1-ad05-21b2-2afb-b5bb757804a8-3735304a {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e43ab143-1312-d439-3b55-891b9948929e-3735304a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4c3aefca-2824-be9c-9265-4c7980f352d4-3735304a {
    grid-area: 8 / 3 / 10 / 5;
  }

  #w-node-d455ed73-e395-0bee-e5df-5fe01a42d2ae-3735304a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ad2d7cdf-3ed9-6be5-ebbc-3a769944a602-28b04c10 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad2d7cdf-3ed9-6be5-ebbc-3a769944a603-28b04c10 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_988e70f6-2987-4579-ae7b-16e7bbf4ec62-8083bcba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9c128be0-8bee-9118-6e37-7719b564863d-8083bcba {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: start;
  }

  #w-node-_88cb06a4-8c13-228e-775e-350aff1b44e0-8083bcba, #w-node-f9245ff3-226a-47c5-ba31-7218a621b44f-8083bcba, #w-node-_74c3c02e-023e-3051-ad84-19d7774ba1de-8083bcba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_823a14b1-bf84-3781-6679-343a21cccf07-21cccf04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_823a14b1-bf84-3781-6679-343a21cccf09-21cccf04 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_823a14b1-bf84-3781-6679-343a21cccf10-21cccf04 {
    grid-row: 4 / 5;
  }

  #w-node-fef54f63-a6c7-1357-9e52-eafcd9c113d5-21cccf04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0d03-627b0cf4 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: stretch;
  }

  #w-node-acc79bf3-ffe1-6706-ac3b-cb29f9a137e8-6dbf39e1, #w-node-d713e9f9-2716-247d-5c69-2ed8a3413485-6dbf39e1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4f777fdb-3cd5-5da5-e5bf-355d0be96d74-6dbf39e1, #w-node-_34cf44ff-7ddb-901b-9efe-0f0b7f2aa654-6dbf39e1, #w-node-db379b7f-31ae-9a3f-5571-a3f1e67b802f-6dbf39e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_360e3cc2-2c92-3c0c-f5c2-f4f089840496-bf9fbd9b {
    grid-column-end: 3;
  }

  #w-node-_597cc5c4-3962-4ded-12ca-df0cc29665cf-bf9fbd9b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dede09dc-d579-61da-6be9-51bfed4d1066-3735304a {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_633d3b19-e36d-cc93-b4da-149ecc12f200-3735304a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e43ab143-1312-d439-3b55-891b9948929e-3735304a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4c3aefca-2824-be9c-9265-4c7980f352d4-3735304a {
    grid-area: 7 / 3 / 10 / 4;
  }

  #w-node-d455ed73-e395-0bee-e5df-5fe01a42d2ae-3735304a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0e6e7067-4b44-8325-1ad7-d43b6c6e1d28-8083bcba {
    grid-column: span 2 / span 2;
  }

  #w-node-_04a5ddea-2590-c86a-2484-76cd17727473-8083bcba {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_66b18d5f-9faf-b85d-9eb0-5f492d255188-627b0cf4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1793e401-f599-2690-d544-6b49627b0d10-627b0cf4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: end start;
  }

  #w-node-_0ca99f7e-249c-5ece-5ada-e791cc1291e5-6dbf39e1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0ca99f7e-249c-5ece-5ada-e791cc1291e6-6dbf39e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0ca99f7e-249c-5ece-5ada-e791cc1291f2-6dbf39e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-dd99d350-b72d-b44c-ff22-b9887c3f1acf-6dbf39e1, #w-node-da5f0d17-1b1c-d886-96c7-fc64704d35f3-6dbf39e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-acc79bf3-ffe1-6706-ac3b-cb29f9a137e8-6dbf39e1 {
    grid-area: 4 / 1 / 8 / 3;
  }

  #w-node-d713e9f9-2716-247d-5c69-2ed8a3413485-6dbf39e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f777fdb-3cd5-5da5-e5bf-355d0be96d74-6dbf39e1, #w-node-_34cf44ff-7ddb-901b-9efe-0f0b7f2aa654-6dbf39e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_707b2e8e-d72d-b92a-535d-53797c64e5dd-6dbf39e1 {
    grid-area: 10 / 1 / 11 / 3;
    align-self: end;
  }

  #w-node-_8e44d211-6245-6c6b-1893-612602700b88-6dbf39e1 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-ad2d7cdf-3ed9-6be5-ebbc-3a769944a602-12670d04 {
    grid-column: span 2 / span 2;
  }

  #w-node-ad2d7cdf-3ed9-6be5-ebbc-3a769944a603-12670d04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6eee29d0-5024-9bad-3c83-17a4c80c79e6-12670d04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_108ab5bf-8be7-bcea-a38b-c6381525a610-12670d04 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
  }

  #w-node-d62b300d-3fad-4a26-0749-f18e449fdac0-12670d04, #w-node-d5ed61c2-929d-b938-56cc-6af05c8017b8-12670d04, #w-node-_2d991526-a662-d11a-0619-61df68c3829b-12670d04, #w-node-d9a90f4e-d652-f858-4bad-df5976eee000-12670d04, #w-node-_2e461d4a-c44a-0539-75cf-fe7e698b8943-12670d04, #w-node-aa38a747-8141-8ae2-a76e-ab265c44dcfc-12670d04 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c546967b-dc88-d28a-d33a-342546067aa9-12670d04, #w-node-_2ea7f4d5-10c2-1f27-92d4-7961c40d6fce-12670d04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7a7953d4-1dbc-77ef-1cc1-a11f42522904-12670d04 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2084341f-d9bc-4363-d4c8-0253127a7fd9-bf9fbd9b {
    grid-column: span 2 / span 2;
  }

  #w-node-_2084341f-d9bc-4363-d4c8-0253127a7fda-bf9fbd9b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2084341f-d9bc-4363-d4c8-0253127a7fe2-bf9fbd9b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-ad2d7cdf-3ed9-6be5-ebbc-3a769944a602-cc0910a5 {
    grid-column: span 2 / span 2;
  }

  #w-node-ad2d7cdf-3ed9-6be5-ebbc-3a769944a603-cc0910a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6eee29d0-5024-9bad-3c83-17a4c80c79e6-cc0910a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-ad2d7cdf-3ed9-6be5-ebbc-3a769944a602-3735304a {
    grid-column: span 2 / span 2;
  }

  #w-node-ad2d7cdf-3ed9-6be5-ebbc-3a769944a603-3735304a, #w-node-_0eb50c85-4d59-fb53-9a1d-c2f42286b6f6-3735304a, #w-node-d284f760-aec2-86d0-dc62-f60dfad03633-3735304a, #w-node-be8c2fdf-24ae-6004-b4cd-5011bca13c84-3735304a, #w-node-_2c342c18-d742-4e51-c339-98e0aa5d9731-3735304a, #w-node-_5c25ab2f-f1d3-1a00-8a79-19c91940f61a-3735304a, #w-node-_489a7bbb-bde9-8a57-9c99-45d45412ebf5-3735304a, #w-node-dab7534e-0a4a-b30a-a81c-9ec65f3682b3-3735304a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_07df9df1-ad05-21b2-2afb-b5bb757804a8-3735304a {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_5364167f-2260-1c83-ef6d-4d4d49c4a493-3735304a, #w-node-_96e7bc95-20aa-a6e7-6a10-961d6ad6923c-3735304a, #w-node-b07d0f19-ba96-9f51-5225-5837b603c830-3735304a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_36f0d030-64ae-0960-8263-275bc15fdfd3-3735304a {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_67477fda-cc1c-8d4b-ce7d-652ec3471d2e-3735304a, #w-node-a026b491-e619-e775-588f-ea0cdfd1f53e-3735304a, #w-node-_39573d32-67f8-8b76-7886-159d4da76a4c-3735304a, #w-node-d43abd71-53d6-39e3-5652-f933818edbeb-3735304a, #w-node-dbb7e2b7-773b-c3af-e8ec-085ffac0ddcc-3735304a, #w-node-ca2ae742-d41e-3a83-9b24-7f8f4aa8ca9c-3735304a, #w-node-dede09dc-d579-61da-6be9-51bfed4d1066-3735304a, #w-node-af26141a-aa09-f9e8-727b-8eed040e9b6c-3735304a, #w-node-_6edf043d-c34c-6e13-2718-2eba838897d4-3735304a, #w-node-_8793fa94-1699-c92a-1088-525b390111a3-3735304a, #w-node-d0aeee2f-e77d-980a-e96b-0173b65f5314-3735304a, #w-node-_2084261e-b0cb-630b-dd25-1acba54db672-3735304a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d265cbcc-9022-2bae-9379-fc1454d49082-3735304a {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2924bb2a-a717-e9a2-037f-ef34b1dbaa9a-3735304a, #w-node-_3cf54357-a59a-3041-41e0-32c8bb7a1fa1-3735304a, #w-node-_5d89d676-0009-0739-9867-168c78657973-3735304a, #w-node-e262bad8-226b-3d8c-170c-1d4f63cc2d24-3735304a, #w-node-_633d3b19-e36d-cc93-b4da-149ecc12f200-3735304a, #w-node-d8de84ed-5230-c638-a2a3-b67c8ce40f6f-3735304a, #w-node-_76e9e780-7492-c470-220a-ad8cd432aaed-3735304a, #w-node-d7b4e126-220e-e609-18c2-f9989a716a11-3735304a, #w-node-_7f518d69-aff6-1489-80a0-4df7e42c527a-3735304a, #w-node-a782239d-c17a-3a79-6000-49777b406397-3735304a, #w-node-e43ab143-1312-d439-3b55-891b9948929e-3735304a, #w-node-_4c3aefca-2824-be9c-9265-4c7980f352d4-3735304a, #w-node-d455ed73-e395-0bee-e5df-5fe01a42d2ae-3735304a, #w-node-_17013985-a2dc-3028-b757-42cb7e745451-3735304a, #w-node-e0e021a1-1738-f9d4-94fc-428dacd08637-3735304a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ad2d7cdf-3ed9-6be5-ebbc-3a769944a602-28b04c10 {
    grid-column: span 2 / span 2;
  }

  #w-node-ad2d7cdf-3ed9-6be5-ebbc-3a769944a603-28b04c10 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


