:root {
  --text-grey: #333;
  --primary-blue: #003566;
  --primary-yellow: #ffd60a;
  --white: #fff;
  --dark-blue: #001d3d;
  --text-white: #fffc;
  --black: #000;
  --secondary-yellow: #ffc300;
  --black-2: black;
  --white-2: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: var(--text-grey);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 1.2;
}

h2 {
  color: var(--primary-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.nav_dropdown {
  display: none;
}

.combine-nav3_menu-button {
  padding: .5rem;
}

.nav_link {
  color: #fff;
  text-align: center;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav_link:hover {
  border-style: none;
  border-width: 1px 0 1px 1px;
  border-color: var(--primary-yellow);
  outline-offset: 0px;
  background-color: #ffd60a33;
  border-radius: 3px;
  outline: 3px #fff;
}

.nav_link.w--current, .nav_link.w--current:hover {
  color: #fff;
}

.combine-nav3_dropdown-list {
  background-color: #f2f3f7;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav3_dropdown-list.w--open {
  background-color: #0000;
}

.nav_logo-link {
  height: 100%;
}

.nav_logo-link.w--current {
  z-index: 7;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 100%;
  display: flex;
  position: relative;
}

.combine-nav3_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem #28364a33;
}

.nav_logo {
  width: 106%;
  max-width: 200%;
  height: 100%;
  max-height: 3.8rem;
  margin-left: -20px;
}

.combine-nav3_dropdown-column {
  min-width: 10rem;
}

.top-nav-bar {
  background-color: var(--primary-blue);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.top-nav-bar.no-background {
  background-color: #001d3d00;
}

.top-nav-bar.background {
  background-color: var(--primary-blue);
}

.top-nav-bar._0-opacity {
  background-color: #00356600;
}

.button-small {
  color: #fff;
  text-align: center;
  background-color: #2e8c8c;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.button-small:hover {
  outline-offset: 0px;
  background-color: #1f5d5d;
  outline: 1px solid #fff;
}

.combine-menu-icon_line-top {
  background-color: #1f2c3d;
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-nav3_item {
  color: #5f6570;
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav3_item:hover {
  color: #6157f8;
  background-color: #f2f3f7;
  border-radius: .5rem;
}

.padding-global {
  max-width: 1440px;
  padding-left: 140px;
  padding-right: 140px;
}

.combine-menu-icon_line-middle {
  background-color: #1f2c3d;
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: 4px;
  margin-bottom: .25rem;
}

.nav-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.combine-nav3_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.nav_link-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  display: flex;
}

.combine-menu-icon_line-bottom {
  background-color: #1f2c3d;
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

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

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

.combine-nav3_dropdown-toggle {
  color: #fff;
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav3_dropdown-toggle:hover {
  outline-offset: 0px;
  color: #fff;
  border-radius: 3px;
  outline: 1px solid #fff;
}

.paragraph {
  color: var(--text-white);
  max-width: 500px;
  margin-top: 10px;
}

.paragraph.sub-text {
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 14px;
}

.paragraph.sub-text.mobile {
  color: var(--text-white);
  font-size: 16px;
}

.paragraph.banner-subtext {
  margin-top: 16px;
}

.paragraph.black {
  color: var(--text-grey);
}

.paragraph.white {
  color: var(--white);
}

.paragraph._600px {
  max-width: 600px;
}

.secondary-button {
  background-color: var(--primary-blue);
  color: var(--white);
  text-align: center;
  border-radius: 3px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.2;
  transition: all .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: var(--primary-yellow);
  color: var(--black);
}

.secondary-button._40-padding {
  align-self: flex-start;
  margin-top: 40px;
}

.secondary-button._40-padding.hide {
  display: none;
}

.secondary-button.product {
  text-align: center;
  margin-top: 10px;
  padding: 16px;
}

.secondary-button.brand-category {
  margin-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
}

.secondary-button.brand:hover {
  background-color: var(--white);
}

.secondary-button._40-bottom-padding {
  align-self: flex-end;
}

.secondary-button.v-stretch {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.secondary-button.h-a {
  border: 1px solid var(--white);
  align-self: center;
  margin-top: 40px;
  display: none;
}

.container {
  justify-content: space-between;
  max-width: 1440px;
  margin-left: 140px;
  margin-right: 140px;
  display: block;
}

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

.container.right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.container.footer {
  max-width: 100px;
}

.container.vertical {
  flex-flow: column;
  display: flex;
}

.container.banner {
  padding-top: 100px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.section-5 {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/AdobeStock-uCD4Odh9Je.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  margin-top: -86px;
  padding-top: 180px;
  padding-bottom: 200px;
}

.main-heading {
  color: #fff;
  max-width: 440px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}

.primary-button {
  color: var(--black);
  text-align: center;
  background-color: #ffd60a;
  border-radius: 3px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.2;
  transition: all .3s;
  display: inline-flex;
}

.primary-button:hover {
  background-color: var(--primary-blue);
  outline-color: var(--text-white);
  outline-offset: 0px;
  color: var(--white);
  outline-width: 1px;
  outline-style: none;
}

.primary-button.mobile {
  background-color: #2e8c8c;
  transition: all .25s;
}

.primary-button.mobile:hover {
  background-color: #1f5d5d;
}

.primary-button.small {
  background-image: linear-gradient(135deg, var(--secondary-yellow), var(--primary-yellow) 69%);
  padding: 12px 24px;
}

.primary-button.small:hover {
  background-color: var(--primary-blue);
  color: var(--white);
  background-image: none;
}

.primary-button._40-padding {
  margin-top: 40px;
}

.primary-button.contact {
  width: 100%;
  margin-top: 40px;
}

.primary-button.product {
  justify-content: center;
  align-items: center;
  height: 50%;
  margin-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  display: flex;
}

.primary-button.brand-category {
  margin-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
}

.primary-button._20-padding, .primary-button.bottom-padding {
  margin-bottom: 40px;
}

.primary-button.contact-form {
  width: 100%;
  margin-top: 20px;
}

.usps-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.usps-section.not-home {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-2 {
  text-align: center;
  flex: 1;
  align-items: center;
  max-width: 1440px;
  margin-left: 110px;
  margin-right: 110px;
  display: block;
}

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

.columns {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: -80px 140px auto;
}

.columns.not-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 16px;
  position: static;
}

.usp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 3px;
  flex: 0 auto;
  justify-content: space-between;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 20px 3px #0000001a;
}

.image-2 {
  width: 48px;
  height: 48px;
}

.text-block-4 {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 18px;
}

.paragraph-2 {
  color: #666;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}

.paragraph-2.centre {
  text-align: center;
}

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

.category_description {
  z-index: 3;
  opacity: 0;
  pointer-events: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  text-decoration: none;
  transition: opacity .375s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 0 15px #00000026;
}

.category_description:hover {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  background-color: #fff0;
  background-image: none;
  outline: 3px #00e;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.category-card {
  background-color: #fff;
  border-radius: 3px;
  max-height: 400px;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 15px #0003;
}

.category-image-box {
  flex-direction: column;
  align-items: center;
  max-height: 320px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  text-align: left;
  justify-content: space-between;
  max-width: 1440px;
  margin-left: 140px;
  margin-right: 140px;
  padding: 0;
  display: block;
}

.h2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}

.h2.white {
  color: var(--black);
  margin-bottom: 0;
}

.cateogry-title-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.block-text {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.block-text.blue {
  color: #2e8c8c;
}

.category-title {
  background-color: var(--white);
  color: var(--black);
  flex: 0 auto;
  align-self: auto;
  padding: 16px 12px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.category-title.inside_box {
  background-color: var(--primary-blue);
  color: var(--white);
  align-self: stretch;
}

.category-title.inside_box:hover {
  align-self: stretch;
}

.section-header {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.section-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #a7a7a700;
  align-items: center;
  height: 30px;
  margin-top: 0;
  display: flex;
}

.featured-categories-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.block {
  background-color: #fff;
  border-radius: 20px;
  width: 8px;
  height: 24px;
}

.block.blue {
  background-color: #2e8c8c;
  height: 21px;
}

.section-7 {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 80px;
  display: block;
}

.brand_title {
  color: var(--white);
  background-color: #f5f5f500;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 13px;
  font-size: 16px;
  display: flex;
  overflow: hidden;
}

.brand_title:hover {
  pointer-events: auto;
  color: #003566;
  background-color: #f5f5f5;
}

.brand_title.inside_box {
  background-color: var(--primary-blue);
  color: #fff;
  font-size: 16px;
}

.brand_title.inside_box:hover {
  background-color: var(--primary-yellow);
  color: var(--black);
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.brand-card-1 {
  background-color: var(--white);
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px 2px #0000001a;
}

.brand-card-1:hover {
  transform: translate(0, -11px);
  box-shadow: 0 0 10px 2px #0003;
}

.section-8 {
  color: #771515;
  text-align: left;
  padding-top: 60px;
  padding-bottom: 80px;
  text-decoration: none;
}

.brand_logo_box {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.image_holder {
  object-fit: fill;
  max-width: none;
  display: block;
  overflow: hidden;
}

.container-4 {
  text-align: left;
  justify-content: space-between;
  max-width: 1440px;
  margin-left: 140px;
  margin-right: 140px;
  padding: 0;
  display: block;
}

.inside_brand {
  z-index: 5;
  opacity: 0;
  background-color: #9e393900;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  transition: opacity .325s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.inside_brand:hover {
  opacity: 1;
  pointer-events: auto;
  justify-content: flex-end;
  overflow: hidden;
}

.featured-brands {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-self: stretch;
  margin-top: 40px;
  display: grid;
}

.brand_title_box {
  background-color: var(--primary-blue);
  color: #876f6f;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.brand_title_box:hover {
  color: #fff;
  background-color: #00356600;
  font-size: 14px;
  font-weight: 600;
}

.dealers-stockists-section {
  background-color: var(--primary-blue);
  padding: 40px 60px;
}

.text-block-7 {
  color: #1d1816;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
}

.grid-6 {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-span {
  color: #137040;
  font-weight: 700;
}

.get-in-touch-home-section {
  background-color: #fefefe;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-12 {
  max-width: 250px;
  font-size: 39px;
  line-height: 52px;
}

.form-block {
  flex: none;
  align-self: center;
}

.form {
  background-color: #e9e9e9;
  width: 400px;
  padding: 40px;
}

.form-field {
  color: #666;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 16px;
  font-size: 14px;
  line-height: 20px;
}

.form-field.form-text-area {
  width: 100%;
}

.button {
  color: #e9e9e9;
  background-color: #ab3737;
  align-self: auto;
  margin-top: 0;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 22px;
}

.button.form-submit {
  color: #fefefe;
  width: 100%;
  margin-top: 32px;
  font-size: 16px;
  line-height: 22px;
  transition: opacity .2s;
}

.button.form-submit:hover {
  background-image: linear-gradient(#0003, #0003);
}

.div-block-9 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  margin-right: 100px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.div-block-8 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  color: #666;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 27px;
}

.padding {
  height: 12px;
  display: none;
}

.brix---footer-list-item {
  margin-bottom: 8px;
  padding-left: 0;
}

.brix---footer-list-item.reduce-padding {
  margin-bottom: 8px;
}

.text-span-2 {
  color: var(--black);
  font-weight: 500;
  text-decoration: underline;
  transition: all .35s;
}

.text-span-2:hover {
  background-color: var(--primary-yellow);
}

.bottom-nav-bar {
  background-color: #f5f5f5;
}

.brix---footer-bottom {
  color: #6e7191;
  text-align: center;
  border-top: 1px solid #0003;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.div-block-10 {
  display: none;
}

.brix---grid-footer-v1 {
  grid-column-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr 1fr 1fr 1.5fr;
}

.brix---footer-list-wrapper {
  color: #5b5c5c;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.dot {
  background-color: var(--black);
  border-radius: 50px;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---footer-col-title {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.brix---footer-logo {
  width: 100px;
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
  display: none;
}

.container-5 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 0;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---icon-square-36px {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---icon-square-36px.small {
  width: 28px;
}

.brix---footer-top {
  padding-top: 60px;
  padding-bottom: 60px;
}

.social-media-icon-image {
  opacity: .8;
}

.brix---footer-link {
  color: var(--text-grey);
  padding-bottom: 2px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.brix---footer-link:hover {
  text-decoration: underline;
  transform: scale(.99);
}

.bottom-line {
  color: var(--text-grey);
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}

.text-block-3 {
  color: var(--black);
  max-width: 400px;
  font-size: 16px;
}

.body {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.banner-heading {
  color: var(--white);
  text-align: left;
  max-width: 500px;
  margin-bottom: 20px;
}

.button-small-copy {
  color: #fff;
  text-align: center;
  background-color: #2e8c8c;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.button-small-copy:hover {
  outline-offset: 0px;
  background-color: #1f5d5d;
  outline: 1px solid #fff;
}

.button-small-copy-copy {
  color: #fff;
  text-align: center;
  background-color: #2e8c8c;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.button-small-copy-copy:hover {
  outline-offset: 0px;
  background-color: #1f5d5d;
  outline: 1px solid #fff;
}

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

.usp-content {
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.usp-text {
  color: var(--text-grey);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

.usp-text.centre {
  text-align: center;
}

.home-banner-section {
  margin-top: -86px;
  position: relative;
}

.featured-category-section {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.line {
  background-color: var(--secondary-yellow);
  border-radius: 20px;
  align-self: auto;
  width: 40px;
  height: 6px;
  margin-top: 4px;
}

.line.left-aligned {
  align-self: flex-start;
}

.header {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

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

.header-copy, .fc-header {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

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

.fc-heading {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

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

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

.about-section {
  background-image: linear-gradient(#fffc, #fffc), url('../images/pexels-expect-best-323705.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 160px;
  padding-bottom: 80px;
}

.about-section.about {
  padding-top: 80px;
}

.about-left, .about-right {
  width: 50%;
}

.about-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.about-heading {
  margin-top: 0;
  font-size: 31px;
}

.featured-brand-section {
  background-color: var(--text-white);
  background-image: linear-gradient(135deg, var(--dark-blue), var(--primary-blue));
  color: #771515;
  text-align: left;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
}

.fb-heading {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

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

.primary-button-copy {
  background-color: var(--primary-yellow);
  color: var(--black);
  text-align: center;
  border-radius: 3px;
  justify-content: flex-end;
  margin-top: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.2;
  transition: all .3s;
}

.primary-button-copy:hover {
  background-image: linear-gradient(to bottom, var(--secondary-yellow), var(--secondary-yellow));
}

.primary-button-copy.mobile {
  background-color: #2e8c8c;
  transition: all .25s;
}

.primary-button-copy.mobile:hover {
  background-color: #1f5d5d;
}

.primary-button-copy.small {
  background-color: var(--white);
  background-image: linear-gradient(135deg, var(--secondary-yellow), var(--primary-yellow) 69%);
  color: var(--black);
  padding-top: 12px;
  padding-bottom: 12px;
}

.primary-button-copy._40-padding {
  margin-top: 40px;
}

.primary-button-copy-copy {
  background-color: var(--primary-yellow);
  color: var(--black);
  text-align: center;
  border-radius: 3px;
  justify-content: flex-end;
  margin-top: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.2;
  transition: all .3s;
}

.primary-button-copy-copy:hover {
  background-image: linear-gradient(to bottom, var(--secondary-yellow), var(--secondary-yellow));
}

.primary-button-copy-copy.mobile {
  background-color: #2e8c8c;
  transition: all .25s;
}

.primary-button-copy-copy.mobile:hover {
  background-color: #1f5d5d;
}

.primary-button-copy-copy.small {
  background-color: var(--white);
  background-image: linear-gradient(135deg, var(--secondary-yellow), var(--primary-yellow) 69%);
  color: var(--black);
  padding-top: 12px;
  padding-bottom: 12px;
}

.primary-button-copy-copy._40-padding {
  margin-top: 40px;
}

.channel-partner-section {
  background-color: var(--dark-blue);
  padding: 40px 60px;
  display: none;
}

.brand-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

.contact-us-section {
  background-image: url('../images/contact_background.png');
  background-position: 50%;
  background-size: cover;
  margin-top: -2px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.link {
  color: var(--text-grey);
  text-align: left;
  text-decoration: none;
}

.featured-products-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: stretch;
  margin-top: 40px;
  display: grid;
}

.contact-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  display: flex;
}

.contact-left {
  width: 50%;
  padding-top: 40px;
}

.form-block-2 {
  background-color: var(--white);
  border-radius: 5px;
  width: 50%;
  max-width: 450px;
  margin-bottom: 0;
  padding: 40px;
  box-shadow: 0 0 20px 5px #0003;
}

.textfield {
  color: var(--black);
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

.textfield.sub-text {
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 14px;
}

.textfield.sub-text.mobile {
  color: var(--text-white);
  font-size: 16px;
}

.textfield.banner-subtext {
  margin-top: 16px;
}

.textfield.black {
  color: var(--text-grey);
}

.textfield.white {
  color: var(--white);
}

.text-field.taller {
  height: 80px;
}

.contact-form-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.contact-left-heading {
  color: var(--white);
  text-align: left;
  max-width: 500px;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.contact-arrow {
  width: 48px;
  height: 48px;
  margin-top: 20px;
}

.brand-logobox {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 65%;
  display: flex;
}

.brand-textbox {
  background-color: #f5f5f5;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 35%;
  padding: 16px;
  display: flex;
}

.brand-logo {
  text-align: center;
  object-fit: scale-down;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.brand-name-1 {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.brand-name-1.sub-text {
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 14px;
}

.brand-name-1.sub-text.mobile {
  color: var(--text-white);
  font-size: 16px;
}

.brand-name-1.banner-subtext {
  margin-top: 16px;
}

.brand-name-1.black {
  color: var(--text-grey);
}

.brand-name-1.white {
  color: var(--white);
}

.fp-card {
  background-color: var(--white);
  border-radius: 3px;
  width: 100%;
  height: 250px;
  text-decoration: none;
  transition: all .35s;
  box-shadow: 0 0 5px 2px #0000001a;
}

.fp-card:hover {
  transform: translate(0, -11px);
  box-shadow: 0 0 10px 2px #0003;
}

.fp-imagebox {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 65%;
}

.fp-textbox {
  z-index: 3;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 35%;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.fp-image {
  object-fit: scale-down;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  height: 80%;
}

.fp-name {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.fp-name.sub-text {
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 14px;
}

.fp-name.sub-text.mobile {
  color: var(--text-white);
  font-size: 16px;
}

.fp-name.banner-subtext {
  margin-top: 16px;
}

.fp-name.black {
  color: var(--text-grey);
}

.fp-name.white {
  color: var(--white);
}

.fp-name._1-line-height {
  line-height: 1;
}

.fp-description {
  color: var(--text-grey);
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.2;
}

.fp-description.sub-text {
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 14px;
}

.fp-description.sub-text.mobile {
  color: var(--text-white);
  font-size: 16px;
}

.fp-description.banner-subtext {
  margin-top: 16px;
}

.fp-description.black {
  color: var(--text-grey);
}

.fp-description.white {
  color: var(--white);
}

.fp-description.hide {
  display: none;
}

.paragraph-copy {
  color: var(--text-white);
  max-width: 500px;
  margin-top: 10px;
}

.paragraph-copy.sub-text {
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 14px;
}

.paragraph-copy.sub-text.mobile {
  color: var(--text-white);
  font-size: 16px;
}

.paragraph-copy.banner-subtext {
  margin-top: 16px;
}

.paragraph-copy.black {
  color: var(--text-grey);
}

.paragraph-copy.white {
  color: var(--white);
}

.fp-cta-text {
  color: var(--text-grey);
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.fp-cta-text.sub-text {
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 14px;
}

.fp-cta-text.sub-text.mobile {
  color: var(--text-white);
  font-size: 16px;
}

.fp-cta-text.banner-subtext {
  margin-top: 16px;
}

.fp-cta-text.black {
  color: var(--text-grey);
}

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

.fp-cta-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.fp-cta {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand_name {
  color: var(--black-2);
  background-color: #f5f5f500;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 13px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.brand_name:hover {
  pointer-events: auto;
  color: #003566;
  background-color: #f5f5f5;
}

.brand_name.inside_box {
  background-color: var(--dark-blue);
  color: #fff;
}

.brand_name.inside_box:hover {
  background-color: var(--primary-blue);
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.brand-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-height: none;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 15px #00000026;
}

.brand_title_box-2 {
  color: #876f6f;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.brand_title_box-2:hover {
  color: #fff;
  background-color: #00356600;
  font-size: 14px;
  font-weight: 600;
}

.featured-brands-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 40px;
  display: grid;
}

.brand-card-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-height: none;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 15px #00000026;
}

.brand_title-2 {
  color: #1f5d5d;
  background-color: #f5f5f500;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 13px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.brand_title-2:hover {
  pointer-events: auto;
  color: #003566;
  background-color: #f5f5f5;
}

.brand_title-2.inside_box {
  color: #fff;
  background-color: #2e8c8c;
}

.brand_title-2.inside_box:hover {
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.brand_title_box-3 {
  color: #876f6f;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.brand_title_box-3:hover {
  color: #fff;
  background-color: #00356600;
  font-size: 14px;
  font-weight: 600;
}

.div-block-11 {
  background-color: var(--white);
}

.banner-section {
  background-image: linear-gradient(#001d3dcc, #001d3dcc), url('../images/unsplash_D46mXLsQRJw.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -86px;
  padding-top: 180px;
  padding-bottom: 40px;
}

.banner-section.rough {
  margin-top: 0;
}

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

.breadcrumb {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  place-content: space-between flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.link-2 {
  color: #f5f5f5;
  text-decoration: none;
}

.link-2.page {
  color: var(--black);
  line-height: 1.2;
}

.link-2.page.w--current {
  color: #f5f5f5;
  line-height: 1.2;
}

.divider {
  color: var(--text-grey);
}

.home-banner-section-copy {
  background-image: linear-gradient(#001d3dcc, #001d3dcc), url('../images/unsplash_D46mXLsQRJw.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -86px;
  padding-top: 180px;
  padding-bottom: 200px;
}

.breadcrumb-text {
  color: var(--black);
  border-radius: 3px;
  align-self: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: all .3s;
}

.breadcrumb-text.sub-text {
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 14px;
}

.breadcrumb-text.sub-text.mobile {
  color: var(--text-white);
  font-size: 16px;
}

.breadcrumb-text.banner-subtext {
  margin-top: 16px;
}

.breadcrumb-text.black {
  color: var(--text-grey);
}

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

.breadcrumb-text.current {
  font-weight: 700;
}

.breadcrumb-text.current:hover {
  background-color: #0000;
}

.breadcrumb-icon {
  width: 12px;
  height: 12px;
  margin: 4px;
}

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

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

.category-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.category-container.bottom-padding {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.category-infobox {
  width: 50%;
}

.category-imagebox {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.category-name {
  color: var(--primary-blue);
  text-align: left;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 32px;
}

.category-name.exception {
  align-self: flex-start;
  max-width: none;
}

.category-para {
  color: var(--text-grey);
  margin-top: 10px;
}

.category-para.sub-text {
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 14px;
}

.category-para.sub-text.mobile {
  color: var(--text-white);
  font-size: 16px;
}

.category-para.banner-subtext {
  margin-top: 16px;
}

.category-para.black {
  color: var(--text-grey);
}

.category-para.white {
  color: var(--white);
}

.category-image {
  object-fit: scale-down;
  border-radius: 3px;
  flex: 1;
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 400px;
}

.body-2 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.category-products-section {
  padding-top: 40px;
  padding-bottom: 80px;
}

.cd-header {
  color: var(--primary-blue);
  text-align: left;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 32px;
}

.sub-products-section {
  background-image: linear-gradient(135deg, var(--dark-blue), var(--primary-blue) 45%);
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.sub-product-heading {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

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

.sub-product-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-top: 40px;
  display: grid;
}

.sub-p-card {
  background-color: var(--white);
  border-radius: 3px;
  padding: 0;
  text-decoration: none;
}

.sub-p-imagebox {
  height: 50%;
}

.sub-p-imagebox.no-cta {
  height: 65%;
}

.sub-p-contentbox {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 50%;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.sub-p-contentbox.no-cta {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  height: 35%;
}

.sub-p-image {
  object-fit: contain;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.sub-p-image.cover {
  object-fit: cover;
}

.sub-p-name {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 50%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.sub-p-name.sub-text {
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 14px;
}

.sub-p-name.sub-text.mobile {
  color: var(--text-white);
  font-size: 16px;
}

.sub-p-name.banner-subtext {
  margin-top: 16px;
}

.sub-p-name.black {
  color: var(--text-grey);
}

.sub-p-name.white {
  color: var(--white);
}

.sub-p-header-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-infobox {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.featured-products-section {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.sub-p-card-copy {
  background-color: var(--white);
  border-radius: 3px;
  padding: 0;
  text-decoration: none;
}

.brand-page-card {
  background-color: var(--white);
  object-fit: fill;
  border-radius: 3px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 15rem;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-page-category-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-top: 40px;
  display: grid;
}

.brand-category-imagebox {
  height: 100%;
  overflow: hidden;
}

.brand-category-image {
  object-fit: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 20px 10px 10px;
}

.brand-category-contentbox {
  z-index: 6;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  height: 50%;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-category-name {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 50%;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.brand-category-name.sub-text {
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 14px;
}

.brand-category-name.sub-text.mobile {
  color: var(--text-white);
  font-size: 16px;
}

.brand-category-name.banner-subtext {
  margin-top: 16px;
}

.brand-category-name.black {
  color: var(--text-grey);
}

.brand-category-name.white {
  color: var(--white);
}

.not-home-banner {
  background-image: linear-gradient(#001d3dcc, #001d3dcc), url('../images/unsplash_D46mXLsQRJw.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -86px;
  padding-top: 120px;
  padding-bottom: 60px;
}

.not-home-banner.contact-us {
  padding-top: 40px;
}

.not-home-banner-heading {
  color: var(--white);
  text-align: center;
  max-width: 800px;
  margin-bottom: 20px;
}

.usp-not-home {
  background-color: var(--primary-blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-details-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand-category-slide {
  background-color: var(--primary-yellow);
  border-radius: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: none;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 95%);
}

.brand-category-slide:hover {
  justify-content: flex-end;
  align-items: center;
  inset: 0%;
}

.yellowblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--primary-yellow);
  opacity: 1;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 96%);
}

.yellowblock:hover {
  border-radius: 3px;
  inset: 0%;
}

.top-nav-bar-copy {
  background-color: #001d3d00;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.top-nav-bar-copy.no-background {
  background-color: #001d3d00;
}

.top-nav-bar-copy.background {
  background-color: var(--primary-blue);
}

.nav_link-copy.w--current, .nav_link-copy.w--current:hover {
  color: #fff;
}

.nav_link-copy.w--current, .nav_link-copy.w--current:hover {
  color: #fff;
}

.nav_link-copy {
  color: #fff;
  text-align: center;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav_link-copy:hover {
  border-style: none;
  border-width: 1px 0 1px 1px;
  border-color: var(--primary-yellow);
  outline-offset: 0px;
  background-color: #ffd60a33;
  border-radius: 3px;
  outline: 3px #fff;
}

.nav_link-copy.w--current, .nav_link-copy.w--current:hover {
  color: #fff;
}

.text-span-3 {
  opacity: .9;
  font-size: 25px;
  font-weight: 400;
}

.sub-p-card--no-cta {
  background-color: var(--white);
  border-radius: 3px;
  padding: 0;
  text-decoration: none;
}

.other-brands {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-self: stretch;
  margin-top: 40px;
  display: grid;
}

.other-brand-section {
  background-color: var(--text-white);
  color: #771515;
  text-align: left;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
}

.fp-brand-image {
  object-fit: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  height: 80%;
}

.fp-brand-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  height: 25%;
}

.fp-brand-grid.exception {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.fp-brand-logo {
  object-fit: scale-down;
  height: 40px;
}

.image-27 {
  width: 25%;
}

.other-brand-logos {
  object-fit: contain;
  width: 100px;
  margin-left: -10px;
}

.main-header-section {
  padding-top: 80px;
  padding-bottom: 0;
}

.new-icon-button {
  background-color: var(--primary-yellow);
  color: var(--black);
  text-align: center;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding: 8px;
  font-size: 15px;
  line-height: 1.2;
  transition: all .3s;
  display: flex;
}

.new-icon-button:hover {
  background-color: var(--primary-blue);
  outline-color: var(--text-white);
  outline-offset: 0px;
  color: var(--white);
  outline-width: 1px;
  outline-style: solid;
}

.new-icon-button.mobile {
  background-color: #2e8c8c;
  transition: all .25s;
}

.new-icon-button.mobile:hover {
  background-color: #1f5d5d;
}

.new-icon-button.small {
  background-image: linear-gradient(135deg, var(--secondary-yellow), var(--primary-yellow) 69%);
  padding: 12px 24px;
}

.new-icon-button.small:hover {
  background-color: var(--primary-blue);
  color: var(--white);
  background-image: none;
}

.new-icon-button._40-padding {
  margin-top: 40px;
}

.new-icon-button.contact {
  width: 100%;
  margin-top: 40px;
}

.new-icon-button.product {
  justify-content: center;
  align-items: center;
  height: 50%;
  margin-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  display: flex;
}

.new-icon-button.brand-category {
  margin-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
}

.button-icon-image {
  width: 40px;
  height: auto;
}

.button-icon-image.hide {
  display: none;
}

.new-cta-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.new-icon-button-2 {
  color: #000;
  text-align: center;
  background-color: #ffd60a;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding: 8px;
  font-size: 15px;
  line-height: 1.2;
  transition: all .3s;
  display: flex;
}

.new-icon-button-2:hover {
  outline-offset: 0px;
  color: #fff;
  background-color: #003566;
  outline: 1px solid #fffc;
}

.new-icon-button-3 {
  color: #000;
  text-align: center;
  background-color: #ffd60a;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding: 8px;
  font-size: 15px;
  line-height: 1.2;
  transition: all .3s;
  display: flex;
}

.new-icon-button-3:hover {
  outline-offset: 0px;
  color: #fff;
  background-color: #003566;
  outline: 1px solid #fffc;
}

.new-icon-button-4 {
  color: #000;
  text-align: center;
  background-color: #ffd60a;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding: 8px;
  font-size: 15px;
  line-height: 1.2;
  transition: all .3s;
  display: flex;
}

.new-icon-button-4:hover {
  outline-offset: 0px;
  color: #fff;
  background-color: #003566;
  outline: 1px solid #fffc;
}

.inner-container {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.icon {
  margin-bottom: 15px;
  padding-left: 0;
}

.text-block-25 {
  margin-right: 24px;
}

.dropdown-list {
  margin-top: 10px;
}

.dropdown-menu-items {
  background-color: var(--white);
  color: var(--dark-blue);
  text-align: center;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: .85rem 1.25rem;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.dropdown-menu-items:hover {
  border-style: none;
  border-width: 1px 0 1px 1px;
  border-color: var(--primary-yellow);
  background-color: var(--primary-yellow);
  outline-offset: 0px;
  border-radius: 3px;
  outline: 3px #fff;
}

.dropdown-menu-items.w--current {
  background-color: var(--primary-yellow);
  color: var(--black);
}

.dropdown-menu-items.w--current:hover {
  color: #fff;
}

.about-imagebox {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.about-inner-container {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-section-image {
  z-index: 1;
  width: 100%;
  height: 45%;
}

.about-section-image._2 {
  z-index: 2;
  top: -144px;
  left: 80px;
}

.blank-div {
  height: 5%;
}

.about-images {
  object-fit: cover;
  width: 49%;
  height: 100%;
  max-height: 450px;
}

.about-images.bottom {
  max-width: none;
  padding-bottom: 40px;
}

.about-images.top {
  padding-top: 40px;
}

.contact-info-section {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: center;
  border-radius: 3px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 20px 3px #0000001a;
}

.info-text {
  color: var(--text-grey);
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
}

.info-text.centre {
  text-align: center;
}

.contact-header {
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.text-span-4, .text-span-5 {
  color: var(--dark-blue);
  font-weight: 700;
}

.text-span-6 {
  color: var(--secondary-yellow);
}

.text-span-7, .text-span-8 {
  color: var(--primary-blue);
  font-weight: 700;
}

.special-text-container {
  background-color: var(--primary-yellow);
  border-width: 2px;
  border-color: #3333331a;
  border-radius: 5px;
  justify-content: space-between;
  max-width: 95%;
  margin-top: 60px;
  padding: 32px;
  display: flex;
}

.special-text {
  text-align: left;
  align-self: center;
  display: inline-block;
}

.special-text-button {
  background-color: var(--primary-blue);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 16px;
  font-size: 16px;
  line-height: 1.2;
  transition: all .3s;
  display: inline-block;
}

.special-text-button:hover {
  background-color: var(--primary-yellow);
  color: var(--black);
}

.special-text-button._40-padding {
  align-self: flex-start;
  margin-top: 40px;
}

.special-text-button._40-padding.hide {
  display: none;
}

.special-text-button.product {
  text-align: center;
  margin-top: 10px;
  padding: 16px;
}

.special-text-button.brand-category {
  margin-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
}

.special-text-button.brand:hover {
  background-color: var(--white);
}

.special-text-button._40-bottom-padding {
  align-self: flex-end;
}

.special-text-button.v-stretch {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.special-text-button.h-a {
  border: 1px solid var(--white);
  align-self: center;
  margin-top: 40px;
  display: none;
}

.special-text-button.jekon:hover {
  background-color: var(--white-2);
  color: var(--dark-blue);
}

.special-text-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-8 {
  color: #000c;
  text-decoration: none;
  transition: opacity .35s;
}

.link-8:hover {
  text-decoration: underline;
}

.padding-2 {
  width: 100%;
  padding-bottom: .5rem;
}

.link-7 {
  color: #000;
}

.rl_footer3_text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer3_text.main {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.rl_footer3_logo {
  width: 73px;
  max-width: 100%;
}

.rl_footer3_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer3_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-small {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-small.mobile {
  color: #000c;
  width: 95%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
}

.link-9 {
  color: #000c;
}

.link-6, .link-10 {
  color: #000;
}

.rl_footer3_logo-link {
  float: none;
  padding-left: 0;
}

.div-block-12 {
  padding-top: 10px;
}

.text-span-9 {
  font-weight: 700;
}

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

.mask {
  padding-bottom: 0;
  padding-right: 0;
}

.slider {
  height: 80vh;
  padding-right: 0;
}

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

.second-slide {
  background-image: linear-gradient(#003566bf, #003566bf), url('../images/SMB-Backgroung-Images-02.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.first-slide {
  background-image: linear-gradient(#003566bf, #003566bf), url('../images/SMB-Backgroung-Images-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-banner {
  text-align: center;
  flex: 0 auto;
  width: 600px;
  max-width: 2000px;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 65px;
  display: block;
}

.mask-2 {
  position: absolute;
}

.icon-2 {
  display: none;
}

.homescreen-carousel {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  max-height: 800px;
  display: flex;
  overflow: hidden;
}

.slide-nav-2 {
  height: 0;
}

.third-slide {
  background-image: linear-gradient(#003566bf, #003566bf), url('../images/SMB-Backgroung-Images-03.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-container {
  z-index: 3;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.banner-container.right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.banner-container.footer {
  max-width: 100px;
}

.banner-container.vertical {
  flex-flow: column;
  display: flex;
}

.banner-container.banner {
  padding-top: 100px;
}

.fourth-slide {
  background-image: linear-gradient(#003566bf, #003566bf), url('../images/SMB-Backgroung-Images-04.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.fifth-slide {
  background-image: linear-gradient(#003566bf, #003566bf), url('../images/SMB-Backgroung-Images-05.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.sixth-slide {
  background-image: linear-gradient(#003566bf, #003566bf), url('../images/SMB-Backgroung-Images-06.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-11 {
  color: var(--text-grey);
  text-decoration: none;
  transition: opacity .35s;
}

.link-11:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .paragraph.sub-text {
    margin-top: 31px;
    font-size: 16px;
  }

  .paragraph.sub-text.mobile {
    margin-top: 20px;
  }

  .container.right {
    display: flex;
  }

  .container.banner {
    padding-top: 140px;
  }

  .main-heading {
    font-size: 34px;
  }

  .primary-button.product {
    margin-top: 20px;
  }

  .image-26 {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .category_description {
    opacity: 0;
    justify-content: flex-end;
    align-items: stretch;
  }

  .category_description:hover {
    background-image: none;
    justify-content: flex-end;
    align-items: stretch;
  }

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

  .section-tag {
    display: flex;
  }

  .brand-card-1 {
    transition: all .35s;
  }

  .inside_brand {
    display: flex;
  }

  .featured-brands {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
  }

  .banner-heading {
    font-size: 38px;
  }

  .featured-products-grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
  }

  .textfield.sub-text {
    margin-top: 31px;
    font-size: 16px;
  }

  .textfield.sub-text.mobile {
    margin-top: 20px;
  }

  .brand-name-1 {
    font-size: 19px;
  }

  .brand-name-1.sub-text {
    margin-top: 31px;
    font-size: 16px;
  }

  .brand-name-1.sub-text.mobile {
    margin-top: 20px;
  }

  .fp-name.sub-text {
    margin-top: 31px;
    font-size: 16px;
  }

  .fp-name.sub-text.mobile {
    margin-top: 20px;
  }

  .fp-description.sub-text {
    margin-top: 31px;
    font-size: 16px;
  }

  .fp-description.sub-text.mobile {
    margin-top: 20px;
  }

  .paragraph-copy.sub-text {
    margin-top: 31px;
    font-size: 16px;
  }

  .paragraph-copy.sub-text.mobile {
    margin-top: 20px;
  }

  .fp-cta-text.sub-text {
    margin-top: 31px;
    font-size: 16px;
  }

  .fp-cta-text.sub-text.mobile {
    margin-top: 20px;
  }

  .breadcrumb-text.sub-text {
    margin-top: 31px;
    font-size: 16px;
  }

  .breadcrumb-text.sub-text.mobile {
    margin-top: 20px;
  }

  .category-name {
    font-size: 38px;
  }

  .category-para.sub-text {
    margin-top: 31px;
    font-size: 16px;
  }

  .category-para.sub-text.mobile {
    margin-top: 20px;
  }

  .cd-header {
    font-size: 38px;
  }

  .sub-product-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .sub-p-contentbox {
    padding: 16px;
  }

  .sub-p-name.sub-text {
    margin-top: 31px;
    font-size: 16px;
  }

  .sub-p-name.sub-text.mobile {
    margin-top: 20px;
  }

  .brand-page-card {
    height: 16rem;
  }

  .brand-page-category-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .brand-category-image {
    width: 15rem;
    max-width: 15rem;
  }

  .brand-category-contentbox {
    justify-content: center;
    align-items: center;
    padding: 24px;
  }

  .brand-category-name {
    font-size: 17px;
  }

  .brand-category-name.sub-text {
    margin-top: 31px;
    font-size: 16px;
  }

  .brand-category-name.sub-text.mobile {
    margin-top: 20px;
  }

  .not-home-banner-heading {
    font-size: 38px;
  }

  .nav_link-copy {
    color: var(--primary-blue);
  }

  .other-brands {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
  }

  .fp-brand-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .other-brand-logos {
    width: 120px;
  }

  .main-header-section {
    padding-top: 100px;
  }

  .new-icon-button.product {
    margin-top: 20px;
  }

  .banner-container.right {
    display: flex;
  }

  .banner-container.banner {
    padding-top: 140px;
  }
}

@media screen and (min-width: 1440px) {
  .nav_logo {
    flex: none;
  }

  .paragraph {
    max-width: 500px;
  }

  .paragraph.sub-text {
    font-size: 12px;
  }

  .secondary-button {
    font-size: 14px;
    line-height: 11px;
  }

  .secondary-button._40-bottom-padding {
    margin-bottom: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container.banner {
    padding-top: 220px;
  }

  .div-block-4 {
    line-height: 10px;
  }

  .main-heading {
    max-width: 600px;
    font-size: 36px;
  }

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

  .columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .usp {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 40px;
  }

  .category_description {
    opacity: 0;
    justify-content: flex-end;
  }

  .category_description:hover {
    background-image: none;
    justify-content: flex-end;
    align-items: stretch;
  }

  .category-card {
    width: auto;
    height: auto;
  }

  .h2 {
    font-size: 36px;
  }

  .h2.white {
    margin-bottom: 40px;
  }

  .cateogry-title-box {
    justify-content: flex-end;
  }

  .block-text {
    font-size: 16px;
    line-height: 20px;
  }

  .category-title {
    padding: 20px 16px;
    font-size: 16px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .category-title.inside_box {
    flex-direction: row;
  }

  .section-tag {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 40px;
  }

  .featured-categories-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .featured-brands {
    grid-row-gap: 36px;
  }

  .container-5 {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 0;
  }

  .home-banner-section {
    position: relative;
  }

  .primary-button-copy, .primary-button-copy-copy {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 1;
  }

  .featured-products-grid {
    grid-row-gap: 36px;
  }

  .textfield {
    max-width: 500px;
  }

  .textfield.sub-text {
    font-size: 12px;
  }

  .brand-name-1 {
    max-width: 500px;
  }

  .brand-name-1.sub-text {
    font-size: 12px;
  }

  .fp-imagebox {
    height: 60%;
  }

  .fp-textbox {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 40%;
  }

  .fp-name {
    max-width: 500px;
  }

  .fp-name.sub-text {
    font-size: 12px;
  }

  .fp-name._1-line-height {
    line-height: 1.4;
  }

  .fp-description {
    max-width: 500px;
  }

  .fp-description.sub-text {
    font-size: 12px;
  }

  .paragraph-copy {
    max-width: 500px;
  }

  .paragraph-copy.sub-text {
    font-size: 12px;
  }

  .fp-cta-text {
    max-width: 500px;
  }

  .fp-cta-text.sub-text {
    font-size: 12px;
  }

  .brand-card {
    box-shadow: 0 0 15px #0003;
  }

  .featured-brands-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .brand-card-2 {
    box-shadow: 0 0 15px #0003;
  }

  .breadcrumb-text {
    max-width: 500px;
  }

  .breadcrumb-text.sub-text, .category-para.sub-text {
    font-size: 12px;
  }

  .sub-p-imagebox {
    height: 55%;
  }

  .sub-p-contentbox {
    height: 45%;
  }

  .sub-p-name {
    max-width: 500px;
  }

  .sub-p-name.sub-text {
    font-size: 12px;
  }

  .brand-category-imagebox {
    height: 55%;
  }

  .brand-category-image.scale-down {
    object-fit: scale-down;
  }

  .brand-category-contentbox {
    height: 45%;
  }

  .brand-category-name {
    max-width: 500px;
  }

  .brand-category-name.sub-text {
    font-size: 12px;
  }

  .other-brands {
    grid-row-gap: 36px;
  }

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

  .new-icon-button {
    font-size: 14px;
    line-height: 1;
  }

  .new-cta-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 50%;
  }

  .new-icon-button-2, .new-icon-button-3, .new-icon-button-4 {
    font-size: 14px;
    line-height: 1;
  }

  .contact {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .special-text-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .special-text {
    font-size: 20px;
  }

  .special-text-button {
    padding: 24px;
    font-size: 14px;
    line-height: 11px;
  }

  .special-text-button._40-bottom-padding {
    margin-bottom: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .special-text-buttons {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home-banner {
    width: 800px;
    max-width: 2000px;
  }

  .banner-container.banner {
    padding-top: 220px;
  }

  .fifth-slide {
    background-image: linear-gradient(to bottom, null, null), url('../images/SMB-Backgroung-Images-05.jpg');
    background-size: auto, cover;
  }
}

@media screen and (min-width: 1920px) {
  .padding-global {
    max-width: none;
    padding-left: 220px;
    padding-right: 220px;
  }

  .nav_container {
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    margin-left: 220px;
    margin-right: 220px;
  }

  .container.banner {
    padding-top: 300px;
  }

  .container-2 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .columns {
    left: 220px;
    right: 220px;
  }

  .category_description {
    opacity: 0;
    background-color: #fff0;
    background-image: none;
    justify-content: flex-end;
  }

  .category_description:hover {
    justify-content: flex-end;
    align-items: stretch;
  }

  .container-3, .container-4 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .container-5 {
    flex-wrap: nowrap;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 0;
  }

  .about-imagebox {
    justify-content: space-between;
    align-self: stretch;
    display: flex;
  }

  .home-banner {
    width: 1000px;
  }

  .banner-container {
    margin-left: 220px;
    margin-right: 220px;
    padding-top: 15%;
  }

  .banner-container.banner {
    padding-top: 300px;
  }
}

@media screen and (max-width: 991px) {
  .nav_dropdown {
    width: 100%;
  }

  .combine-nav3_menu-button {
    padding: 0;
  }

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

  .nav_link {
    color: var(--white);
    text-align: left;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 1.25rem 2.5rem;
  }

  .nav_link:hover {
    background-color: var(--primary-yellow);
    color: var(--dark-blue);
    border-radius: 0;
  }

  .nav_link:lang(en) {
    color: #131313;
  }

  .combine-nav3_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-menu-icon_line-top {
    background-color: #fff;
    width: 32px;
    height: 3px;
  }

  .combine-nav3_item, .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-menu-icon_line-middle {
    background-color: #fff;
    width: 32px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .nav-button-wrapper {
    justify-content: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }

  .combine-nav3_icon {
    color: #003566;
  }

  .nav_link-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
  }

  .combine-menu-icon_line-bottom {
    background-color: #fff;
    width: 32px;
    height: 3px;
  }

  .nav_menu {
    text-align: left;
    background-color: #f2f3f7;
    border-bottom: 1px solid #bfc4ce;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-24 {
    color: #003566;
  }

  .combine-nav3_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .container, .container.right {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-2 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .columns {
    top: -100px;
    left: 40px;
    right: 40px;
  }

  .image-2 {
    width: 32px;
    height: 32px;
  }

  .category_description {
    opacity: 0;
    justify-content: flex-end;
  }

  .category_description:hover {
    justify-content: flex-end;
    align-items: stretch;
  }

  .container-3 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .h2 {
    font-size: 24px;
  }

  .brand_title {
    align-items: center;
    display: flex;
  }

  .container-4 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .inside_brand {
    text-decoration: none;
  }

  .dealers-stockists-section {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-6 {
    grid-column-gap: 0px;
    flex: 0 auto;
    align-self: auto;
    padding-top: 20px;
  }

  .get-in-touch-home-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-12 {
    font-size: 32px;
    line-height: 46px;
  }

  .form-block {
    flex: 0 auto;
  }

  .form {
    margin-top: 10px;
  }

  .div-block-9 {
    flex: 1;
    margin-right: 40px;
    display: block;
  }

  .div-block-8 {
    flex: 1;
    justify-content: space-between;
    align-self: auto;
  }

  .paragraph-4 {
    margin-bottom: 24px;
  }

  .brix---footer-list-item, .brix---footer-list-item.reduce-padding {
    margin-bottom: 16px;
  }

  .div-block-3 {
    display: none;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-10 {
    margin-bottom: 20px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---mg-bottom-40px, .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .container-5 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .text-block-3 {
    margin-bottom: 16px;
  }

  .usp-icon {
    width: 32px;
    height: 32px;
  }

  .about-section {
    padding-top: 160px;
  }

  .about-container {
    width: 100%;
  }

  .channel-partner-section {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-grid {
    flex: 0 auto;
    align-self: auto;
    padding-top: 20px;
  }

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

  .contact-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .form-block-2 {
    padding: 32px;
  }

  .fp-card {
    height: 260px;
  }

  .fp-name {
    line-height: 1.2;
  }

  .brand_name {
    align-items: center;
    display: flex;
  }

  .brand-card, .brand-card-2 {
    max-height: 200px;
  }

  .brand_title-2 {
    align-items: center;
    display: flex;
  }

  .category-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sub-p-imagebox {
    height: 45%;
  }

  .sub-p-contentbox {
    height: 55%;
  }

  .sub-p-name {
    margin-left: -2px;
    margin-right: -2px;
    line-height: 1.2;
  }

  .brand-category-imagebox {
    height: 45%;
  }

  .brand-category-contentbox {
    height: 55%;
  }

  .brand-category-name {
    margin-left: -2px;
    margin-right: -2px;
    line-height: 1.2;
  }

  .nav_link-copy {
    color: var(--black);
    text-align: left;
    align-items: flex-start;
    width: 100%;
    padding: 1.25rem 2.5rem;
  }

  .nav_link-copy:hover {
    background-color: var(--primary-yellow);
    color: var(--white);
    border-radius: 0;
  }

  .nav_link-copy:lang(en) {
    color: #131313;
  }

  .lottie-animation {
    width: auto;
  }

  .lottie-animation-2 {
    width: 48px;
    height: 48px;
  }

  .dropdown-menu-items {
    color: var(--black);
    text-align: left;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 1.25rem 2.5rem;
  }

  .dropdown-menu-items:hover {
    background-color: var(--primary-yellow);
    color: var(--white);
    border-radius: 0;
  }

  .dropdown-menu-items:lang(en) {
    color: #131313;
  }

  .lottie-animation-3 {
    width: 48px;
    height: 48px;
  }

  .dropdown {
    width: 100%;
  }

  .about-imagebox {
    width: 100%;
    margin-bottom: 40px;
  }

  .about-inner-container {
    flex-flow: column;
    max-height: none;
  }

  .contact {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .special-text-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .special-text {
    text-align: center;
    align-self: center;
  }

  .rl-text-style-small.mobile {
    width: 80%;
  }

  .home-banner {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .banner-container {
    max-width: 1440px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .banner-container.right {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .nav_link {
    color: #131313;
  }

  .nav_link:hover {
    outline-offset: 0px;
    border-radius: 0;
    outline: 1px #fff;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .paragraph.sub-text.mobile {
    text-align: center;
  }

  .secondary-button.mobile {
    font-size: 14px;
    line-height: 1.2;
  }

  .secondary-button.v-stretch {
    align-self: center;
  }

  .container {
    display: block;
  }

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

  .container.banner {
    padding-top: 60px;
  }

  .main-heading.mobile {
    text-align: center;
  }

  .primary-button.mobile {
    font-size: 14px;
    line-height: 1.2;
  }

  .container-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .columns {
    top: -120px;
    left: 20px;
    right: 20px;
  }

  .usp {
    flex-direction: column;
  }

  .image-26 {
    height: auto;
    overflow: visible;
  }

  .container-3 {
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }

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

  .section-7 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .section-8 {
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .container-4 {
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }

  .inside_brand {
    text-decoration: none;
  }

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

  .dealers-stockists-section {
    padding: 24px 40px;
  }

  .heading-12 {
    max-width: 100%;
  }

  .form-block, .form {
    width: 100%;
  }

  .div-block-9 {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

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

  .div-block-3 {
    display: block;
  }

  .brix---grid-footer-v1 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .container-5 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .about-section {
    padding-top: 220px;
  }

  .about-container {
    width: 100%;
  }

  .primary-button-copy.mobile, .primary-button-copy-copy.mobile {
    font-size: 14px;
    line-height: 1.2;
  }

  .channel-partner-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .contact-us-section {
    padding-top: 40px;
  }

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

  .contact-container {
    flex-direction: column;
  }

  .contact-left {
    width: 100%;
    padding-top: 0;
  }

  .form-block-2 {
    width: 100%;
    max-width: none;
  }

  .textfield.sub-text.mobile {
    text-align: center;
  }

  .contact-left-heading {
    margin-top: 0;
  }

  .contact-arrow {
    width: 32px;
    height: 32px;
    margin-top: 10px;
  }

  .paragraph-copy.sub-text.mobile, .brand-name-1.sub-text.mobile, .fp-name.sub-text.mobile, .fp-description.sub-text.mobile, .paragraph-copy.sub-text.mobile, .fp-cta-text.sub-text.mobile {
    text-align: center;
  }

  .featured-brands-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .breadcrumb-text.sub-text.mobile {
    text-align: center;
  }

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

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

  .category-infobox {
    width: 100%;
  }

  .category-imagebox {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .category-para.sub-text.mobile {
    text-align: center;
  }

  .category-image {
    max-width: none;
  }

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

  .sub-p-imagebox {
    height: 55%;
  }

  .sub-p-contentbox {
    height: 45%;
    padding: 16px;
  }

  .sub-p-name {
    margin-left: 0;
    margin-right: 0;
  }

  .sub-p-name.sub-text.mobile {
    text-align: center;
  }

  .featured-infobox {
    width: 100%;
  }

  .brand-page-category-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .brand-category-imagebox {
    height: 55%;
  }

  .brand-category-contentbox {
    height: 45%;
    padding: 16px;
  }

  .brand-category-name {
    margin-left: 0;
    margin-right: 0;
  }

  .brand-category-name.sub-text.mobile {
    text-align: center;
  }

  .nav_link-copy {
    color: #131313;
  }

  .nav_link-copy:hover {
    outline-offset: 0px;
    border-radius: 0;
    outline: 1px #fff;
  }

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

  .other-brand-section {
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .new-icon-button.mobile {
    font-size: 14px;
    line-height: 1.2;
  }

  .dropdown-menu-items {
    color: #131313;
  }

  .dropdown-menu-items:hover {
    outline-offset: 0px;
    border-radius: 0;
    outline: 1px #fff;
  }

  .contact {
    flex-direction: column;
  }

  .special-text-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .special-text-button.mobile {
    font-size: 14px;
    line-height: 1.2;
  }

  .special-text-button.v-stretch {
    align-self: center;
  }

  .padding-2, .rl_footer3_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_footer3_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .home-banner {
    width: auto;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-container {
    display: block;
  }

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

  .banner-container.banner {
    padding-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .nav_dropdown {
    color: #003566;
    display: none;
  }

  .combine-nav3_menu-button {
    align-self: center;
  }

  .nav_link {
    color: #000;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 16px;
  }

  .nav_link:hover {
    background-color: var(--primary-blue);
    color: #f2f3f7;
    border-radius: 0;
  }

  .nav_link.w--current {
    color: #131313;
  }

  .nav_link.w--current:hover {
    color: #fff;
  }

  .nav_logo-link.w--current {
    align-items: center;
  }

  .nav_logo {
    width: 54px;
    height: auto;
    margin-left: 0;
  }

  .top-nav-bar {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-small {
    flex: 1;
  }

  .combine-menu-icon_line-top {
    background-color: #fff;
    width: 28px;
    height: 2px;
  }

  .padding-global {
    padding-left: 1.25rem;
  }

  .combine-menu-icon_line-middle {
    background-color: #fff;
    width: 28px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .nav-button-wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .nav_container {
    align-items: stretch;
    max-width: 75.7rem;
  }

  .menu-icon {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .nav_link-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .combine-menu-icon_line-bottom {
    background-color: #fff;
    width: 28px;
    height: 2px;
  }

  .nav_menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    align-self: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .combine-nav3_dropdown-toggle:hover {
    outline-offset: 0px;
    border-radius: 0;
    outline: 1px #003566;
  }

  .paragraph.sub-text {
    color: #fffc;
    margin-top: 20px;
    margin-bottom: 80px;
    font-size: 16px;
  }

  .secondary-button {
    outline-offset: 0px;
    text-align: center;
    outline: 3px #fff;
    padding: 15px 32px;
    font-size: 14px;
    line-height: 1.4;
  }

  .secondary-button.mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-button.small {
    display: none;
  }

  .secondary-button.v-stretch {
    align-self: stretch;
    margin-top: 20px;
    display: none;
  }

  .secondary-button.h-a {
    display: flex;
  }

  .container {
    flex-direction: row-reverse;
    max-width: none;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
    overflow: visible;
  }

  .div-block-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    font-size: 9px;
  }

  .section-5 {
    margin-top: -87px;
    padding-top: 160px;
  }

  .main-heading {
    max-width: 500px;
    font-size: 30px;
    line-height: 1;
  }

  .primary-button {
    text-align: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 1.4;
  }

  .primary-button.mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button.product {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    display: flex;
  }

  .usps-section {
    position: relative;
  }

  .columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    top: -110px;
  }

  .columns.not-home {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: -20px;
  }

  .usp {
    flex-direction: row;
  }

  .image-2 {
    width: 32px;
    height: 32px;
  }

  .text-block-4 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .image-26 {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    max-width: none;
    display: block;
    overflow: hidden;
  }

  .category_description {
    opacity: 0;
    justify-content: flex-end;
  }

  .category-card {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
    overflow: hidden;
  }

  .category-image-box {
    flex: none;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    max-height: 320px;
    display: flex;
    overflow: hidden;
  }

  .container-3 {
    flex-direction: row-reverse;
    max-width: none;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
    overflow: visible;
  }

  .h2 {
    line-height: 1.2;
  }

  .h2.white {
    margin-bottom: 0;
    line-height: 1.2;
  }

  .cateogry-title-box {
    justify-content: flex-end;
    max-height: none;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .block-text {
    font-size: 11px;
  }

  .category-title {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    position: static;
    inset: 0%;
    overflow: hidden;
  }

  .category-title.inside_box {
    background-color: #1f5d5d;
  }

  .section-header {
    display: block;
  }

  .section-header.mobile {
    align-items: center;
    margin-top: 24px;
    padding-left: 0;
    display: flex;
  }

  .section-tag {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 20px;
    min-height: 0;
  }

  .featured-categories-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    overflow: hidden;
  }

  .block {
    width: 8px;
    height: 20px;
  }

  .section-7 {
    padding-top: 10%;
    padding-bottom: 15%;
  }

  .brand_title {
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    height: 100vw;
    max-height: 45px;
    padding: 0 0 0 10px;
    display: flex;
  }

  .brand_title.inside_box {
    text-decoration: none;
    overflow: hidden;
  }

  .brand_title.inside_box:hover {
    align-items: center;
  }

  .brand-card-1 {
    text-align: center;
  }

  .section-8 {
    padding-top: 10%;
    padding-bottom: 15%;
  }

  .brand_logo_box {
    justify-content: space-between;
    padding: 10px;
    overflow: hidden;
  }

  .image_holder {
    overflow: hidden;
  }

  .container-4 {
    flex-direction: row-reverse;
    max-width: none;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
    overflow: visible;
  }

  .inside_brand {
    justify-content: flex-end;
    text-decoration: none;
  }

  .inside_brand:hover {
    justify-content: flex-end;
    margin-bottom: -4px;
    padding-bottom: 0;
  }

  .featured-brands {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

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

  .dealers-stockists-section {
    object-fit: fill;
    background-position: 50%;
    background-size: cover;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-7 {
    width: 100%;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    width: auto;
  }

  .heading-12 {
    width: 100%;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }

  .form-block {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .form {
    width: 100%;
    margin-top: 0;
    padding: 24px 16px;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 0;
    display: flex;
  }

  .div-block-8 {
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-4 {
    display: block;
  }

  .padding {
    height: 16px;
    display: block;
  }

  .brix---footer-list-item {
    font-size: 16px;
  }

  .div-block-3 {
    display: none;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
  }

  .brix---footer-logo {
    width: 64px;
    margin-bottom: 10px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .container-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .bottom-line {
    flex: 1;
  }

  .bottom-line.small {
    flex: 1;
    font-size: 14px;
  }

  .banner-heading {
    font-size: 32px;
  }

  .button-small-copy, .button-small-copy-copy {
    flex: 1;
  }

  .usp-icon {
    width: 32px;
    height: 32px;
  }

  .usp-content {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
  }

  .usp-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .featured-category-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .header {
    display: block;
  }

  .header.mobile {
    align-items: center;
    margin-top: 24px;
    padding-left: 0;
    display: flex;
  }

  .header-copy {
    display: block;
  }

  .header-copy.mobile {
    align-items: center;
    margin-top: 24px;
    padding-left: 0;
    display: flex;
  }

  .fc-header {
    display: block;
  }

  .fc-header.mobile {
    align-items: center;
    margin-top: 24px;
    padding-left: 0;
    display: flex;
  }

  .fc-heading {
    display: block;
  }

  .fc-heading.mobile {
    align-items: center;
    margin-top: 24px;
    padding-left: 0;
    display: flex;
  }

  .about-section {
    padding-top: 464px;
  }

  .featured-brand-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .fb-heading {
    display: block;
  }

  .fb-heading.mobile {
    align-items: center;
    margin-top: 24px;
    padding-left: 0;
    display: flex;
  }

  .fb-heading.max-width {
    max-width: 300px;
  }

  .primary-button-copy {
    text-align: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 1.4;
  }

  .primary-button-copy.mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button-copy-copy {
    text-align: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 1.4;
  }

  .primary-button-copy-copy.mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .channel-partner-section {
    object-fit: fill;
    background-image: none;
    padding: 40px 0;
    display: none;
  }

  .brand-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    width: auto;
  }

  .contact-us-section {
    padding-top: 60px;
  }

  .featured-products-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    padding: 10px;
    overflow: hidden;
  }

  .textfield.sub-text {
    color: #fffc;
    margin-top: 20px;
    margin-bottom: 80px;
    font-size: 16px;
  }

  .brand-logobox {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .brand-textbox {
    padding: 12px;
  }

  .brand-logo {
    text-align: center;
    display: inline-block;
  }

  .paragraph-copy.sub-text {
    color: #fffc;
    margin-top: 20px;
    margin-bottom: 80px;
    font-size: 16px;
  }

  .brand-name-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    line-height: 1.2;
    display: flex;
  }

  .brand-name-1.sub-text {
    color: #fffc;
    margin-top: 20px;
    margin-bottom: 80px;
    font-size: 16px;
  }

  .fp-imagebox {
    height: 50%;
  }

  .fp-textbox {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 50%;
  }

  .fp-name.sub-text, .fp-description.sub-text, .paragraph-copy.sub-text, .fp-cta-text.sub-text {
    color: #fffc;
    margin-top: 20px;
    margin-bottom: 80px;
    font-size: 16px;
  }

  .brand_name {
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    height: 100vw;
    max-height: 45px;
    padding: 0 0 0 10px;
    display: flex;
  }

  .brand_name.inside_box {
    text-decoration: none;
    overflow: hidden;
  }

  .brand_name.inside_box:hover {
    align-items: center;
  }

  .brand-card {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    max-height: 200px;
    display: flex;
  }

  .brand_title_box-2 {
    justify-content: flex-end;
  }

  .featured-brands-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
    margin-top: 40px;
  }

  .brand-card-2 {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    max-height: 200px;
    display: flex;
  }

  .brand_title-2 {
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    height: 100vw;
    max-height: 45px;
    padding: 0 0 0 10px;
    display: flex;
  }

  .brand_title-2.inside_box {
    text-decoration: none;
    overflow: hidden;
  }

  .brand_title-2.inside_box:hover {
    align-items: center;
  }

  .brand_title_box-3 {
    justify-content: flex-end;
  }

  .banner-section {
    margin-top: -87px;
    padding-top: 160px;
  }

  .breadcrumb {
    flex-wrap: wrap;
    align-content: space-between;
    overflow: hidden;
  }

  .home-banner-section-copy {
    margin-top: -87px;
    padding-top: 160px;
  }

  .breadcrumb-text.sub-text {
    color: #fffc;
    margin-top: 20px;
    margin-bottom: 80px;
    font-size: 16px;
  }

  .category-section {
    padding-bottom: 40px;
  }

  .category-para.sub-text {
    color: #fffc;
    margin-top: 20px;
    margin-bottom: 80px;
    font-size: 16px;
  }

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

  .sub-product-heading {
    display: block;
  }

  .sub-product-heading.mobile {
    align-items: center;
    margin-top: 24px;
    padding-left: 0;
    display: flex;
  }

  .sub-product-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .sub-p-imagebox {
    height: 50%;
  }

  .sub-p-imagebox.exception {
    height: 45%;
  }

  .sub-p-contentbox {
    height: 50%;
    padding: 8px;
  }

  .sub-p-contentbox.exception {
    height: 55%;
  }

  .sub-p-image {
    object-fit: scale-down;
  }

  .sub-p-name {
    height: 50%;
    font-size: 16px;
    line-height: 1.2;
  }

  .sub-p-name.sub-text {
    color: #fffc;
    margin-top: 20px;
    margin-bottom: 80px;
    font-size: 16px;
  }

  .brand-page-card {
    height: 16rem;
  }

  .brand-page-category-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .brand-category-imagebox {
    height: 66%;
  }

  .brand-category-image {
    object-fit: contain;
    width: 17rem;
    max-width: none;
  }

  .brand-category-contentbox {
    justify-content: center;
    align-items: center;
  }

  .brand-category-name {
    font-size: 18px;
    line-height: 1.5;
  }

  .brand-category-name.sub-text {
    color: #fffc;
    margin-top: 20px;
    margin-bottom: 80px;
    font-size: 16px;
  }

  .usp-not-home {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .top-nav-bar-copy {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav_link-copy {
    color: #000;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 16px;
  }

  .nav_link-copy:hover {
    background-color: var(--primary-blue);
    color: #f2f3f7;
    border-radius: 0;
  }

  .nav_link-copy.w--current {
    color: #131313;
  }

  .nav_link-copy.w--current:hover {
    color: #fff;
  }

  .other-brands {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .other-brand-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .fp-brand-grid.exception {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .new-icon-button {
    text-align: center;
    height: 90%;
    padding: 4px;
    font-size: 14px;
    line-height: 1.4;
  }

  .new-icon-button.mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .new-icon-button.product {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    display: flex;
  }

  .new-cta-box {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    height: 50%;
  }

  .new-icon-button-2, .new-icon-button-3, .new-icon-button-4 {
    text-align: center;
    padding: 4px;
    font-size: 14px;
    line-height: 1.4;
  }

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

  .dropdown-menu-items {
    color: #000;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 16px;
  }

  .dropdown-menu-items:hover {
    background-color: var(--primary-blue);
    color: #f2f3f7;
    border-radius: 0;
  }

  .dropdown-menu-items.w--current {
    color: #131313;
  }

  .dropdown-menu-items.w--current:hover {
    color: #fff;
  }

  .about-images {
    height: 240px;
  }

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

  .contact {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .info-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .contact-header {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
  }

  .special-text-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .special-text {
    max-width: 340px;
  }

  .special-text-button {
    outline-offset: 0px;
    text-align: center;
    outline: 3px #fff;
    align-self: stretch;
    padding: 15px 32px;
    line-height: 1.4;
  }

  .special-text-button.mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .special-text-button.small {
    display: none;
  }

  .special-text-button.v-stretch {
    align-self: stretch;
    margin-top: 20px;
    display: none;
  }

  .special-text-button.h-a {
    display: flex;
  }

  .special-text-buttons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-self: stretch;
  }

  .padding-2 {
    padding-bottom: 2rem;
  }

  .rl_footer3_text {
    margin-bottom: 10px;
  }

  .rl_footer3_logo {
    margin-bottom: 20px;
  }

  .rl_footer3_spacing-block-2 {
    padding-bottom: 2rem;
  }

  .rl-text-style-small {
    font-size: 14px;
  }

  .rl-text-style-small.mobile {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
  }

  .slider {
    height: 90vh;
  }

  .home-banner {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 1.2;
  }

  .homescreen-carousel {
    height: 90vh;
  }

  .banner-container {
    flex-direction: row-reverse;
    max-width: none;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 38%;
    display: block;
    overflow: visible;
  }
}

#w-node-b05f4c77-314b-2276-85ed-b10847af2f0f-ab81e124 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_593b360c-8b18-8ed7-fb48-f848f0f66598-ab81e124 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b05f4c77-314b-2276-85ed-b10847af2f1b-ab81e124 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_24491d5e-1a7e-bf79-dd89-fd705b5dd2d7-ab81e124 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b05f4c77-314b-2276-85ed-b10847af2f27-ab81e124 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_1f140b56-5dc4-4e5d-722e-bc087a63c5c5-ab81e124 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b05f4c77-314b-2276-85ed-b10847af2f33-ab81e124 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_14c92917-63c8-8f6c-0cf3-65968f623933-ab81e124 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b05f4c77-314b-2276-85ed-b10847af2f3f-ab81e124 {
  justify-self: stretch;
}

#w-node-_694a13f7-5bd3-bc41-70b0-2d8b899443cb-ab81e124 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b05f4c77-314b-2276-85ed-b10847af2f4b-ab81e124 {
  justify-self: stretch;
}

#w-node-_25ce0bb4-f6ee-918c-bc9e-3bd0188d6cc4-ab81e124 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b05f4c77-314b-2276-85ed-b10847af2f57-ab81e124 {
  justify-self: stretch;
}

#w-node-_04db3e76-fe59-2c01-c6d3-7bbfb38b65d5-ab81e124 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_04db3e76-fe59-2c01-c6d3-7bbfb38b65d6-ab81e124 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b05f4c77-314b-2276-85ed-b10847af2f63-ab81e124 {
  justify-self: stretch;
}

#w-node-_70968ccb-d7bd-c6d8-1c8d-009c26336cf5-ab81e124 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_58af36ae-a90a-dd1e-c1c3-c2e71549b1c5-ab81e124 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1b73ae01-e051-29b2-eb1e-aacaee58569f-ab81e124 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_63264e7b-c68e-a887-92d1-6c60b99fab1a-ab81e124 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_67f82c32-f701-6fb7-2d5c-bba202ea0135-ab81e124 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_1f663567-38f0-9338-b871-0c66abcd6b40-ab81e124, #w-node-_67bcd994-b205-b913-c379-7bb9ff3b0daa-ab81e124, #w-node-d32891ce-ebb5-33dd-d291-5d739ea665c9-ab81e124, #w-node-_5fe599ae-3d60-f35d-57ba-056e91bd85d9-ab81e124 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_593b360c-8b18-8ed7-fb48-f848f0f66598-ab81e124, #w-node-_24491d5e-1a7e-bf79-dd89-fd705b5dd2d7-ab81e124, #w-node-_1f140b56-5dc4-4e5d-722e-bc087a63c5c5-ab81e124 {
    grid-column: 4 / 5;
  }

  #w-node-b05f4c77-314b-2276-85ed-b10847af2f33-ab81e124 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_14c92917-63c8-8f6c-0cf3-65968f623933-ab81e124, #w-node-_694a13f7-5bd3-bc41-70b0-2d8b899443cb-ab81e124 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_25ce0bb4-f6ee-918c-bc9e-3bd0188d6cc4-ab81e124 {
    grid-column: 4 / 5;
  }

  #w-node-_1f663567-38f0-9338-b871-0c66abcd6b40-ab81e124, #w-node-_67bcd994-b205-b913-c379-7bb9ff3b0daa-ab81e124, #w-node-d32891ce-ebb5-33dd-d291-5d739ea665c9-ab81e124, #w-node-_5fe599ae-3d60-f35d-57ba-056e91bd85d9-ab81e124 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_593b360c-8b18-8ed7-fb48-f848f0f66598-ab81e124 {
    grid-column: 5 / 6;
  }

  #w-node-c5bc5ce9-9541-ca7a-eae1-9d15ad4616d1-ad4616cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f663567-38f0-9338-b871-0c66abcd6b40-ab81e124, #w-node-_67bcd994-b205-b913-c379-7bb9ff3b0daa-ab81e124, #w-node-d32891ce-ebb5-33dd-d291-5d739ea665c9-ab81e124, #w-node-_5fe599ae-3d60-f35d-57ba-056e91bd85d9-ab81e124 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-c5bc5ce9-9541-ca7a-eae1-9d15ad4616d1-ad4616cd {
    grid-column: span 2 / span 2;
  }
}


