:root {
  --white: white;
  --mobile-blinds-orange: #f99f2c;
  --mobile-grey: #ebebeb;
  --black: black;
  --mobile-orange-dark: #b2711d;
}

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

body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 2.3em;
  font-weight: 400;
}

h2 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.7em;
  font-weight: 400;
}

h4 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.3rem;
  font-weight: 400;
}

h5 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.1em;
  font-weight: 500;
}

h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 500;
}

p {
  margin-bottom: .5em;
  line-height: 1.3;
}

a {
  color: #1a1b1f;
  font-size: 1rem;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-bottom: 0;
  padding-left: 1em;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

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

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

.section.cta-footer {
  background-color: var(--mobile-blinds-orange);
}

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

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

.section.about-us-service {
  background-color: var(--mobile-grey);
  margin-top: 5em;
  padding-top: 6em;
  padding-bottom: 6em;
  position: relative;
}

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

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

.container.product {
  background-color: var(--white);
  border-top-left-radius: 50px;
}

.paragraph-tiny {
  font-size: .7rem;
}

.lead-para {
  opacity: 1;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4;
}

.lead-para.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #17181b;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  width: 20em;
  margin-top: 2rem;
  padding: 1.5rem 1rem;
  font-size: .9rem;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

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

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

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

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

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

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

.button.transparent.white {
  border: 1px solid var(--white);
  color: var(--white);
  width: 20em;
  margin-top: 0;
}

.button.transparent.white:hover {
  color: var(--black);
  background-color: #ffffff54;
}

.button.orange {
  background-color: var(--mobile-blinds-orange);
  color: #fff;
  text-align: center;
  border-style: none;
  width: 20em;
  font-size: .9em;
  line-height: 1.2;
}

.button.orange:hover {
  background-color: var(--mobile-orange-dark);
}

.button.full-width {
  width: 100%;
}

.label {
  color: var(--mobile-blinds-orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
}

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

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

.label.product-subhead {
  text-align: left;
  margin-top: 0;
  font-size: 1.5em;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.1rem;
  font-weight: 500;
}

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

.rich-text p {
  opacity: .6;
  margin-top: .5em;
  margin-bottom: .5em;
  line-height: 1.3;
}

.paragraph-light {
  margin-bottom: .5rem;
}

.paragraph-light.product-leader {
  color: var(--black);
}

.heading-jumbo {
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-weight: 700;
}

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

.heading_h1_leader.white {
  color: var(--white);
  width: auto;
  margin-bottom: .5em;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.7;
}

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

.paragraph-small {
  font-size: .8rem;
  line-height: 1.3;
}

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

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

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

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

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

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

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

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

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

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

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

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.cta-text {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.home-hero {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  display: flex;
}

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

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

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

.details-wrap {
  margin-bottom: 1em;
}

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

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

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

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

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

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

.project-pics {
  margin-bottom: 120px;
}

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

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

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

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

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

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

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

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

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

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

.grid_content {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  align-items: stretch;
}

.grid_content.contact {
  margin-bottom: 5rem;
}

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

.navigation-desktop {
  border-bottom: 1px solid var(--mobile-blinds-orange);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 4px 4px 6px #0000004f;
}

.navigation-full {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 7rem;
  padding-right: 0;
  display: flex;
  position: relative;
}

.brand {
  z-index: 20;
  background-color: var(--mobile-grey);
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.brand:hover {
  background-color: #f7f4f4;
}

.brand.w--current {
  width: 25%;
  height: 100%;
}

.brand.w--current:hover {
  background-color: #f8f6f6;
}

.dropdown {
  align-items: center;
  height: 100%;
  padding-right: 1rem;
  display: flex;
  position: static;
}

.navigation-wrapper {
  z-index: 50;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.navigation-main {
  z-index: 1;
  width: 55%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 1rem;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.quote-request-link {
  z-index: 3;
  color: #000;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 100%;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.quote-request-link:hover {
  background-color: var(--mobile-blinds-orange);
  text-decoration: none;
}

.tagline-home-hero {
  color: #ffffffd4;
  letter-spacing: -1px;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-size: 3.6rem;
  font-style: italic;
  font-weight: 400;
}

.grid_home-quicklinks {
  grid-column-gap: .1em;
  grid-row-gap: .1em;
  background-color: #fff;
  border-top: .1em solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 16vw;
}

.slider {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/holding_background_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.home-quicklink {
  z-index: 5;
  background-color: var(--white);
  justify-content: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.quicklink-head {
  z-index: 1;
  background-color: var(--mobile-blinds-orange);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0%;
}

.quicklink-head:hover {
  z-index: 2;
  background-color: var(--mobile-orange-dark);
  color: var(--white);
}

.wrapper_home-intro-slider {
  background-color: #fff;
  height: 100%;
}

.wrapper-logo {
  width: 70%;
  margin-bottom: 3rem;
}

.drop-arrow-plain {
  margin-right: 5px;
  font-size: 1rem;
}

.dropdown-list-full-wrapper {
  z-index: 100;
  background-color: #fff;
  border-top: 1px #2833381c;
  padding: 2rem 3rem 3rem;
  box-shadow: 0 5px 6px #0003;
}

.navigation-column {
  justify-content: center;
  align-items: center;
}

.nav-card {
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-square {
  background-image: url('../images/Myka_HR_small_1.avif');
  background-position: 50%;
  background-size: cover;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 10em;
  margin-bottom: .5em;
  display: flex;
}

.icon-square.blinds {
  background-image: url('../images/Roller-Blinds.avif');
  background-position: 50%;
  background-size: cover;
}

.icon-square.shutter {
  background-image: url('../images/Plantation-shutter_small_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.icon-square.curtains {
  background-image: url('../images/20191014_123022.avif');
  background-position: 50%;
  background-size: cover;
}

.icon-square.motor {
  background-image: url('../images/Screen-Shot-2025-03-02-at-5.24.46-pm_1.avif');
  background-position: 50%;
  background-size: cover;
}

.icon-square.outdoor {
  background-image: url('../images/Sanzaro-Myka-1_1.avif');
}

.icon-square.crimsafe {
  background-image: url('../images/Crimsafe_Hub_RGB_Logo.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.navigation-drop-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.dropdown-list {
  z-index: 100;
  background-color: #fff0;
  width: 100vw;
  position: absolute;
  inset: 0% 0% auto;
}

.dropdown-list.w--open {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 6em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 28px 28px 25px #2833380a;
}

.dropdown-toggle {
  z-index: 100;
  margin-right: 1em;
  padding: 1em 2em 1em 0;
  line-height: 16px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: var(--mobile-blinds-orange);
}

.navigation-link {
  z-index: 101;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 2rem 0 0;
  font-size: 1rem;
  line-height: 16px;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--mobile-blinds-orange);
}

.navigation-link.w--current {
  color: var(--black);
  font-size: 1rem;
  font-weight: 500;
}

.nav-menu {
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.quicklinks {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.quicklinks.blinds {
  background-image: url('../images/roller-7_1.avif');
  background-position: 50%;
  background-size: cover;
}

.quicklinks.blinds:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/roller-7_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.quicklinks.shutters {
  background-color: #0000;
  background-image: url('../images/061010-007-Bayview_WEB_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  font-size: 1rem;
}

.quicklinks.shutters:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/061010-007-Bayview_WEB_1.avif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.quicklinks.curtains {
  background-color: #0000;
  background-image: url('../images/20191014_123022.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.quicklinks.curtains:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20191014_123022.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.quicklinks.motor {
  background-image: url('../images/Screen-Shot-2025-03-02-at-5.24.46-pm_1.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.quicklinks.motor:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screen-Shot-2025-03-02-at-5.24.46-pm_1.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.quicklinks.outdoor {
  background-image: url('../images/Sanzaro-Myka-2_1.avif');
  background-position: 50%;
  background-size: cover;
}

.quicklinks.outdoor:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Sanzaro-Myka-2_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.quicklinks.crimsafe {
  background-image: url('../images/doors_1.avif');
  background-position: 50%;
  background-size: cover;
}

.quicklinks.crimsafe:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/doors_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.mask {
  align-self: center;
}

.wrapper-quote {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  display: flex;
}

.paragraph {
  text-align: left;
}

.slide-nav-2 {
  font-size: 8px;
}

.quote-slider {
  background-color: var(--mobile-grey);
  padding-top: 0;
  padding-bottom: 0;
}

.slide-3 {
  background-color: #e0dede;
}

.wrapper_nav-contact {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-link {
  background-image: url('../images/Email_black.svg');
  background-position: 50%;
  background-size: cover;
  width: 2.2rem;
  height: 2.2rem;
  margin-left: .3rem;
  transition: transform .4s, opacity .2s;
}

.social-link:hover {
  transform: scale(1.1);
}

.social-link.email {
  font-size: 1rem;
}

.social-link.insta {
  background-image: url('../images/Insta_black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1rem;
}

.social-link.facebook {
  background-image: url('../images/Facebook_black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1rem;
}

.social-link.phone {
  background-image: url('../images/phone-icon.svg');
}

.fineprint {
  color: var(--black);
  text-align: right;
  margin-bottom: .25em;
  font-size: .9em;
}

.link {
  color: var(--black);
  font-size: .9rem;
  text-decoration: none;
  display: inline-block;
}

.link:hover {
  color: #949494;
}

.wrapper_footer-fineprint {
  margin-top: 1rem;
}

.slider-3 {
  background-color: #0000;
}

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

.nav_phone {
  margin-bottom: .25rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.wrapper-nav-socials {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.wrapper_contact-details {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 2em;
  display: flex;
}

.image-13 {
  width: 80%;
}

.product-head {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-size: 3em;
  font-weight: 600;
}

.product-head.individual-product {
  background-color: var(--mobile-blinds-orange);
  color: var(--white);
  padding: 1rem 1rem 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.product-head.individual-product.outdoor-awning {
  margin-bottom: 36px;
}

.wrapper_image-about {
  background-image: url('../images/plantation-shutter.avif');
  background-position: 50%;
  background-size: cover;
  position: static;
  inset: 0% 0% 0% auto;
}

.wrapper_about_why {
  background-color: var(--white);
  margin-top: 3em;
  padding: 3.5rem;
}

.contact-details {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.product-cta {
  text-align: center;
  background-color: #b3b3b3;
  width: 100%;
  margin-top: 2rem;
  padding: 1rem;
  text-decoration: none;
}

.product-cta:hover {
  background-color: #999898;
}

.product-specific {
  grid-column-gap: 3em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto auto auto;
  grid-auto-flow: column;
  place-items: start stretch;
  padding-bottom: 3em;
}

.product-specific.outdoor-awnings {
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-auto-flow: row;
}

.product-specific.crimsafe {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr;
}

.product-specific.outdoor-blinds {
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
}

.product-lightbox-and-slider {
  height: 100%;
  min-height: 30em;
}

.product-lightbox-and-slider.timber {
  background-image: url('../images/Timber-3_1.avif');
  background-position: 0 0;
  background-size: auto;
}

.product-lightbox-thumb-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.product-lightbox-thumb-wrapper.crimsafe {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 35em;
  margin-bottom: 2em;
}

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

.roller-slider {
  height: 100%;
}

.slide-nav-4 {
  padding-top: 17px;
  font-size: 8px;
  line-height: 8px;
  inset: auto 0% 0%;
}

.product-lightbox-thumb {
  width: 100%;
  height: 18em;
}

.product-lightbox-thumb.honeycomb._1 {
  background-image: url('../images/honeycomb-1_1.avif');
  width: 100%;
}

.product-lightbox-thumb.honeycomb._2 {
  background-image: url('../images/honeycomb-2_1.avif');
  width: 100%;
}

.product-lightbox-thumb.roller {
  background-image: url('../images/roller-2_1.avif');
  background-position: 50%;
  background-size: cover;
}

.product-lightbox-thumb.roller._1 {
  background-image: url('../images/roller-1_1.avif');
}

.product-lightbox-thumb.roller._2 {
  background-image: url('../images/roller-8_1.avif');
}

.product-lightbox-thumb.roller._3 {
  background-image: url('../images/roller-3_1.avif');
}

.product-lightbox-thumb.roman {
  background-image: url('../images/Sheers-and-roller-blind_WEB_1.avif');
  background-position: 50%;
  background-size: cover;
}

.product-lightbox-thumb.roman._1 {
  background-image: url('../images/Roman-1_1.avif');
}

.product-lightbox-thumb.roman._2 {
  background-image: url('../images/Roman-2_1.avif');
  background-position: 100%;
}

.product-lightbox-thumb.panel {
  background-image: url('../images/panel-2_1.avif');
  background-position: 50%;
  background-size: cover;
}

.product-lightbox-thumb.panel._1 {
  background-image: url('../images/panel-1.jpg');
}

.product-lightbox-thumb.honeycomb {
  background-image: url('../images/Sheers-and-roller-blind_WEB_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 48%;
}

.product-lightbox-thumb.vertical {
  background-image: url('../images/Sheers-and-roller-blind_WEB_1.avif');
  background-position: 50%;
  background-size: cover;
}

.product-lightbox-thumb.vertical._1 {
  background-image: url('../images/vertical-1_1.avif');
}

.product-lightbox-thumb.vertical._2 {
  background-image: url('../images/Vertical-3_1.avif');
}

.product-lightbox-thumb.vertical._3 {
  background-image: url('../images/20190325_180630.avif');
}

.product-lightbox-thumb.vertical._4 {
  background-image: url('../images/Vertical-2_1.avif');
}

.product-lightbox-thumb.plantation {
  background-image: url('../images/Sheers-and-roller-blind_WEB_1.avif');
  background-position: 50%;
  background-size: cover;
}

.product-lightbox-thumb.plantation._1 {
  background-image: url('../images/Shutters-1_1.avif');
}

.product-lightbox-thumb.plantation._2 {
  background-image: url('../images/Shutters-6_1.avif');
}

.product-lightbox-thumb.plantation._3 {
  background-image: url('../images/061010-007-Bayview_WEB_1.avif');
}

.product-lightbox-thumb.plantation._4 {
  background-image: url('../images/Shutters-7_1.avif');
}

.product-lightbox-thumb.timber {
  background-image: url('../images/timber-1_1.avif');
  background-position: 50%;
  background-size: cover;
}

.product-lightbox-thumb.timber._1 {
  background-image: url('../images/roller-1_1.avif');
}

.product-lightbox-thumb.timber._2 {
  background-image: url('../images/timber-2_1.avif');
}

.product-lightbox-thumb.timber._3 {
  background-image: url('../images/roller-3_1.avif');
}

.product-lightbox-thumb.aluminium {
  background-image: url('../images/Sheers-and-roller-blind_WEB_1.avif');
  background-position: 50%;
  background-size: cover;
}

.product-lightbox-thumb.aluminium._1 {
  background-image: url('../images/aluminium-1_1.avif');
}

.product-lightbox-thumb.aluminium._2 {
  background-image: url('../images/aluminium-2_1.avif');
}

.product-lightbox-thumb.aluminium._3 {
  background-image: url('../images/roller-3_1.avif');
}

.product-lightbox-thumb.crimsafe {
  background-image: url('../images/doors_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.product-lightbox-thumb.crimsafe._2 {
  background-image: url('../images/patio_1.avif');
  height: 100%;
}

.product-lightbox-thumb.crimsafe._3 {
  background-image: url('../images/windows.jpg');
  background-position: 0%;
  background-size: cover;
}

.product-lightbox-thumb.curtains {
  background-image: url('../images/velvet-stage-PXL_20240903_013849234~2_1.avif');
  background-position: 50%;
  background-size: cover;
}

.product-lightbox-thumb.curtains._2 {
  background-image: url('../images/20191014_123022.avif');
}

.product-lightbox-thumb.sheer {
  background-image: url('../images/20191014_122702.avif');
  background-position: 50%;
  background-size: cover;
}

.product-lightbox-thumb.sheer._2 {
  background-image: url('../images/sheers-PXL_20241218_230101049_1.avif');
}

.product-lightbox-thumb.sheer._3 {
  background-image: url('../images/PXL_20241216_050024581~2_1.avif');
}

.product-lightbox-thumb.sheer._4 {
  background-image: url('../images/20191014_125357.avif');
}

.outdoor-blinds-text_wrapper {
  margin-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

.lightbox-link {
  background-image: url('../images/awnings-010_WEB_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 30em;
}

.lightbox-link.ziptrak {
  background-image: url('../images/Ziptrak-Outdoor-Blind--2_WEB_1.avif');
}

.lightbox-link.ziptrak:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Ziptrak-Outdoor-Blind--2_WEB_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.wire-guide {
  background-image: url('../images/wire-guide_1.avif');
  background-position: 50%;
}

.lightbox-link.wire-guide:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/wire-guide_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.folding-arm {
  background-image: url('../images/Sanzaro-Myka-1_1.avif');
  background-position: 50%;
}

.lightbox-link.folding-arm:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Sanzaro-Myka-1_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.sunshades:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/awnings-010_WEB_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.fixed-guide {
  background-image: url('../images/20190401_154457.avif');
  background-position: 50% 100%;
}

.lightbox-link.fixed-guide:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20190401_154457.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.lightbox-link.pvc {
  background-image: url('../images/20181003_133301.avif');
  background-position: 50% 0;
}

.lightbox-link.pvc:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20181003_133301.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.awning-wrapper {
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.product-link-wrapper {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: grid;
  position: relative;
}

.product-link-wrapper.blinds {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.product-link-wrapper.shutters {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-link-wrapper.outdoor {
  grid-template-rows: auto;
  margin-top: 1em;
}

.product-link-wrapper.curtains {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.product-section-link {
  border-left: 5px solid var(--mobile-blinds-orange);
  color: var(--white);
  text-align: left;
  background-color: #00000085;
  padding: 1rem 1rem 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.product-section-link:hover {
  background-color: var(--mobile-blinds-orange);
}

.product-nav-link {
  width: 100%;
  padding: .2em .25em;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
}

.product-nav-link:hover {
  background-color: var(--mobile-blinds-orange);
  color: var(--black);
}

.product-nav-link.leader {
  color: var(--black);
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-bottom: .5em;
  padding: 1.3em 1em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.product-nav-link.leader:hover {
  background-color: var(--black);
  color: var(--white);
}

.nav-link-text {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1em .5em;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.wrapper_footer-logo {
  width: 20rem;
}

.roller-1 {
  background-image: url('../images/roller-7_1.avif');
  background-position: 50%;
  background-size: cover;
}

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

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

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

.paragraph-subhead {
  color: #000;
  text-align: left;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph-bigger {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

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

.paragraph-3 {
  font-size: 1rem;
  line-height: 1.3;
}

.nav-quote-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.3;
  display: flex;
}

.heading-home-hero {
  text-align: center;
  text-transform: none;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.button_home-hero {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffffa6;
  width: 60%;
  max-width: 1200px;
  margin-top: 4rem;
  padding: 1rem 2rem;
  font-size: .9em;
  line-height: 1.1;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button_home-hero:hover {
  background-color: var(--mobile-blinds-orange);
  color: #fff;
}

.button_home-hero:active {
  background-color: #43464d;
}

.paragraph-quote {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
}

.quote-mark {
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 2.5em;
}

.wrapper_footer-contact {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

.menu-open:hover {
  background-color: #ff2500;
}

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

.social-link-wrapper {
  text-align: right;
  flex-direction: row;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  position: relative;
}

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

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

.menu-grid {
  z-index: 100;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hamburger-icon {
  width: 40%;
}

.menu-close {
  z-index: 110;
  color: #333;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: 2em;
  margin-right: 2em;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-close:hover {
  opacity: .44;
  transform: scale(.9);
}

.overlay-menu-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 300;
  display: inline-block;
}

.overlay-menu-link:hover {
  color: #eb008b;
  font-weight: 400;
}

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

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

.overlay-menu-link-wrapper.w--current {
  opacity: 1;
  color: #f37638;
}

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

.overlay-menu-link-wrapper.top.w--current {
  opacity: 1;
  color: #f37638;
  -webkit-text-stroke-color: #eb008b;
}

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

.overlay {
  z-index: 100;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-size: 1em;
  transition: all .45s;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

.menu-bg {
  z-index: 99;
  color: #333;
  background-color: #0a3d91;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
}

.logo-mobile-nav {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 1rem;
  display: none;
}

.page-wrapper {
  overflow: hidden;
}

.logo {
  width: 80%;
}

.section_product {
  background-color: var(--white);
  padding-top: 10rem;
}

.section_product.crimsafe {
  padding-top: 4em;
  padding-bottom: 4em;
}

.wrapper_home-hero-content {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 70%;
  margin-top: 7em;
  display: flex;
}

.heading_h2_medium {
  font-size: 1.5em;
}

.heading_h3_bold {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}

.intro_info-pages {
  background-color: var(--mobile-blinds-orange);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 7rem;
  padding-top: 6rem;
  padding-bottom: 1rem;
  display: flex;
}

.intro_info-pages.products {
  margin-bottom: 3em;
}

.heading_info-pages {
  font-size: 1.9rem;
  line-height: 1.3;
}

.list-item-6 {
  margin-bottom: 1em;
}

.section_products-page-top {
  background-color: var(--mobile-grey);
  padding-bottom: 3rem;
}

.section_products-page-top.no-quiklinks {
  padding-bottom: 1.5em;
}

.heading_product-page-heading {
  max-width: 1000px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.wrapper_1200 {
  width: 60%;
}

.roman-1 {
  background-image: url('../images/Roman-2_1.avif');
  background-position: 50%;
  background-size: cover;
}

.roman-2 {
  background-image: url('../images/Roman-1_1.avif');
  background-position: 50%;
  background-size: cover;
}

.roman-slider, .panel-slider {
  height: 100%;
}

.panel-1 {
  background-image: url('../images/panel-1.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.honeycomb-1 {
  background-image: url('../images/honeycomb-1_1.avif');
  background-position: 50%;
  background-size: cover;
}

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

.vertical-1 {
  background-image: url('../images/vertical-1_1.avif');
  background-position: 50%;
  background-size: cover;
}

.vertical-2 {
  background-image: url('../images/Vertical-3_1.avif');
  background-position: 50%;
  background-size: cover;
}

.plantation-slider {
  height: 100%;
}

.plantation-1 {
  background-image: url('../images/Shutters-3_1.avif');
  background-position: 50%;
  background-size: cover;
}

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

.plantation-3 {
  background-image: url('../images/Shutters-1_1.avif');
  background-position: 50%;
  background-size: cover;
}

.timber-1 {
  background-image: url('../images/timber-1_1.avif');
  background-position: 50%;
  background-size: cover;
}

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

.timber-3 {
  background-image: url('../images/Timber-3_1.avif');
  background-position: 100% 0;
  background-size: cover;
}

.wrapper_motorisation-hero {
  background-image: url('../images/Screen-Shot-2025-03-02-at-5.24.46-pm_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  height: 40em;
  margin-bottom: 2em;
}

.wrapper_crimsafe-logo-link {
  background-image: url('../images/Crimsafe_Hub_RGB_Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 100%;
  transition: all .2s;
  transform: none;
}

.wrapper_crimsafe-logo-link:hover {
  transform: scale(1.1);
}

.section_motorisation {
  background-color: var(--white);
  padding-top: 5em;
  padding-bottom: 5em;
}

.aluminium-1 {
  background-image: url('../images/aluminium-1_1.avif');
  background-position: 0 0;
  background-size: auto;
}

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

.home-slide-1 {
  background-image: url('../images/plantation-shutter.avif');
  background-position: 0%;
  background-size: cover;
}

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

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

.wrapper_about-intro-slider {
  background-color: #fff;
  height: 100%;
}

.about-slider-1 {
  background-image: url('../images/20191014_125357.avif');
  background-position: 50%;
  background-size: cover;
}

.about-slider-2 {
  background-image: url('../images/Vertical-4_1.avif');
  background-position: 50%;
  background-size: cover;
}

.about-slider-3 {
  background-image: url('../images/Shutters-9_1.avif');
  background-position: 50%;
  background-size: cover;
}

.about-slider-4 {
  background-image: url('../images/velvet-stage-PXL_20240903_013849234~2_1.avif');
  background-position: 0%;
  background-size: cover;
}

.about-slider-5 {
  background-image: url('../images/Shutters-5_1.avif');
  background-position: 50%;
  background-size: cover;
}

.roman-3 {
  background-image: url('../images/20181211_90659.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.vertical-3 {
  background-image: url('../images/20190325_180630.avif');
  background-position: 0%;
  background-size: cover;
}

.vertical-4 {
  background-image: url('../images/Vertical-2_1.avif');
  background-position: 50%;
  background-size: cover;
}

.plantation-4 {
  background-image: url('../images/Shutters-6_1.avif');
  background-position: 0 0;
  background-size: auto;
}

.curtain-slider {
  height: 100%;
}

.curtains-1 {
  background-image: url('../images/velvet-stage-PXL_20240903_013849234~2_1.avif');
  background-position: 50%;
  background-size: cover;
}

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

.sheer-slider {
  height: 100%;
}

.sheer-1 {
  background-image: url('../images/20191014_122702.avif');
  background-position: 50%;
  background-size: cover;
}

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

.sheer-3 {
  background-image: url('../images/PXL_20241216_050024581~2_1.avif');
  background-position: 50%;
  background-size: cover;
}

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

.timber-venetian-slider {
  height: 100%;
}

.heading {
  font-size: 2.3rem;
}

.heading-2 {
  font-size: 1.9rem;
}

.heading-3 {
  font-size: 1.7rem;
}

.heading-4 {
  font-size: 1.3rem;
}

.heading-5 {
  font-size: 1.1rem;
}

.heading-6 {
  font-size: 1rem;
}

.block-quote {
  font-size: 1.2rem;
  line-height: 1.4;
}

.heading-7 {
  font-size: 1.3rem;
}

@media screen and (max-width: 991px) {
  .section.cta-footer {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .styleguide-block, .lead-para {
    text-align: center;
  }

  .button {
    justify-content: center;
    width: 100%;
    max-width: none;
    padding: 1.5em;
    font-size: 1em;
    line-height: 1.4;
  }

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

  .button.transparent.white {
    float: none;
    width: 100%;
  }

  .button.orange {
    width: 100%;
    font-size: 1em;
    line-height: 1.4;
  }

  .label {
    text-align: left;
  }

  .heading-jumbo {
    margin-bottom: 0;
  }

  .heading_h1_leader {
    width: 100%;
  }

  .heading_h1_leader.white {
    text-align: center;
    line-height: 1.2;
  }

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

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

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

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

  .menu-button {
    padding: 0;
  }

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

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

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

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

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

  .grid_content {
    grid-row-gap: 2em;
  }

  .navigation-desktop {
    display: none;
  }

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

  .brand, .navigation-wrapper, .navigation-main {
    display: none;
  }

  .tagline-home-hero {
    text-align: center;
  }

  .grid_home-quicklinks {
    height: 20vw;
  }

  .slider {
    z-index: -2;
  }

  .wrapper_home-intro-slider {
    height: 60vw;
  }

  .wrapper-quote {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .paragraph {
    text-align: left;
  }

  .social-link {
    width: 3rem;
    height: 3rem;
  }

  .social-link.email {
    width: 30px;
    height: 30px;
  }

  .mobile-blinds-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper_cta {
    flex-direction: column;
    display: flex;
  }

  .wrapper-nav-socials {
    display: flex;
  }

  .wrapper_image-about {
    height: 60vw;
  }

  .wrapper_about_why {
    padding: 2em 2.5em;
  }

  .product-specific.outdoor-awnings {
    grid-column-gap: 45px;
  }

  .product-specific.crimsafe {
    grid-column-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .product-specific.outdoor-blinds {
    grid-column-gap: 1em;
    grid-auto-flow: row;
  }

  .product-lightbox-and-slider {
    width: 100%;
    height: 50vw;
    position: relative;
  }

  .product-lightbox-thumb-wrapper.roman, .product-lightbox-thumb-wrapper.panel, .product-lightbox-thumb-wrapper.honeycomb {
    grid-template-rows: auto;
  }

  .product-lightbox-thumb-wrapper.crimsafe {
    height: 20em;
  }

  .lightbox-link {
    height: 15em;
  }

  .awning-wrapper {
    justify-content: flex-start;
    align-items: stretch;
  }

  .product-link-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .product-link-wrapper.blinds {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-link-wrapper.shutters {
    grid-template-columns: 1fr;
  }

  .product-section-link {
    width: 100%;
  }

  .paragraph-subhead {
    font-size: 1.3em;
  }

  .button_home-hero {
    float: left;
    justify-content: center;
    width: 100%;
    max-width: 500px;
  }

  .quote-mark {
    margin-top: 0;
  }

  .overlay-menu-social-link {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
  }

  .menu-open {
    z-index: 100;
    background-color: var(--mobile-blinds-orange);
    border: 1px solid #fff;
    border-radius: 50px;
    width: 4em;
    height: 4em;
  }

  .menu-open:hover {
    background-color: var(--mobile-orange-dark);
  }

  .menu-links {
    align-items: flex-start;
    font-size: 1.5em;
    line-height: 1.3;
  }

  .social-link-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0;
    display: flex;
  }

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

  .menu-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    width: 85%;
    margin-top: 20vw;
  }

  .menu-close {
    background-color: #eb008b00;
    border-radius: 50px;
    width: 3.5rem;
    height: 3.5rem;
    margin-top: 2rem;
    margin-right: 2rem;
  }

  .overlay-menu-link {
    font-size: 1.7rem;
    font-weight: 600;
    display: inline-flex;
  }

  .overlay-menu-link:hover {
    color: var(--mobile-orange-dark);
    font-weight: 500;
  }

  .overlay-menu-link-wrapper {
    text-align: left;
    align-items: center;
    margin-top: .5em;
    margin-bottom: .5em;
    padding: 0;
  }

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

  .overlay-menu-link-wrapper.top.w--current {
    font-size: 1rem;
  }

  .overlay {
    z-index: 500;
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .menu-wrapper---full-screen {
    z-index: 100;
    display: flex;
    position: relative;
  }

  .menu-bg {
    background-color: var(--mobile-blinds-orange);
    display: block;
  }

  .dropdown-products {
    align-self: flex-start;
    width: 100%;
    margin-left: 0;
    font-size: 1.5rem;
  }

  .icon-4 {
    color: #fff;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 1.5rem;
    display: flex;
    position: static;
  }

  .dropdown-list-3 {
    background-color: var(--mobile-blinds-orange);
    font-size: 1em;
  }

  .dropdown-list-3.w--open {
    font-size: 1rem;
  }

  .dropdown-link {
    border-top: 1px solid #fff;
    padding: .5em 1em;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .dropdown-link:hover {
    background-color: #00000017;
  }

  .dropdown-link.bottom {
    border-bottom: 1px solid #fff;
  }

  .dropdown-link.bottom.w--current {
    color: #000;
    background-color: #00000012;
  }

  .logo-mobile-nav {
    z-index: 102;
    background-color: var(--white);
    width: 50vw;
    display: flex;
  }

  .wrapper_home-hero-content {
    flex: 1;
    margin-top: 0;
  }

  .heading_h2_medium {
    text-align: left;
  }

  .intro_info-pages {
    margin-top: 0;
    margin-bottom: 3em;
  }

  .heading_info-pages {
    font-size: 1.8em;
  }

  .wrapper_logo {
    display: none;
  }

  .wrapper_1200 {
    width: 100%;
  }

  .wrapper_motorisation-hero {
    height: 60vw;
  }

  .wrapper_crimsafe-logo-link {
    background-position: 50% 0;
    width: 100%;
  }

  .section_motorisation {
    padding-top: 3em;
  }

  .wrapper_about-intro-slider {
    height: 60vw;
  }
}

@media screen and (max-width: 767px) {
  .section.cc-home-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.footer {
    padding-bottom: 27px;
  }

  .section.about-home {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .container.about {
    margin-top: 33px;
  }

  .container.product {
    padding: 35px 30px;
  }

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

  .button.transparent.white {
    float: none;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .label {
    font-size: 1em;
  }

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

  .heading-jumbo.white {
    padding-left: 0;
    padding-right: 0;
  }

  .heading_h1_leader {
    line-height: 1.1;
  }

  .heading_h1_leader.white {
    font-size: 1.7em;
  }

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

  .navigation {
    padding: 20px 30px;
  }

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

  .home-hero {
    height: auto;
    min-height: 0;
  }

  .intro-content {
    width: 80%;
  }

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .navigation-wrapper {
    height: 100px;
    display: none;
  }

  .tagline-home-hero {
    width: 80vw;
    max-width: 500px;
    font-size: 2em;
  }

  .grid_home-quicklinks {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    height: auto;
  }

  .home-quicklink {
    border-bottom: 1px solid #fff;
    padding-top: 1.7em;
    padding-bottom: 1.7em;
  }

  .quicklink-head {
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    line-height: 1.5;
    display: flex;
    inset: 0%;
  }

  .wrapper_home-intro-slider {
    padding-bottom: 0;
    padding-right: 0;
  }

  .wrapper-logo {
    width: 80%;
    max-width: 280px;
  }

  .quicklinks {
    display: none;
  }

  .paragraph {
    line-height: 25px;
  }

  .quote-slider {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .fineprint {
    text-align: left;
  }

  .wrapper_footer-details {
    width: 100%;
    margin-top: 3rem;
  }

  .heading_h2-subhead {
    width: 100%;
    font-size: 1.7em;
  }

  .product-head.individual-product {
    align-items: center;
    padding-left: 1rem;
    font-size: 1.5rem;
  }

  .list-item {
    line-height: 21px;
  }

  .contact-details {
    text-align: left;
  }

  .product-specific.outdoor-awnings {
    grid-template-rows: auto auto auto auto auto;
  }

  .product-specific.crimsafe {
    padding-bottom: 0;
  }

  .product-specific.outdoor-blinds {
    grid-template-rows: auto auto auto auto auto;
  }

  .product-lightbox-and-slider {
    min-height: 0;
  }

  .wrapper_product-text {
    padding-right: 0;
  }

  .product-lightbox-thumb-wrapper {
    grid-template-rows: auto;
  }

  .product-lightbox-thumb-wrapper.crimsafe {
    height: 30vw;
  }

  .product-lightbox-thumb {
    height: 12em;
  }

  .product-lightbox-thumb.crimsafe._3 {
    background-position: 20%;
  }

  .lightbox-link {
    height: 20em;
  }

  .product-link-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
  }

  .product-link-wrapper.blinds {
    grid-template-columns: 1fr 1fr;
  }

  .product-link-wrapper.curtains {
    grid-template-columns: 1fr;
  }

  .product-section-link {
    width: 100%;
    line-height: 1.2;
    display: block;
  }

  .wrapper_footer-logo {
    width: 20em;
  }

  .heading-home-hero {
    font-size: 2.5em;
  }

  .button_home-hero {
    width: 100%;
    max-width: none;
  }

  .paragraph-quote {
    line-height: 25px;
  }

  .quote-mark {
    margin-top: 0;
  }

  .wrapper_footer-contact {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
  }

  .overlay-menu-social-link {
    width: 3rem;
    height: 3rem;
  }

  .menu-open {
    border: 1px solid #fff;
    width: 3.5em;
    height: 3.5em;
  }

  .menu-links {
    margin-bottom: .5em;
    padding-top: 0;
    font-size: 1.3em;
  }

  .menu-grid {
    grid-template-columns: 1.25fr .5fr;
    width: 90%;
  }

  .overlay {
    display: none;
  }

  .menu-bg {
    display: block;
  }

  .dropdown-products {
    width: 100%;
  }

  .dropdown-link.w--current {
    color: #000;
    font-weight: 600;
  }

  .logo-mobile-nav {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 2em;
  }

  .logo {
    width: 60%;
    max-width: 300px;
  }

  .section_product {
    padding-top: 51px;
    padding-bottom: 44px;
  }

  .section_product.crimsafe {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .wrapper_home-hero-content {
    width: 80%;
    padding-top: 3em;
    padding-bottom: 5em;
  }

  .heading_h3_bold {
    line-height: 1.1;
  }

  .intro_info-pages {
    padding-top: 4em;
  }

  .heading_info-pages, .heading_product-page-heading {
    font-size: 1.7em;
  }

  .wrapper_about-intro-slider {
    padding-bottom: 0;
    padding-right: 0;
  }
}

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

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

  .section.footer {
    padding-top: 49px;
    padding-bottom: 21px;
  }

  .container.product {
    border-top-left-radius: 30px;
    padding: 29px 23px;
  }

  .lead-para {
    margin-bottom: 0;
  }

  .button {
    width: 100%;
    padding: 1em;
  }

  .button.transparent.white {
    width: 100%;
  }

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

  .heading-jumbo {
    font-size: 1.4em;
  }

  .heading_h1_leader.white {
    font-size: 1.5em;
  }

  .menu {
    margin-left: 15px;
  }

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

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

  .footer-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cta-wrap {
    padding: 21px 0;
  }

  .home-hero {
    justify-content: space-between;
  }

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

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

  .grid_content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .tagline-home-hero {
    width: auto;
    font-size: 1.5em;
  }

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

  .quicklink-head {
    font-size: 1em;
  }

  .wrapper-logo {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .wrapper-quote {
    width: 80%;
  }

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

  .quote-slider {
    padding-top: 12px;
    padding-bottom: 19px;
  }

  .wrapper_nav-contact {
    justify-content: center;
  }

  .social-link {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .fineprint {
    text-align: center;
  }

  .wrapper_footer-details {
    align-self: center;
    width: 100%;
    margin-top: 2rem;
  }

  .wrapper_footer-fineprint {
    margin-top: 19px;
  }

  .heading_h2-subhead {
    font-size: 1.5em;
  }

  .product-head.individual-product {
    font-size: 1.3rem;
  }

  .wrapper_image-about {
    height: 70vw;
  }

  .wrapper_about_why {
    padding: 1.5em;
  }

  .list-item {
    font-size: 14px;
    line-height: 20px;
  }

  .product-specific.crimsafe {
    grid-column-gap: 1em;
  }

  .product-specific.outdoor-blinds {
    grid-template-rows: auto auto auto;
  }

  .product-lightbox-and-slider {
    height: 60vw;
    min-height: 0;
  }

  .product-lightbox-thumb-wrapper {
    grid-template-columns: 1fr;
  }

  .product-lightbox-thumb-wrapper.crimsafe {
    flex-flow: column;
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 1em;
  }

  .product-lightbox-thumb {
    height: 60vw;
  }

  .product-lightbox-thumb.crimsafe {
    width: 100%;
    height: 60vw;
  }

  .product-lightbox-thumb.crimsafe._2 {
    height: 60vw;
  }

  .lightbox-link {
    height: 12em;
  }

  .product-link-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .product-link-wrapper.blinds {
    grid-template-columns: 1fr;
  }

  .wrapper_footer-logo {
    width: 15em;
  }

  .paragraph-bigger {
    font-size: 1.1em;
    line-height: 1.4;
  }

  .heading-home-hero {
    font-size: 2.4em;
  }

  .button_home-hero {
    width: 100%;
  }

  .paragraph-quote {
    font-size: 14px;
    line-height: 21px;
  }

  .wrapper_footer-contact {
    justify-content: center;
  }

  .overlay-menu-social-link {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
  }

  .menu-open {
    width: 3em;
    height: 3em;
    margin-top: 1.5em;
    margin-right: 1em;
    text-decoration: line-through;
  }

  .menu-links {
    margin-bottom: 0;
    font-size: 1.3em;
  }

  .social-link-wrapper {
    align-self: flex-start;
  }

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

  .menu-grid {
    grid-auto-columns: .25fr;
    margin-top: 6em;
  }

  .menu-close {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 1rem;
    margin-right: .7rem;
    font-size: 1.2em;
  }

  .overlay-menu-link {
    font-size: 1.4rem;
  }

  .overlay {
    align-content: flex-start;
    min-height: 100dvh;
    display: none;
  }

  .logo-mobile-nav {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 1.5em;
  }

  .logo {
    width: 70%;
  }

  .section_product {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .heading_h2_medium {
    font-size: 1.5em;
  }

  .heading_h3_bold {
    font-size: 1.4em;
  }

  .heading_info-pages {
    font-size: 1.5em;
  }

  .heading_product-page-heading {
    font-size: 1.4em;
  }

  .wrapper_motorisation-hero {
    background-position: 50% 100%;
  }

  .wrapper_crimsafe-logo-link {
    height: 6em;
  }
}

#w-node-a1b68c88-05a9-cb6c-4f22-9a4aff28eb38-5bcab57d, #w-node-f421eeaf-9d02-a42e-2138-ac3f05bf696e-5bcab57d, #w-node-_2c65f8b9-f279-4605-bc12-e30b010830e7-5bcab57d, #w-node-_715fb602-acbb-d9cc-2d6a-a7fee3862397-5bcab57d, #w-node-_8ce02c7a-ea4c-4536-d9e8-dec8148ce118-5bcab57d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d35-5bcab57d {
  align-self: stretch;
}

#w-node-de922fbb-297c-4d8c-b141-3bd751f4762d-51f47625 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start end;
}

#w-node-de922fbb-297c-4d8c-b141-3bd751f47632-51f47625 {
  grid-area: 1 / 1 / 4 / 3;
  align-self: stretch;
}

#w-node-_3a5cba3d-a55e-8b97-9da5-64484d6b7311-3acab58d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e3-3acab58d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-3acab58d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-3acab58d {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_0398483c-384f-38ba-003f-4a1e75c1e394-cccab58e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-cccab58e {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-99cab591 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-99cab591 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_02b200c3-ff37-024c-ccc1-d571747f1a0f-05254637 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_774037d5-4eda-bdb0-5fe9-4e699c377cbd-05254637 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c95c1815-3168-871b-ba53-74ed42463718-05254637 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_774037d5-4eda-bdb0-5fe9-4e699c377cbc-05254637 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3aef47ae-9da6-49d6-8adc-b4282e3d3727-05254637 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_68274933-1c3c-7ea7-229a-4ba5aacfd328-05254637 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-bbc824d0-b6b7-8ecf-8bac-c3fc36745109-05254637 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bbc824d0-b6b7-8ecf-8bac-c3fc3674510b-05254637 {
  grid-area: 2 / 2 / 5 / 3;
}

#w-node-bbc824d0-b6b7-8ecf-8bac-c3fc36745117-05254637 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bbc824d0-b6b7-8ecf-8bac-c3fc3674511c-05254637 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-bbc824d0-b6b7-8ecf-8bac-c3fc36745120-05254637 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_850ada26-93f0-7215-e0e9-2ec99bdce15e-05254637 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_850ada26-93f0-7215-e0e9-2ec99bdce160-05254637 {
  grid-area: 2 / 2 / 5 / 3;
}

#w-node-_850ada26-93f0-7215-e0e9-2ec99bdce16c-05254637 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_850ada26-93f0-7215-e0e9-2ec99bdce171-05254637 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_850ada26-93f0-7215-e0e9-2ec99bdce175-05254637 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_29f5d538-4a36-5323-d505-779c2370b484-05254637 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29f5d538-4a36-5323-d505-779c2370b486-05254637 {
  grid-area: 2 / 2 / 5 / 3;
}

#w-node-_29f5d538-4a36-5323-d505-779c2370b492-05254637 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_29f5d538-4a36-5323-d505-779c2370b497-05254637 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_29f5d538-4a36-5323-d505-779c2370b49b-05254637 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-bec501c0-1800-1487-8fbd-ca2d1d228d94-05254637 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bec501c0-1800-1487-8fbd-ca2d1d228d96-05254637 {
  grid-area: 2 / 2 / 5 / 3;
}

#w-node-bec501c0-1800-1487-8fbd-ca2d1d228da2-05254637 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bec501c0-1800-1487-8fbd-ca2d1d228da7-05254637 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-bec501c0-1800-1487-8fbd-ca2d1d228dab-05254637 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_65d846a8-0341-9659-3883-3ff305e11161-ecae3ad0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65d846a8-0341-9659-3883-3ff305e11163-ecae3ad0 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_65d846a8-0341-9659-3883-3ff305e1116f-ecae3ad0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_65d846a8-0341-9659-3883-3ff305e11174-ecae3ad0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_65d846a8-0341-9659-3883-3ff305e11178-ecae3ad0 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-d644e52d-6a60-a7c3-cca5-8834cc9ad774-ecae3ad0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d644e52d-6a60-a7c3-cca5-8834cc9ad776-ecae3ad0 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-d644e52d-6a60-a7c3-cca5-8834cc9ad782-ecae3ad0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d644e52d-6a60-a7c3-cca5-8834cc9ad787-ecae3ad0 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: start;
}

#w-node-d644e52d-6a60-a7c3-cca5-8834cc9ad78b-ecae3ad0 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_983038eb-a6bd-1e59-a756-448fbeb1e191-ecae3ad0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_983038eb-a6bd-1e59-a756-448fbeb1e193-ecae3ad0 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_983038eb-a6bd-1e59-a756-448fbeb1e19f-ecae3ad0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_983038eb-a6bd-1e59-a756-448fbeb1e1a4-ecae3ad0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_983038eb-a6bd-1e59-a756-448fbeb1e1a8-ecae3ad0 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-b3482a13-433c-a1ad-68c4-112ac9c7a558-ecae47a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3482a13-433c-a1ad-68c4-112ac9c7a55a-ecae47a1 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-b3482a13-433c-a1ad-68c4-112ac9c7a566-ecae47a1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b3482a13-433c-a1ad-68c4-112ac9c7a56b-ecae47a1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b3482a13-433c-a1ad-68c4-112ac9c7a56f-ecae47a1 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_4a0a3f06-29df-d9dd-8e69-585dc8e35850-ecae47a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4a0a3f06-29df-d9dd-8e69-585dc8e35852-ecae47a1 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_4a0a3f06-29df-d9dd-8e69-585dc8e3585e-ecae47a1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4a0a3f06-29df-d9dd-8e69-585dc8e35863-ecae47a1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4a0a3f06-29df-d9dd-8e69-585dc8e35867-ecae47a1 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_7a4c264c-0378-f05c-af2b-45480c597af5-a9725310 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ddc3e976-a83a-96df-71c3-b194f6ab477b-a9725310 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_93b056bc-6dee-c513-a3c4-fe18f9840f34-a9725310 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-da9d2ad8-73f1-cd57-b4fb-e746c1023578-20cc6646, #w-node-_09dfe1b7-3e9e-fdbd-8e35-25f01dfa2539-20cc6646, #w-node-b499fe74-9b29-7f8b-6e31-fd50e58a6120-278e3ab5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7a4c264c-0378-f05c-af2b-45480c597af5-278e3ab5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Link-to-Crimsafe-website.w-node-_0c15dd4d-d527-d23d-e9ed-fcab16445760-278e3ab5 {
  grid-area: 2 / 2 / 4 / 3;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_56b15e55-45dc-a7ab-9a81-63f081582328-5bcab57d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d35-5bcab57d {
    grid-area: 2 / 1 / 4 / 3;
    align-self: stretch;
  }

  #w-node-de922fbb-297c-4d8c-b141-3bd751f4762d-51f47625 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start end;
  }

  #w-node-de922fbb-297c-4d8c-b141-3bd751f47632-51f47625 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
  }

  #w-node-_0b86cc71-5723-baba-da5b-14517a74946e-3acab58d, #w-node-_499161d4-dbca-b1c9-2955-f90147052408-3acab58d, #w-node-c087a2e7-129b-a278-ed08-d26d10af7a1e-3acab58d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118e3-3acab58d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118e6-3acab58d {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-3acab58d {
    grid-area: 5 / 1 / 8 / 3;
  }

  #w-node-cb1c4427-e336-e818-8953-c09c0506fabc-3acab58d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_512e3062-0a4c-51bd-a084-218bb683dcd7-cccab58e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f25a1a11-5682-161c-6860-109daf01bab5-cccab58e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-cccab58e {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-99cab591 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_774037d5-4eda-bdb0-5fe9-4e699c377cbd-05254637 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c95c1815-3168-871b-ba53-74ed42463718-05254637 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_774037d5-4eda-bdb0-5fe9-4e699c377cbc-05254637 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3aef47ae-9da6-49d6-8adc-b4282e3d3727-05254637 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_68274933-1c3c-7ea7-229a-4ba5aacfd328-05254637 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-bbc824d0-b6b7-8ecf-8bac-c3fc36745109-05254637 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bbc824d0-b6b7-8ecf-8bac-c3fc3674510b-05254637 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-bbc824d0-b6b7-8ecf-8bac-c3fc36745117-05254637 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bbc824d0-b6b7-8ecf-8bac-c3fc3674511c-05254637 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-bbc824d0-b6b7-8ecf-8bac-c3fc36745120-05254637 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_850ada26-93f0-7215-e0e9-2ec99bdce15e-05254637 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_850ada26-93f0-7215-e0e9-2ec99bdce160-05254637 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_850ada26-93f0-7215-e0e9-2ec99bdce16c-05254637 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_850ada26-93f0-7215-e0e9-2ec99bdce171-05254637 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_850ada26-93f0-7215-e0e9-2ec99bdce175-05254637 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_29f5d538-4a36-5323-d505-779c2370b484-05254637 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_29f5d538-4a36-5323-d505-779c2370b486-05254637 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_29f5d538-4a36-5323-d505-779c2370b492-05254637 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_29f5d538-4a36-5323-d505-779c2370b497-05254637 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_29f5d538-4a36-5323-d505-779c2370b49b-05254637 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-bec501c0-1800-1487-8fbd-ca2d1d228d94-05254637 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bec501c0-1800-1487-8fbd-ca2d1d228d96-05254637 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-bec501c0-1800-1487-8fbd-ca2d1d228da2-05254637 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bec501c0-1800-1487-8fbd-ca2d1d228da7-05254637 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-bec501c0-1800-1487-8fbd-ca2d1d228dab-05254637 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_65d846a8-0341-9659-3883-3ff305e11161-ecae3ad0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_65d846a8-0341-9659-3883-3ff305e11163-ecae3ad0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_65d846a8-0341-9659-3883-3ff305e1116f-ecae3ad0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_65d846a8-0341-9659-3883-3ff305e11174-ecae3ad0 {
    grid-area: 4 / 1 / 6 / 3;
  }

  #w-node-_65d846a8-0341-9659-3883-3ff305e11178-ecae3ad0 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-d644e52d-6a60-a7c3-cca5-8834cc9ad774-ecae3ad0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d644e52d-6a60-a7c3-cca5-8834cc9ad776-ecae3ad0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d644e52d-6a60-a7c3-cca5-8834cc9ad782-ecae3ad0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d644e52d-6a60-a7c3-cca5-8834cc9ad787-ecae3ad0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d644e52d-6a60-a7c3-cca5-8834cc9ad78b-ecae3ad0 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_983038eb-a6bd-1e59-a756-448fbeb1e191-ecae3ad0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_983038eb-a6bd-1e59-a756-448fbeb1e193-ecae3ad0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_983038eb-a6bd-1e59-a756-448fbeb1e19f-ecae3ad0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_983038eb-a6bd-1e59-a756-448fbeb1e1a4-ecae3ad0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_983038eb-a6bd-1e59-a756-448fbeb1e1a8-ecae3ad0 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-b3482a13-433c-a1ad-68c4-112ac9c7a558-ecae47a1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b3482a13-433c-a1ad-68c4-112ac9c7a55a-ecae47a1 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b3482a13-433c-a1ad-68c4-112ac9c7a566-ecae47a1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b3482a13-433c-a1ad-68c4-112ac9c7a56b-ecae47a1 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-b3482a13-433c-a1ad-68c4-112ac9c7a56f-ecae47a1 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_4a0a3f06-29df-d9dd-8e69-585dc8e35850-ecae47a1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4a0a3f06-29df-d9dd-8e69-585dc8e35852-ecae47a1 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4a0a3f06-29df-d9dd-8e69-585dc8e3585e-ecae47a1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4a0a3f06-29df-d9dd-8e69-585dc8e35863-ecae47a1 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_4a0a3f06-29df-d9dd-8e69-585dc8e35867-ecae47a1 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_7a4c264c-0378-f05c-af2b-45480c597af5-a9725310 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b499fe74-9b29-7f8b-6e31-fd50e58a6120-278e3ab5 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_7a4c264c-0378-f05c-af2b-45480c597af5-278e3ab5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Link-to-Crimsafe-website.w-node-_0c15dd4d-d527-d23d-e9ed-fcab16445760-278e3ab5 {
    grid-area: 2 / 3 / 3 / 4;
    place-self: start end;
  }

  #w-node-_2d78e418-f523-b898-d198-bda93847fc0f-278e3ab5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a1b68c88-05a9-cb6c-4f22-9a4aff28eb38-5bcab57d, #w-node-f421eeaf-9d02-a42e-2138-ac3f05bf696e-5bcab57d, #w-node-_2c65f8b9-f279-4605-bc12-e30b010830e7-5bcab57d, #w-node-_715fb602-acbb-d9cc-2d6a-a7fee3862397-5bcab57d, #w-node-_8ce02c7a-ea4c-4536-d9e8-dec8148ce118-5bcab57d {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d35-5bcab57d {
    align-self: stretch;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118e3-3acab58d {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118e6-3acab58d {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-3acab58d {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-cccab58e {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_05e54bd1-ba8f-b24a-4372-071424667d9a-20cc6646, #w-node-b3a70ff1-a405-6746-e216-00a7150b07b6-20cc6646, #w-node-_192a3c6d-3a98-c304-4f0d-44f0d27099cb-20cc6646, #w-node-_476202d8-02d2-fb35-44d5-32b94129c7f2-20cc6646, #w-node-_09dfe1b7-3e9e-fdbd-8e35-25f01dfa2515-20cc6646, #w-node-_09dfe1b7-3e9e-fdbd-8e35-25f01dfa251e-20cc6646 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7a4c264c-0378-f05c-af2b-45480c597af5-278e3ab5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d78e418-f523-b898-d198-bda93847fc0f-278e3ab5 {
    grid-area: 3 / 1 / 4 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a1b68c88-05a9-cb6c-4f22-9a4aff28eb38-5bcab57d, #w-node-f421eeaf-9d02-a42e-2138-ac3f05bf696e-5bcab57d, #w-node-_2c65f8b9-f279-4605-bc12-e30b010830e7-5bcab57d, #w-node-_715fb602-acbb-d9cc-2d6a-a7fee3862397-5bcab57d, #w-node-_8ce02c7a-ea4c-4536-d9e8-dec8148ce118-5bcab57d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d35-5bcab57d {
    align-self: stretch;
  }

  #w-node-de922fbb-297c-4d8c-b141-3bd751f4762d-51f47625 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start end;
  }

  #w-node-de922fbb-297c-4d8c-b141-3bd751f47632-51f47625 {
    grid-column-end: 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118e6-3acab58d {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-3acab58d {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_512e3062-0a4c-51bd-a084-218bb683dcd7-cccab58e {
    grid-column: span 1 / span 1;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-cccab58e {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_65d846a8-0341-9659-3883-3ff305e11174-ecae3ad0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_65d846a8-0341-9659-3883-3ff305e11178-ecae3ad0 {
    grid-row: 5 / 6;
  }

  #w-node-b3a70ff1-a405-6746-e216-00a7150b07b6-20cc6646, #w-node-_192a3c6d-3a98-c304-4f0d-44f0d27099cb-20cc6646, #w-node-_476202d8-02d2-fb35-44d5-32b94129c7f2-20cc6646, #w-node-_09dfe1b7-3e9e-fdbd-8e35-25f01dfa2515-20cc6646, #w-node-_09dfe1b7-3e9e-fdbd-8e35-25f01dfa251e-20cc6646 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b499fe74-9b29-7f8b-6e31-fd50e58a6120-278e3ab5 {
    grid-row: 1 / 2;
  }

  #w-node-_7a4c264c-0378-f05c-af2b-45480c597af5-278e3ab5 {
    grid-row: 3 / 4;
    grid-column-end: 4;
  }

  #Link-to-Crimsafe-website.w-node-_0c15dd4d-d527-d23d-e9ed-fcab16445760-278e3ab5 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_2d78e418-f523-b898-d198-bda93847fc0f-278e3ab5 {
    grid-row: 4 / 5;
  }
}


