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

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

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

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

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

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

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Fa6 solid;
  src: url('../fonts/FA6-Solid.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 brands;
  src: url('../fonts/FA6-Brands.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Arrow right solid;
  src: url('../fonts/arrow-right-solid.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: #fff;
  --secondary: #d86a03;
  --transparent: #fff0;
  --primary: orange;
  --third: #dd6e06;
  --silver: #b7b5b5;
  --pale-grey: #ddd;
  --cookies-bg: #0009;
}

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

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

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

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

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

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

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

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

.body {
  background-color: var(--black);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.banner-header {
  width: 100%;
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}

.p {
  width: 100%;
  color: var(--white);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15.5px;
  line-height: 27px;
}

.p.black {
  color: var(--black);
}

.p.black._20b {
  margin-bottom: 20px;
}

.p.black.gd {
  border: 1px solid var(--secondary);
  margin-bottom: 0;
  padding: 20px;
}

.p._20b {
  margin-bottom: 20px;
}

.p._0b {
  margin-bottom: 0;
}

.p._20t {
  margin-top: 20px;
  margin-bottom: 0;
}

.p._10bp {
  margin-bottom: 10px;
}

.p._30b {
  margin-bottom: 30px;
}

.body-section {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-section._0b {
  padding-bottom: 0;
}

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

.body-section.white._0b {
  padding-top: 60px;
  padding-bottom: 0;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 92%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container._2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  align-items: stretch;
  width: 90%;
}

.container._20t {
  margin-top: 20px;
}

.hero-bg-grad {
  background-image: linear-gradient(77deg, var(--black) 26%, var(--transparent)), url('../images/dior-website.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 140px 60px;
  display: flex;
  position: sticky;
}

.hero-bg-grad.svs {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-bg-grad.sign {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/signage-5.webp');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-bg-grad.workwear {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/workwear.webp');
  background-position: 0 0, 50% 12%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-bg-grad.window {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/window-graphics-10.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-bg-grad.van {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/van-wrapping-2.webp');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-bg-grad.custom {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/van-signage-9.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-bg-grad.areas {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/window-graphics-1.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-bg-grad.croydon {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/window-graphics-7.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-bg-grad.faq {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/signage-1.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-bg-grad.gal {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/stickers.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-bg-grad.test {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/window-graphics-5.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-bg-grad.contact {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/window-graphics-3.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-bg-grad.site {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/point-of-sale-window-graphics.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-div {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1000px;
  padding-bottom: 0;
  transition: all .2s ease-in-out;
  display: flex;
}

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 40px;
}

.service-div {
  border-bottom: 1px solid var(--white);
  height: auto;
  padding-bottom: 20px;
}

.service-top-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

.service-top-image._2 {
  background-image: url('../images/Ralph-Lauren-Window-Signage-a.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._3 {
  background-image: url('../images/IMG_8544-scaled-e1765455681713.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._4 {
  background-image: url('../images/van-wrapping-2.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._1 {
  background-image: url('../images/workwear-2.webp');
}

.service-number {
  color: var(--primary);
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.service-box-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.service-header {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.service-text {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.service-paragraph {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 40px;
  display: flex;
}

.service-link {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: -5px;
  margin-right: -5px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: static;
  bottom: 10px;
  right: 10px;
}

.service-link:hover {
  transform: scale(1.2);
}

.img-div {
  width: 48%;
  box-shadow: -15px 17px 0 0 var(--third);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.img-div.rvs {
  width: 100%;
  box-shadow: 16px -13px 0 0 var(--third);
  background-image: url('../images/van-signage-10.webp');
  background-position: 50% 20%;
}

.img-div.home {
  background-image: url('../images/van-wrapping-8.webp');
}

.img-div.signage {
  background-image: url('../images/signage-3.webp');
  background-position: 50% 0;
}

.img-div.workwear {
  background-image: url('../images/workwear-2.webp');
}

.img-div.window {
  background-image: url('../images/window-graphics-12.webp');
}

.img-div.van {
  width: 100%;
  min-height: 400px;
  box-shadow: none;
  background-image: url('../images/van-wrapping-3.webp');
  background-position: 0 20%;
}

.img-div.van2 {
  width: 100%;
  min-height: 400px;
  box-shadow: none;
  background-image: url('../images/van-wrapping-11.webp');
  background-position: 50%;
}

.img-div.wrapping {
  background-image: url('../images/van-wrapping-5.webp');
}

.img-div.custom {
  background-image: url('../images/van-signage-6.webp');
}

.img-div.window {
  width: 100%;
  box-shadow: 16px -13px 0 0 var(--third);
  background-image: url('../images/van-signage-10.webp');
  background-position: 50% 20%;
}

.img-div.graphic {
  background-image: url('../images/window-graphics-12.webp');
}

.img-div.graphic-copy {
  background-image: url('../images/window-graphics-12.webp');
  margin-top: 50px;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.section-h1-wrapper.display-flex.nop {
  margin-top: 20px;
}

.right-side {
  flex: 0 auto;
  width: 45%;
}

.right-side.content {
  width: 50%;
}

.right-side._w---100 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-col {
  width: 100%;
}

.footer-col.large {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-list-items {
  padding-left: 0;
  list-style-type: none;
}

.footer-link-text {
  width: 100%;
  max-width: 850px;
  color: var(--silver);
  text-align: center;
  border-bottom: 1px #dfdfdf;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-size: 14px;
  text-decoration: none;
}

.footer-list-item {
  color: var(--white);
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.footer-list-item:hover, .footer-list-item.w--current {
  color: var(--primary);
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1.25fr .75fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
}

.footer-section-title {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.footer-section {
  border-top: 1px solid #e0e0e080;
  padding-top: 60px;
}

.footer-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #a9a9a9;
  border-top: 1px solid #ffffff80;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-p {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.nav-cta-wrapper {
  align-items: center;
  display: flex;
}

.nav-cta-wrapper.margin-left-auto {
  justify-content: space-between;
  margin-right: 0;
}

.co-logo {
  width: 200px;
  margin-bottom: 10px;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.logo-link {
  width: auto;
}

.logo-link.w--current {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  display: block;
}

.dropdown-link {
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  font-size: 16px;
  transition: all .3s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--primary);
}

.contact-div {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1600px;
  display: flex;
}

.service-nav-text {
  color: var(--white);
  margin-right: 18px;
  transition: all .35s ease-in-out;
}

.service-nav-text:hover {
  color: var(--primary);
}

.contact-section {
  z-index: 100;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.service-dropdown-arrow {
  color: var(--white);
  margin-right: 16px;
}

.nav-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding: 10px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

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

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

.nav-link.dropdown {
  padding: 0;
}

.nav-menu {
  text-align: center;
  width: 100%;
}

.lrg-heading {
  width: 100%;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.lrg-heading._20b {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

.lrg-heading._20b.smaller {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.lrg-heading.black {
  color: var(--black);
}

.lrg-heading.black._20b {
  width: 100%;
  font-weight: 500;
}

.lrg-heading.black._20b.sml {
  font-family: Montserrat, sans-serif;
}

.red-heading {
  color: var(--primary);
}

.footer-logo {
  width: 200px;
}

.foot-div {
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.list-head {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.list-head.bullet-font-icon-2 {
  margin-right: 10px;
}

.list-head.black {
  color: var(--black);
}

.comments {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.comment-column {
  border: 1px solid var(--silver);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.comment-column._2 {
  border-style: solid;
  border-color: #ffffff40;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 30px;
}

.bullet-font-icon-2 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.single-comments {
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
  padding: 0 20px;
  font-size: 16.5px;
  transition: all .2s ease-in-out;
  display: flex;
}

.single-comments:hover {
  transform: translate(15px);
}

.arrow {
  margin-top: 5px;
}

.foot-link {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--white);
  color: var(--white);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.hyperlink:hover {
  box-shadow: inset 0 -50px 0 0 var(--white);
  color: var(--primary);
}

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

.content-section.orange {
  background-color: var(--third);
}

.h3 {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.h3-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1500px;
  display: flex;
}

.h3-logo {
  background-image: url('../images/srg-secondary-logo-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 200px;
  min-height: 160px;
  margin-bottom: 20px;
  display: flex;
}

.h3-logo.w--current {
  background-image: url('../images/srg-secondary-logo-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.areas-we-coverr-section {
  width: 100%;
  margin-top: 20px;
}

.areas-list {
  padding-left: 0;
}

.areas-list.areas-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.areas-list-item.areas-list-flex {
  color: var(--white);
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.font-icon {
  background-color: var(--primary);
  width: 32px;
  height: 32px;
  color: var(--white);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  display: flex;
}

.google-maps {
  background-color: var(--black);
  width: 100%;
  color: var(--white);
  margin-top: 25px;
  font-size: 15px;
}

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

.contact-div-block {
  border: 1px solid var(--pale-grey);
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.phone-icon {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: Fa6 solid, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.contact-page-link {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.sitemap-list {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sitemap-link {
  color: #353535;
  margin-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-text {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  transition: color .45s ease-in-out;
}

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

.btn-underline {
  object-fit: fill;
  background-color: #fff;
  height: 2px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-underline.nav-underline {
  width: 0;
}

.btn-underline.nav-underline.sitempa {
  background-color: #282828;
}

.list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  display: grid;
}

.list._3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.list._3col._0b {
  margin-bottom: 0;
}

.list._2col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.list._2col._0b {
  margin-bottom: 0;
}

.list._3-col-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
  list-style-type: none;
}

.list-item {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
  display: flex;
}

.bullet-font-icon-4 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.buttons {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  transition: all .4s;
}

.buttons:hover {
  background-color: var(--primary);
  opacity: 1;
  color: #fff;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.buttons.orange {
  border-style: none;
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.buttons.orange:hover {
  border-style: none;
  border-color: var(--white);
  background-color: var(--third);
  transform: translate(0, -6px);
}

.buttons.orange.w--current:hover {
  background-color: var(--black);
}

.buttons.banner {
  background-color: var(--primary);
  min-width: 180px;
  color: var(--white);
  text-align: center;
  border-style: none;
  border-color: #000;
  border-radius: 10px 0;
  margin-right: 0;
  padding: 16px 20px;
  font-family: Montserrat, sans-serif;
  line-height: 22px;
}

.buttons.banner:hover {
  background-color: var(--black);
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.section {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 500;
  position: relative;
}

.section.cta {
  background-image: linear-gradient(90deg, var(--white) 26%, #fff0 57%), url('../images/IMG_0025.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-text {
  color: #d77474;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-text.cta {
  color: var(--primary);
  text-align: left;
  text-align: left;
  padding-bottom: 0;
}

.button-container {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.gallery {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.lb-link {
  background-color: var(--secondary);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.google-reviews {
  text-align: center;
  width: 100%;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 40px;
  font-size: 13px;
  line-height: 22px;
  text-decoration: none;
  transition: all .4s;
}

.button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  transform: translate(0, -5px);
}

.button.email {
  border-color: var(--primary);
  background-color: var(--transparent);
  color: var(--white);
  display: block;
}

.button.email:hover {
  border-color: var(--white);
}

.button.orange {
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.button.orange:hover {
  border-color: var(--white);
  background-color: var(--black);
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: var(--white);
  margin-right: 24px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--black);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  background-color: var(--secondary);
  color: #333;
  cursor: pointer;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: var(--primary);
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: var(--cookies-bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #f5f5f5;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.form-white-bg {
  width: 65%;
  color: var(--black);
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.section-title {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.container-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2.z {
  flex-flow: row;
  max-width: 1500px;
}

.contact-left {
  width: 30%;
}

.form-2 {
  width: 100%;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.live-chat-bottom-text.bold {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.chat-section {
  background-color: #b7b5b5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--black);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--primary);
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.livechat-button {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.top-section {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon-chat {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.hero-text {
  max-width: 900px;
  color: var(--white);
  text-align: left;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 36px;
}

.h3-heading {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.faq-div {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--pale-grey);
  width: 100%;
}

.tab-dropdown {
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
}

.tab-toggle {
  width: 100%;
}

.tab-dropdown-container.w--open {
  border-top: 1px solid var(--pale-grey);
  background-color: var(--secondary);
  padding: 20px;
  position: relative;
}

.faq-title {
  color: var(--white);
  white-space: pre-wrap;
}

.faq-icon {
  color: var(--white);
}

.h1-orange {
  color: var(--third);
}

.click-to-call-div {
  z-index: 150;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  margin-bottom: 40px;
  padding-left: 20px;
  position: fixed;
  inset: auto auto 0% 0;
}

.click-to-call-button {
  border: 2px solid var(--white);
  background-color: var(--third);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 70px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  box-shadow: 0 3px 3px 2px #2e2e2e4d;
}

.bold-text {
  font-size: 21px;
  line-height: 20px;
}

.left-div {
  width: 100%;
}

._2-col-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.divgrid {
  border: 1px solid var(--secondary);
  padding: 30px;
}

.subheading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.subheading.black {
  color: var(--black);
}

.hero-title {
  width: 90%;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
}

._2x1grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
}

.bold {
  font-weight: 700;
}

.divbgrid {
  border: 1px solid var(--secondary);
  padding: 30px;
}

.h2-orange {
  color: var(--primary);
}

.dropdown-list.w--open {
  margin-top: 31px;
}

.lb-title {
  text-transform: uppercase;
  padding: 20px;
}

.logo-showreel {
  width: 100%;
}

.cookies-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.instagram {
  width: 100%;
}

.instagram-link {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: Fa6 brands, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.footer-icon {
  margin-right: 3px;
  font-family: "Fa Solid 900", sans-serif;
}

.home-slider {
  z-index: 0;
  background-color: var(--black);
  width: 100%;
  height: 80vh;
  min-height: 700px;
}

.mask {
  height: 100%;
}

.slide-1 {
  background-image: url('../images/window-graphics-10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/window-graphics-12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/window-graphics-13.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/wall-graphics-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/window-graphics-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-arrow, .left-arrow {
  width: 60px;
  display: none;
}

.hero-overlay {
  z-index: 2;
  background-color: var(--cookies-bg);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-right: auto;
  padding-left: 70px;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  display: none;
}

.slide-3-2 {
  background-image: url('../images/home-page-header-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-copy {
  background-image: url('../images/window-graphics-12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide2-2 {
  background-image: url('../images/home-page-header.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1280px) {
  .click-to-call-button {
    outline-offset: 0px;
    border-radius: 20px;
    outline: 3px #fff;
    transition: all .4s;
  }

  .click-to-call-button:hover {
    background-color: #000;
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1920px) {
  .p.black.gd {
    border: 1px dashed var(--secondary);
    padding: 15px;
  }

  .body-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    max-width: 1800px;
  }

  .hero-bg-grad {
    height: 950px;
  }

  .service-grid {
    width: 100%;
  }

  .co-logo {
    width: 300px;
    margin-left: 0;
  }

  .logo-link {
    padding-top: 10px;
  }

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

  .list {
    width: 100%;
  }

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

  .list._3-col-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
    list-style-type: none;
  }

  .container-2 {
    max-width: 1800px;
  }

  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .bold {
    font-weight: 700;
  }

  .right-arrow {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .banner-header {
    flex-direction: column;
    font-size: 30px;
    line-height: 40px;
  }

  .body-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .hero-bg-grad, .hero-bg-grad.workwear, .hero-bg-grad.van, .hero-bg-grad.custom, .hero-bg-grad.areas, .hero-bg-grad.croydon, .hero-bg-grad.faq, .hero-bg-grad.gal, .hero-bg-grad.test, .hero-bg-grad.contact, .hero-bg-grad.site {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-div {
    width: 90%;
  }

  .service-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 30px;
  }

  .service-div {
    width: 100%;
  }

  .service-top-image._2 {
    height: 375px;
  }

  .service-box-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .service-paragraph {
    margin-left: 40px;
  }

  .img-div {
    width: 100%;
    min-height: 400px;
  }

  .img-div.rvs {
    margin-top: 50px;
  }

  .img-div.home, .img-div.window {
    margin-top: 20px;
  }

  .img-div.window {
    margin-top: 50px;
  }

  .img-div.graphic, .img-div.graphic-copy {
    margin-top: 20px;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .right-side, .right-side.content, .right-side._w---100 {
    width: 100%;
  }

  .footer-col.large {
    margin-right: 0;
  }

  .footer-link-text {
    text-align: center;
  }

  .footer-grid {
    grid-column-gap: 12px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-div {
    flex-direction: column;
    place-content: center;
    justify-items: stretch;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navbar {
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .dropdown-link {
    background-color: var(--white);
    color: var(--black);
    text-align: right;
    padding: 10px 25px;
    font-size: 16px;
  }

  .contact-div {
    flex-direction: row;
    justify-content: space-between;
  }

  .nav-link {
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

  .burger-menu {
    color: var(--white);
    text-align: right;
  }

  .nav-menu {
    background-color: var(--black);
  }

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

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

  .lrg-heading._20b, .lrg-heading._20b.smaller {
    font-size: 30px;
    line-height: 40px;
  }

  .footer-logo {
    width: 140px;
  }

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

  .comment-column {
    padding: 30px;
  }

  .content-section.orange {
    background-color: var(--third);
  }

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

  .google-maps {
    width: 100%;
  }

  .contact-div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-page-link {
    font-size: 16px;
  }

  .nav-link-text {
    text-align: left;
  }

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

  .buttons.orange {
    margin-top: 20px;
  }

  .buttons.banner {
    display: none;
  }

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

  .section.cta {
    padding: 60px 20px;
  }

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

  .lb-img {
    height: 300px;
  }

  .form-white-bg {
    width: 100%;
    margin-top: 40px;
  }

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

  .contact-left {
    width: 100%;
  }

  .live-chat-top-text.block {
    color: var(--black);
  }

  .whatsapp-block {
    display: flex;
  }

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

  .whatsapp-chat {
    display: none;
  }

  .hero-text {
    font-size: 20px;
    line-height: 30px;
  }

  ._2-col-grid {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .hero-title {
    font-size: 50px;
    line-height: 50px;
  }

  .dropdown-list.w--open {
    margin-top: 0;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    font-size: 28px;
    line-height: 38px;
  }

  .p {
    font-size: 15.5px;
  }

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

  .container._2 {
    flex-flow: column;
  }

  .hero-bg-grad, .hero-bg-grad.sign, .hero-bg-grad.window {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-div {
    width: 90%;
    padding-right: 0;
  }

  .service-header {
    font-size: 30px;
    line-height: 25px;
  }

  .service-paragraph {
    margin-left: 20px;
  }

  .img-div {
    min-height: 350px;
  }

  .img-div.rvs {
    margin-top: 40px;
  }

  .img-div.workwear {
    box-shadow: -10px 10px 0 0 var(--third);
  }

  .img-div.van, .img-div.van2 {
    min-height: 350px;
  }

  .img-div.window {
    margin-top: 40px;
  }

  .img-div.graphic, .img-div.graphic-copy {
    margin-top: 0;
  }

  .section-h1-wrapper.display-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

  .footer-col {
    text-align: center;
  }

  .footer-list-item {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1.25fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-section-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
  }

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

  .dropdown-link {
    font-size: 15px;
  }

  .contact-section {
    position: static;
  }

  .nav-link {
    font-size: 15px;
  }

  .lrg-heading {
    font-size: 34px;
    line-height: 50px;
  }

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

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

  .comment-column._2 {
    padding: 20px;
  }

  .content-section.orange {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3-logo.w--current {
    min-width: 180px;
    min-height: 120px;
  }

  .list-wrapper, .areas-list.areas-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .contact-div-block {
    min-height: 180px;
  }

  .contact-page-link {
    font-size: 18px;
  }

  .list._2col, .list._3-col-grid {
    grid-template-columns: 1fr;
  }

  .buttons {
    text-align: center;
  }

  .buttons.banner {
    display: none;
  }

  .section.cta {
    background-image: linear-gradient(to bottom, var(--white), var(--white));
    background-position: 0 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lb-img {
    height: 250px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .form-white-bg {
    margin-top: 30px;
    padding: 0;
  }

  .whatsapp-container {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .hero-text {
    font-size: 15.5px;
  }

  .click-to-call-div {
    display: block;
  }

  .click-to-call-button {
    border-color: #132003;
  }

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

  .lb-title {
    padding: 15px;
    line-height: 22px;
  }

  .hero-overlay {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .banner-header {
    letter-spacing: 0;
    flex-direction: column;
    font-size: 24px;
    line-height: 32px;
  }

  .body-section {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container {
    width: 90%;
  }

  .hero-bg-grad {
    background-image: linear-gradient(77deg, var(--black), var(--transparent)), url('../images/dior-website.webp');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-bg-grad.sign, .hero-bg-grad.workwear, .hero-bg-grad.window, .hero-bg-grad.van, .hero-bg-grad.custom, .hero-bg-grad.areas, .hero-bg-grad.croydon, .hero-bg-grad.faq, .hero-bg-grad.gal, .hero-bg-grad.test, .hero-bg-grad.contact, .hero-bg-grad.site {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-div {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .service-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .service-div {
    height: auto;
    padding-bottom: 10px;
  }

  .service-top-image, .service-top-image._2 {
    height: 250px;
  }

  .service-number {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .service-box-wrapper {
    flex-direction: column;
  }

  .service-header {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .service-paragraph {
    margin-left: 0;
  }

  .img-div {
    min-height: 250px;
    box-shadow: -8px 6px 0 0 var(--white);
    margin-top: 30px;
    margin-bottom: 0;
  }

  .img-div.rvs {
    box-shadow: none;
    margin-top: 20px;
  }

  .img-div.home, .img-div.workwear, .img-div.window {
    box-shadow: none;
  }

  .img-div.van {
    min-height: 250px;
    margin-top: 20px;
  }

  .img-div.van2 {
    min-height: 250px;
  }

  .img-div.wrapping, .img-div.custom {
    box-shadow: none;
  }

  .img-div.window {
    box-shadow: none;
    margin-top: 20px;
  }

  .img-div.graphic, .img-div.graphic-copy {
    box-shadow: none;
  }

  .right-side.content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col.large {
    margin-right: 0;
  }

  .footer-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template-columns: 1.25fr;
    padding-bottom: 20px;
  }

  .footer-section-title {
    margin-top: 0;
  }

  .footer-section {
    padding-top: 30px;
  }

  .footer-div {
    align-items: center;
    width: 100%;
    padding-bottom: 100px;
  }

  .footer-p {
    margin-bottom: 0;
  }

  .nav-cta-wrapper.margin-left-auto {
    display: block;
  }

  .co-logo {
    width: 90%;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .navbar {
    text-align: center;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .logo-link {
    text-align: center;
    width: 100%;
  }

  .dropdown-link {
    text-align: center;
    font-size: 16px;
    display: block;
  }

  .contact-div {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .service-nav-text {
    margin-left: 20px;
  }

  .contact-section {
    padding-top: 12px;
  }

  .nav-link {
    text-align: center;
    font-size: 16px;
  }

  .nav-link.w--current, .burger-menu {
    text-align: center;
  }

  .lrg-heading {
    margin-top: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .lrg-heading._20b {
    font-size: 24px;
    line-height: 32px;
  }

  .lrg-heading._20b.smaller {
    font-size: 24px;
    line-height: 34px;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-logo-link {
    margin-bottom: 0;
  }

  .list-head {
    line-height: 23px;
  }

  .comments {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 20px;
  }

  .comment-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 20px;
  }

  .comment-column._2 {
    margin-right: 0;
  }

  .bullet-font-icon-2 {
    flex: none;
  }

  .single-comments {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-section.orange {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h3 {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.35;
  }

  .h3-logo {
    background-image: url('../images/srg-secondary-logo-white.png');
    width: 200px;
  }

  .h3-logo.w--current {
    width: 200px;
  }

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

  .areas-list.areas-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .areas-list-item.areas-list-flex {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .contact-div-block {
    min-height: auto;
    padding: 20px;
  }

  .phone-icon {
    font-size: 30px;
    line-height: 30px;
  }

  .contact-page-link {
    font-size: 16.5px;
  }

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

  .list._2col {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list._3-col-grid {
    margin-top: 10px;
  }

  .bullet-font-icon-4 {
    flex: none;
  }

  .buttons {
    margin-bottom: 10px;
  }

  .buttons.orange {
    width: auto;
  }

  .buttons.banner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section.cta {
    padding: 30px 10px;
  }

  .button-container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .button {
    text-align: center;
    width: 100%;
  }

  .button.email {
    width: auto;
    margin-left: 0;
  }

  .button.orange {
    width: auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .container-2 {
    width: 85%;
  }

  .container-2.z {
    width: 95%;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .whatsapp-container {
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button {
    width: 90%;
  }

  .h3-heading {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.35;
  }

  .click-to-call-button {
    width: 130px;
    height: 50px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 14px;
  }

  .bold-text {
    font-size: 15px;
  }

  ._2-col-grid {
    margin-bottom: 20px;
  }

  .divgrid {
    padding: 20px;
  }

  .hero-title {
    font-size: 30px;
    line-height: 30px;
  }

  ._2x1grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .divbgrid {
    padding: 20px;
  }

  .instagram-link {
    margin-bottom: 0;
  }

  .home-slider {
    min-height: 600px;
  }

  .hero-overlay {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    display: flex;
  }
}

#w-node-_3ee81e69-aa64-9f71-f0c3-601841aae282-0072b8c3, #w-node-_6eba55bf-997e-67b8-6385-042e8a8d2233-0072b8c3, #w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-0072b8c3, #w-node-f144fa74-7035-038d-61cc-54a3e89c38a7-0072b8c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d241c3b-70dd-2622-052d-a0106e0a4acc-6e0a4ac9 {
  place-self: center;
}

#w-node-_5d241c3b-70dd-2622-052d-a0106e0a4acf-6e0a4ac9, #w-node-_5d241c3b-70dd-2622-052d-a0106e0a4af7-6e0a4ac9, #w-node-_5d241c3b-70dd-2622-052d-a0106e0a4b03-6e0a4ac9 {
  place-self: start;
}

#w-node-_5d241c3b-70dd-2622-052d-a0106e0a4b14-6e0a4ac9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31999166-e07b-da77-e82d-80b45f4fe0c2-0072b8c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_31999166-e07b-da77-e82d-80b45f4fe0c6-0072b8c4, #w-node-_31999166-e07b-da77-e82d-80b45f4fe0ca-0072b8c4, #w-node-_31999166-e07b-da77-e82d-80b45f4fe0ce-0072b8c4, #w-node-_31999166-e07b-da77-e82d-80b45f4fe0d2-0072b8c4, #w-node-_31999166-e07b-da77-e82d-80b45f4fe0d6-0072b8c4, #w-node-_31999166-e07b-da77-e82d-80b45f4fe0da-0072b8c4, #w-node-_31999166-e07b-da77-e82d-80b45f4fe0de-0072b8c4, #w-node-_31999166-e07b-da77-e82d-80b45f4fe0e2-0072b8c4, #w-node-_31999166-e07b-da77-e82d-80b45f4fe0e6-0072b8c4, #w-node-_0afe4b45-6e9b-e962-c0d4-876cfa499d96-0072b8c4, #w-node-a097b6c5-67d6-2301-5109-cf4a1a945560-0072b8c4, #w-node-b5f5f1f1-4ef3-4fce-1cea-37986f1b14c9-0072b8c4, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c21-0072b8c6, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c27-0072b8c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7ddb82a-3a9d-011f-6705-5af787b64c2d-0072b8c6, #w-node-_1398a742-408a-8767-71d3-1bbe3965f0d3-0072b8c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_590a4167-c16c-5c58-9dce-9a5eadd0bd0b-0072b8c7, #w-node-_74f2af10-fbc8-88cb-dc30-6408be0e9bc6-0072b8c7, #w-node-_05e81003-83f6-e9d6-4bd5-be102dd81ebe-0072b8c7, #w-node-_7025c828-9430-7228-fe7c-579816b2b7c7-0072b8c7, #w-node-_4ee2ccb5-277a-eceb-10c8-4ddd494240ac-0072b8c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5457e35-ab31-1e2d-8c9f-ac0e3b180bfe-e1b5eda7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5614b492-ce1f-01c9-c919-b3d465cb68b6-e1b5eda7, #w-node-_724a201c-940c-3797-50a1-b0301002f227-e1b5eda7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_724a201c-940c-3797-50a1-b0301002f237-e1b5eda7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-0072b8c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d241c3b-70dd-2622-052d-a0106e0a4acc-6e0a4ac9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5d241c3b-70dd-2622-052d-a0106e0a4b14-6e0a4ac9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-a5457e35-ab31-1e2d-8c9f-ac0e3b180bfe-e1b5eda7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5d241c3b-70dd-2622-052d-a0106e0a4acf-6e0a4ac9, #w-node-_5d241c3b-70dd-2622-052d-a0106e0a4af7-6e0a4ac9, #w-node-_5d241c3b-70dd-2622-052d-a0106e0a4b03-6e0a4ac9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c21-0072b8c6, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c27-0072b8c6, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c2d-0072b8c6, #w-node-_1398a742-408a-8767-71d3-1bbe3965f0d3-0072b8c6, #w-node-_724a201c-940c-3797-50a1-b0301002f237-e1b5eda7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d241c3b-70dd-2622-052d-a0106e0a4acc-6e0a4ac9, #w-node-_5d241c3b-70dd-2622-052d-a0106e0a4acf-6e0a4ac9, #w-node-_5d241c3b-70dd-2622-052d-a0106e0a4af7-6e0a4ac9, #w-node-_5d241c3b-70dd-2622-052d-a0106e0a4b03-6e0a4ac9 {
    justify-self: start;
  }

  #w-node-_5d241c3b-70dd-2622-052d-a0106e0a4b14-6e0a4ac9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_31999166-e07b-da77-e82d-80b45f4fe0c2-0072b8c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arrow right solid';
  src: url('../fonts/arrow-right-solid.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}