.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Helveticalt, sans-serif;
  color: #1a1b1f;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.section-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 220px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-a.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 79px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Arialmtstd, sans-serif;
}

.navigation-wrap {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Arialmtstd, sans-serif;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 134px;
  padding: 0px 35px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: Helveticalt, sans-serif;
  font-weight: 300;
}

.navigation-item {
  position: relative;
  padding: 0px 46px 0px 0px;
  opacity: 0.6;
  font-family: Arialmtstd, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  font-family: Arialmtstd, sans-serif;
  color: #1a1b1f;
  font-style: normal;
  font-weight: 400;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.hide {
  display: none;
}

.navigation-item.extra {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.logo-image {
  display: block;
  width: 190px;
  height: auto;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Arialmtstd, sans-serif;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.menu-items-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 75px;
  margin-right: 35px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.text-block-3 {
  font-family: Arialmtstd, sans-serif;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block {
  margin-left: 35px;
}

.hero-image-mask {
  overflow: hidden;
  width: 100%;
  height: 622px;
  margin-left: 40px;
}

.hero-image-mask._1 {
  height: 600px;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Helvetica font', sans-serif;
  color: #000;
  font-size: 27px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 0px;
  text-transform: uppercase;
}

.heading-1.about-us-soacing {
  margin-bottom: 35px;
}

.heading-1.s {
  float: left;
  font-size: 24px;
  letter-spacing: normal;
}

.body-text {
  width: 100%;
  margin-top: 30px;
  font-family: Arialmtstd, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.body-text.in-download-text {
  margin-top: 8px;
  text-decoration: none;
}

.body-text.cat {
  width: 65%;
}

.body-text.event {
  width: auto;
  letter-spacing: 0.9px;
}

.body-text.event.ans {
  margin-left: 13px;
  color: #868686;
}

.body-text.captions {
  margin-top: 0px;
  font-size: 10px;
}

.div-block {
  width: 35%;
}

.explore-block {
  height: 112px;
  margin-top: 80px;
  background-color: #ddbb6e;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0.25px;
  text-decoration: none;
}

.grid {
  overflow: hidden;
  grid-auto-columns: 25%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 25% 0px 25% 0px 25% 0px 25%;
  grid-template-columns: 25% 25% 25% 25%;
  -ms-grid-rows: 1fr 0px 1fr;
  grid-template-rows: 1fr 1fr;
}

.explore-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.outline-block {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 0.25px;
}

.link-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 35px 35px 35px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: none;
  transition-property: none;
  -o-object-fit: none;
  object-fit: none;
}

.link-block-3:hover {
  opacity: 1;
}

.image-5 {
  position: static;
}

.block-for-hover {
  position: absolute;
  top: 0px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.67);
  opacity: 0;
}

.block-for-hover:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: hsla(0, 0%, 100%, 0.8);
  opacity: 1;
}

.category-title {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 6px;
  opacity: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.category-title:hover {
  position: absolute;
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1px;
}

.category-title.two-line {
  padding-bottom: 25px;
}

.hover-logo {
  display: block;
  width: 70%;
  opacity: 1;
}

.body {
  overflow: visible;
}

.see-it-in-person-block {
  height: 112px;
  background-color: #ddbb6e;
}

.see-it-in-person-block.yellow {
  background-color: #ddbb6e;
}

.link-to-address-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0.25px;
  text-decoration: none;
}

.link-to-address-page.hide {
  border-top-style: none;
}

.text-block-4 {
  font-family: Arialmtstd, sans-serif;
  letter-spacing: 1px;
  text-indent: 1px;
  text-transform: uppercase;
}

.section-c-latest-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-right: 35px;
  margin-left: 35px;
}

.slide-nav {
  height: 30px;
  opacity: 0;
}

.icon {
  width: 40px;
  opacity: 0.4;
}

.featured-project {
  height: 622px;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 622px;
  margin-top: 0px;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 622px;
  margin-top: 0px;
}

.slide {
  overflow: hidden;
  height: 622px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-6 {
  height: 622px;
}

.catalogues-copy {
  margin-top: 35px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0.25px;
}

.catalogue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px none #000;
  border-radius: 0px;
}

.ctalogue-downloads-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-left: -199px;
}

.link-block-4 {
  width: auto;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
}

.link-block-4:hover {
  background-color: #e4e4e4;
}

.downloa0-block {
  width: 211px;
  height: 297px;
  margin-left: 80px;
  background-color: hsla(0, 0%, 90%, 0);
}

.downloa0-block.hidden {
  display: none;
}

.footer {
  border-top: 1px none #000;
  border-radius: 0.5px;
  background-color: #fff;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 60px 35px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-2 {
  width: 100vw;
  grid-auto-flow: column;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 25% 25% 25%;
  grid-template-columns: 1fr 25% 25% 25%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-catalogues {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Arialmtstd, sans-serif;
  font-weight: 300;
}

.ig-section {
  margin-right: 30px;
  margin-left: 30px;
}

.navigation-item-copy {
  position: relative;
  padding: 0px;
  opacity: 0.6;
  font-family: Helveticalt, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-item-copy:hover {
  opacity: 0.9;
}

.navigation-item-copy:active {
  opacity: 0.8;
}

.navigation-item-copy.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-copy.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item-copy.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.products-grid {
  margin-top: 0px;
}

.grid-wrapper {
  margin: 220px 35px 35px;
}

.grid-3 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-block-for-product {
  overflow: hidden;
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}

.title-for-product {
  margin-top: 4px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.price-for-product {
  display: none;
  font-family: Arialmtstd, sans-serif;
  line-height: 18px;
}

.body-2 {
  height: auto;
}

.filters {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  height: auto;
  margin-top: 134px;
  padding-right: 35px;
  padding-left: 35px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0.5px;
  background-color: #fff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  padding-left: 0px;
  border-top: 1px none #000;
  border-bottom: 1px none #000;
  border-radius: 0.5px;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 39px;
  padding-right: 24px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #000;
  border-radius: 0.5px;
  line-height: 16px;
}

.link-block-5.selected-item {
  width: auto;
  height: 40px;
  background-color: #fff;
}

.link-block-5.pps {
  width: auto;
  padding-right: 24px;
}

.link-block-5.s {
  width: auto;
}

.link-block-5.s2 {
  width: auto;
}

.link-block-5.selected {
  height: 40px;
  background-color: #000;
}

.filter-items {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Helvetica font', sans-serif;
  color: #d5d6da;
  font-weight: 700;
}

.filter-items._1 {
  width: auto;
  margin-left: 0px;
}

.filter-items.pps {
  width: auto;
}

.single-product-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 35px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-product-wrapper {
  position: static;
  top: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  margin-top: 0px;
  padding-right: 35px;
}

.single-product-wrapper.contact-page {
  margin-top: -38px;
}

.block-for-product-desction-text {
  position: fixed;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 168px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid none none;
  border-width: 1px;
  border-color: #000;
  border-radius: 0.5px;
  background-color: #fff;
}

.text-block-1.last-block {
  height: 70px;
  border-bottom-style: solid;
}

.single-product-text {
  border: 1px none #000;
  border-radius: 0.5px;
  font-family: 'Helvetica font', sans-serif;
  font-size: 14px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 1px;
}

.single-product-text.grey-text {
  color: #ccc;
}

.main-product-images {
  position: relative;
  width: 49%;
  margin-top: 168px;
}

.main-product-images.images-in-about-us {
  width: 45%;
}

.product-img-1 {
  width: 100%;
  height: auto;
  margin-bottom: 4px;
}

.product-img-1.hide {
  display: none;
}

.product-img-1.magnify {
  position: relative;
  z-index: 99999999999;
}

.product-img-1.magnify {
  position: static;
}

.text-block-1-sectioned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid none none;
  border-width: 1px;
  border-color: #000;
  border-radius: 0.5px;
  background-color: #fff;
}

.light-text-in-product {
  padding-left: 8px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #b0b1b4;
  font-size: 14px;
  line-height: 45px;
  letter-spacing: 1px;
}

.light-text-in-product.fone {
  line-height: 30px;
}

.light-text-in-product.email {
  padding-top: 2px;
  line-height: 30px;
}

.div-block-4 {
  width: 50%;
  border-left: 1px solid #000;
  border-radius: 0.5px;
}

.div-block-4-copy {
  width: 50%;
  border-left: 1px none #000;
  border-radius: 0.5px;
}

.title-text-for-footer {
  height: 32px;
  font-family: 'Helvetica font', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5.hidden {
  display: none;
}

.link {
  height: 32px;
}

.div-for-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #03f;
}

.image-7 {
  padding-bottom: 4px;
}

.image-8 {
  padding-bottom: 2px;
}

.navigation-item-copy-copy {
  position: relative;
  margin-right: 35px;
  padding: 0px;
  opacity: 0.6;
  font-family: Helveticalt, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-item-copy-copy:hover {
  opacity: 0.9;
}

.navigation-item-copy-copy:active {
  opacity: 0.8;
}

.navigation-item-copy-copy.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-copy-copy.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item-copy-copy.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.grid-4 {
  margin-top: 138px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: -webkit-max-content -webkit-max-content;
  -ms-grid-rows: max-content max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
}

.services-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px 0.05px 0.05px 1px;
  border-color: #000;
  border-radius: 0px;
}

.text-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-section {
  width: 45%;
  height: 400px;
}

.image-in-sevices {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.events-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 135px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 368px;
  padding: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
  border-radius: 0px;
  background-color: #f0f0f0;
}

.event-1.upcoming {
  background-color: #ddbb6e;
}

.div-for-event-text {
  width: 450px;
}

.sub-title {
  width: 150px;
  font-family: Arialmtstd, sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: underline;
}

.sub-title.new-event {
  background-color: rgba(221, 187, 110, 0);
  font-family: Arialmtstd, sans-serif;
}

.dive-for-event-setting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.event-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-for-text-about-us {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 168px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  width: 30%;
}

.paragraph.body-text {
  width: 46%;
}

.paragraph.body-text.about {
  width: 100%;
}

.about-us-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-for-about-us {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 202px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid none none;
  border-width: 1px;
  border-color: #000;
  border-radius: 0.5px;
  background-color: #fff;
}

.text-block-1-copy.about-us {
  width: 100%;
  height: 53px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-width: 0.5px;
  border-bottom-style: none;
  border-bottom-width: 0.5px;
  letter-spacing: 1px;
}

.text-block-1-copy.about-us.first-one {
  width: 100%;
  height: 150px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-width: 1px;
  border-bottom-style: none;
}

.text-block-1-copy.about-us.last-one {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.text-block-1-copy.about-us.email {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.about-us-text {
  width: auto;
  font-family: Arialmtstd, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.about-us-text.for-forms {
  width: 130px;
}

.about-us-text.block {
  width: auto;
}

.body-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.dive-text-mobile-catalogue {
  display: none;
}

.footer-text {
  font-family: Arialmtstd, sans-serif;
  font-weight: 300;
}

.link-2 {
  font-family: Helveticalt, sans-serif;
  font-weight: 400;
}

.link-2.footer-text {
  font-family: Arialmtstd, sans-serif;
}

.content {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.additional-image {
  display: none;
}

.mobile-logo-block {
  display: none;
}

.image-9 {
  display: none;
}

.map {
  overflow: hidden;
}

.hero-slider {
  background-image: url('../images/Cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav-2 {
  display: none;
  overflow: hidden;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.slide-2 {
  background-image: url('../images/5189_2.jpg');
  background-position: 50% 50%;
  background-size: auto 1400px;
  background-repeat: no-repeat;
}

.slider-mask {
  height: 100%;
}

.slider {
  height: 100%;
  background-color: #fff;
}

.slide-3 {
  background-image: url('../images/5551-cover.jpg');
  background-position: 50% 50%;
  background-size: 1034px;
}

.slide-4 {
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: 1200px;
}

.contact-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 51px 51px 51px;
  grid-template-rows: 51px 51px 51px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #000;
}

.form-block {
  width: 100%;
}

.text-field-2 {
  height: 35px;
  background-color: #fff;
}

.text-field-3 {
  height: 35px;
  background-color: #fff;
}

.textarea {
  width: 100%;
  height: 70px;
  background-color: #fff;
}

.div-block-9 {
  display: block;
  height: 70px;
}

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

.div-block-11 {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.submit-button {
  margin-top: 49px;
  margin-bottom: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #000;
  background-color: #fff;
  font-family: Arialmtstd, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.body-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide-5 {
  background-image: url('../images/043.JPG');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/019-5.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/IMG_1420.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/001-5.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/IMG_4004.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/015-8.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.icon-2 {
  opacity: 0.4;
}

.slide-11 {
  background-image: url('../images/Contemporary-Carpet.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/Contemporary-Carpet02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.body-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.round-loope {
  border-radius: 50%;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.29);
}

.image-10 {
  margin-left: 10px;
}

@media screen and (min-width: 1920px) {
  .section-a {
    margin-left: 55px;
  }

  .navigation {
    padding-right: 55px;
    padding-left: 55px;
  }

  .navigation-item {
    padding-right: 55px;
    font-size: 18px;
  }

  .logo-image {
    width: 186px;
  }

  .menu-items-right {
    margin-right: 50px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .hero-image-mask._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 800px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body-text.event {
    font-size: 16px;
  }

  .body-text.event.ans {
    font-size: 16px;
  }

  .body-text.events {
    display: none;
    margin-top: 17px;
    margin-bottom: 0px;
  }

  .link-block-2 {
    padding-left: 50px;
  }

  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide {
    width: 100%;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .ctalogue-downloads-mask {
    margin-left: 150px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer {
    margin-top: auto;
    border-top-style: solid;
  }

  .footer-wrapper {
    margin-top: 0px;
    padding-top: 35px;
    border-top: 1px none #000;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .image-block-for-product {
    height: 680px;
  }

  .filters {
    padding-left: 50px;
  }

  .single-product-section {
    margin-right: 55px;
    margin-left: 55px;
  }

  .div-for-logo {
    margin-top: 7px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-item-copy-copy {
    margin-right: 52px;
  }

  .events-section {
    margin-top: 183px;
    margin-bottom: 211px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .event-1 {
    height: 350px;
    padding-left: 55px;
  }

  .event-1.mid {
    height: 350px;
    padding-left: 55px;
    border-top-style: none;
    border-top-width: 0.05px;
    border-bottom-style: none;
    border-bottom-width: 0.05px;
  }

  .sub-title.new-event {
    background-color: #e9c77b;
  }

  .event-image {
    overflow: hidden;
  }

  .mobile-logo-block {
    display: none;
  }

  .hero-slider {
    width: 100%;
  }

  .slider {
    width: 1700px;
  }
}

@media screen and (max-width: 991px) {
  .section-a {
    margin-top: 175px;
  }

  .section-a.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-top: 5px;
    margin-left: 30px;
  }

  .navigation-wrap {
    top: auto;
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #000;
    background-color: #fff;
  }

  .navigation {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 10px;
    border-style: solid none;
    border-width: 1px;
    border-color: #000;
  }

  .navigation-item {
    padding: 17px 30px 17px 15px;
    border-top: 1px none #000;
    border-bottom: 0.5px solid #000;
    opacity: 1;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 300;
  }

  .navigation-item.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button {
    margin-bottom: auto;
    margin-left: -28px;
    padding: 0px 646px 51px 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .logo-image {
    margin-left: -63px;
  }

  .navigation-items {
    width: 100vw;
    height: 100vh;
    margin-top: 1px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .map {
    height: 230px;
  }

  .menu-items-right {
    display: none;
  }

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

  .hero-image-mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    margin-left: 14px;
  }

  .hero-image-mask._1 {
    height: 240px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-1 {
    font-size: 20px;
    line-height: 24px;
  }

  .body-text {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: none;
  }

  .body-text.cat {
    width: 80%;
    text-transform: none;
  }

  .body-text.events {
    display: none;
  }

  .div-block {
    width: 60%;
  }

  .div-block.cat {
    width: 45%;
  }

  .explore-block {
    height: 65px;
  }

  .link-block-2 {
    padding-left: 30px;
  }

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

  .explore-grid {
    margin-right: 0px;
    margin-left: 0px;
  }

  .link-block-3 {
    margin: 14px;
  }

  .block-for-hover {
    display: none;
  }

  .see-it-in-person-block {
    height: 100px;
    background-color: #fff;
  }

  .link-to-address-page {
    height: 100%;
    padding-left: 17px;
    border-top-style: none;
    border-radius: 0px;
  }

  .link-to-address-page.on-yello {
    border-top-style: solid;
  }

  .text-block-4 {
    font-family: Arialmtstd, sans-serif;
  }

  .section-c-latest-projects {
    margin-top: 17px;
    margin-right: 17px;
    margin-left: 17px;
  }

  .icon {
    width: 10%;
  }

  .featured-project {
    height: auto;
  }

  .left-arrow {
    display: none;
    height: auto;
  }

  .right-arrow {
    display: none;
    height: auto;
  }

  .slide {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-6 {
    height: auto;
  }

  .ctalogue-downloads-mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 70%;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .link-block-4 {
    position: relative;
    width: 110px;
    height: 220px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .downloa0-block {
    height: 240px;
    margin-right: 10px;
    margin-left: 0px;
  }

  .footer-wrapper {
    margin-top: 35px;
    margin-right: 17px;
    margin-left: 17px;
  }

  .grid-2 {
    grid-auto-flow: row;
    grid-column-gap: 15px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .ig-section {
    margin-right: 17px;
    margin-left: 17px;
  }

  .navigation-item-copy {
    padding: 15px 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    opacity: 1;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    font-size: 22px;
    text-align: left;
  }

  .navigation-item-copy:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-copy:active {
    background-color: #eef0f3;
  }

  .grid-3 {
    grid-column-gap: 17px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
  }

  .image-block-for-product {
    height: 400px;
  }

  .title-for-product {
    font-size: 14px;
    line-height: 17px;
  }

  .price-for-product {
    line-height: 17px;
  }

  .single-product-section {
    margin-right: 17px;
    margin-left: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-product-section.about-us-page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .single-product-wrapper {
    position: static;
    width: 100%;
  }

  .single-product-wrapper.about-us {
    width: 72%;
  }

  .single-product-wrapper.contact-page {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .block-for-product-desction-text {
    position: static;
  }

  .text-block-1 {
    width: 100%;
    border-bottom-style: none;
    border-radius: 0px;
  }

  .text-block-1.first {
    border-bottom-style: solid;
  }

  .single-product-text {
    width: 50%;
    border-width: 0px;
  }

  .main-product-images {
    position: static;
    top: 279px;
    width: 100%;
    margin-top: 204px;
    margin-left: 17px;
  }

  .main-product-images.images-in-about-us {
    width: 60%;
  }

  .text-block-1-sectioned {
    width: 100%;
    border-top-style: none;
  }

  .light-text-in-product {
    width: 99.999941%;
    padding-left: 0px;
  }

  .div-block-4 {
    width: 50%;
    border-left-style: none;
  }

  .div-block-4.a {
    width: 50%;
  }

  .title-text-for-footer {
    font-size: 12px;
  }

  .link {
    font-family: Arialmtstd, sans-serif;
  }

  .link.footer-text {
    font-family: Helveticalt, sans-serif;
    font-weight: 300;
  }

  .div-for-logo {
    display: none;
    margin-top: 0px;
  }

  .navigation-item-copy-copy {
    padding: 15px 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    opacity: 1;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    font-size: 22px;
    text-align: left;
  }

  .navigation-item-copy-copy:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-copy-copy:active {
    background-color: #eef0f3;
  }

  .grid-4 {
    margin-top: 130px;
    -ms-grid-rows: 400px 400px;
    grid-template-rows: 400px 400px;
  }

  .services-block {
    margin-left: 0px;
    padding: 17px 17px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-width: 0.005px;
  }

  .text-section {
    width: 100%;
    padding-right: 0px;
  }

  .image-section {
    width: 100%;
    height: auto;
  }

  .image-in-sevices {
    height: 50px;
  }

  .image-in-sevices.services {
    height: 250px;
  }

  .event-1 {
    height: 250px;
    padding: 17px;
  }

  .event-1.mid {
    height: 220px;
    padding-right: 17px;
    padding-left: 17px;
    border: 1px none #000;
  }

  .event-image {
    overflow: hidden;
    width: 60%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .block-for-text-about-us {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph.body-text {
    width: 50%;
  }

  .paragraph.body-text.about {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .about-us-section.contact-page {
    margin-right: 17px;
    margin-left: 17px;
  }

  .block-for-about-us {
    position: static;
  }

  .text-block-1-copy.about-us {
    width: 100%;
  }

  .text-block-1-copy.about-us.first-one {
    width: 100%;
  }

  .about-us-text {
    width: auto;
  }

  .about-us-text.for-forms {
    width: 150px;
  }

  .footer-text {
    font-family: Helveticalt, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .link-3 {
    font-weight: 400;
  }

  .link-4 {
    font-size: 12px;
    font-weight: 400;
  }

  .link-5 {
    font-size: 12px;
    font-weight: 400;
  }

  .content {
    overflow: hidden;
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .body-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-logo-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none solid;
    border-width: 1px;
    border-color: #000;
  }

  .image-9 {
    display: block;
    width: 270px;
    margin-left: 7px;
    padding-top: 11px;
    padding-bottom: 5px;
  }

  .slider {
    width: 100%;
    height: 240px;
  }

  .image-10 {
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .section-a {
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .section-a.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navigation {
    display: block;
    padding: 0px 15px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 430px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .heading-1 {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .body-text {
    width: 97%;
  }

  .body-text.in-download-text.mob-landscape {
    margin-top: 4px;
    font-size: 12px;
  }

  .body-text.cat {
    width: 100%;
  }

  .body-text.event {
    font-size: 12px;
  }

  .div-block.cat {
    width: 34%;
  }

  .explore-block {
    height: 55px;
    margin-top: 15px;
  }

  .link-block-2 {
    padding-left: 17px;
  }

  .link-to-address-page {
    padding-left: 17px;
  }

  .section-c-latest-projects {
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .catalogue {
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .ctalogue-downloads-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .link-block-4 {
    width: 80px;
  }

  .downloa0-block {
    width: 80px;
    height: 200px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ig-section {
    display: none;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .single-product-section {
    margin-bottom: 302px;
  }

  .single-product-section.about-us-page {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .single-product-section.prod {
    overflow: hidden;
  }

  .single-product-wrapper.about-us {
    width: 60%;
  }

  .text-block-1.last-block {
    height: 80px;
  }

  .main-product-images {
    margin-top: 236px;
    margin-right: -35px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .main-product-images.images-in-about-us {
    width: 40%;
    margin-top: 207px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .product-img-1 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .light-text-in-product.fone {
    margin-top: -13px;
  }

  .div-for-logo {
    display: none;
  }

  .image-in-sevices.services {
    height: 200px;
  }

  .block-for-text-about-us {
    position: static;
    width: 100%;
  }

  .paragraph.body-text {
    width: 80%;
    font-size: 12px;
  }

  .paragraph.body-text.about {
    padding-right: 17px;
  }

  .mobile-logo-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section-a {
    overflow: hidden;
    margin-top: 138px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu-icon {
    margin-left: 15px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    height: 70px;
  }

  .navigation {
    display: block;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    border-style: none none solid;
  }

  .navigation-item {
    color: #474747;
    font-size: 18px;
  }

  .navigation-item.w--current {
    font-size: 18px;
    font-weight: 300;
  }

  .menu-button {
    padding-bottom: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-image-mask._1 {
    width: 100%;
    height: 270px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .heading-1 {
    letter-spacing: 1px;
  }

  .heading-1.hidden {
    display: none;
  }

  .body-text {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
  }

  .body-text.cat {
    display: none;
  }

  .body-text.event {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
  }

  .body-text.event.ans {
    margin-left: 17px;
    line-height: 20px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .explore-block {
    background-color: #e7c26e;
  }

  .link-block-2 {
    padding-left: 15px;
  }

  .grid {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }

  .body.events {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .link-to-address-page {
    padding-left: 15px;
    border-bottom-width: 0.5px;
  }

  .section-c-latest-projects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured-projects-section {
    display: none;
  }

  .catalogues-copy {
    margin-top: 0px;
    border-top-style: none;
    border-top-width: 0.5px;
    border-radius: 0px;
  }

  .catalogue {
    margin-top: 15px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ctalogue-downloads-mask {
    width: 100%;
  }

  .link-block-4 {
    height: 170px;
  }

  .downloa0-block {
    height: 170px;
  }

  .grid-2 {
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-catalogues.hide {
    display: none;
  }

  .ig-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-wrapper {
    margin: 156px 15px 15px;
  }

  .grid-3 {
    grid-row-gap: 30px;
  }

  .image-block-for-product {
    height: 251px;
  }

  .title-for-product {
    font-size: 12px;
    letter-spacing: 0px;
  }

  .price-for-product {
    font-size: 12px;
  }

  .filters {
    display: none;
  }

  .single-product-section {
    overflow: hidden;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .single-product-section.about-us-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-product-section.prod {
    margin-top: 83px;
  }

  .single-product-wrapper {
    width: 100%;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .single-product-wrapper.about-us {
    width: 100%;
  }

  .block-for-product-desction-text {
    position: static;
    margin-top: 0px;
  }

  .text-block-1 {
    width: 100%;
  }

  .text-block-1.last-block {
    height: 44px;
  }

  .text-block-1.first {
    height: 45px;
  }

  .text-block-1.first.f {
    border-bottom-style: none;
  }

  .single-product-text {
    overflow: hidden;
    padding-right: 17px;
    color: #000;
    font-size: 13px;
  }

  .single-product-text.grey-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 17px;
    line-height: 40px;
  }

  .single-product-text.grey-text.price {
    display: none;
  }

  .main-product-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 53px;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-product-images.images-in-about-us {
    width: 100%;
    margin-top: 20px;
  }

  .product-img-1.hide {
    display: none;
  }

  .light-text-in-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    border-left: 1px solid #000;
    font-size: 13px;
  }

  .light-text-in-product.fone {
    margin-top: 0px;
  }

  .light-text-in-product.email {
    display: none;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-4-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-text-for-footer {
    font-size: 12px;
  }

  .grid-4 {
    margin-top: 115px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .services-block {
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-section {
    width: 100%;
  }

  .image-section {
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-in-sevices.services {
    margin-bottom: 17px;
  }

  .event-1 {
    height: 160px;
  }

  .event-1.mid {
    height: 160px;
  }

  .div-for-event-text {
    width: 100%;
    height: auto;
  }

  .sub-title {
    font-family: Arialmtstd, sans-serif;
  }

  .sub-title.new-event {
    font-family: Arialmtstd, sans-serif;
  }

  .dive-for-event-setting {
    line-height: 20px;
  }

  .event-image {
    display: none;
  }

  .paragraph.body-text {
    width: 50%;
  }

  .paragraph.body-text.about {
    padding-right: 0px;
  }

  .about-us-section {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-us-section.contact-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-1-copy.about-us.first-one {
    height: auto;
  }

  .body-about {
    overflow: visible;
    height: auto;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 51px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 0.5px none #000;
    border-bottom: 0.5px solid #000;
  }

  .dive-text-mobile-catalogue {
    padding-left: 15px;
    font-family: Arialmtstd, sans-serif;
    font-weight: 300;
  }

  .paragraph-2 {
    padding-top: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 17px;
  }

  .additional-image {
    display: none;
    margin-top: 6px;
  }

  .mobile-logo-block {
    border-bottom-style: none;
  }

  .image-9 {
    width: 270px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .hero-slider {
    padding-bottom: 0px;
    background-size: 402px;
  }

  .slide-2 {
    background-image: url('../images/4493_1.jpg');
    background-size: auto 400px;
  }

  .slider-mask {
    height: 300px;
  }

  .slider {
    background-color: #fff;
  }

  .contact-form-grid-2 {
    width: 100%;
    margin-top: 6px;
    grid-auto-flow: row;
    -ms-grid-rows: 83px 82px 86px;
    grid-template-rows: 83px 82px 86px;
  }

  .text-field-2 {
    overflow: hidden;
  }

  .text-field-3 {
    width: 100%;
  }

  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-10 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .submit-button {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-10 {
    padding-bottom: 5px;
  }
}

#w-node-_4412ab1a-0ca5-7061-c6a3-7cadf5eadf39-46b4dc93 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8b85acd3-143b-d338-49a5-667b530159b7-46b4dc93 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9314e63c-517d-6466-69de-1ef542ba82e9-46b4dc93 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e3974616-8e8e-eab6-c525-079368d629d5-46b4dc93 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a153ba01-7349-fc90-93b7-d2552e8a58ed-46b4dc93 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_590286ad-83b4-d591-7222-55ac07264f15-46b4dc93 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fb440e2a-0acf-2fc2-7792-34f2b4bd069a-46b4dc93 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e6be8600-9913-3916-176e-cc9078fee6ad-46b4dc93 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_97acc55c-fb2e-f63d-1d81-898465a3af8a-56b4dcac {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f5418122-c23a-6ba2-ee4a-89598829cd71-56b4dcac {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_97acc55c-fb2e-f63d-1d81-898465a3af82-56b4dcac {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_97acc55c-fb2e-f63d-1d81-898465a3af86-56b4dcac {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Helvetica font';
  src: url('../fonts/Helvetica-Bold-Font.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticalt';
  src: url('../fonts/HelveticaLt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arialmtstd';
  src: url('../fonts/ArialMTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}