:root {
  --white: white;
  --brand-orange: #e77711;
  --grey: #3f3f40;
  --background-grey: #f3fbff;
  --brand-blue: #0092d8;
  --text-white: #d9d9d9;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --black: black;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --untitled-ui--gray200: #eaecf0;
  --secondary-blue: #0092d8;
  --conversion-flow-library--medium-purple: #b16cea;
}

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

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

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

@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 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.body {
  color: #545454;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.home-banner-section {
  color: var(--white);
  background-image: linear-gradient(#0006, #0006), url('../images/AdobeStock-Woi5uDVtck.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 90vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-banner-container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1440px;
  height: 50vh;
  margin-bottom: auto;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.home-banner-heading {
  color: var(--white);
  max-width: 15ch;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 80px;
  line-height: 1.2;
}

.navbar {
  background-color: #ddd0;
  height: 64px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.main-logo {
  object-fit: scale-down;
  width: 200px;
  height: 64px;
}

.nav-bar-container {
  max-width: 1440px;
  margin-left: 150px;
  margin-right: 150px;
}

.our-brands-section {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 80px;
}

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

.our-brands-wrapper {
  margin-top: 220px;
}

.section-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-header.left {
  justify-content: flex-start;
  align-items: center;
}

.div-block {
  background-color: var(--brand-orange);
  color: var(--brand-orange);
  border-radius: 20px;
  width: 40px;
  height: 2px;
}

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

.div-block.white, .div-block.similar-products {
  background-color: var(--white);
}

.heading {
  font-size: 36px;
  font-weight: 400;
}

.section-heading {
  color: var(--brand-orange);
  flex: none;
  font-family: Noto Sans, sans-serif;
  line-height: 1.2;
}

.section-heading.white {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.1;
}

.section-heading.bold {
  font-size: 28px;
  font-weight: 700;
}

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

.section-heading.similar-products {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.1;
}

.section-heading.small {
  font-size: 32px;
}

.brand-cards-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.about-section {
  background-color: var(--grey);
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-section.hide {
  display: none;
}

.about-wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: space-between;
  display: flex;
}

.about-left-column {
  width: 50%;
  padding-top: 10px;
}

.about-right-column {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: start center;
  align-items: center;
  width: 50%;
  display: flex;
}

.subtext-paragraph {
  color: var(--background-grey);
  margin-top: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
}

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

.subtext-paragraph.black.about {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.usp-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  align-items: stretch;
  padding: 24px;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #00000014;
}

.featured-products-section {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 80px;
}

.featured-product-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 10px;
}

.stats-section {
  background-image: linear-gradient(#00496ca8, #00496ca8), url('../images/AdobeStock-t3bJzxOn4Y.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 60px;
}

.stats-section.hide {
  display: none;
}

.stats-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.stat-heading {
  color: var(--white);
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 50px;
}

.stat-text {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
}

.stat-container {
  max-width: 1440px;
  margin-left: 200px;
  margin-right: 200px;
}

.contact-section {
  background-image: linear-gradient(#3f3f401a, #3f3f401a), url('../images/contact-background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.form-block {
  align-self: center;
  width: 60%;
}

.primary-button {
  background-color: var(--brand-blue);
  color: var(--white);
  border-radius: 50px;
  padding: 16px 28px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

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

.primary-button.pop {
  background-color: var(--brand-orange);
  border-radius: 9px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 10rem;
  height: 3rem;
  padding: 10px;
  transition: all .325s;
  display: flex;
}

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

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-footer02_social-icon {
  color: var(--text-white);
  width: 24px;
  height: 24px;
}

.uui-footer02_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer02_social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-footer02_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer02_legal-link {
  color: var(--text-white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer02_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer02_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

.uui-footer02_legal-list-wrapper {
  grid-column-gap: 1.5rem;
  color: var(--untitled-ui--gray400);
  display: flex;
}

.uui-footer02_bottom-wrapper {
  border-top: 1px solid #656565;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 1rem;
  display: flex;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-footer02_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer02_form-block {
  max-width: 35rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.uui-footer02_heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-footer02_right-wrapper {
  flex-direction: column;
  display: flex;
}

.uui-footer02_link {
  grid-column-gap: .5rem;
  color: var(--white);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer02_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer02_link-list-heading {
  color: var(--white);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.uui-footer02_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer02_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  place-items: start;
}

.uui-footer02_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 150px;
  padding-right: 150px;
}

.bottom-nav-bar {
  background-color: var(--brand-blue);
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.paragraph {
  color: var(--white);
  max-width: 60ch;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
}

.paragraph.centre {
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
}

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

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

.icon {
  padding-left: 0;
}

.primary-button-2 {
  background-color: var(--brand-orange);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 128px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  padding: 1rem 1.25rem;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  transition: all .3s;
  display: inline-flex;
}

.primary-button-2:hover {
  background-color: var(--grey);
  outline-offset: 0px;
  color: #fff;
  outline: 1px solid #fffc;
}

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

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

.dropdown-menu-items:hover {
  background-color: var(--brand-orange);
  outline-offset: 0px;
  color: var(--white);
  border: 1px #ffd60a;
  border-right-width: 0;
  border-radius: 0;
  outline: 3px #fff;
}

.dropdown-menu-items.w--current {
  background-color: var(--brand-blue);
  color: var(--white);
}

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

.dropdown-menu-items.padding {
  padding-bottom: 1.2rem;
}

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

.nav_logo-link {
  height: 100%;
}

.nav_logo-link.w--current {
  z-index: 7;
  justify-content: flex-end;
  align-items: center;
}

.top-nav-bar {
  z-index: 20;
  background-color: var(--white);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

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

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

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

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

.nav_logo {
  width: 200px;
}

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

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

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

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

.nav_link {
  color: var(--grey);
  text-align: center;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav_link:hover {
  background-color: var(--brand-orange);
  outline-offset: 0px;
  color: var(--white);
  border: 1px #ffd60a;
  border-right-width: 0;
  border-radius: 3px;
  outline: 3px #fff;
}

.nav_link.w--current {
  color: var(--grey);
}

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

.nav_dropdown {
  display: none;
}

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

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

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

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

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

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

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

.brand-image-box {
  text-decoration: none;
}

.brand-name {
  color: #131313;
  margin-top: 4px;
  padding-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.brand-textbox {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 12px 20px;
  text-decoration: none;
}

.featured-brands-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 5%;
}

.featured-brands-grid.mobile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.brand-card {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  height: auto;
  padding: 0;
  text-decoration: none;
  transition: all .325s;
  box-shadow: 0 0 12px 1px #0000001a;
}

.brand-card:hover {
  outline-offset: 0px;
  pointer-events: auto;
  outline: 3px #00e;
  transform: translate(0, -11px);
  box-shadow: 0 0 13px 13px #0e1d541a;
}

.brand-card.w--current {
  border-radius: 20px;
  padding: 0;
}

.brand-card.mobile {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  height: 100%;
  min-height: 80%;
  display: flex;
  position: relative;
  box-shadow: 0 0 12px 3px #0000001a;
}

.brand-card.mobile:hover {
  transform: none;
  box-shadow: 0 0 5px 1px #0e1d5433;
}

.brand-tag {
  color: #131313;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  text-decoration: none;
}

.brand-image {
  border-radius: 20px 20px 0 0;
}

.primary-button-1 {
  background-color: var(--brand-orange);
  text-align: center;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 54px;
  margin: 0 12px 12px;
  padding: 10%;
  font-family: Noto Sans, sans-serif;
  line-height: 1.2;
  transition: all .325s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.primary-button-1:hover {
  background-color: var(--grey);
  width: auto;
  height: auto;
}

.primary-button-1.pop {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  width: 6rem;
  max-width: none;
  height: 2rem;
  max-height: none;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
  position: static;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.category-titlebox {
  flex-flow: column;
  justify-content: flex-end;
  margin-top: 29px;
  margin-bottom: 29px;
  display: flex;
}

.fp-imagebox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 65%;
  display: grid;
  position: relative;
}

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

.fp-description {
  color: #333;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.2;
}

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

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

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

.fp-card:hover {
  box-shadow: none;
}

.fp-textbox {
  z-index: 3;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #0000;
  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-cta-text {
  color: #333;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.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%;
  position: absolute;
}

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

.fp-name {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

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

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

.cf-error-message-dark {
  color: #bd333d;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field::placeholder {
  color: #0d0e1066;
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-borders-text-field-dropdown {
  color: #0d0e1066;
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px #0d0e101a;
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field-dropdown::placeholder {
  color: #0d0e1066;
}

.cf-form-dropdown {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px {
  text-align: center;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-heading-28px.white {
  color: var(--white);
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-send-message-form.shadow {
  background-color: var(--brand-blue);
  box-shadow: 0 0 10px #00000026;
}

.cf-send-message-form.hide {
  display: none;
}

.contact-details-right {
  width: 48%;
  max-width: 500px;
}

.cf-footer-info {
  color: var(--background-grey);
  letter-spacing: -.48px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.cf-footer-info.grey {
  color: var(--untitled-ui--gray500);
}

.cf-info-heading {
  color: var(--untitled-ui--white);
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.cf-info-heading.grey {
  color: var(--untitled-ui--gray400);
}

.cf-footer-headings-wrap {
  flex-flow: column;
  margin-left: 24px;
  display: flex;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: 2px;
  display: flex;
}

.cf-footer-info-contain {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.cf-footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-footer-divider.grey {
  background-color: var(--untitled-ui--gray300);
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  border-bottom-color: var(--grey);
  color: var(--grey);
}

.cf-white-link.blue-bold {
  border-bottom-color: var(--brand-blue);
  color: var(--brand-blue);
  font-weight: 500;
}

.cf-form-paragraph {
  color: #fffc;
  margin-bottom: 24px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cf-form-paragraph.grey {
  color: var(--grey);
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Noto Sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.cf-form-heading.grey {
  color: var(--grey);
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-form-main-wrapper {
  background-color: var(--brand-orange);
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ikonik-30lw5, .ikonik-6uayzl, .ikonik-0xq0z {
  color: #fff;
}

.ikonik-0xq0z.grey {
  color: var(--untitled-ui--gray400);
}

.ikonik-id4lc {
  color: #fff;
}

.ikonik-id4lc.grey {
  color: var(--untitled-ui--gray400);
}

.ikonik-anc5p {
  color: #fff;
}

.ikonik-anc5p.grey {
  color: var(--untitled-ui--gray400);
}

.cf-footer-link {
  color: #000c;
  transition: all .35s;
}

.cf-copyright-text-2 {
  color: #000c;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.cf-footer-copyright-wrapper {
  text-align: center;
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.cf-footer-links {
  color: var(--grey);
  letter-spacing: .5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.cf-footer-links:hover {
  color: var(--brand-orange);
  text-decoration: underline;
}

.cf-footer-links.w--open {
  padding-right: 55px;
}

.cf-footer-links._14px {
  font-size: 14px;
}

.cf-footer-links-header {
  color: var(--grey);
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.cf-footer-link-inner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-footer-link-inner-wrapper.bottom-padding {
  margin-bottom: 20px;
}

.cf-footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 150px;
  margin-right: 0;
  display: flex;
}

.cf-footer-right-container {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.cf-footer-social-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.cf-footer-social-link-block {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .26s;
  display: flex;
}

.cf-footer-social-link-block:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-footer-social-wrapper {
  align-items: center;
  margin-top: 10px;
  display: none;
}

.cf-footer-paragraph {
  color: var(--grey);
  letter-spacing: .5px;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.cf-footer-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-footer-logo-link.w--current {
  height: 60px;
  margin-bottom: 0;
}

.cf-footer-left-container {
  width: auto;
}

.cf-footer-container {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.cf-footer-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-footer-section {
  color: #fff;
  background-color: #e9e9e9;
  background-image: url('../images/Shapes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
}

.form-2 {
  text-align: center;
}

.submit-button {
  border-radius: 10px;
  width: 150px;
  padding: 16px 24px;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.submit-button.white {
  background-color: var(--white);
  color: var(--grey);
  font-size: 16px;
  box-shadow: 0 0 10px #0003;
}

.usp-text {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.usp-header {
  color: var(--brand-orange);
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.usp-imagebox {
  opacity: .6;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.usp-icon-image {
  object-fit: contain;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 0;
}

.featured-product-card {
  background-color: var(--white);
  border-radius: 15px;
  max-height: 350px;
  transition: all .325s;
  box-shadow: 0 1px 12px 3px #3f3f401a;
}

.featured-product-card:hover {
  box-shadow: 0 1px 5px 1px #3f3f4033;
}

.featured-product-card._25 {
  width: 23%;
  margin-right: 2%;
  box-shadow: 0 1px 12px 3px #0000001a;
}

.featured-product-card.hide {
  display: none;
}

.product-logobox {
  justify-content: flex-end;
  align-items: center;
  height: 5%;
  margin: 4px 10px 4px 4px;
  display: none;
}

.product-imagebox {
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
}

.product-image {
  object-fit: contain;
  height: 90%;
}

.product-image.small {
  padding: 15px;
}

.product-logo {
  height: 100%;
}

.featured-product-contentbox {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 25%;
  padding: 12px;
  display: flex;
}

.featured-product-contentbox._25 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 25%;
}

.featured-product-ctabox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  height: 25%;
  padding: 8px 12px;
  display: flex;
}

.fp-name-copy {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.fp-name-copy.description {
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.pirmary-button {
  background-color: var(--brand-orange);
  text-align: center;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 54px;
  padding: 5%;
  font-family: Noto Sans, sans-serif;
  line-height: 1.2;
  transition: all .3s;
  display: flex;
}

.pirmary-button:hover {
  background-color: var(--grey);
}

.pirmary-button.job-posting {
  flex: none;
  justify-content: center;
  align-self: stretch;
  margin-top: 24px;
  margin-bottom: -2px;
  margin-right: auto;
  padding: 12px 24px;
  display: flex;
}

.secondary-button {
  border: 1.5px solid var(--grey);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 58px;
  padding: 5%;
  font-family: Noto Sans, sans-serif;
  line-height: 1.2;
  transition: all .3s;
  display: flex;
}

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

.box {
  background-color: #fff;
  border-radius: 1px;
  flex-direction: column;
  width: 15rem;
  height: auto;
  padding: 24px 20px;
  display: flex;
  box-shadow: 0 8px 11px #0000001a;
}

.image-4 {
  width: 20px;
  height: 20px;
}

.text-block-16 {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.home-usp {
  height: 1px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: relative;
}

.home-usp.container {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-50 {
  background-color: #003566;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.text-block-15 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.usps {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: absolute;
  top: -120px;
  overflow: visible;
}

.bold-text {
  color: #131313;
  font-weight: 500;
}

.about-sectio-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-form-top-box {
  margin-top: 0;
  margin-bottom: 0;
}

.banner-section {
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock-Woi5uDVtck.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 40vh;
  padding-top: 53px;
  padding-bottom: 53px;
  display: flex;
}

.banner-section.brand-page {
  background-image: linear-gradient(#fffc, #fffc), url('../images/AdobeStock-Woi5uDVtck.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-section.career {
  flex-flow: column;
}

.banner-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.banner-heading {
  color: var(--white);
  max-width: 700px;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 80px;
  line-height: 1;
}

.product-code {
  color: var(--background-grey);
  text-align: center;
  max-width: 600px;
  margin-top: 16px;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.banner-brand-name {
  color: var(--background-grey);
  text-align: center;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 36px;
}

.banner-brand-name.white {
  color: #fff;
}

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

.product-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.product-right {
  width: 50%;
}

.product-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.product-main-image {
  object-fit: contain;
  border: 2px solid #d9d9d9b3;
  border-radius: 15px;
  width: 100%;
  max-height: 400px;
}

.product-main-image.small {
  padding: 25px;
}

.data-sheet-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--grey);
  background-color: var(--white);
  color: var(--grey);
  text-align: center;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-family: Noto Sans, sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.data-sheet-cta:hover {
  border-color: var(--grey);
  background-color: var(--grey);
  color: var(--white);
}

.data-sheet-cta.hide {
  display: none;
}

.data-sheet {
  font-weight: 500;
}

.html-embed {
  width: 24px;
  height: 24px;
}

.html-embed.white {
  color: var(--grey);
}

.other-products-section {
  background-color: var(--brand-orange);
  padding-top: 80px;
  padding-bottom: 140px;
  display: block;
}

.other-products-section.hide {
  display: none;
}

.more-products-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: none;
}

.more-products-grid.show-everywhere {
  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;
}

.product-name {
  color: var(--grey);
  text-transform: capitalize;
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.light-line {
  opacity: .5;
  background-color: #9f9f9f;
  border-radius: 20px;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

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

.light-line._50-opacity {
  opacity: .5;
}

.technical-info {
  color: var(--grey);
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.technical-info.regular {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 400;
}

.bullet-point-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bullet-icon {
  background-color: var(--brand-orange);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  margin-top: 14px;
  display: flex;
}

.slider {
  background-color: #ddd0;
  padding-bottom: 0;
  padding-right: 0;
}

.mask {
  height: 380px;
  padding: 15px 0 15px 2%;
}

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

.slide-nav {
  display: none;
}

.right-arrow {
  height: 100%;
  margin-top: 35px;
  margin-bottom: 0;
  inset: 0% -65px 0% auto;
}

.left-arrow {
  height: 100%;
  margin-top: 35px;
  display: block;
  left: -65px;
}

.icon-2, .icon-3 {
  display: block;
}

.line {
  opacity: .5;
  background-color: #9f9f9f;
  border-radius: 50px;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.breadcrumb {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  padding: 4px 15px 4px 0;
  display: flex;
}

.breadcrumb-text {
  color: var(--untitled-ui--gray500);
  justify-content: center;
  align-items: center;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.breadcrumb-text.w--current {
  color: var(--untitled-ui--gray500);
  text-decoration: none;
}

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

.breadcrumb-text.current {
  color: var(--untitled-ui--gray500);
  text-transform: capitalize;
}

.breadcrumb-linkbox.w--current {
  color: var(--grey);
}

.breadcrumb-icon {
  color: var(--untitled-ui--gray500);
  align-self: center;
  padding-top: 4px;
}

.breadcrumb-section {
  display: block;
}

.category-section {
  margin-bottom: 60px;
}

.desktop-product-cta-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: none;
}

.whatsapp-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--brand-orange);
  background-color: var(--white);
  color: var(--brand-orange);
  text-align: center;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 48%;
  padding: 12px 20px 12px 16px;
  font-family: Noto Sans, sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.whatsapp-cta:hover {
  border-color: var(--brand-orange);
  background-color: var(--brand-orange);
  color: var(--white);
}

.uui-footer05_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer05_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer05_social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-footer05_social-icons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer05_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer05_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer05_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

.uui-footer05_legal-list-wrapper {
  grid-column-gap: 1.5rem;
  display: flex;
}

.uui-footer05_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer05_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer05_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer05_link-list-heading {
  color: var(--untitled-ui--gray500);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-footer05_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-badge-small-success-2 {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-2 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer05_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  place-items: start;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui--gray700);
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-2.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-footer05_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer05_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-footer05_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.uui-padding-vertical-xlarge-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.div-for-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.mobile-product-cta-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.banner-product-name {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  flex: none;
  font-family: Noto Sans, sans-serif;
  line-height: 1.2;
}

.banner-product-name.white {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.1;
}

.desktopz-product-cta-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: none;
}

.product-code-name {
  color: var(--grey);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.product-details {
  margin-top: 20px;
  margin-bottom: 30px;
}

.cf-footer-paragraph-small {
  color: var(--grey);
  letter-spacing: .5px;
  max-width: 400px;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.n-about-section {
  background-color: var(--white);
  color: #000;
  padding-top: 80px;
}

.n-about-wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  padding-bottom: 60px;
  display: flex;
}

.n-about-left {
  width: 35%;
}

.n-about-image-wrapper {
  grid-column-gap: 0.5%;
  grid-row-gap: 0.5%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: start space-between;
  width: 100%;
  display: flex;
}

.n-about-heading {
  color: var(--brand-orange);
  max-width: 16ch;
  font-family: Noto Sans, sans-serif;
  line-height: 1.2;
}

.n-about-heading.white {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.1;
}

.text-span {
  color: var(--untitled-ui--gray500);
}

.n-about-centre {
  width: 30%;
}

.n-about-right {
  width: 60%;
}

.n-about-images {
  object-fit: cover;
  width: 49.75%;
  height: 50vh;
  max-height: 500px;
}

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

.n-usp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 60px;
  display: grid;
  overflow: visible;
}

.n-usp.centred, .n-usp.careers {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-auto-flow: row;
  align-items: center;
}

.banner-brand-logo {
  max-height: 80px;
}

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

.category-product-tab {
  margin-top: 40px;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

.tab-category-card {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  height: auto;
  padding: 0;
  text-decoration: none;
  transition: all .325s;
  box-shadow: 0 0 12px 1px #0000001a;
}

.tab-category-card:hover {
  outline-offset: 0px;
  pointer-events: auto;
  outline: 3px #00e;
  transform: translate(0, -11px);
  box-shadow: 0 0 13px 13px #0e1d541a;
}

.tab-category-card.w--current {
  border-radius: 20px;
  padding: 0;
}

.tab-category-card.mobile {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  height: 100%;
  min-height: 80%;
  display: flex;
  position: relative;
  box-shadow: 0 0 12px 3px #0000001a;
}

.tab-category-card.mobile:hover {
  transform: none;
  box-shadow: 0 0 5px 1px #0e1d5433;
}

.tab-brand-imagebox {
  text-decoration: none;
}

.tab-brand-image {
  border-radius: 20px;
}

.category-card {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 5rem;
  min-height: 0;
  padding: 8px;
  text-decoration: none;
  transition: all .325s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px 1px #0000001a;
}

.category-card:hover {
  outline-offset: 0px;
  pointer-events: auto;
  outline: 3px #00e;
  box-shadow: 0 0 13px 5px #0e1d541a;
}

.category-card.w--current {
  background-color: var(--brand-orange);
  color: var(--white);
  border-radius: 10px;
  box-shadow: 0 0 5px #0000004d;
}

.category-card.mobile {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  height: 100%;
  min-height: 80%;
  display: flex;
  position: relative;
  box-shadow: 0 0 12px 3px #0000001a;
}

.category-card.mobile:hover {
  transform: none;
  box-shadow: 0 0 5px 1px #0e1d5433;
}

.category-card.hide {
  display: none;
}

.category-imagebox {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.category-image {
  border-radius: 20px 20px 0 0;
}

.category-box {
  text-align: center;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 54px;
  padding: 10%;
  font-family: Noto Sans, sans-serif;
  transition: all .325s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.category-box:hover {
  width: auto;
  height: auto;
}

.tab-cat-link {
  padding: 0;
}

.category-name {
  text-align: center;
  line-height: 1.2;
}

.tabs-content {
  margin-top: 60px;
}

.products-in-category {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  padding: 10px;
}

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

.contact-details-wrapper {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  justify-content: space-between;
  display: flex;
}

.contact-details-left {
  width: 48%;
  max-width: 600px;
}

.breadcrumb-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.link-2 {
  color: #666;
  padding: 4px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.link-2.w--current {
  padding: 4px;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.text-block-13 {
  line-height: 24px;
}

.current-page {
  color: #666;
  padding: 4px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.current-page.w--current {
  font-size: 12px;
  line-height: 16px;
}

.contact-section---contact-page {
  background-image: linear-gradient(#ffffff36, #ffffff36), url('../images/contact-background.jpg');
  background-position: 0 0, 50%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.white-line {
  background-color: var(--white);
  color: var(--brand-blue);
  border-radius: 20px;
  width: 40px;
  height: 2px;
}

.white-line.hide {
  display: none;
}

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

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

.left-arrow-3 {
  margin-left: -90px;
}

.right-arrow-3 {
  margin-right: -86px;
}

.product-card_brand-logo {
  flex: 0 auto;
  justify-content: space-around;
  align-self: flex-end;
  align-items: stretch;
  height: 10%;
  padding: 2px 8px;
  display: block;
}

.black-title {
  color: #1d1816;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.slide-nav-4 {
  bottom: -20%;
}

.view-more-products-slide {
  background-color: #0000;
  height: auto;
  margin-top: 0%;
}

.view-more-products-slide.hide-everywhere {
  display: none;
}

.green-icon {
  flex: none;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  line-height: 22px;
  overflow: hidden;
}

.product-card_image {
  object-fit: cover;
  height: 70%;
  max-height: 172px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  overflow: hidden;
}

.slide-8 {
  margin-top: 0%;
}

.slide-8.go-left {
  margin-left: -80vw;
}

.product-card_imagebox {
  object-fit: cover;
  height: 70%;
  max-height: 172px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  overflow: hidden;
}

.grid-for-desktop {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 5%;
}

.image-20 {
  flex: none;
  width: auto;
  height: 100%;
  padding-right: 0;
}

.featured-product-card-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  max-height: 245px;
  text-decoration: none;
  display: flex;
}

.grey-titlebox-copy {
  background-color: #e9e9e9;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 30%;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.grid-for-mobile {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 5%;
}

.fp-tabs {
  margin-top: 40px;
}

.fp-tabs-content {
  margin-top: 20px;
}

.fp-tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.fp-tab {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-width: 0;
  height: 5rem;
  min-height: 0;
  padding: 8px;
  text-decoration: none;
  transition: all .325s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px 1px #0000001a;
}

.fp-tab:hover {
  outline-offset: 0px;
  pointer-events: auto;
  outline: 3px #00e;
  box-shadow: 0 0 13px 5px #0e1d541a;
}

.fp-tab.w--current {
  background-color: var(--brand-orange);
  color: var(--white);
  border-radius: 10px;
  box-shadow: 0 0 5px #0000004d;
}

.fp-tab.mobile {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  height: 100%;
  min-height: 80%;
  display: flex;
  position: relative;
  box-shadow: 0 0 12px 3px #0000001a;
}

.fp-tab.mobile:hover {
  transform: none;
  box-shadow: 0 0 5px 1px #0e1d5433;
}

.fp-titlebox {
  flex-flow: column;
  justify-content: flex-end;
  margin-top: 29px;
  margin-bottom: 29px;
  display: flex;
}

.fp-tab-name {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}

.brand-main {
  background-color: var(--brand-orange);
  padding-top: 80px;
  padding-bottom: 80px;
}

.brand-main-wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: space-between;
  display: flex;
}

.brand-main-left {
  width: 60%;
  padding-top: 10px;
}

.brand-main-right {
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: start center;
  align-items: center;
  width: 40%;
  display: flex;
}

.brand-main-right.tylok {
  background-color: #0000;
}

.brand-main-image {
  object-fit: contain;
  width: 250px;
  height: auto;
}

.brand-main-image.small {
  width: 180px;
}

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

.desktop-carousel {
  padding-top: 40px;
  display: flex;
  overflow: hidden;
}

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

.logo-image {
  height: 120px;
}

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

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

.mobile-carousel {
  padding-top: 40px;
  display: none;
  overflow: hidden;
}

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

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

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

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

.tally-form {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 48px 48px 40px;
}

.tally-form.shadow {
  background-color: var(--brand-blue);
  box-shadow: 0 0 10px #00000026;
}

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

.pop-up {
  z-index: 900;
  background-color: #0000004d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-bg {
  filter: blur(5px);
  background-color: #00000091;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pop-up-container {
  background-color: var(--white);
  object-fit: contain;
  border-radius: 15px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 40rem;
  max-width: none;
  height: 20rem;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.text-block-26 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.link-3 {
  color: var(--black);
  font-size: 2.5rem;
  text-decoration: none;
  position: absolute;
  inset: -2% 2.5% auto auto;
}

.primary-button-pop {
  background-color: var(--brand-blue);
  text-align: center;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: 54px;
  margin: 0 12px 12px;
  padding: 10%;
  font-family: Noto Sans, sans-serif;
  line-height: 1.2;
  transition: all .325s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.primary-button-pop:hover {
  background-color: var(--grey);
  width: auto;
  height: auto;
}

.primary-button-pop.pop {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  width: 6rem;
  max-width: none;
  height: 2rem;
  max-height: none;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
  position: static;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.popup-bg {
  background-color: #0000004d;
  width: 100%;
  height: 100%;
}

.all-product-section {
  background-color: var(--brand-orange);
  padding-top: 80px;
  padding-bottom: 140px;
  display: block;
}

.all-product-section.hide {
  display: none;
}

.all-products-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.all-products-grid.show-everywhere {
  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;
}

.product-card-2cta {
  background-color: var(--white);
  border-radius: 15px;
  max-height: none;
  transition: all .325s;
  box-shadow: 0 1px 12px 3px #3f3f401a;
}

.product-card-2cta:hover {
  box-shadow: 0 1px 5px 1px #3f3f4033;
}

.product-card-2cta._25 {
  width: 23%;
  margin-right: 2%;
  box-shadow: 0 1px 12px 3px #0000001a;
}

.product-card-2cta.hide {
  display: none;
}

.product-card-cta-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  height: 25%;
  padding: 8px 12px;
  display: flex;
}

.new-icon-button-4 {
  border: 1px solid var(--brand-blue);
  background-color: var(--white);
  color: var(--brand-blue);
  text-align: center;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3.5rem;
  margin-top: 0;
  margin-right: 0;
  padding: 5%;
  font-size: 15px;
  line-height: 1.2;
  transition: all .3s;
  display: flex;
}

.new-icon-button-4:hover {
  background-color: var(--brand-blue);
  outline-offset: 0px;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  outline: 1px solid #fffc;
}

.html-embed-2 {
  color: #0000;
}

.all-products-content-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 12px;
  display: flex;
}

.all-products-content-box._25 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 25%;
}

.sub-p-card {
  background-color: #fff;
  border-radius: 15px;
  max-height: 350px;
  padding: 0;
  text-decoration: none;
}

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

.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.large {
  object-fit: cover;
}

.sub-p-image.large.small {
  overflow: clip;
}

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

.sub-p-name {
  color: #000;
  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;
}

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

.new-icon-button-5 {
  border: 1px none var(--brand-blue);
  background-color: var(--brand-orange);
  color: var(--white);
  text-align: center;
  border-radius: 7px;
  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-5:hover {
  background-color: var(--grey);
  outline-offset: 0px;
  color: #fff;
  outline: 1px solid #fffc;
}

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

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

.brand-info-wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-info-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.brand-info-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 70%;
  display: flex;
}

.paragraph-2 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.4;
}

.heading-3 {
  color: var(--white);
  margin-top: 26px;
  margin-bottom: 26px;
  font-size: 2.6rem;
  overflow: visible;
}

.youtube {
  border-radius: 0;
}

.job-postings {
  padding-top: 80px;
  padding-bottom: 80px;
}

.postings-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.job-card {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 24px;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #00000014;
}

.job-name {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.job-details {
  color: var(--grey);
  text-transform: uppercase;
  flex: none;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.job-details-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  margin-top: 16px;
  display: flex;
}

.job-card-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.job-card-cta {
  flex: 1;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.catalgoues-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 5%;
}

.catalgoues-grid.mobile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.catalogue-wrapper {
  margin-top: 0;
}

.careers-usp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 60px;
  display: grid;
  overflow: visible;
}

.careers-usp.centred, .careers-usp.careers {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-auto-flow: row;
  align-items: center;
}

.cat_card {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  height: auto;
  padding: 0;
  text-decoration: none;
  transition: all .325s;
  box-shadow: 0 0 12px 1px #0000001a;
}

.cat_card:hover {
  outline-offset: 0px;
  pointer-events: auto;
  outline: 3px #00e;
  transform: translate(0, -11px);
  box-shadow: 0 0 13px 13px #0e1d541a;
}

.cat_card.w--current {
  border-radius: 20px;
  padding: 0;
}

.cat_card.mobile {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  height: 100%;
  min-height: 80%;
  display: flex;
  position: relative;
  box-shadow: 0 0 12px 3px #0000001a;
}

.cat_card.mobile:hover {
  transform: none;
  box-shadow: 0 0 5px 1px #0e1d5433;
}

.cat_imagebox {
  text-decoration: none;
}

.cat_image {
  border-radius: 20px 20px 0 0;
}

.catalogue-section {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 100px;
}

.paragraph-3 {
  color: #fff;
  max-width: 60ch;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
}

.text-span-2 {
  font-family: Noto Sans, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4 {
  font-weight: 600;
}

.list {
  list-style-type: decimal;
}

.catalogue-tabs {
  padding-top: 80px;
  padding-bottom: 80px;
}

.catalogue-tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

.catalogue-card {
  background-color: var(--white);
  border-radius: 15px;
  max-height: 350px;
  transition: all .325s;
  box-shadow: 0 1px 12px 3px #3f3f401a;
}

.catalogue-card:hover {
  box-shadow: 0 1px 5px 1px #3f3f4033;
}

.catalogue-card._25 {
  width: 23%;
  margin-right: 2%;
  box-shadow: 0 1px 12px 3px #0000001a;
}

.catalogue-card.hide {
  display: none;
}

.catalogue-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  padding: 10px;
}

@media screen and (min-width: 1280px) {
  .home-banner-container, .container {
    margin-left: 150px;
    margin-right: 150px;
  }

  .our-brands-wrapper {
    margin-top: 180px;
  }

  .featured-product-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .dropdown-menu-items {
    color: var(--brand-orange);
  }

  .nav_logo-link {
    height: auto;
  }

  .padding-global {
    padding-left: 150px;
    padding-right: 150px;
  }

  .nav_link-wrapper {
    padding-left: 0;
  }

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

  .cf-footer-links {
    color: var(--grey);
    transition: opacity .2s;
  }

  .cf-footer-links:hover {
    color: var(--brand-orange);
  }

  .cf-footer-link-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .cf-footer-right-container {
    justify-content: center;
  }

  .submit-button {
    width: 180px;
  }

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

  .usps {
    grid-auto-columns: 1fr;
  }

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

  .data-sheet-cta {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 32%;
  }

  .whatsapp-cta {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: var(--white);
    color: var(--brand-orange);
    align-self: stretch;
    width: 32%;
  }

  .whatsapp-cta:hover {
    border-color: var(--brand-orange);
    background-color: var(--brand-orange);
  }

  .whatsapp-cta.big {
    width: 49%;
  }

  .div-for-cta {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
  }

  .mobile-product-cta-wrapper {
    display: none;
  }

  .desktopz-product-cta-wrapper {
    display: flex;
  }

  .n-usp {
    grid-auto-columns: 1fr;
  }

  .tabs-menu, .products-in-category, .fp-tabs-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section-tag {
    display: flex;
  }

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

  .brand-info-right {
    align-self: center;
  }

  .paragraph-2 {
    font-size: 1.3rem;
  }

  .careers-usp {
    grid-auto-columns: 1fr;
  }

  .catalogue-tabs-menu, .catalogue-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
}

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

  .brand-name {
    color: #131313;
  }

  .brand-textbox {
    padding: 16px 30px;
  }

  .primary-button-1 {
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .fp-imagebox {
    height: 60%;
  }

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

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

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

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

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

  .box {
    width: auto;
    height: auto;
    padding: 24px 20px;
  }

  .image-4 {
    width: 24px;
    height: 24px;
  }

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

  .home-usp {
    padding-left: 190px;
    padding-right: 190px;
  }

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

  .text-block-15 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 14px;
  }

  .usps, .n-usp {
    top: -90px;
  }

  .category-box {
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .slide-nav-4 {
    bottom: -20%;
  }

  .green-icon {
    transform: rotate(0);
  }

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

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

  .primary-button-pop {
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

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

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

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

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

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

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

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

  .brand-info-right {
    align-self: center;
  }

  .paragraph-2 {
    font-size: 1.3rem;
  }

  .careers-usp {
    top: -90px;
  }
}

@media screen and (min-width: 1920px) {
  .home-banner-section {
    height: 70vh;
  }

  .home-banner-container {
    height: 40vh;
    margin-left: 250px;
    margin-right: 250px;
  }

  .home-banner-heading {
    max-width: 1000px;
    font-size: 100px;
  }

  .nav-bar-container {
    margin-left: 250px;
    margin-right: 250px;
  }

  .container {
    max-width: 1920px;
    margin-left: 250px;
    margin-right: 250px;
  }

  .section-heading.banner {
    font-size: 64px;
  }

  .usp-box {
    padding: 32px;
  }

  .featured-product-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .stat-container {
    margin-left: 400px;
    margin-right: 400px;
  }

  .paragraph {
    margin-top: 20px;
    font-size: 24px;
  }

  .paragraph.centre {
    max-width: 1000px;
  }

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

  .padding-global {
    max-width: none;
    padding-left: 250px;
    padding-right: 250px;
  }

  .brand-name {
    margin-top: 8px;
    padding-top: 0;
    font-size: 28px;
  }

  .brand-textbox {
    padding: 20px 40px;
  }

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

  .featured-brands-grid.mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .brand-tag {
    font-size: 14px;
  }

  .cf-form-left-wrapper {
    max-width: 500px;
  }

  .cf-form-main-wrapper {
    max-width: 1440px;
  }

  .usps {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .product-code {
    margin-top: 20px;
    font-size: 24px;
  }

  .n-usp.centred, .n-usp.careers, .tabs-menu, .products-in-category {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .contact-details-left {
    max-width: 500px;
  }

  .fp-tabs-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .logo-image {
    height: 150px;
  }

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

  .brand-info-right {
    align-self: center;
  }

  .paragraph-2 {
    font-size: 1.3rem;
  }

  .job-card {
    padding: 32px;
  }

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

  .catalgoues-grid.mobile, .careers-usp.centred, .careers-usp.careers {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .paragraph-3 {
    margin-top: 20px;
    font-size: 24px;
  }

  .catalogue-tabs-menu, .catalogue-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .home-banner-container, .nav-bar-container {
    margin-left: 40px;
    margin-right: 40px;
  }

  .our-brands-section {
    padding-top: 0;
  }

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

  .our-brands-wrapper {
    margin-top: 280px;
  }

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

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

  .about-left-column {
    width: 100%;
    margin-bottom: 5%;
  }

  .about-right-column {
    width: 100%;
  }

  .usp-box {
    position: relative;
  }

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

  .stat-container {
    margin-left: 80px;
    margin-right: 80px;
  }

  .uui-footer02_social-list {
    margin-bottom: 2rem;
  }

  .uui-footer02_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .uui-footer02_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .primary-button-2 {
    margin-left: 0;
  }

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

  .dropdown-menu-items {
    color: #000;
    text-align: left;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 1.25rem 2.5rem;
  }

  .dropdown-menu-items:hover {
    color: #fff;
    background-color: #ffd60a;
    border-radius: 0;
  }

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

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

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

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

  .padding-global {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav_logo {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lottie-animation-3 {
    width: 40px;
    height: 40px;
    margin: 8px;
    padding: 4px;
  }

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

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

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

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

  .dropdown {
    width: 100%;
  }

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

  .nav_link:hover {
    background-color: var(--brand-blue);
    color: var(--white);
  }

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

  .nav_dropdown {
    width: 100%;
  }

  .combine-nav3_icon {
    color: #003566;
  }

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

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

  .featured-brands-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: -20%;
    margin-right: -20%;
  }

  .featured-brands-grid.mobile {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0%;
    margin-right: 0%;
  }

  .fp-card {
    height: 260px;
  }

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

  .cf-form-heading-28px {
    font-size: 32px;
  }

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

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .cf-footer-links-wrapper {
    width: auto;
    margin-right: 0;
  }

  .cf-footer-right-container {
    flex-flow: wrap;
    width: 100%;
  }

  .cf-footer-left-container {
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0%;
  }

  .cf-footer-container {
    flex-direction: column;
  }

  .cf-footer-section {
    color: #ddd;
  }

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

  .box {
    width: 15rem;
    max-width: 250px;
    height: auto;
  }

  .home-usp {
    margin-left: 140px;
    margin-right: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-usp.container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

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

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

  .product-left {
    width: 45%;
  }

  .other-products-section {
    padding-bottom: 80px;
  }

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

  .more-products-grid.show-everywhere {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .desktop-product-cta-wrapper {
    justify-content: space-between;
  }

  .uui-footer05_social-icons {
    margin-bottom: 1rem;
  }

  .uui-footer05_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-footer05_form-block {
    min-width: auto;
  }

  .uui-footer05_newsletter-text-wrapper {
    margin-bottom: 2rem;
  }

  .uui-footer05_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .n-about-wrapper {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .n-about-left {
    width: 100%;
    margin-bottom: 5%;
  }

  .n-about-image-wrapper {
    width: 100%;
  }

  .n-about-heading {
    max-width: none;
  }

  .n-about-centre, .n-about-right {
    width: 100%;
    margin-bottom: 5%;
  }

  .n-usp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .contact-details-left {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .right-arrow-3 {
    margin-right: -59px;
  }

  .black-title {
    text-align: left;
    flex: 0 auto;
  }

  .view-more-products-slide, .view-more-products-slide.hide-everywhere {
    display: none;
  }

  .grid-for-desktop {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
  }

  .grey-titlebox-copy {
    align-items: center;
  }

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

  .brand-main-wrapper {
    flex-flow: column;
  }

  .brand-main-left {
    width: 100%;
    margin-bottom: 5%;
  }

  .brand-main-right {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .featured-clients-section {
    display: block;
  }

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

  .all-product-section {
    padding-bottom: 80px;
  }

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

  .all-products-grid.show-everywhere {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

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

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

  .job-card {
    position: relative;
  }

  .catalgoues-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: -20%;
    margin-right: -20%;
  }

  .catalgoues-grid.mobile {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0%;
    margin-right: 0%;
  }

  .careers-usp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .catalogue-section {
    padding-bottom: 80px;
  }

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

@media screen and (max-width: 767px) {
  .home-banner-container {
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .nav-bar-container, .container {
    margin-left: 24px;
    margin-right: 24px;
  }

  .our-brands-wrapper {
    margin-top: 400px;
  }

  .section-header.left {
    justify-content: center;
    align-items: center;
  }

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

  .div-block.white, .div-block.similar-products {
    width: 32px;
  }

  .section-heading {
    font-size: 32px;
  }

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

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

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

  .about-right-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

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

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

  .stat-heading {
    font-size: 40px;
  }

  .stat-container {
    margin-left: 24px;
    margin-right: 24px;
  }

  .uui-footer02_social-link:hover, .uui-footer02_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer02_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer02_legal-list-wrapper {
    flex-direction: column-reverse;
  }

  .uui-footer02_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-footer02_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer02_left-wrapper, .uui-footer02_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .padding-global {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav_link {
    color: #131313;
  }

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

  .featured-brands-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 5%;
    margin-left: -5%;
    margin-right: -5%;
  }

  .featured-brands-grid.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .brand-card.mobile {
    border-radius: 10px;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-icon {
    width: 32px;
    height: 32px;
  }

  .cf-form-main-wrapper {
    padding: 50px 40px;
  }

  .cf-footer-links {
    font-size: 16px;
  }

  .cf-footer-links-wrapper {
    max-width: none;
    margin-bottom: 30px;
  }

  .cf-footer-right-container {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-footer-container {
    grid-template-columns: 1fr;
  }

  .pirmary-button.job-posting {
    margin-right: 0;
  }

  .box {
    overflow: visible;
  }

  .box.moible {
    width: 100%;
    padding: 16px;
  }

  .div-block-50 {
    width: 24px;
    height: 24px;
  }

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

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

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

  .banner-brand-name {
    font-size: 32px;
  }

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

  .product-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .more-products-grid, .more-products-grid.show-everywhere {
    grid-template-columns: 1fr 1fr;
  }

  .light-line.hide {
    display: block;
  }

  .light-line.white {
    width: 32px;
  }

  .uui-footer05_social-link:hover, .uui-footer05_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer05_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer05_legal-list-wrapper {
    flex-direction: column-reverse;
  }

  .uui-footer05_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer05_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-badge-small-success-2 {
    padding: .125rem .5rem;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer05_logo-link {
    margin-bottom: 1rem;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 2rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-footer05_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .banner-product-name {
    font-size: 32px;
  }

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

  .n-about-image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .n-about-heading {
    font-size: 32px;
  }

  .n-about-centre, .n-about-right {
    width: 100%;
    margin-bottom: 40px;
  }

  .n-usp.centred, .n-usp.careers {
    grid-template-columns: 1fr 1fr;
  }

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

  .tab-category-card.mobile, .category-card.mobile {
    border-radius: 10px;
  }

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

  .white-line.hide {
    display: block;
  }

  .white-line.white {
    width: 32px;
  }

  .grid-for-desktop, .grid-for-mobile {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .fp-tab.mobile {
    border-radius: 10px;
  }

  .brand-main-wrapper {
    flex-flow: column;
  }

  .brand-main-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .brand-main-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .desktop-carousel {
    display: none;
  }

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

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

  .featured-clients-section {
    display: block;
  }

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

  .tally-form {
    padding: 40px;
  }

  .all-products-grid, .all-products-grid.show-everywhere {
    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;
  }

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

  .catalgoues-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 5%;
    margin-left: -5%;
    margin-right: -5%;
  }

  .catalgoues-grid.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .careers-usp.centred, .careers-usp.careers {
    grid-template-columns: 1fr 1fr;
  }

  .cat_card.mobile {
    border-radius: 10px;
  }

  .catalogue-tabs-menu {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

@media screen and (max-width: 479px) {
  .home-banner-section {
    height: 80vh;
    padding-top: 80px;
  }

  .home-banner-container {
    justify-content: flex-end;
    align-items: flex-start;
    height: 50vh;
    font-size: 20px;
  }

  .home-banner-heading {
    margin-bottom: 10px;
    font-size: 54px;
  }

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

  .container {
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .our-brands-wrapper {
    margin-top: 0;
  }

  .section-header {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
  }

  .div-block {
    width: 32px;
  }

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

  .section-heading {
    max-width: 250px;
    font-size: 32px;
  }

  .section-heading.white {
    max-width: none;
  }

  .section-heading.banner {
    text-align: center;
  }

  .section-heading.similar-products {
    flex: 1;
    max-width: none;
  }

  .section-heading.small {
    font-size: 28px;
  }

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

  .about-wrapper {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .about-left-column {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .about-right-column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .subtext-paragraph {
    font-size: 16px;
  }

  .subtext-paragraph.padding {
    margin-top: 10px;
  }

  .usp-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 20px;
    position: relative;
  }

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

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

  .stats-section {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

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

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

  .uui-footer02_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer02_left-wrapper {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .uui-footer02_top-wrapper {
    grid-row-gap: 3rem;
  }

  .bottom-nav-bar {
    overflow: hidden;
  }

  .paragraph {
    max-width: none;
    font-size: 16px;
  }

  .paragraph.centre {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  .nav_container {
    justify-content: space-between;
    align-items: center;
    max-width: 75.7rem;
  }

  .primary-button-2 {
    text-align: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .dropdown-menu-items {
    color: #000;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 16px;
  }

  .dropdown-menu-items:hover {
    background-color: var(--brand-orange);
    color: #f2f3f7;
    border-radius: 0;
  }

  .dropdown-menu-items.w--current {
    color: var(--white);
  }

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

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

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

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

  .nav_logo {
    width: 200px;
    margin-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lottie-animation-3 {
    padding: 6px;
  }

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

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

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

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

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

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

  .nav_dropdown {
    color: #003566;
    display: none;
  }

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

  .nav_menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    align-self: auto;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .featured-brands-grid {
    grid-template-columns: 1fr;
    margin-top: 10%;
  }

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

  .fp-imagebox {
    height: 50%;
  }

  .fp-textbox {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 50%;
  }

  .fp-name {
    font-size: 15px;
    line-height: 1.2;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .cf-send-message-form {
    padding: 30px 16px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-footer-divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cf-form-heading {
    text-align: center;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
  }

  .cf-form-main-wrapper {
    padding: 40px 30px;
  }

  .cf-copyright-text-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }

  .cf-footer-copyright-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 0;
  }

  .cf-footer-links-header {
    font-size: 18px;
    font-weight: 700;
  }

  .cf-footer-links-wrapper {
    margin-bottom: 40px;
  }

  .cf-footer-right-container {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .cf-footer-social-link-block {
    flex: none;
    width: auto;
    max-width: 36px;
    height: auto;
    max-height: 36px;
  }

  .cf-footer-paragraph {
    font-size: 15px;
  }

  .cf-footer-logo {
    width: 70%;
  }

  .cf-footer-left-container {
    margin-bottom: 0%;
  }

  .cf-footer-container {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
  }

  .cf-footer-section {
    padding-top: 60px;
    display: flex;
  }

  .submit-button {
    width: 100%;
  }

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

  .usp-header {
    font-size: 16px;
  }

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

  .featured-product-card {
    border-radius: 10px;
  }

  .featured-product-card.small {
    flex-flow: column;
    justify-content: space-between;
    max-height: 350px;
    display: flex;
  }

  .product-logobox {
    height: 5%;
  }

  .product-imagebox {
    height: 35%;
  }

  .featured-product-contentbox {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    height: 30%;
  }

  .featured-product-contentbox._25 {
    height: 30%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .featured-product-ctabox {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    height: 35%;
    padding: 12px;
  }

  .featured-product-ctabox.small {
    height: 25%;
  }

  .fp-name-copy.description {
    font-size: 14px;
    line-height: 1.2;
  }

  .pirmary-button {
    align-self: stretch;
  }

  .pirmary-button.job-posting {
    align-self: stretch;
    margin-top: 24px;
  }

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

  .box {
    max-width: none;
    padding: 24px;
  }

  .box.moible {
    width: 100%;
  }

  .image-4 {
    width: 24px;
    height: 24px;
  }

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

  .home-usp.container {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
    margin-top: -80px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 40px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .text-block-15 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1;
  }

  .usps {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .banner-section {
    height: 30vh;
  }

  .banner-section._40vh {
    height: 40vh;
  }

  .banner-container {
    font-size: 20px;
  }

  .product-code {
    font-size: 16px;
  }

  .banner-brand-name {
    max-width: none;
    margin-bottom: 10px;
    font-size: 24px;
  }

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

  .data-sheet-cta {
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .light-line.hide {
    background-color: var(--white);
  }

  .breadcrumb {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .breadcrumb-text {
    flex: none;
  }

  .breadcrumb-text.current {
    flex: 0 auto;
  }

  .desktop-product-cta-wrapper {
    display: none;
  }

  .desktop-product-cta-wrapper.mobile {
    flex-flow: column;
    width: 288.6px;
  }

  .whatsapp-cta {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 48%;
  }

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

  .uui-footer05_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .div-for-cta {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .mobile-product-cta-wrapper {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .mobile-product-cta-wrapper.mobile {
    flex-flow: column;
    width: 288.6px;
  }

  .banner-product-name {
    font-size: 28px;
    line-height: 1.1;
  }

  .banner-product-name.white {
    max-width: none;
    font-size: 24px;
  }

  .banner-product-name.small {
    font-size: 28px;
  }

  .desktopz-product-cta-wrapper {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .desktopz-product-cta-wrapper.mobile {
    flex-flow: column;
    width: 288.6px;
  }

  .n-about-section {
    padding-top: 60px;
  }

  .n-about-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .n-about-left {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .n-about-image-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .n-about-heading {
    font-size: 32px;
  }

  .n-about-heading.white {
    max-width: none;
  }

  .n-about-centre {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .n-about-right {
    flex-flow: column;
    display: flex;
  }

  .n-about-images {
    width: 100%;
    height: 30vh;
  }

  .usp-section {
    padding-top: 60px;
  }

  .n-usp {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .n-usp.centred {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .n-usp.careers {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .banner-brand-logo {
    max-height: 64px;
  }

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

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .category-card {
    height: 4.5rem;
    min-height: 0;
  }

  .category-card.w--current {
    min-height: 0;
  }

  .category-name {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .breadcrumb-2 {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .link-2 {
    text-align: left;
    flex: 0 auto;
  }

  .link-2.w--current {
    flex: 0 auto;
  }

  .text-block-13 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .current-page.w--current {
    text-align: left;
  }

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

  .white-line {
    width: 32px;
  }

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

  ._2-rem-mobile {
    align-self: stretch;
    height: 2rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .product-card_image {
    height: 65%;
    max-height: 142px;
  }

  .slide-8 {
    overflow: hidden;
  }

  .product-card_imagebox {
    height: 65%;
    max-height: 142px;
  }

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

  .mask-3 {
    overflow: hidden;
  }

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

  .fp-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fp-tab {
    width: auto;
    height: 4rem;
    min-height: 0;
  }

  .fp-tab.w--current {
    min-height: 0;
  }

  .fp-tab-name {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-main-wrapper {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .brand-main-left {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .brand-main-right {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .brand-main-image, .brand-main-image.small {
    width: 120px;
  }

  .section-tag {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 20px;
    min-height: 0;
  }

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

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

  .logo-image {
    height: 80px;
  }

  .block {
    width: 8px;
    height: 20px;
  }

  .block-text {
    font-size: 11px;
  }

  .featured-clients-section {
    padding-top: 41px;
    padding-bottom: 41px;
    display: block;
  }

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

  .tally-form {
    padding: 40px 20px 30px;
  }

  .pop-up {
    display: none;
  }

  .pop-up-container {
    width: auto;
    min-width: 0;
    max-width: 20rem;
    height: auto;
    max-height: 30rem;
    margin-left: 15px;
    margin-right: 15px;
    padding: 1.6rem;
    position: static;
    inset: 0%;
  }

  .text-block-26 {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .link-3 {
    right: 3.5%;
  }

  .product-card-2cta {
    border-radius: 10px;
  }

  .product-card-2cta.small {
    flex-flow: column;
    justify-content: space-between;
    max-height: 350px;
    display: flex;
  }

  .product-card-cta-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    height: 35%;
    padding: 12px;
  }

  .product-card-cta-box.small {
    height: 25%;
  }

  .new-icon-button-4 {
    text-align: center;
    flex-flow: row;
    padding: 5%;
    font-size: 14px;
    line-height: 1.4;
  }

  .all-products-content-box {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    height: 30%;
  }

  .all-products-content-box._25 {
    height: 30%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .sub-p-image {
    object-fit: scale-down;
  }

  .sub-p-contentbox {
    height: 50%;
    padding: 8px;
  }

  .sub-p-name {
    height: 50%;
    font-size: 16px;
    line-height: 1.2;
  }

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

  .new-icon-button-5 {
    text-align: center;
    padding: 4px;
    font-size: 14px;
    line-height: 1.4;
  }

  .brand-info-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: 28px;
  }

  .brand-info-wrapper {
    flex-flow: column;
  }

  .brand-info-left {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-info-right {
    width: 100%;
    margin-top: 40px;
  }

  .heading-3 {
    line-height: 2.6rem;
  }

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

  .job-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .job-name {
    font-size: 16px;
  }

  .job-details {
    font-size: 15px;
  }

  .catalgoues-grid {
    grid-template-columns: 1fr;
    margin-top: 10%;
  }

  .catalgoues-grid.mobile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .catalogue-wrapper {
    margin-top: 0;
  }

  .careers-usp {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .careers-usp.centred {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .careers-usp.careers {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 60px;
  }

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

  .paragraph-3 {
    max-width: none;
    font-size: 16px;
  }

  .paragraph-3.career {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .catalogue-tabs {
    padding-top: 40px;
  }

  .catalogue-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .catalogue-card {
    border-radius: 10px;
  }

  .catalogue-card.small {
    flex-flow: column;
    justify-content: space-between;
    max-height: 350px;
    display: flex;
  }

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

#w-node-_1b207986-53c7-e226-a9f4-da6e05857f78-df19ffcc {
  align-self: auto;
}

#w-node-_39c438cb-3464-8428-6357-114bd9cf3b5c-df1a0000, #w-node-_3c73985f-b0be-676e-b1f5-e700855df82b-df1a0000, #w-node-_7585bc8a-13a9-ff20-a75c-576b5e3974ba-df1a0000, #w-node-_834601fc-e614-7b62-743a-9aaa01ecfaac-df1a0000, #w-node-_825b53bb-dbc3-f199-62cd-da22a0136cc1-df1a0000, #w-node-a0e46b25-b3b8-37c5-7bc9-764d6c338bb2-df1a0000, #w-node-a0e46b25-b3b8-37c5-7bc9-764d6c338bb2-df1a0106, #w-node-_825b53bb-dbc3-f199-62cd-da22a0136cc1-df1a0106, #w-node-_7585bc8a-13a9-ff20-a75c-576b5e3974ba-df1a0106 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd3986f0-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd3986f1-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd3986f3-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd3986f6-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd3986f7-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd3986f8-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd3986f9-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd3986fc-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd3986fd-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd3986fe-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd3986ff-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd398702-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd398703-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd398704-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd398705-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd398709-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd39870a-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd39870d-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd39870e-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd398711-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd398712-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd398715-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd398716-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd398719-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd39871a-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd39871d-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd39871e-df19ffcc, #w-node-ef6c9c7d-e9f8-84af-a4f7-d576bd398721-df19ffcc, #w-node-f49d4f0d-ee69-f7db-ff62-91a7ef4fa64f-df19ffcc {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bc72ed54-d111-37a1-1cc1-da83479c83b8-df19ffcc {
    align-self: center;
  }

  #w-node-_01fb13dd-d44a-eda6-d15d-00fdc45c5b44-df19ffcc {
    align-self: auto;
  }

  #w-node-a27afb68-8e1c-ec23-9cc5-bdbb45576750-df19ffef, #w-node-_9b36ac2e-aece-d685-b689-b5b781ed0f0a-df1a0000, #w-node-_412b0ce5-e3ee-fb23-879f-535bb855252a-df1a0046, #w-node-a27afb68-8e1c-ec23-9cc5-bdbb45576750-df1a009f, #w-node-a27afb68-8e1c-ec23-9cc5-bdbb45576750-df1a00a0, #w-node-a27afb68-8e1c-ec23-9cc5-bdbb45576750-df1a00a1, #w-node-a27afb68-8e1c-ec23-9cc5-bdbb45576750-df1a00a2, #w-node-a27afb68-8e1c-ec23-9cc5-bdbb45576750-df1a00a3, #w-node-a27afb68-8e1c-ec23-9cc5-bdbb45576750-df1a00a4, #w-node-a27afb68-8e1c-ec23-9cc5-bdbb45576750-df1a00a5, #w-node-a27afb68-8e1c-ec23-9cc5-bdbb45576750-df1a00a6, #w-node-a27afb68-8e1c-ec23-9cc5-bdbb45576750-df1a00a7, #w-node-a27afb68-8e1c-ec23-9cc5-bdbb45576750-df1a00a8, #w-node-_412b0ce5-e3ee-fb23-879f-535bb855252a-df1a00a9, #w-node-_412b0ce5-e3ee-fb23-879f-535bb855252a-df1a00aa, #w-node-_412b0ce5-e3ee-fb23-879f-535bb855252a-df1a00ab, #w-node-_412b0ce5-e3ee-fb23-879f-535bb855252a-df1a00ac, #w-node-_412b0ce5-e3ee-fb23-879f-535bb855252a-df1a00ad, #w-node-_412b0ce5-e3ee-fb23-879f-535bb855252a-df1a00ae, #w-node-_412b0ce5-e3ee-fb23-879f-535bb855252a-df1a00af, #w-node-a27afb68-8e1c-ec23-9cc5-bdbb45576750-df1a00b0, #w-node-a27afb68-8e1c-ec23-9cc5-bdbb45576750-df1a00b3, #w-node-a27afb68-8e1c-ec23-9cc5-bdbb45576750-df1a00b4, #w-node-_164a6dce-c6bc-6c85-b46a-d79aa67f7686-df1a00b6, #w-node-a27afb68-8e1c-ec23-9cc5-bdbb45576750-df1a00c3, #w-node-_859f02b0-9ae6-3438-6957-eaac4bb93008-df1a00c5, #w-node-_8ad6a605-b9a9-a00c-e67b-c35ba81d606f-df1a00dd, #w-node-_49999c8e-de37-49cc-2565-240bf923c192-df1a00e3, #w-node-efa68177-8ee5-d540-b297-0f2667e8b4df-df1a00e7, #w-node-_9b651758-12e2-8c83-2489-028417dc23ee-df1a00ea, #w-node-_7a828d8a-a8f2-9286-633e-bf190838c131-df1a00ed, #w-node-_7f6555b6-e18d-a7f4-86bb-58c37a645e8a-df1a00f2, #w-node-ac963d2a-398b-151f-667c-8bc7389c2180-df1a00f8, #w-node-_609af1ce-334f-9078-1c4c-ae38d87c82c2-df1a00fb, #w-node-fc13c6d9-2940-e442-f719-b5ba2f4655a3-df1a00fe, #w-node-_5a7d4661-420c-e7da-8ba3-667276b24ed8-df1a0102, #w-node-_9b36ac2e-aece-d685-b689-b5b781ed0f0a-df1a0106 {
    align-self: center;
  }
}


