:root {
  --white: white;
  --black: black;
  --bg-grey: #f7f7f7;
  --primary-blue: #222c31;
  --primary-red: #c50c19;
  --text-grey: #777;
  --bnb-text: #ffffffb0;
  --primary-green: #08a850;
  --dark-grey: #5f5f5f;
}

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

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

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 0;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 5px #0000000d;
}

.container {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container.banner {
  justify-content: flex-start;
  align-items: flex-end;
  height: 60vh;
  display: flex;
}

.container.not-home {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: .25px;
  margin-right: 16px;
  padding: 14px 16px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: all .25s;
  display: block;
}

.nav-link:hover {
  transform: translate(0, -3px);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border-radius: 3px;
  text-decoration: none;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: var(--black);
  letter-spacing: .25px;
  padding: 14px 30px 14px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .25s;
}

.nav-dropdown-toggle:hover {
  transform: translate(0, -3px);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--white);
  background-image: linear-gradient(#222c311a, #222c311a);
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
  top: 60px;
}

.nav-dropdown-link {
  padding: 16px 30px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
}

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

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--primary-blue);
}

.nav-dropdown-link.w--current:hover {
  color: var(--white);
}

.nav-bar-button {
  background-color: var(--primary-red);
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  border-radius: 3px;
  margin-left: 24px;
  padding: 12px 24px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.nav-bar-button:hover {
  color: #fff;
  transform: translate(0, -3px);
}

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

.nav-bar-button.w--current {
  background-image: linear-gradient(#0003, #0003);
}

.nav-bar-button.para {
  margin-left: 0;
}

.nav-bar-button.para:hover {
  background-color: var(--text-grey);
  transform: none;
}

.home-banner {
  background-image: url('../images/New-Banner1.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 100px;
}

.banner-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.hero-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 54px;
  line-height: 1.1;
}

.hero-heading.dark {
  color: var(--primary-blue);
}

.subtext {
  color: #f5f7fd;
  max-width: 600px;
  margin-bottom: 25px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.subtext.dark {
  color: var(--primary-blue);
}

.paragraph {
  color: var(--text-grey);
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.paragraph.contacy-page {
  color: var(--text-grey);
  text-align: center;
  max-width: 600px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  text-decoration: none;
}

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

.paragraph.contacy-page.white.none {
  display: none;
}

.section-heading {
  color: #323232;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

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

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

.section-heading.about-contact {
  color: var(--bg-grey);
  margin-bottom: 0;
  padding: 80px 40px 81px 60px;
}

.section-heading.contact-form-header {
  color: var(--bg-grey);
  text-align: center;
}

.image-16 {
  max-width: 15%;
  position: absolute;
  top: 659.02px;
  left: -7.3594px;
}

.image-16-2 {
  max-width: 15%;
  position: absolute;
  inset: 82% -3% 0% auto;
}

._40px {
  height: 40px;
}

.bottom-nav-bar {
  background-color: var(--primary-blue);
  min-height: 400px;
  padding: 55px 5% 10px;
}

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

.text-link-footer {
  color: var(--bnb-text);
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.text-link-footer.contact-info {
  margin-bottom: 3px;
}

.header-link-footer {
  color: var(--bg-grey);
  margin-bottom: 16px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.first_column {
  flex-flow: column;
  margin-right: 40px;
  display: flex;
}

.brand.hide {
  display: none;
}

.image-17 {
  height: 48px;
}

.primary-button {
  border: 2px solid var(--primary-red);
  background-color: var(--primary-red);
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.primary-button:hover {
  border-color: var(--primary-blue);
  background-color: var(--primary-blue);
  color: #fff;
  transform: translate(0, -3px);
}

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

.primary-button.stretch {
  align-self: stretch;
  padding-left: 17px;
  padding-right: 17px;
}

.home-about-ctas {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.secondary-button {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: none;
  background-color: #fff0;
  border: 2px solid #000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  background-color: var(--black);
  color: var(--white);
  transform: translate(0, -3px);
}

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

.secondary-button.white {
  border-color: var(--white);
  background-color: var(--bg-grey);
  color: var(--black);
}

.secondary-button.white:hover {
  border-color: var(--primary-blue);
  background-color: var(--primary-blue);
  color: var(--white);
}

.breadcrumb {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-section {
  background-image: linear-gradient(0deg, var(--primary-blue), #222c3180 60%, #fff0), url('../images/Group-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 220px;
  padding-bottom: 40px;
}

.banner-section.housekeeping {
  background-image: linear-gradient(0deg, var(--primary-blue), #222c3180 60%, #fff0), url('../images/2150520594-1.jpg');
  background-position: 0 0, 50% 95%;
}

.banner-section.stationary {
  background-image: linear-gradient(0deg, var(--primary-blue), #222c3180 60%, #fff0), url('../images/2149511873-1.jpg');
  background-position: 0 0, 50% 70%;
}

.banner-section.pec {
  background-image: linear-gradient(0deg, var(--primary-blue), #222c3180 60%, #fff0), url('../images/7xm.xyz551669_1.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.banner-section.pec.rest {
  background-image: linear-gradient(0deg, var(--primary-blue), #222c3180 60%, #fff0), url('../images/Floor-Restoration-BG_1.avif');
  background-position: 0 0, 50% 15%;
}

.banner-section.pec.film {
  background-position: 0 0, 50% 0;
}

.banner-section.about {
  background-image: linear-gradient(0deg, var(--primary-blue), #222c3180 60%, #fff0), url('../images/144319-1.jpg');
  background-position: 0 0, 50% 30%;
}

.banner-section.contact {
  background-image: linear-gradient(0deg, var(--primary-blue), #222c3180 60%, #fff0), url('../images/2147704547-1.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
}

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

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

.about-us-wrapper {
  display: flex;
}

.about-us-left {
  width: 40%;
}

.about-us-right {
  width: 60%;
  margin-left: 60px;
}

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

.about-usp-section {
  padding-bottom: 60px;
}

.about-usp-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--primary-blue);
  background-image: url('../images/Home-Bg-Industrial-Applications.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px 60px;
  display: flex;
}

.about-usp-header-wrapper {
  margin-bottom: 60px;
}

.about-usp-card {
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.usp-card-heading {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.usp-iconbox {
  background-color: var(--primary-red);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: -40px auto 20px;
  display: flex;
}

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

.usp-icon.padding {
  padding: 2px;
}

.about-contact {
  padding-top: 40px;
  padding-bottom: 80px;
}

.about-contact-wrapper {
  background-image: linear-gradient(#c30000e6, #c30000e6);
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 8px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-contact-left {
  width: 70%;
}

.about-contact-right {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  padding-right: 120px;
  display: flex;
}

.breadcrumb-text {
  color: var(--bg-grey);
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}

.code-embed {
  padding-top: 2px;
}

._24px {
  height: 24px;
}

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

.contact-details-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/Home-Bg-Industrial-Applications.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px 60px;
  display: flex;
}

.contact-details-card {
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  width: 33%;
  padding: 24px;
  display: flex;
}

.contact-details-iconbox {
  background-color: var(--primary-red);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: -40px auto 20px;
  display: flex;
}

.contact-detail-heading {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.text-span-2 {
  color: var(--black);
}

.contact-details-header-wrapper {
  padding-bottom: 40px;
}

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

.contact-form-wrapper {
  background-color: var(--primary-red);
  background-image: none;
  background-size: auto;
  border-radius: 8px;
  padding: 60px 40px;
}

.contact-form {
  max-width: 600px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.formfield {
  color: var(--white);
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.inputfield {
  border: 1px solid var(--bg-grey);
  background-color: #fff0;
  border-radius: 3px;
}

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

.home-category-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-2 {
  color: #777;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-2._600px {
  color: #777;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2._600px.none {
  display: none;
}

.home-fp-section {
  background-color: var(--bg-grey);
  background-image: url('../images/Home-Bg-Industrial-Applications.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 80px;
}

.home-fp-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-contact {
  background-color: var(--primary-red);
  background-image: none;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.home-contact-right {
  width: 70%;
  margin-left: 60px;
}

.home-contact-left {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f7f7f799;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding: 40px;
  display: flex;
}

.home-contact-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hc-details-iconbox {
  background-color: var(--primary-blue);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hcd-wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.hcd-iconbox {
  background-color: var(--primary-blue);
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-top: 1px;
  display: flex;
}

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

.hcd-text {
  color: var(--black);
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.hcd-text._600px {
  color: var(--text-grey);
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.hcd-heading {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.home-about {
  background-color: var(--bg-grey);
  padding-top: 80px;
  padding-bottom: 80px;
}

.home-about-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.home-about-right {
  width: 40%;
  height: 100%;
  margin-left: 100px;
  position: relative;
}

.home-about-big-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  max-height: 300px;
}

.home-about-small-image {
  border: 2px solid var(--primary-blue);
  object-fit: cover;
  border-radius: 3px;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: 20% auto 20% -15%;
}

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

.category-main-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.category-main-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.category-main-right {
  width: 40%;
  margin-left: 140px;
  position: relative;
}

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

.category-small-image {
  border: 2px solid var(--primary-blue);
  object-fit: cover;
  border-radius: 3px;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: 20% auto 20% -15%;
}

.category-product-section {
  background-image: url('../images/Home-Bg-Industrial-Applications.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 80px;
}

.category-products-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-products-wrapper.rest {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.bg-image {
  object-fit: scale-down;
  background-image: linear-gradient(#fff, #fff);
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: none;
}

.bg-image._1 {
  object-fit: scale-down;
  background-image: url('../images/1.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
}

.bg-image._2 {
  background-image: url('../images/2.jpg'), linear-gradient(#0000, #0000);
}

.bg-image._3 {
  background-image: url('../images/3.jpg'), linear-gradient(#0000, #0000);
}

.bg-image._4 {
  background-image: url('../images/4.jpg'), linear-gradient(#0000, #0000);
}

.bg-image._5 {
  object-fit: scale-down;
  background-image: url('../images/5.jpg'), linear-gradient(#0000, #0000);
}

.bg-image._6 {
  background-image: url('../images/6.jpg'), linear-gradient(#0000, #0000);
}

.bg-image._7 {
  background-image: url('../images/7.jpg'), linear-gradient(#0000, #0000);
}

.bg-image._8 {
  background-image: url('../images/8.jpg'), linear-gradient(#0000, #0000);
}

.bg-image._9 {
  background-image: url('../images/9.jpg'), linear-gradient(#0000, #0000);
}

.icons-outlined {
  text-transform: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.icons-outlined.is-large {
  font-size: 1.5rem;
}

.card-wrapper {
  z-index: 50;
  border-radius: 1rem;
  align-self: stretch;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.card-wrapper.dotted {
  border: 1px dashed #83838340;
}

.card-items {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.card-items.services {
  background-color: #fff;
  flex: none;
  padding: 25px;
}

.heading-sm {
  color: #0a0a0a;
  text-transform: capitalize;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
}

.card-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: capitalize;
  border-bottom: 1px solid #83838340;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
  position: relative;
}

.cc-imagebox {
  z-index: 1;
  aspect-ratio: auto;
  color: #0a0a0ab3;
  object-fit: contain;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-height: 70%;
  padding: 10px;
  display: flex;
  position: relative;
}

.cc-imagebox.min-height-md {
  align-self: stretch;
}

.line-bar {
  z-index: 25;
  background-color: var(--primary-blue);
  width: 0%;
  height: .0625rem;
  margin-bottom: -.5px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-wrapper {
  color: #494239;
  background-color: #fff;
  border: .5px solid #83838340;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 3rem;
  padding: .5rem;
  display: flex;
  overflow: hidden;
}

.icon-wrapper.position-absolute {
  z-index: 20;
  inset: 2rem 2rem auto auto;
}

.neutral-50 {
  background-color: #f5f5f5;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.category-card {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 15rem;
  font-size: 1.125rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cc-heading {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.cc-heading.exception {
  font-size: 17px;
}

.cc-description {
  color: var(--text-grey);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
  display: none;
}

.cc-description._600px {
  color: var(--text-grey);
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.cc-contentbox {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--bg-grey);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.cc-contentbox.services {
  background-color: #fff;
  flex: none;
  padding: 25px;
}

.cc-heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: capitalize;
  border-bottom: 1px solid #83838340;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: block;
  position: relative;
}

.product-card {
  background-color: var(--bg-grey);
  border-radius: 10px;
  text-decoration: none;
  transition: all .35s;
  box-shadow: 0 0 20px #00000024;
}

.product-imagebox {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 150px;
}

.product-image {
  background-color: var(--white);
  object-fit: contain;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 100%;
}

.product-contentbox {
  background-color: var(--bg-grey);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

._16px {
  align-self: stretch;
  height: 16px;
}

.footer-divider {
  background-color: var(--text-grey);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-top: 0;
}

.bottom-nav-strip {
  border-top: 1px solid var(--text-grey);
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  padding-top: 10px;
  display: flex;
}

.bottom-nav-link {
  color: var(--bnb-text);
  align-items: stretch;
  margin-bottom: 12px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.bottom-nav-link:hover {
  background-color: var(--bnb-text);
  color: var(--black);
}

.text-block {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
}

.product-card-2 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  padding: 0;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0 10px #0000001a;
}

.product-card-overlay {
  z-index: 1;
  border-radius: 10px;
  display: none;
  position: absolute;
  inset: 0%;
}

.product-card-overlay:hover {
  background-color: #00000005;
  border: 1px solid #0006;
  border-radius: 10px;
}

.product-card-overlay.w--current {
  display: none;
}

.product-card-image {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 50%;
  padding: 4px;
}

.product-card-image.rest {
  height: 80%;
}

.product-name-textbox {
  z-index: 2;
  background-color: var(--bg-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 25%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.product-name {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

._3-cta-wrapper {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

._3-cta-button {
  border: 2px solid var(--primary-blue);
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 48px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 #000;
}

._3-cta-button:hover {
  color: #fff;
  background-color: #d2d2d2;
  transform: translate(0, -5px);
  box-shadow: 0 0 #000;
}

._3-cta-icon {
  width: 28px;
  height: 28px;
}

._3-cta-icon._4px {
  margin-bottom: 4px;
}

._3-cta-icon---mobile {
  width: 20px;
  height: 20px;
  display: none;
}

._3-cta-icon---mobile._4px {
  margin-bottom: 4px;
}

.product-card---featured {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  padding: 0;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0 10px #0000001a;
}

._3-cta-wrapper-2 {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--bg-grey);
  justify-content: center;
  align-items: flex-end;
  height: 25%;
  padding: 0 16px 16px;
  display: flex;
  position: relative;
}

._3-cta-button-2 {
  border: 2px solid var(--primary-blue);
  box-shadow: none;
  color: var(--primary-blue);
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  max-height: 54px;
  padding-top: 6px;
  padding-left: 2px;
  transition: all .2s;
  display: flex;
}

._3-cta-button-2:hover {
  border-color: var(--black);
  background-color: var(--primary-green);
  color: var(--black);
  transform: translate(0, -5px);
  box-shadow: 0 0 #000;
}

._1-rem {
  height: 1rem;
}

.text-span-3 {
  color: var(--primary-red);
}

.image-18 {
  display: inline-block;
}

.product-card---featured-copy {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #0000001a;
}

.product-name-textbox-copy {
  z-index: 2;
  box-sizing: border-box;
  background-color: var(--bg-grey);
  text-align: center;
  object-fit: fill;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  height: 20%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1216px;
  }

  .home-fp-wrapper, .category-products-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .container.banner {
    height: 50vh;
  }

  .product-card-2 {
    height: 350px;
  }

  ._3-cta-wrapper {
    padding: 0 24px 24px;
  }

  .product-card---featured {
    height: 350px;
  }

  ._3-cta-wrapper-2 {
    padding: 0 24px 24px;
  }

  .product-card---featured-copy {
    height: 350px;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .banner-content-wrapper {
    width: auto;
  }

  .subtext {
    color: #dbdbdb;
  }

  .image-16, .image-16-2 {
    display: none;
  }

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

  .about-us-left {
    width: 100%;
  }

  .about-us-right {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .about-usp-content-wrapper {
    padding: 40px 24px 24px;
  }

  .about-contact-right {
    margin-left: 10px;
  }

  .contact-details-wrapper {
    padding: 40px 24px 24px;
  }

  .home-category-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .home-contact-right {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }

  .home-contact-left {
    flex-flow: row;
    width: 100%;
  }

  .home-contact-details {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hcd-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 33%;
  }

  .hcd-contentbox {
    margin-top: 20px;
  }

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

  .hcd-heading {
    align-self: center;
  }

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

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

  .home-about-right {
    align-self: auto;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .home-about-small-image {
    left: 0%;
  }

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

  .category-main-left {
    width: 100%;
  }

  .category-main-right {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .category-small-image {
    left: 0%;
  }

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

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

  .product-name-textbox, .product-name-textbox-copy {
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .banner-content-wrapper {
    width: 100%;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .product-name-textbox {
    padding: 16px;
  }

  .product-name {
    font-size: 16px;
  }

  ._3-cta-wrapper, ._3-cta-wrapper-2 {
    padding: 0 16px 16px;
  }

  .product-name-textbox-copy {
    padding: 16px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.banner {
    height: 50vh;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .nav-link {
    margin-right: 0;
    padding: 16px 10px;
    display: block;
  }

  .nav-link.w--current {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    display: block;
  }

  .nav-dropdown-toggle {
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-dropdown-toggle.w--open {
    align-self: center;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: var(--bg-grey);
    background-image: none;
    border-radius: 3px;
    margin-top: 10px;
    top: 0;
  }

  .nav-dropdown-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .nav-dropdown-link.w--current {
    color: #1a1b1f;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .nav-dropdown-link.w--current:hover {
    color: var(--white);
  }

  .mobile-margin-top-10 {
    align-self: stretch;
  }

  .nav-bar-button {
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--primary-red);
    border-radius: 3px;
  }

  .home-banner {
    background-image: linear-gradient(#fff6, #fff6), url('../images/New-Banner1.jpg');
    background-position: 0 0, 29%;
    background-size: auto, cover;
    height: 74vh;
    padding-bottom: 40px;
  }

  .hero-heading {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .subtext {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .section-heading {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.2;
  }

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

  .section-heading.about-contact {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  ._40px {
    height: 24px;
  }

  .bottom-nav-bar {
    padding-left: 0%;
    padding-right: 0%;
  }

  .bottom-nav-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .text-link-footer {
    font-size: 15px;
  }

  .header-link-footer {
    line-height: 1.2;
  }

  .first_column {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brand {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .primary-button {
    align-self: flex-end;
  }

  .primary-button.stretch {
    padding: 12px;
  }

  .secondary-button.white {
    margin-top: 20px;
  }

  .secondary-button.white.contact {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-section {
    background-image: linear-gradient(0deg, var(--primary-blue), #222c3180 47%, #fff0), url('../images/Group-3.jpg');
    background-position: 0 0, 50% 66%;
    background-size: auto, cover;
    padding-top: 160px;
  }

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

  .about-us-right {
    margin-top: 0;
  }

  .about-usp-header-section {
    padding-top: 60px;
  }

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

  .about-usp-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .about-usp-header-wrapper {
    margin-bottom: 40px;
  }

  .usp-iconbox {
    width: 56px;
    height: 56px;
  }

  .about-contact {
    padding-bottom: 60px;
  }

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

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

  .about-contact-right {
    width: auto;
    margin: 20px 40px 40px;
    padding-right: 0;
  }

  ._24px {
    height: 10px;
  }

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

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

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

  .contact-details-iconbox {
    width: 56px;
    height: 56px;
  }

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

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

  .home-category-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .home-fp-section {
    padding-bottom: 60px;
  }

  .home-fp-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .home-contact {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .home-contact-details {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .hcd-wrapper {
    width: 100%;
  }

  .category-main-section {
    padding-top: 40px;
  }

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

  .category-products-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

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

  .bg-image._1 {
    background-color: var(--white);
    background-image: url('../images/1_1.jpg'), linear-gradient(to bottom, var(--white), var(--white));
    background-size: contain, auto;
  }

  .bg-image._2 {
    background-image: url('../images/2_1.jpg'), linear-gradient(to bottom, var(--white), var(--white));
    background-size: contain, auto;
  }

  .bg-image._3 {
    background-image: url('../images/3_1.jpg'), linear-gradient(#0000, #0000);
  }

  .bg-image._4 {
    background-image: url('../images/4_1.jpg'), linear-gradient(#0000, #0000);
  }

  .bg-image._5 {
    background-image: url('../images/5_1.jpg'), linear-gradient(to bottom, var(--white), var(--white));
    background-size: contain, auto;
  }

  .bg-image._6 {
    background-image: url('../images/6_1.jpg'), linear-gradient(#0000, #0000);
  }

  .bg-image._7 {
    background-image: url('../images/7_1.jpg'), linear-gradient(#0000, #0000);
  }

  .bg-image._8 {
    background-image: url('../images/8_1.jpg'), linear-gradient(#0000, #0000);
  }

  .bg-image._9 {
    background-image: url('../images/9_1.jpg'), linear-gradient(#0000, #0000);
  }

  .card-items {
    padding-bottom: 1rem;
  }

  .cc-description {
    line-height: 1.2;
  }

  .cc-contentbox {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cc-heading-wrapper {
    padding-bottom: .75rem;
  }

  .product-contentbox {
    padding: 12px;
  }

  ._16px {
    display: block;
  }

  ._16px.hide {
    display: none;
  }

  .bottom-nav-strip {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 60px;
  }

  .bottom-nav-link {
    font-size: 14px;
  }

  .list-item {
    align-self: stretch;
  }

  .text-block {
    display: inline-block;
  }

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

  .product-card-image {
    height: 45%;
  }

  .product-name-textbox {
    height: 30%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-name {
    line-height: 1.1;
  }

  ._3-cta-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 0;
  }

  ._3-cta-icon {
    width: 20px;
    height: 20px;
    display: none;
  }

  ._3-cta-icon---mobile {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: flex;
  }

  ._3-cta-icon---mobile._4px {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
  }

  ._3-cta-wrapper-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding: 0 8px 8px;
  }

  ._3-cta-button-2 {
    flex: 1;
    padding: 0 2px 4px 0;
  }

  ._3-cta-icon-2 {
    width: 24px;
    height: 24px;
  }

  .product-name-textbox-copy {
    height: 20%;
    padding-left: 12px;
    padding-right: 12px;
  }
}

#w-node-_42b3e745-2863-0a9d-a1de-cc695caaf77c-f8c28e7c {
  align-self: auto;
}

#w-node-c1b8649f-2b77-573d-90c4-fff286d01a30-f8c28e7c, #w-node-b4e5fc28-98fa-178c-db05-56a6ef83322f-f8c28e7c, #w-node-_52bb52f9-ab13-84c9-4081-18516f13863b-f8c28e7c, #w-node-_9884a4ef-3135-15b1-1a4d-a9307b12a461-f8c28e7c, #w-node-_564a1ee0-fa2c-f12f-6ef8-242a5ab630ed-f8c28e7c, #w-node-_79b33682-45bc-e1df-a118-5ff1abf03ac6-f8c28e7c, #w-node-_749d349c-65ed-7d4c-9856-1fa5cc1d3ec1-f8c28e7c, #w-node-_3d6bc082-133d-be2e-5426-027b8f6681fc-f8c28e7c, #w-node-a0bdfc7e-e243-8cce-3a31-16d29bdae160-f8c28e7c, #w-node-dbf85c93-9db3-6772-b42b-a66e334d88a4-f8c28e7c, #w-node-e501b13c-a078-d140-169b-4935344b8681-c3ebe7e3, #w-node-_9da06c24-6bc4-cf11-44bd-a300c818ec6f-c3ebe7e3, #w-node-cc121932-2b30-b572-3a68-fa933e63bc17-c3ebe7e3, #w-node-ddc808a7-575c-9e4a-bcec-2a0654fd5cc0-c3ebe7e3, #w-node-_4d6cdfe9-d3fb-ae85-4ba3-229278e411ba-c3ebe7e3, #w-node-_7e65d340-a07d-e044-9c88-edfe17a317ad-c3ebe7e3, #w-node-a4f10a92-62e5-59d8-c08f-5d17ec475a68-c3ebe7e3, #w-node-_950172a5-d3ad-3e84-f66b-d2a58f73d83e-c3ebe7e3, #w-node-e64eb34b-929c-ec79-1351-0b8c53898073-c3ebe7e3, #w-node-f53314cc-d408-6527-74d7-e86a83ae997c-c3ebe7e3, #w-node-e094166c-79da-b231-541a-91a626799bc1-c3ebe7e3, #w-node-fd93a4a6-dc84-72d8-5e0c-1963f643a638-c3ebe7e3, #w-node-_10a46b03-4620-4b64-b767-d11bd0e1da45-c3ebe7e3, #w-node-_9649e0dc-2526-baa6-b2ae-2c272bb57475-c3ebe7e3, #w-node-_1fd726ab-1761-f188-77d0-bcbe7e9a80ca-c3ebe7e3, #w-node-_5ee21a7f-ff78-7b6d-0a53-2fc1b927a8a2-c3ebe7e3, #w-node-c3d9f68e-7bc6-30fb-ad8d-4141bdb19625-c3ebe7e3, #w-node-bb39dc78-1699-8dbb-9d52-de628e07d2f1-c3ebe7e3, #w-node-_86196f02-b7d0-cc39-ca41-b9ca2f151b6b-c3ebe7e3, #w-node-_1d10be0f-fe0b-65db-ca88-2b0cb9e1c1c8-c3ebe7e3, #w-node-a02d016f-49a6-070c-9124-d2c8f0876d1d-c3ebe7e3, #w-node-f7114527-3737-b948-71c4-4e4bc17dc6c4-c3ebe7e3, #w-node-_9f86f309-d627-396c-38d0-f81bb0d0d124-c3ebe7e3, #w-node-_7bf873e9-d49a-2574-5b91-bc14523926d6-c3ebe7e3, #w-node-fc8ff6e8-4520-fbdf-0104-43293798a354-c3ebe7e3, #w-node-_2196c094-b130-c953-df8a-02dfa967039d-c3ebe7e3, #w-node-_3aad88a1-281c-7199-fed9-8ee67b8923a2-c3ebe7e3, #w-node-_4defb5eb-088d-d277-bfb4-2bf8bb113ca5-c3ebe7e3, #w-node-e501b13c-a078-d140-169b-4935344b8681-71ec7e1a, #w-node-_9da06c24-6bc4-cf11-44bd-a300c818ec6f-71ec7e1a, #w-node-cc121932-2b30-b572-3a68-fa933e63bc17-71ec7e1a, #w-node-ddc808a7-575c-9e4a-bcec-2a0654fd5cc0-71ec7e1a, #w-node-_4d6cdfe9-d3fb-ae85-4ba3-229278e411ba-71ec7e1a, #w-node-_7e65d340-a07d-e044-9c88-edfe17a317ad-71ec7e1a, #w-node-a4f10a92-62e5-59d8-c08f-5d17ec475a68-71ec7e1a, #w-node-_950172a5-d3ad-3e84-f66b-d2a58f73d83e-71ec7e1a, #w-node-e64eb34b-929c-ec79-1351-0b8c53898073-71ec7e1a, #w-node-f53314cc-d408-6527-74d7-e86a83ae997c-71ec7e1a, #w-node-e094166c-79da-b231-541a-91a626799bc1-71ec7e1a, #w-node-fd93a4a6-dc84-72d8-5e0c-1963f643a638-71ec7e1a, #w-node-_10a46b03-4620-4b64-b767-d11bd0e1da45-71ec7e1a, #w-node-_9649e0dc-2526-baa6-b2ae-2c272bb57475-71ec7e1a, #w-node-_1fd726ab-1761-f188-77d0-bcbe7e9a80ca-71ec7e1a, #w-node-_5ee21a7f-ff78-7b6d-0a53-2fc1b927a8a2-71ec7e1a, #w-node-c3d9f68e-7bc6-30fb-ad8d-4141bdb19625-71ec7e1a, #w-node-bb39dc78-1699-8dbb-9d52-de628e07d2f1-71ec7e1a, #w-node-_86196f02-b7d0-cc39-ca41-b9ca2f151b6b-71ec7e1a, #w-node-_1d10be0f-fe0b-65db-ca88-2b0cb9e1c1c8-71ec7e1a, #w-node-a02d016f-49a6-070c-9124-d2c8f0876d1d-71ec7e1a, #w-node-f7114527-3737-b948-71c4-4e4bc17dc6c4-71ec7e1a, #w-node-_9f86f309-d627-396c-38d0-f81bb0d0d124-71ec7e1a, #w-node-_7bf873e9-d49a-2574-5b91-bc14523926d6-71ec7e1a, #w-node-fc8ff6e8-4520-fbdf-0104-43293798a354-71ec7e1a, #w-node-_2196c094-b130-c953-df8a-02dfa967039d-71ec7e1a, #w-node-_3aad88a1-281c-7199-fed9-8ee67b8923a2-71ec7e1a, #w-node-e501b13c-a078-d140-169b-4935344b8681-2d08f397, #w-node-_9da06c24-6bc4-cf11-44bd-a300c818ec6f-2d08f397, #w-node-cc121932-2b30-b572-3a68-fa933e63bc17-2d08f397, #w-node-ddc808a7-575c-9e4a-bcec-2a0654fd5cc0-2d08f397, #w-node-_4d6cdfe9-d3fb-ae85-4ba3-229278e411ba-2d08f397, #w-node-_7e65d340-a07d-e044-9c88-edfe17a317ad-2d08f397, #w-node-a4f10a92-62e5-59d8-c08f-5d17ec475a68-2d08f397, #w-node-_950172a5-d3ad-3e84-f66b-d2a58f73d83e-2d08f397, #w-node-e64eb34b-929c-ec79-1351-0b8c53898073-2d08f397, #w-node-f53314cc-d408-6527-74d7-e86a83ae997c-2d08f397, #w-node-e094166c-79da-b231-541a-91a626799bc1-2d08f397, #w-node-fd93a4a6-dc84-72d8-5e0c-1963f643a638-2d08f397, #w-node-_10a46b03-4620-4b64-b767-d11bd0e1da45-2d08f397, #w-node-_9649e0dc-2526-baa6-b2ae-2c272bb57475-2d08f397, #w-node-_1fd726ab-1761-f188-77d0-bcbe7e9a80ca-2d08f397, #w-node-_5ee21a7f-ff78-7b6d-0a53-2fc1b927a8a2-2d08f397, #w-node-c3d9f68e-7bc6-30fb-ad8d-4141bdb19625-2d08f397, #w-node-bb39dc78-1699-8dbb-9d52-de628e07d2f1-2d08f397, #w-node-_86196f02-b7d0-cc39-ca41-b9ca2f151b6b-2d08f397, #w-node-_1d10be0f-fe0b-65db-ca88-2b0cb9e1c1c8-2d08f397, #w-node-a02d016f-49a6-070c-9124-d2c8f0876d1d-2d08f397, #w-node-f7114527-3737-b948-71c4-4e4bc17dc6c4-2d08f397, #w-node-_9f86f309-d627-396c-38d0-f81bb0d0d124-2d08f397, #w-node-_7bf873e9-d49a-2574-5b91-bc14523926d6-2d08f397, #w-node-fc8ff6e8-4520-fbdf-0104-43293798a354-2d08f397, #w-node-_2196c094-b130-c953-df8a-02dfa967039d-2d08f397, #w-node-_3aad88a1-281c-7199-fed9-8ee67b8923a2-2d08f397, #w-node-e501b13c-a078-d140-169b-4935344b8681-b69a20bb, #w-node-c3e85e18-109e-896c-9bb7-37cb3369c440-b69a20bb, #w-node-e501b13c-a078-d140-169b-4935344b8681-6023cbba, #w-node-_9da06c24-6bc4-cf11-44bd-a300c818ec6f-6023cbba {
  place-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-e3e6c01d-4d86-9b44-be14-49b45db52e24-f8c28e7c, #w-node-_42b3e745-2863-0a9d-a1de-cc695caaf77c-f8c28e7c, #w-node-_0ff08f19-4686-6e6f-f6a7-99b025a2b70c-f8c28e7c, #w-node-a871820e-8773-50ff-cae1-20050caad81f-f8c28e7c, #w-node-b3bf3ea7-4604-a461-1761-d014bc4252c2-f8c28e7c {
    align-self: auto;
  }

  #w-node-e3e2406c-22a3-9267-952c-93587725b6d1-7725b6ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


