:root {
  --black: #000;
  --white: #fff;
  --transparent: #0000;
  --orange: #d02a2a;
  --light-green: #414536;
  --light-blue: #f7f7f7;
  --border-color: #e1e4eb;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
}

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

body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.hide {
  display: none;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.styleguide-label {
  color: #fff;
  background-color: #204ccf;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 500;
  display: flex;
}

.styleguide-label.is-tag {
  background-color: #204ccf;
}

.background-color-secondary {
  background-color: #000;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.button-primary {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: .0625rem solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.button-primary:hover {
  border-color: var(--black);
  background-color: var(--transparent);
  box-shadow: none;
  color: var(--black);
}

.styleguide-two-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide-two-col.is-align-start {
  align-items: start;
}

.icon-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.text-weight-normal {
  font-weight: 400;
}

.styleguide-item {
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide-item.is-stretch {
  justify-items: stretch;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-xxhuge {
  padding: 10rem 12rem;
}

.styleguide-background-space {
  width: .0625rem;
  height: .0625rem;
  margin: 5rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-xlarge {
  padding: 4rem;
}

.overflow-scroll {
  overflow: scroll;
}

.styleguide-heading-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.styleguide-space {
  background-color: #fff;
  border: .0625rem dashed #282828;
}

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

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

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-zero {
  margin: 0;
}

.z-index-one {
  z-index: 1;
  position: relative;
}

.page-wrapper {
  font-weight: 400;
}

.arrow-wrapper {
  justify-content: flex-end;
  display: flex;
}

.button-group {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pointer-events-none {
  pointer-events: none;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.text-align-center {
  direction: ltr;
  text-align: center;
}

.text-weight-semibold {
  font-weight: 600;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.styleguide-one-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.margin-xsmall {
  margin: .5rem;
}

.icon-one-x-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.padding-zero {
  padding: 0;
}

.icon-height-large {
  width: 3rem;
  height: 3rem;
}

.overflow-auto {
  overflow: auto;
}

.button-secondary {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: .0625rem solid var(--orange);
  background-color: var(--orange);
  text-align: center;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
  box-shadow: 0 3px 1.25rem 1.25rem #0000;
}

.button-secondary:hover {
  background-color: var(--transparent);
  box-shadow: none;
  color: var(--orange);
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

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

.styleguide-message {
  color: #866b4f;
  background-color: #fff;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.icon-one-x-large {
  width: 2rem;
  height: 2rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-weight-light {
  font-weight: 400;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.social-icon-wrapper {
  color: #fff;
  width: 1.5625rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.margin-custom-three {
  margin: 3.5rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-size-medium {
  font-size: 1.5rem;
  line-height: 1.5;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 1.3;
}

.margin-small {
  margin: 1rem;
}

.right-arrow {
  width: 1.25rem;
  height: 1.25rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.heading-style-two {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.styleguide-spacing {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-height-small {
  width: 1rem;
  height: 1rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

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

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

.icon-one-x-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.overflow-visible {
  overflow: visible;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.padding-xsmall {
  padding: .5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.text-size-small {
  letter-spacing: .05rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.styleguide-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .0625rem solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.styleguide-four-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.margin-xxlarge {
  margin: 5rem;
}

.heading-style-four {
  letter-spacing: normal;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-four.medium-weight {
  font-weight: 500;
}

.z-index-two {
  z-index: 2;
  position: relative;
}

.margin-huge {
  margin: 6rem;
}

.margin-large {
  margin: 3rem;
}

.styleguide-item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.styleguide-empty-box {
  z-index: -1;
  background-color: #fff;
  border: .0625rem dashed #866b4f;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-small {
  padding: 1rem;
}

.padding-custom-three {
  padding: 3.5rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.text-style-nowrap {
  white-space: nowrap;
}

.icon-height-medium {
  width: 2rem;
  height: 2rem;
}

.text-style-muted {
  opacity: .6;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.text-color-primary {
  color: #866b4f;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.background-color-primary {
  background-color: #204ccf;
}

.social-content-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.styleguide-background {
  border: .0625rem solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.margin-custom-one {
  margin: 1.5rem;
}

.custom-padding-large {
  padding: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-custom-two {
  margin: 2.5rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.styleguide-classes {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-custom-one {
  padding: 1.5rem;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.margin-medium {
  margin: 2rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.margin-tiny {
  margin: .125rem;
}

.styleguide-three-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.styleguide-three-col.is-align-start {
  align-items: start;
}

.padding-tiny {
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.text-weight-bold, .text-weight-xbold {
  font-weight: 700;
}

.padding-xxlarge {
  padding: 5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.social-card {
  color: #fff;
  background-color: #000;
  border: .0625rem #000;
  border-radius: .5rem;
  flex-flow: column;
  width: 25%;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.social-card:hover {
  border-style: none;
  border-color: #fff;
}

.social-card.linkedin {
  border-style: solid;
  border-color: #0a66c2;
  transition: box-shadow .3s, border .3s;
}

.social-card.linkedin:hover {
  background-color: #001927;
  border-color: #fff;
  box-shadow: 0 3px 11.7188rem .46875rem #0077b573;
}

.social-card.whatsapp {
  border-style: solid;
  border-color: #25d366;
  transition: box-shadow .3s, border .3s;
}

.social-card.whatsapp:hover {
  background-color: #00270e;
  border-color: #fff;
  box-shadow: 0 3px 11.7188rem .46875rem #25d36673;
}

.social-card.facebook {
  border-style: solid;
  border-color: #1877f2;
  transition: box-shadow .3s, border .3s;
}

.social-card.facebook:hover {
  background-color: #00142f;
  border-color: #fff;
  box-shadow: 0 3px 11.7188rem .46875rem #1877f273;
}

.social-card.is-instagram {
  border-style: solid;
  border-color: #c32aa3;
  transition: box-shadow .3s, border .3s;
}

.social-card.is-instagram:hover {
  background-color: #1a0015;
  border-color: #fff;
  box-shadow: 0 3px 11.7188rem .46875rem #c32aa385;
}

.styleguide-item-header {
  border-bottom: .0625rem solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-regular {
  font-size: 1.125rem;
  font-weight: 400;
}

.padding-custom-two {
  padding: 2.5rem;
}

.social-card-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.right-arrow-icon-wrapper {
  width: 1.5625rem;
}

.heading-style-one {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.padding-medium {
  padding: 2rem;
}

.heading-style-three {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

.padding-xxsmall {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

.text-color-alternate {
  color: #fff;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.margin-xhuge {
  margin: 8rem;
}

.background-color-alternate {
  background-color: #0f1010;
}

.styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide-section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.styleguide-spacer-box {
  background-color: #fff;
  border: .0625rem dashed #282828;
  width: 100%;
  position: relative;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.padding-huge {
  padding: 6rem;
}

.background-color-tertiary {
  background-color: #fff;
}

.text-color-green {
  color: #1e1e1e;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section.hero {
  color: var(--white);
  background-image: url('../images/hero-aone.png');
  background-position: 0%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 95svh;
  display: flex;
}

.section.sticky {
  position: relative;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-menu-button {
  padding: 0;
}

.nav-logo-link {
  padding-left: 0;
}

.button-text {
  margin-bottom: 0;
  line-height: 1;
}

.nav-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: #333;
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 400;
  transition: color .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--orange);
}

.nav-menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 1.5rem;
  position: static;
}

.logo-component {
  flex-wrap: nowrap;
  width: 80px;
  display: flex;
}

.nav-component {
  background-color: var(--white);
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  transform: translate(0);
}

.nav-link-wrapper {
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.sub-nav-link-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.hero-title-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-sub-title-wrapper {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.about-image-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
  overflow: hidden;
}

.about-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  width: 56%;
  display: flex;
}

.about-content-width {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-left: auto;
  display: flex;
}

.title-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.head-title-wrapper {
  max-width: 1200px;
}

.sub-title-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.product-list {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

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

.product-image-wrapper {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.product-image-wrapper.is-wide {
  transform: scale(1.5);
}

.product-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 543px;
  margin-left: auto;
  display: flex;
}

.product-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--light-green);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bg-product-image-wrapper {
  background-color: var(--light-blue);
  border-radius: 20px;
  width: 40%;
  padding: 40px;
  overflow: hidden;
}

.size-title-wrapper {
  color: var(--orange);
}

.size-block-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.size-box {
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  display: flex;
}

.button-enquiry {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: .0625rem solid var(--orange);
  background-color: var(--transparent);
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
  box-shadow: 0 3px 1.25rem 1.25rem #0000;
}

.button-enquiry:hover {
  background-color: var(--orange);
  box-shadow: none;
  color: var(--white);
}

.button-enquiry-wrapper {
  padding-top: 12px;
}

.product-specification-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.process-tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 10px;
  display: flex;
}

.newsletter-row {
  background-color: var(--light-blue);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: none;
}

.newsletter-title-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.newsletter-head-title-wrapper {
  max-width: 550px;
}

.newsletter-sub-title-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.newsletter-text-field {
  border-radius: 40px;
  height: 53px;
  margin-bottom: 0;
}

.newsletter-button-secondary {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: .0625rem solid var(--orange);
  background-color: var(--orange);
  text-align: center;
  border-radius: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
  box-shadow: 0 3px 1.25rem 1.25rem #0000;
}

.newsletter-button-secondary:hover {
  background-color: var(--transparent);
  box-shadow: none;
  color: var(--orange);
}

.form-wrapper {
  width: 600px;
  overflow: visible;
}

.footer-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.footer-logo {
  width: 150px;
}

.footer-wrapper {
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.footer-links-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  display: flex;
}

.footer-link {
  border: 1px solid var(--border-color);
  color: var(--black);
  background-color: #f2f4f6;
  border-radius: 40px;
  padding: 8px 20px;
  text-decoration: none;
}

.form-block {
  margin-bottom: 0;
}

.footer-bottom {
  border-top: 1px solid var(--border-color);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  display: flex;
}

.social-icon {
  background-color: var(--black);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.social-icons {
  margin-top: auto;
  margin-bottom: auto;
}

.social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.footer-text-left {
  width: 20%;
}

.copyright {
  width: 24%;
}

.teaser-container {
  max-width: 80rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.teaser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img._3 {
  z-index: 2;
}

.teaser-img._1 {
  z-index: 4;
  width: auto;
}

.teaser-img._2 {
  z-index: 3;
}

.teaser-img._4 {
  z-index: 1;
}

.teaser-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 650px;
  padding-right: 20%;
  display: flex;
}

.teaser-img-tablet-down {
  display: none;
}

.teaser-grid {
  align-items: stretch;
  display: flex;
}

.teaser-column {
  width: 50%;
  padding-top: 0;
  display: block;
  position: relative;
}

.p-teaser-img-wrap {
  border-radius: 10px;
  width: 500px;
  height: 500px;
  padding-top: 0;
  position: sticky;
  top: 30%;
  overflow: hidden;
}

.teaser-copy-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.button {
  background-color: #90af03;
  border-radius: 12px;
  max-width: 600px;
  padding: 15px 30px;
  font-size: 18px;
  transition: all .2s;
}

.button:hover {
  background-color: #90af03e6;
}

.contact-form {
  border: 1px solid var(--border-color);
  border-radius: 24px;
  width: 55%;
  padding: 30px;
}

.address-head {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--border-color);
  border-radius: 24px;
  flex-flow: column;
  padding: 30px 20px;
  display: flex;
}

.address-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  width: 30%;
  display: flex;
}

.text-size-medium-2 {
  letter-spacing: .03125rem;
  font-size: 1.625rem;
  line-height: 1.4;
}

.form {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-head {
  padding-bottom: 20px;
}

.contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.se-address {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  cursor: auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.se-address-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--black);
  text-decoration: none;
  display: flex;
}

.se-address-2:hover {
  color: var(--orange);
}

.se-address-2.mail {
  display: none;
}

.form-message-success {
  color: #146ef5;
  background-color: #d7e3ff80;
  padding: 1.25rem;
}

.address-head-office {
  padding-bottom: 20px;
  font-weight: 500;
}

.location-data {
  flex: 1;
}

.form-field {
  letter-spacing: .05rem;
  background-color: #0000;
  border-style: none none solid;
  border-color: #000 #000 #282828;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.form-field:active {
  border-bottom-width: .0625rem;
  border-bottom-color: #90af03;
}

.form-field::placeholder {
  font-size: 14px;
  font-weight: 400;
}

.form-field.is-area {
  min-height: 100px;
  max-height: 100px;
}

.error-message {
  background-color: #d7e3ff80;
}

.location-icon {
  width: 20px;
}

.form-grid-two {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-small-2 {
  letter-spacing: .05rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---paragraph-default {
  color: var(--black);
  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: 18px;
  line-height: 30px;
}

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---social-icon-square-30px {
  background-color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

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

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

.brix---footer-link {
  color: var(--black);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--orange);
}

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

.brix---footer-list-wrapper-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

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

.brix---grid-footer-3-cols {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.a-social-icon {
  width: 15px;
  max-width: none;
  height: 15px;
}

.product-width-full {
  width: 100%;
  max-width: none;
  transition: all .3s;
}

.product-width-full:hover {
  transform: scale(1.2);
}

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

.about-image {
  border-radius: 20px;
  width: 60%;
  overflow: hidden;
}

.about-image.two {
  margin-top: -15%;
  margin-left: auto;
}

.about-image.three {
  margin-top: -15%;
}

.whatsapp-sticky {
  z-index: 11111;
  opacity: 0;
  border-radius: 50%;
  position: fixed;
  inset: auto 30px 30px auto;
}

.sticky-link {
  box-shadow: none;
  background-color: #64b161;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  text-decoration: none;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .heading-style-two {
    font-size: 4.0625rem;
  }

  .heading-style-one {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .heading-style-one {
    font-size: 6rem;
  }

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .styleguide-two-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .styleguide-heading-medium {
    font-size: 3rem;
  }

  .padding-section-large, .padding-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .styleguide-one-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .button-secondary {
    font-size: 1rem;
    line-height: 1rem;
  }

  .hide-tablet {
    display: none;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .text-size-large {
    font-size: 1.2rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .heading-style-two {
    font-size: 2.625rem;
    line-height: 1.2;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .styleguide-four-col {
    grid-template-columns: 1fr;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .heading-style-four {
    font-size: 30px;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .custom-padding-large {
    padding: 1.5rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .styleguide-three-col {
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-one {
    font-size: 3.125rem;
    line-height: 1.4;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .heading-style-three {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-huge {
    padding: 5rem;
  }

  .section.hero {
    height: 93svh;
  }

  .menu-icon-line-bottom {
    background-color: var(--black);
    border-radius: 1rem;
    width: 1.5rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon-component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-middle-inner {
    width: .25rem;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    color: #000;
    border-bottom: .0625rem solid #c7c7c733;
    width: 100%;
    padding: .75rem 0 .75rem 1rem;
    font-size: 1.2rem;
  }

  .nav-link:hover, .nav-link.w--current {
    color: #000;
  }

  .nav-menu-wrapper {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border: .0625rem #000;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 5rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon-line-top {
    background-color: var(--black);
    border-radius: 1rem;
    width: 1.5rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tablet-button {
    margin-top: 2rem;
    display: block;
  }

  .nav-link-wrapper {
    grid-column-gap: 0rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .menu-icon-line-middle {
    background-color: var(--black);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: .125rem;
    margin-top: .375rem;
    margin-bottom: .375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .sub-nav-link-wrapper {
    margin-left: 0;
  }

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

  .about-image-wrapper {
    width: 60%;
    margin-right: auto;
  }

  .about-content {
    width: 100%;
  }

  .about-content-width {
    max-width: none;
  }

  .product-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .product-content {
    width: 100%;
    max-width: none;
  }

  .bg-product-image-wrapper {
    width: 100%;
  }

  .button-enquiry, .newsletter-button-secondary {
    font-size: 1rem;
    line-height: 1rem;
  }

  .teaser-img {
    position: relative;
    inset: auto;
  }

  .teaser-copy {
    margin-top: 1.5em;
    margin-bottom: 5em;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-column {
    width: 100%;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-copy-wrap {
    flex-direction: column;
    height: auto;
  }

  .contact-form {
    width: 100%;
  }

  .address-head {
    flex: 1;
  }

  .address-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    width: 100%;
  }

  .text-size-medium-2 {
    font-size: 1.5rem;
  }

  .contact-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-3-cols {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .styleguide-heading-medium {
    font-size: 2rem;
  }

  .padding-section-large, .padding-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .icon-one-x-large {
    width: 1.8rem;
    height: 1.8rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .text-size-large {
    font-size: 1.2rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .heading-style-two {
    font-size: 2.25rem;
    line-height: 1.2;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .styleguide-section-header {
    font-size: .875rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .heading-style-four {
    font-size: 30px;
    line-height: 1.4;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .custom-padding-large {
    padding: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .heading-style-six {
    font-size: .75rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .social-card {
    width: 47%;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .social-card-wrapper {
    flex-flow: wrap;
  }

  .heading-style-one {
    font-size: 3rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .heading-style-three {
    line-height: 1.3;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 4rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .popup-close {
    width: 2.5em;
    height: 2.5em;
  }

  .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .form-wrapper {
    width: auto;
  }

  .footer-links-wrapper {
    flex-flow: wrap;
  }

  .footer-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .social-wrapper {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

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

  .copyright {
    width: 100%;
  }

  .teaser-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .teaser-copy {
    padding-right: 0%;
  }

  .contact-form {
    width: 100%;
    padding: 20px;
  }

  .address-wrapper {
    flex-flow: column;
    width: 100%;
  }

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

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

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 10px;
  }

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

  .process-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-label {
    color: #fff;
  }

  .button-primary {
    padding: .8rem 1.2rem;
    line-height: .875rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .container-large.newlettermob {
    max-width: none;
  }

  .styleguide-structure {
    width: 100%;
  }

  .button-secondary {
    padding: .8rem 1.2rem;
    line-height: .875rem;
  }

  .styleguide-row {
    flex-wrap: wrap;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-style-two {
    font-size: 2rem;
    line-height: 1.2;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .styleguide-paddings {
    width: 100%;
  }

  .heading-style-four {
    font-size: 24px;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-global, .padding-global.newsletter-mob-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .styleguide-classes {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .social-card {
    width: 100%;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-one {
    font-size: 2.25rem;
  }

  .heading-style-three {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .styleguide-section {
    flex-flow: column;
    display: flex;
  }

  .styleguide-margins {
    width: 100%;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

  .product-image-wrapper.is-wide {
    transform: scale(1);
  }

  .bg-product-image-wrapper {
    padding: 40px 20px;
  }

  .button-enquiry {
    padding: .8rem 1.2rem;
    line-height: .875rem;
  }

  .newsletter-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .newsletter-button-secondary {
    padding: .8rem 1.2rem;
    line-height: .875rem;
  }

  .teaser-copy {
    margin-bottom: 3em;
  }

  .button {
    border-radius: 8px;
    padding: 10px 25px;
    font-size: 16px;
  }

  .address-head {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-size-medium-2 {
    font-size: 1.375rem;
  }

  .capcha {
    flex-flow: column;
    width: 100%;
  }

  .form-grid-two {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .text-size-small-2 {
    font-size: 1rem;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

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

  .brix---footer-list-wrapper-horizontal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

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

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

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

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-width-full:hover {
    transform: none;
  }
}

#Name.w-node-e6f4903e-6432-2d7e-2a75-10515226c3db-e87d97fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83407aed-f387-2123-23a4-3c18dc7b2e4e-e87d97fb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675c0a-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675c0f-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675c14-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675c19-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675c1f-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675c26-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675c2d-960b75eb {
  justify-self: start;
}

#w-node-c26481dc-6939-b7da-7ca6-d349cd675d10-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675d18-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675d2f-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675d48-960b75eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c26481dc-6939-b7da-7ca6-d349cd675d4b-960b75eb {
  justify-self: start;
}

#w-node-c26481dc-6939-b7da-7ca6-d349cd675d4d-960b75eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c26481dc-6939-b7da-7ca6-d349cd675d50-960b75eb {
  justify-self: start;
}

#w-node-c26481dc-6939-b7da-7ca6-d349cd675d86-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675d87-960b75eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c26481dc-6939-b7da-7ca6-d349cd675df9-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675dfe-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e03-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e08-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e0e-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e13-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e1d-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e23-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e29-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e2f-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e35-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e3b-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e41-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e47-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e4d-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e53-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e59-960b75eb {
  justify-self: start;
}

#w-node-c26481dc-6939-b7da-7ca6-d349cd675e5e-960b75eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c26481dc-6939-b7da-7ca6-d349cd675e5f-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e65-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e6b-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e71-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e86-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e8c-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e92-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e98-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675e9e-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675ea4-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675eaa-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675eb5-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675ebb-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675ec1-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675ec7-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675ecd-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675ed3-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675ed9-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675edf-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675ee5-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675eeb-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675ef1-960b75eb {
  justify-self: start;
}

#w-node-c26481dc-6939-b7da-7ca6-d349cd675ef6-960b75eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c26481dc-6939-b7da-7ca6-d349cd675ef7-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675efd-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675f03-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675f09-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675f1b-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675f20-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675f25-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675f2a-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675f2f-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675f34-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675f39-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675f3e-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675f43-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd675f48-960b75eb {
  justify-self: start;
}

#w-node-c26481dc-6939-b7da-7ca6-d349cd675f4c-960b75eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c26481dc-6939-b7da-7ca6-d349cd675f4d-960b75eb {
  justify-self: start;
}

#w-node-c26481dc-6939-b7da-7ca6-d349cd675f50-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd67609b-960b75eb, #w-node-c26481dc-6939-b7da-7ca6-d349cd6760c8-960b75eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_83407aed-f387-2123-23a4-3c18dc7b2e4e-e87d97fb {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_83407aed-f387-2123-23a4-3c18dc7b2e4e-e87d97fb {
    justify-self: center;
  }
}


