:root {
  --text-grey: #333;
  --primary-blue: #0753cd;
  --primary-white: white;
  --primary-black: #1b1b1b;
  --whitesmoke: #f5f5f5;
  --dark-blue: #061f43;
  --white: white;
  --black: black;
}

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

.container-medium {
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-left {
  width: 30%;
  display: block;
}

.primary-button {
  border: 1px solid var(--text-grey);
  background-color: var(--primary-blue);
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: .7rem 1.5rem;
  transition: all .4s;
  display: inline-block;
}

.primary-button:hover {
  color: var(--text-grey);
  background-color: #fff;
}

.primary-button.is-secondary {
  background-color: #0000;
  border-style: none;
}

.primary-button.is-secondary:hover {
  background-color: #fff;
}

.primary-button.is-secondary.hide {
  display: none;
}

.navbar {
  z-index: 997;
  background-color: var(--primary-white);
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo {
  z-index: 1;
  align-items: center;
  margin-left: .875rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-right {
  justify-content: flex-end;
  width: 30%;
  display: flex;
}

.nav-middle {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 30%;
  font-weight: 500;
  display: flex;
}

.nav-menu {
  background-color: var(--primary-white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.nav-link {
  color: var(--primary-black);
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--primary-black);
  background-color: #0000;
}

.nav-link.w--current {
  font-weight: 400;
}

.nav-link.small {
  padding: 16px 30px 16px 25px;
  font-weight: 400;
}

.nav-link.small:hover {
  background-color: var(--whitesmoke);
  color: var(--primary-blue);
}

.nav-link.no-right-padding {
  padding-right: 0;
}

.nav-wrap {
  background-color: #141414;
  border-radius: .5rem;
  justify-content: space-between;
  height: 4.25rem;
  display: flex;
}

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

.text-block.black {
  color: var(--text-grey);
  text-decoration: none;
}

.text-block.black:hover {
  text-decoration: underline;
}

.subheading {
  opacity: .89;
  font-size: 1.25rem;
  line-height: 27px;
}

.hero-text-wrap {
  color: var(--primary-white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 40rem;
  display: flex;
}

.button-2 {
  color: #fff;
  background-color: #292929;
  border: 1px solid #525252;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-weight: 500;
  transition: all .4s;
  display: flex;
}

.button-2:hover {
  color: #292929;
  background-color: #fff;
}

.button-2.is-large {
  border-color: var(--text-grey);
  background-color: var(--primary-blue);
  color: var(--primary-white);
  border-radius: 3px;
  padding: 1.05rem 1.75rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.button-2.is-large:hover {
  background-color: var(--primary-white);
  color: var(--primary-blue);
}

.button-2.is-large.blue {
  font-weight: 400;
}

.button-2.is-large.on-mobile {
  display: none;
}

.button-2.is-large.on-desktop {
  background-color: var(--dark-blue);
}

.button-2.is-large.on-desktop:hover {
  border-color: var(--primary-blue);
  background-color: var(--primary-white);
}

.button-2.is-large.on-desktop.hide {
  display: none;
}

.text-weight-medium {
  font-weight: 500;
}

._0-75rem-spacer {
  height: .75rem;
}

.div-block {
  flex: 1;
  align-items: flex-end;
  height: 40rem;
  padding-bottom: 13.375rem;
  display: flex;
}

.hero-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.hero-content-wrapper.centre {
  text-align: center;
}

.section {
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.section.hero {
  background-image: linear-gradient(#0753cd33, #0753cd33), url('../images/SA-banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25vh;
  padding-bottom: 15vh;
  display: block;
}

.section.not-home {
  background-image: linear-gradient(#0006, #0006), url('../images/banner-try-1-1_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 5vh;
  display: flex;
}

.heading-xlarge {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 4.1rem;
  font-weight: 600;
  line-height: 1.2;
}

._3rem-spacer {
  height: 3rem;
}

._1-5rem-spacer {
  height: 1.5rem;
}

.hero-img-wrap {
  flex: 1;
  align-items: center;
  height: 21rem;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.hero-card {
  max-width: none;
  height: 21rem;
  position: absolute;
  box-shadow: 0 17px 1.75rem .875rem #0000000d;
}

.hero-card.is-four {
  z-index: 3;
  inset: 0% auto auto 0%;
}

.hero-card.is-five {
  z-index: 2;
  inset: 0% auto auto 0%;
}

.hero-card.is-three {
  z-index: 6;
  inset: auto auto 0% 0%;
}

.hero-card.is-one {
  z-index: 4;
  margin-left: 4rem;
  inset: 0% auto 0% 0%;
}

.hero-card.is-two {
  z-index: 5;
  border-radius: 2rem;
  inset: auto auto 0% 0%;
}

.body {
  font-family: Open Sans, sans-serif;
}

.text-span {
  font-size: 4.1rem;
  font-weight: 700;
}

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

.container {
  max-width: 82rem;
  padding-left: 20px;
  padding-right: 20px;
}

.usp-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.usp-card {
  background-image: linear-gradient(#061f438c, #061f438c), url('../images/USP1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.about-us---home {
  background-color: var(--dark-blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.usp-icon {
  margin-left: 16px;
  margin-right: 16px;
}

.usp-text {
  color: #e5e5e5;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

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

._40px {
  height: 40px;
}

.about-home-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading-medium {
  color: var(--text-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.heading-medium.white.bold {
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-medium.blue {
  color: var(--primary-black);
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.heading-medium.centre {
  text-align: center;
}

.heading-medium.centre.semi-bold {
  font-weight: 600;
}

.heading-medium.bold {
  color: var(--text-grey);
  font-weight: 700;
}

.heading-medium.bold.white {
  color: var(--whitesmoke);
}

.heading-medium.semi-bold {
  font-weight: 600;
}

.product-categories {
  padding-top: 80px;
  padding-bottom: 80px;
}

.category-cards-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.card {
  background-color: var(--primary-blue);
  color: var(--primary-white);
  border: 1px #525252;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.icon {
  border-radius: .625rem;
  width: 3rem;
  height: 3rem;
  margin-bottom: 4rem;
}

.text-size-medium {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.text-size-medium.text-weight-medium.centre {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

._0-5rem-spacer {
  height: .5rem;
}

.color-e5e5e5 {
  color: #e5e5e5;
}

.link-arrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--primary-white);
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-arrow:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.category-card-contentbox {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.category-image {
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  max-height: 12rem;
}

.category-image.right {
  aspect-ratio: auto;
  overflow: clip;
  transform: translate(0);
}

.featured-products {
  background-color: var(--dark-blue);
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.contact-home {
  background-color: var(--primary-blue);
  background-image: linear-gradient(#0753cdcc, #0753cdcc), url('../images/worldIndiaLow-1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-home-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

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

.contact-right {
  width: 50%;
}

.contact-right.contact-page {
  background-color: var(--dark-blue);
  border-radius: 5px;
  padding: 2rem 3rem;
}

.bottom-nav-bar {
  background-color: var(--primary-black);
  padding-top: 60px;
  padding-bottom: 20px;
}

.bottom-nav-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-colmn {
  flex: 1;
}

.footer-colmn.first {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 60px;
  display: flex;
}

.footer-heading {
  color: var(--whitesmoke);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-heading.title {
  font-size: 1.5rem;
  transform: translate(11px);
}

.footer-link-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #eaecf0;
  flex-direction: column;
  max-width: 50ch;
  display: flex;
}

.footer-link {
  color: var(--whitesmoke);
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover, .footer-link.w--current {
  text-decoration: underline;
}

.footer-link.contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 10px;
  display: flex;
}

.footer-link.contact:hover {
  text-decoration: none;
}

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

.footer-brand-logo {
  height: 4.2rem;
  margin-top: 13px;
  margin-bottom: 13px;
  transform: translate(11px);
}

.footer-about-business {
  color: var(--whitesmoke);
}

.contact-inner-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.bottom-nav-strip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--whitesmoke);
  opacity: .5;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.bottom_credit_text {
  color: #ffffffb3;
  margin-top: 10px;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
}

.bottom_credit_text.underline {
  z-index: 2;
  color: var(--whitesmoke);
  margin-top: 0;
  font-size: 14px;
  position: relative;
}

.link-4 {
  color: var(--whitesmoke);
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: inline-block;
}

.text-span-2 {
  color: #ffffffb3;
  text-decoration: underline;
  transition: all .35s;
}

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

.contact-left-right {
  justify-content: space-between;
  display: flex;
}

.contact-home-top {
  margin-bottom: 80px;
}

.form-textfield {
  color: var(--primary-white);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

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

.form-inputfield {
  border: 1px solid var(--whitesmoke);
  background-color: #fff0;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 16px;
}

.form-inputfield.black {
  border-color: var(--text-grey);
}

.contact-form-button {
  margin-top: 40px;
}

.form-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 600px;
  margin-left: auto;
  display: flex;
}

.form-block.hide {
  display: none;
}

.secondary-button {
  border: 1px solid var(--whitesmoke);
  background-color: var(--primary-blue);
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: .7rem 1.5rem;
  font-weight: 500;
  transition: all .4s;
  display: flex;
}

.secondary-button:hover {
  border-width: 2px;
  border-color: var(--primary-blue);
  color: #292929;
  background-color: #fff;
}

.secondary-button.is-secondary {
  background-color: #0000;
  border-style: none;
}

.secondary-button.is-secondary:hover {
  background-color: #fff;
}

.secondary-button.is-secondary.hide {
  display: none;
}

.secondary-button.contact {
  border-width: 2px;
  margin-top: 60px;
  font-weight: 400;
}

.heading-very-small {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-very-small.white {
  color: var(--whitesmoke);
}

.heading-very-small.white.bold {
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-very-small.white._70 {
  opacity: .8;
  margin-top: .2rem;
}

.heading-very-small.blue {
  color: var(--primary-blue);
  font-weight: 700;
}

.about-home-left {
  width: 50%;
}

.about-home-right {
  width: 50%;
  height: 100%;
}

.paragraph {
  color: var(--text-grey);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

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

.list-wrap {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  color: #e5e5e5;
  flex-direction: column;
  margin-top: 2rem;
  display: flex;
}

.list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--text-grey);
  align-items: center;
  display: flex;
}

.icon-1x1-xsmall {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.fp-card-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

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

.fp-card {
  background-color: var(--white);
  color: var(--primary-white);
  border: 1px #525252;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.fp-image {
  aspect-ratio: auto;
  object-fit: contain;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 10rem;
  overflow: clip;
}

.fp-image.big {
  object-fit: cover;
  padding: 29px;
}

.fp-card-contentbox {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--primary-blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
  display: flex;
}

._3cta-wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  height: 50%;
  display: flex;
}

.cta {
  border: 1px solid var(--whitesmoke);
  background-color: var(--primary-blue);
  color: var(--primary-white);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  min-height: 54px;
  transition: all .3s;
  display: flex;
}

.cta:hover {
  background-color: var(--whitesmoke);
  color: var(--primary-blue);
}

._1-25rem-spacer {
  height: 1.25rem;
}

.subheading-2 {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  line-height: 1.4;
}

.banner-heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.why-choose-us {
  background-color: var(--whitesmoke);
  padding-top: 80px;
  padding-bottom: 80px;
}

.about---business-image {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

.about---business-image.full-height {
  height: 100%;
}

.about-us---not-home {
  padding-top: 60px;
  padding-bottom: 80px;
}

.why-choose-header {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
  display: flex;
}

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

.usp-card---about {
  padding: 2rem;
}

.about-usp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.contact-details-section {
  background-color: var(--primary-blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-details-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-details-left {
  width: 50%;
}

.contact-details-right {
  width: 50%;
  margin-left: 6rem;
}

.contact-detail-top {
  margin-bottom: 40px;
}

.contact-detail-bottom {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.contact-details-box {
  background-color: var(--primary-white);
  border-radius: 5px;
  width: auto;
  padding: 2rem 3rem;
  display: inline-block;
  box-shadow: 0 0 5px 1px #0003;
}

.heading-small {
  color: var(--text-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-small.white {
  color: var(--whitesmoke);
  font-family: Open Sans, sans-serif;
}

.heading-small.white.bold {
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-small.blue {
  color: var(--primary-black);
  font-weight: 800;
}

.heading-small.centre {
  text-align: center;
}

.heading-small.centre.semi-bold {
  font-weight: 600;
}

.heading-small.bold {
  color: var(--text-grey);
  font-weight: 700;
}

.heading-small.bold.white {
  color: var(--whitesmoke);
}

.heading-small.semi-bold {
  font-weight: 600;
}

.footer-logo, .footer-logo.w--current {
  text-decoration: none;
}

.image {
  height: 3.7rem;
}

.dropdown-toggle {
  padding: 0 40px 0 0;
}

.dropdown-list {
  top: 60px;
}

.dropdown-list.w--open {
  background-color: var(--primary-white);
  top: 64px;
  box-shadow: 0 2px 5px #0003;
}

._2-rem-spacer {
  height: 2rem;
}

._2-rem-spacer.on-mobile {
  display: none;
}

.breadcrumb {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.breadcrumb-text {
  color: var(--primary-white);
  margin-top: .1rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.breadcrumb-text:hover {
  text-decoration: underline;
}

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

.breadcrumb-text.white.bold {
  font-size: 2.5rem;
  font-weight: 700;
}

.breadcrumb-text.white._70 {
  opacity: .7;
  margin-top: .2rem;
}

.breadcrumb-text.blue {
  color: var(--primary-blue);
  font-weight: 700;
}

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

.category-content-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.category-content-left {
  width: 50%;
}

.category-content-right {
  width: 50%;
  height: 100%;
}

.category-main-image {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  max-width: 500px;
  max-height: 300px;
}

.category-main-image.full-height {
  height: 100%;
}

.heading-h3 {
  color: var(--text-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.heading-h3.white.bold {
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-h3.blue {
  color: var(--primary-black);
  font-weight: 800;
}

.heading-h3.centre {
  text-align: center;
}

.heading-h3.centre.semi-bold {
  font-weight: 600;
}

.heading-h3.bold {
  color: var(--text-grey);
  font-weight: 700;
}

.heading-h3.bold.white {
  color: var(--whitesmoke);
}

.category-products {
  background-color: var(--whitesmoke);
  padding-top: 80px;
  padding-bottom: 80px;
}

.category-product-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.why-choose-left-copy {
  width: 50%;
}

.bullet-text {
  font-family: Open Sans, sans-serif;
}

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

.text-block-2 {
  font-family: Open Sans, sans-serif;
}

.home-banner-section {
  background-image: linear-gradient(#0009, #0009), url('../images/banner-try-1-1_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 25vh 2rem 15vh;
}

._4-rem-spacer {
  height: 4rem;
}

._4-rem-spacer.on-mobile {
  display: none;
}

.link-5 {
  color: var(--whitesmoke);
  text-decoration: none;
}

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

.link-6 {
  color: var(--whitesmoke);
  text-decoration: none;
}

.text-span-3 {
  font-size: 1rem;
  font-weight: 300;
}

.logo-image-2 {
  height: 80px;
}

.logo-image-2._10 {
  object-fit: contain;
  width: 10%;
}

.brands-section {
  background-color: #fff;
  margin-top: 14px;
  margin-bottom: 14px;
}

.mobile-carousel-2 {
  display: none;
  overflow: hidden;
}

.logo-container {
  justify-content: space-around;
  min-width: 100%;
  display: flex;
  position: relative;
  left: 0;
}

.desktop-carousel-2 {
  display: flex;
  overflow: hidden;
}

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

.container-2.marquee {
  max-width: 1920px;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 1280px) {
  .logo-image-2 {
    height: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .logo-image-2 {
    height: 120px;
  }
}

@media screen and (min-width: 1920px) {
  .container-2 {
    margin-left: 220px;
    margin-right: 220px;
  }
}

@media screen and (max-width: 991px) {
  .container-medium {
    position: static;
  }

  .nav-left {
    width: auto;
  }

  .logo {
    margin-left: 0;
    padding-left: 0;
    position: static;
  }

  .nav-right {
    flex-direction: column;
    justify-content: center;
    width: auto;
  }

  .nav-middle {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }

  .nav-menu {
    background-color: var(--primary-white);
    border-bottom: .0625rem solid #525252;
    flex-direction: column;
    padding-top: 2rem;
  }

  .button-group.is-navigation {
    border-top: .0625rem #9595a4;
    flex-direction: column-reverse;
    padding: 1.5rem 1rem;
  }

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

  .nav-button {
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: .5rem;
    display: flex;
  }

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

  .nav-link {
    text-align: left;
    width: 100%;
  }

  .nav-wrap {
    background-color: var(--primary-white);
    border-radius: 0;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-content-wrapper {
    flex-direction: column;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-xlarge {
    font-size: 3.25rem;
  }

  .hero-img-wrap {
    margin-top: 14rem;
    transform: rotate(90deg);
  }

  .about-home-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .contact-home-wrapper, .bottom-nav-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .banner-heading {
    font-size: 3.25rem;
  }

  .contact-details-right {
    margin-left: 2rem;
  }

  .dropdown-list.w--open {
    top: 60px;
    left: 0%;
    right: 0%;
  }

  .category-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-banner-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 0;
  }

  .nav-middle {
    padding-left: 1rem;
  }

  .nav-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .button-group {
    flex-wrap: wrap;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .hero-img-wrap {
    margin-top: 8.4rem;
    transform: scale(.8)rotate(90deg);
  }

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

  .about-home-wrapper {
    flex-flow: column;
  }

  .heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .heading-medium.white.bold {
    font-size: 1.75rem;
  }

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

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

  .contact-home-wrapper {
    flex-flow: column;
  }

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

  .contact-right {
    width: 100%;
  }

  .bottom_credit_text {
    margin-top: 2rem;
  }

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

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

  .banner-heading {
    font-size: 2.25rem;
  }

  .about---business-image {
    max-height: 420px;
  }

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

  .contact-details-wrapper {
    flex-flow: column;
  }

  .contact-details-left {
    width: 100%;
  }

  .contact-details-right {
    width: 100%;
    margin-left: 0;
  }

  .contact-details-box {
    width: 100%;
  }

  .heading-small {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .breadcrumb-text {
    line-height: 1.4;
  }

  .breadcrumb-text.w--current {
    font-size: 1rem;
  }

  .category-content-wrapper {
    flex-flow: column;
  }

  .category-content-left, .category-content-right {
    width: 100%;
  }

  .heading-h3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .logo-image-2 {
    height: 100px;
  }

  .logo-image-2._10 {
    width: 20%;
  }

  .mobile-carousel-2 {
    justify-content: space-between;
    display: flex;
  }

  .logo-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .logo-container.mobile {
    justify-content: space-around;
    left: 0;
  }

  .desktop-carousel-2 {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 0;
  }

  .nav-middle {
    margin-bottom: 0;
    padding-right: 1rem;
  }

  .nav-menu {
    padding-top: 1rem;
  }

  .button-group {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-link {
    padding: 16px 10px;
  }

  .nav-link.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subheading {
    font-size: 1.2rem;
  }

  .button-2.is-large.on-mobile {
    text-align: center;
    display: block;
  }

  .button-2.is-large.on-mobile.hide, .button-2.is-large.on-desktop {
    display: none;
  }

  .section.hero {
    padding-top: 7.75rem;
  }

  .section.not-home {
    padding-top: 7.75rem;
    padding-bottom: 2.5vh;
  }

  .hero-img-wrap {
    margin-top: 0;
    transform: scale(.7)rotate(90deg);
  }

  .text-span {
    font-size: 2.7rem;
  }

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

  .about-home-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-medium, .heading-medium.white.bold {
    font-size: 1.5rem;
  }

  .category-cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  ._0-5rem-spacer.plus-0-5rem {
    height: 1rem;
  }

  .category-card-contentbox {
    padding: 1rem;
  }

  .contact-right.contact-page {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .footer-colmn.first {
    padding-right: 0;
  }

  .footer-link-wrap {
    max-width: none;
  }

  .footer-brand-logo {
    margin-bottom: 1rem;
  }

  .bottom_credit_text {
    align-self: auto;
    width: 40vw;
    margin-top: 0;
    font-size: .8rem;
  }

  .bottom_credit_text.underline {
    text-align: right;
    align-self: auto;
    margin-top: 0;
  }

  .link-4 {
    text-align: right;
  }

  .text-span-2 {
    text-align: right;
    display: inline-block;
  }

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

  .fp-card-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .fp-image {
    height: 8rem;
  }

  .fp-card-contentbox {
    padding-left: .7rem;
    padding-right: .7rem;
  }

  ._3cta-wrapper {
    height: auto;
  }

  .cta {
    min-height: 48px;
  }

  .why-choose-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .why-choose-left, .why-choose-right {
    width: 100%;
  }

  .usp-card---about {
    padding: 1rem .5rem;
  }

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

  .contact-details-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .image {
    height: 3.4rem;
  }

  .dropdown-toggle {
    display: block;
  }

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

  ._2-rem-spacer.on-mobile {
    display: block;
  }

  .category-main {
    padding-bottom: 60px;
  }

  .category-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .category-content-right {
    margin-top: 20px;
  }

  .heading-h3 {
    font-size: 1.5rem;
  }

  .category-products {
    padding-top: 60px;
  }

  .category-product-header {
    justify-content: center;
    align-items: flex-start;
  }

  .home-banner-section {
    justify-content: flex-start;
    align-items: center;
    height: 95vh;
    display: flex;
  }

  ._4-rem-spacer.on-mobile {
    display: block;
  }

  .logo-image-2 {
    height: 64px;
  }

  .brands-section {
    margin-top: 20px;
  }

  .mobile-carousel-2 {
    display: flex;
  }

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

  .logo-container.mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .desktop-carousel-2 {
    display: none;
  }

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

#w-node-_9915477d-4015-52a8-30ab-5c715cddaa4a-a6eff96a, #w-node-_8c23e13e-e983-bafc-4363-5796cd8fc26b-a6eff96a, #w-node-_99f862e3-cc68-97e9-2c39-c3b9ad66ca51-a6eff96a, #w-node-c7308200-1521-321e-98a9-01cc2aa6d518-a6eff96a, #w-node-_5d66fe9f-c103-15ad-27d6-5600da1c0ce6-a6eff96a, #w-node-c4b9014e-c912-ba19-d62a-773e04d6fb98-a6eff96a, #w-node-_0a8f3184-18af-21f0-884b-ba77886db57c-a6eff96a, #w-node-_0b5a55fe-b4cc-8815-0479-6588e7d9e02e-a6eff96a, #w-node-f1201910-0a18-9d1e-c557-fd86f64654a8-a6eff96a, #w-node-_1aabf8be-c404-66c1-086b-738e9ae97a5d-a6eff96a, #w-node-c46731c3-f942-5c7e-38ec-2e2795af650f-a6eff96a, #w-node-_284afb00-e0c7-9987-9728-bb6cddc15a00-a6eff96a, #w-node-bc499dc3-f2be-8b62-3faf-526fd6613c94-a6eff96a, #w-node-_55b80621-b44f-3458-83c0-4903a969db2e-a6eff96a, #w-node-fd06dd76-2cf7-267d-8e9d-8f26b31e1b92-a6eff96a, #w-node-_772d2310-2241-26db-0590-4ae939d686de-a6eff96a, #w-node-c28b973e-6bbf-6bb0-c0dd-59d6e1db129c-a6eff96a, #w-node-d245fde7-0775-8105-59c9-636140cd7211-a6eff96a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb6f59ab-d157-be54-4e96-241ce706f1da-e706f1d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d4d510c-bcc4-04c9-b459-8a4867544ed2-6c4a90bc, #w-node-_39a080e4-6f2e-aa82-c9e6-63ba96655c7b-6c4a90bc, #w-node-_1407213b-90c1-cdf0-ca56-f591bad0e88e-6c4a90bc, #w-node-cc578d13-9408-cf46-6b78-c80cf0446461-6c4a90bc, #w-node-_57f83510-892a-d9df-6a0a-3c8746eb03f3-6c4a90bc, #w-node-d0d103a0-8086-dd03-74da-7a01e556a661-6c4a90bc, #w-node-_68f8ffd5-609e-3c01-7a08-4d2bb69eef6a-6c4a90bc, #w-node-_2ce26882-17fc-8a72-53b3-d66d203d43ad-6c4a90bc, #w-node-_81867b6e-62a9-6df4-ea04-648195a3ca47-6c4a90bc, #w-node-_31de6ac7-6cf1-f2f5-b0aa-76b863badbe0-6c4a90bc, #w-node-_3d4d510c-bcc4-04c9-b459-8a4867544ed2-2c72360b, #w-node-_39a080e4-6f2e-aa82-c9e6-63ba96655c7b-2c72360b, #w-node-_1407213b-90c1-cdf0-ca56-f591bad0e88e-2c72360b, #w-node-cc578d13-9408-cf46-6b78-c80cf0446461-2c72360b, #w-node-_57f83510-892a-d9df-6a0a-3c8746eb03f3-2c72360b, #w-node-d0d103a0-8086-dd03-74da-7a01e556a661-2c72360b, #w-node-_3d4d510c-bcc4-04c9-b459-8a4867544ed2-a1f02136, #w-node-_39a080e4-6f2e-aa82-c9e6-63ba96655c7b-a1f02136 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1407213b-90c1-cdf0-ca56-f591bad0e88e-a1f02136 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-cc578d13-9408-cf46-6b78-c80cf0446461-a1f02136, #w-node-_57f83510-892a-d9df-6a0a-3c8746eb03f3-a1f02136, #w-node-d0d103a0-8086-dd03-74da-7a01e556a661-a1f02136, #w-node-a5d8efcf-f543-1db7-efac-87500c6f44dd-a1f02136, #w-node-c2b72f7f-27f1-06c9-d9e3-f46e6c868425-a1f02136, #w-node-d939ef56-4354-9721-62ae-58eddb3e0a14-a1f02136, #w-node-_3d4d510c-bcc4-04c9-b459-8a4867544ed2-55dca472, #w-node-_3ac7e7e9-676e-ef4f-33d5-721078c7bada-55dca472, #w-node-_4e206e4b-44bf-b2b6-85d2-8c32275c9e14-55dca472, #w-node-_61ceddaf-0ce6-c35d-10ce-185508cf8117-55dca472, #w-node-_392368b4-de3b-2aeb-c70e-9f5cc18d7571-55dca472, #w-node-_114b0d5a-35e7-316e-ce32-429e863c4b76-55dca472, #w-node-_3d4d510c-bcc4-04c9-b459-8a4867544ed2-ec759d77, #w-node-_3ac7e7e9-676e-ef4f-33d5-721078c7bada-ec759d77, #w-node-_4e206e4b-44bf-b2b6-85d2-8c32275c9e14-ec759d77, #w-node-_61ceddaf-0ce6-c35d-10ce-185508cf8117-ec759d77, #w-node-_392368b4-de3b-2aeb-c70e-9f5cc18d7571-ec759d77, #w-node-_114b0d5a-35e7-316e-ce32-429e863c4b76-ec759d77, #w-node-_373c384d-df82-d32b-2892-3ec5e6078215-ec759d77, #w-node-_3d4d510c-bcc4-04c9-b459-8a4867544ed2-11df9d01, #w-node-_3d4d510c-bcc4-04c9-b459-8a4867544ed2-403bb60e, #w-node-_04e74bde-2fd6-7ac8-544f-5f3086c73d18-403bb60e, #w-node-_732c83bc-dce8-c5de-33e6-72f6f6538c8c-403bb60e, #w-node-_343f62b3-382e-d921-9c17-8b184fdcd51d-403bb60e, #w-node-_3d4d510c-bcc4-04c9-b459-8a4867544ed2-b8197458, #w-node-_39a080e4-6f2e-aa82-c9e6-63ba96655c7b-b8197458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1407213b-90c1-cdf0-ca56-f591bad0e88e-b8197458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-cc578d13-9408-cf46-6b78-c80cf0446461-b8197458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f4010b05-34cc-3fbd-d4c6-6797c6bea3f2-a6eff96a, #w-node-f4010b05-34cc-3fbd-d4c6-6797c6bea3f3-a6eff96a, #w-node-f4010b05-34cc-3fbd-d4c6-6797c6bea3f4-a6eff96a, #w-node-f4010b05-34cc-3fbd-d4c6-6797c6bea3fa-a6eff96a, #w-node-f4010b05-34cc-3fbd-d4c6-6797c6bea3fb-a6eff96a, #w-node-f4010b05-34cc-3fbd-d4c6-6797c6bea3fc-a6eff96a, #w-node-f4010b05-34cc-3fbd-d4c6-6797c6bea3fd-a6eff96a, #w-node-_04f8224a-c0e5-c30a-4c52-7d174abfa982-a6eff96a, #w-node-_04f8224a-c0e5-c30a-4c52-7d174abfa983-a6eff96a, #w-node-_04f8224a-c0e5-c30a-4c52-7d174abfa984-a6eff96a, #w-node-_0c1bf7d0-9b5c-b5de-c67a-873259f8af17-a6eff96a, #w-node-_0c1bf7d0-9b5c-b5de-c67a-873259f8af18-a6eff96a, #w-node-_0c1bf7d0-9b5c-b5de-c67a-873259f8af19-a6eff96a, #w-node-_0c1bf7d0-9b5c-b5de-c67a-873259f8af1a-a6eff96a, #w-node-_5459af24-d1ae-e62b-5226-14d2d53b2fc0-a6eff96a, #w-node-_5459af24-d1ae-e62b-5226-14d2d53b2fc1-a6eff96a, #w-node-_5459af24-d1ae-e62b-5226-14d2d53b2fc2-a6eff96a, #w-node-_569b9ca8-cf01-1619-9d0e-09254d60e048-a6eff96a, #w-node-_569b9ca8-cf01-1619-9d0e-09254d60e049-a6eff96a, #w-node-_569b9ca8-cf01-1619-9d0e-09254d60e04a-a6eff96a, #w-node-_569b9ca8-cf01-1619-9d0e-09254d60e04b-a6eff96a, #w-node-e7dfb821-f6f7-9c26-0305-8e420b05f9ce-a6eff96a, #w-node-e7dfb821-f6f7-9c26-0305-8e420b05f9cf-a6eff96a, #w-node-e7dfb821-f6f7-9c26-0305-8e420b05f9d0-a6eff96a, #w-node-cab9fdc8-c818-be9b-bbb6-33383c08f18b-a6eff96a, #w-node-cab9fdc8-c818-be9b-bbb6-33383c08f18c-a6eff96a, #w-node-cab9fdc8-c818-be9b-bbb6-33383c08f18d-a6eff96a, #w-node-cab9fdc8-c818-be9b-bbb6-33383c08f18e-a6eff96a {
    place-self: center;
  }
}


