:root {
  --black: black;
  --white: white;
  --black-20: #0003;
  --yellow: #fcda01;
  --grey: #888;
  --white-f8: #f8f8f8;
  --black-two: #131313;
  --grey-two: #6e6f68;
  --red: #f61e1d;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

h1 {
  letter-spacing: -8px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Din, Arial, sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 102px;
  display: block;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Din, Arial, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 58px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Din, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Din, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Din, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Din, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

a {
  color: var(--black);
  font-family: Din, Arial, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.container {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 60px 40px;
  font-family: Roboto Condensed, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.container.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
  padding-bottom: 0;
}

.container.about-us-space {
  position: relative;
  overflow: hidden;
}

.container.about-us-space.padding-100 {
  padding-bottom: 154px;
}

.container.padding-top-100 {
  padding-top: 150px;
}

.container.padding-200 {
  padding-bottom: 500px;
}

.container.desktop {
  flex: 0 auto;
  height: auto;
  display: block;
  overflow: hidden;
}

.container.padding-top-120 {
  max-width: none;
  padding-top: 120px;
}

.container.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container._80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading {
  font-family: Din, Arial, sans-serif;
  font-size: 5px;
  font-weight: 500;
  position: static;
}

.div-block {
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  display: flex;
}

.div-block-3 {
  flex: 1;
}

.heading-2 {
  word-break: normal;
}

.caption_header {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.caption_header.mini {
  display: flex;
}

.caption_header.mini.mobile, .caption_header.dama-eco.mobile {
  display: none;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 550px;
  display: flex;
}

.section {
  z-index: auto;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.black {
  background-color: var(--black);
}

.section.white-grey {
  background-color: #f8f8f8;
}

.section.draft {
  display: none;
}

.section.home {
  display: flex;
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-5 {
  z-index: -1;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.heading-3, .heading-4 {
  color: var(--white);
}

.play-pause-button {
  display: none;
}

.background-video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.two_column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

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

.two_column.padding-buttom-64 {
  padding-bottom: 64px;
}

.one_content {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.one_content.center {
  justify-content: center;
  align-items: flex-start;
}

.one_content.center._70 {
  width: 70%;
}

.one_content.center._60 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
}

.two_image_home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.two_image_home:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .two_image_home:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .two_image_home:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .two_image_home:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.two_image_home._40 {
  object-fit: contain;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
}

.heading-5 {
  margin-top: 0;
}

._20 {
  color: var(--black-20);
}

._20.aa {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.italic {
  font-style: italic;
}

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

.italic.black {
  color: var(--black);
}

.italic.black.aa {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.yellow {
  color: var(--yellow);
}

.yellow.aa {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.subsec_home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.black {
  color: var(--black);
}

.black.aa {
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
}

.black.aa.center {
  text-align: center;
}

.grey {
  color: var(--grey);
}

.grey.aa {
  text-transform: uppercase;
}

.grey.aa.reg {
  font-weight: 400;
}

.btn-primary {
  border-bottom: 4px solid var(--yellow);
  color: var(--black);
  cursor: pointer;
  background-color: #3898ec00;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  display: flex;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.content_sec_2_home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.title_sec_home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.image {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: auto;
}

.heading-6, .heading-7 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.content_home_our_product:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .content_home_our_product:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .content_home_our_product:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .content_home_our_product:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  padding-bottom: 0;
}

.content_home_our_product.padding-botton-60 {
  width: 100%;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
}

.content_home_our_product.padding-botton-60:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  width: 100%;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
}

.content_home_our_product.padding-botton-60:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa) {
  padding-bottom: 60px;
}

.content_home_our_product.padding-botton-60:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
}

.content_home_our_product.padding-botton-60:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
  width: 100%;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
}

.content_home_our_product.padding-botton-60:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  width: 100%;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
}

.s24 {
  font-size: 24px;
  line-height: 28px;
}

.s24.gray {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
}

.product_home_category {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.product_home_category_one {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.product_home_image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.product_home_image:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  justify-content: center;
  align-items: flex-start;
}

.product_home_image:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.product_home_image:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .product_home_image:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  justify-content: center;
  align-items: flex-start;
}

.image_home_category {
  object-fit: fill;
  width: auto;
  max-height: 400px;
}

.image_home_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .image_home_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .image_home_category:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .image_home_category:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840), .image_home_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .image_home_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  max-height: 400px;
}

.product_content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.product_content:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
  position: fixed;
}

.product_content:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .product_content:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  overflow: hidden;
}

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

.home_category_title:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .home_category_title:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .home_category_title:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .home_category_title:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

._26 {
  font-size: 26px;
  line-height: 28px;
}

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

.home_category_spec {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.home_category_spec:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
}

.home_category_spec:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094) {
  justify-content: flex-start;
  align-items: center;
}

.home_category_spec:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  justify-content: flex-start;
  align-items: stretch;
}

.home_category_spec:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
  justify-content: flex-start;
  align-items: center;
}

.home_category_spec:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home_category_spec:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
}

.home_category_spec:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
  justify-content: flex-start;
  align-items: center;
}

.home_category_spec:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
  justify-content: flex-start;
  align-items: stretch;
}

.home_category_spec:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1) {
  justify-content: flex-start;
  align-items: center;
}

.home_category_spec:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .home_category_spec:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .home_category_spec:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home_category_spec_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.home_category_spec_content.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
}

.home_category_spec_content.grid:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: end center;
  align-self: center;
  place-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.home_category_spec_content.grid:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 83.5117%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.home_category_spec_content.grid:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.home_category_spec_content.grid:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: end center;
  align-self: center;
  place-items: center;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.home_category_spec_content.grid:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.home_category_spec_content.grid:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: end center;
  align-self: center;
  place-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.home_category_spec_content.grid:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 83.5117%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.home_category_spec_content.grid:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.home_category_spec_content.grid:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: end center;
  align-self: center;
  place-items: center;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.home_category_spec_content.grid:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .home_category_spec_content.grid:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
  justify-content: center;
  align-items: flex-start;
}

.home_category_spec_content.grid:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.home_category_spec_content.grid.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.home_category_content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.home_category_content:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .home_category_content:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.image-3 {
  width: 2px;
  height: 100%;
}

.line_category_spec {
  border: 0px solid var(--grey);
  background-color: var(--grey);
  border-radius: 50px;
  flex: 0 auto;
  width: .2px;
  height: 40px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
}

.line_category_spec:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  border-width: 0;
}

.line_category_spec:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  opacity: 1;
}

.line_category_spec:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa) {
  border-width: 0;
}

.line_category_spec:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
  opacity: 1;
}

.line_category_spec:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .line_category_spec:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  border-width: 0;
}

.line_category_spec.category-11, .line_category_spec.category-11:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .line_category_spec.category-11:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .line_category_spec.category-11:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
  opacity: 0;
}

.line_category_spec.category-11:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  opacity: 1;
}

.line_category_spec.category-11.on, .line_category_spec.category-11.on:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .line_category_spec.category-11.on:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .line_category_spec.category-11.on:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2), .line_category_spec.category-11.on.off {
  opacity: 100;
}

.line_category_spec.category-11.on.off:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .line_category_spec.category-9 {
  opacity: 0;
}

.line_category_spec.category-9:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .line_category_spec.category-9:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094) {
  opacity: 100;
}

.line_category_spec.category-9:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  opacity: 1;
  width: 2px;
}

.line_category_spec.category-9:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  opacity: 0;
}

.line_category_spec.category-9:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1), .line_category_spec.category-9:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
  opacity: 100;
}

.line_category_spec.category-9:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
  opacity: 1;
  width: 2px;
}

.line_category_spec.category-9:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
  opacity: 0;
}

.line_category_spec.category-9:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  opacity: 100;
}

.line_category_spec.category-8:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
  opacity: 0;
}

.line_category_spec.category-8:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  opacity: 1;
}

.line_category_spec.category-8:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094) {
  opacity: 0;
}

.line_category_spec.category-8:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  opacity: 0;
  width: .2px;
}

.line_category_spec.category-8:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1) {
  opacity: 0;
}

.line_category_spec.category-8:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
  opacity: 1;
}

.line_category_spec.category-8:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
  opacity: 0;
}

.line_category_spec.category-8:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
  opacity: 0;
  width: .2px;
}

.line_category_spec.category-10 {
  opacity: 1;
}

.line_category_spec.category-10:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
  opacity: 0;
}

.line_category_spec.category-10:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094) {
  opacity: 100;
}

.line_category_spec.category-10:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  background-color: var(--grey);
  opacity: 1;
  width: 2px;
  display: block;
}

.line_category_spec.category-10:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .line_category_spec.category-10:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1) {
  opacity: 0;
}

.line_category_spec.category-10:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
  opacity: 100;
}

.line_category_spec.category-10:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
  background-color: var(--grey);
  opacity: 1;
  width: 2px;
  display: block;
}

.line_category_spec.category-10:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840), .line_category_spec.category-10:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  opacity: 0;
}

.line_category_spec.category-4:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  opacity: 1;
  width: 1px;
}

.line_category_spec.category-4:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .line_category_spec.category-4:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  opacity: 0;
}

.line_category_spec.category-4:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
  opacity: 1;
  width: 1px;
}

.line_category_spec.category-4:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1), .line_category_spec.category-4:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
  opacity: 0;
}

.line_category_spec.category-7:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .line_category_spec.category-7:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
  opacity: 1;
}

.div-block-15 {
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.btn-secondary {
  background-color: var(--white-f8);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .75em 2em;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.button_home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  z-index: 1;
  position: relative;
}

.home_bg_image {
  z-index: -1;
  flex: 0 auto;
  width: auto;
  position: absolute;
  inset: 0%;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.section-4 {
  position: relative;
}

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

.white.aa {
  text-transform: uppercase;
}

.div-block-17 {
  width: 100%;
  height: 800px;
  position: absolute;
  inset: 0%;
}

.form_home {
  background-color: var(--white);
  width: 50%;
  padding: 32px;
}

.form_row_one {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.form_col {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 50%;
  display: flex;
  overflow: visible;
}

.form_col.contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: Roboto, Arial, sans-serif;
}

.field-label {
  color: var(--black-two);
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-field {
  color: var(--grey-two);
  height: 44px;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  line-height: 16px;
}

.submit-button {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  padding: 18px 32px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.company_form, .inquiry_form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.content_form_home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.div-block-20 {
  border-bottom: 1px solid #e3e3e3;
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.s60 {
  cursor: auto;
  font-family: Roboto, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
  text-decoration: none;
  display: none;
}

.s40 {
  font-size: 40px;
  line-height: 44px;
  text-decoration: none;
}

.s40.reg {
  cursor: auto;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  display: none;
}

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

.div-block-22 {
  border-top: 1px solid #e3e3e3;
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: none;
}

.div-block-24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.image-5 {
  color: var(--black);
  object-position: 50% 100%;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 800;
}

.section-5 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  overflow: clip;
}

.image-4-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.div-block-26 {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.navbar {
  z-index: 11;
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: fixed;
}

.navbar:where(.w-variant-0a130a1d-cfc9-17fa-fa5d-4761099602d7) {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  padding-top: 0;
}

.container-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-navbar {
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding: 0 40px;
  display: flex;
}

.container-navbar:where(.w-variant-0a130a1d-cfc9-17fa-fa5d-4761099602d7) {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 40px;
  margin: 15px 30px;
  padding: 15px 30px;
}

.nav-links {
  direction: ltr;
  color: var(--black);
  letter-spacing: normal;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.nav-links:where(.w-variant-d061be13-d838-acd1-49b2-6775e97f18a9) {
  color: var(--white);
}

.nav-links.w--current {
  color: var(--black);
  font-family: Roboto Condensed, sans-serif;
}

.nav-links.nav-link {
  border-bottom-color: #0000;
  padding-top: 4px;
  padding-bottom: 8px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.nav-links.nav-link.w--current {
  border-bottom-color: #0000;
  flex: 0 auto;
  height: auto;
  padding-top: 4px;
  padding-bottom: 8px;
  font-size: 18px;
}

.icon_nav {
  width: 2rem;
  height: 2rem;
}

.nav-two {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
}

.category_mask {
  align-self: auto;
  width: 100%;
  overflow: hidden;
}

.testimonial7_logo {
  max-height: 3.5rem;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-medium, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
}

.margin-bottom.margin-small:where(.w-variant-18b06aa1-ee4e-45eb-fcb3-92306b52514b), .margin-bottom.margin-small.padding-16.top-8 {
  padding-bottom: 20px;
}

.margin-bottom.margin-small.padding-16.top-8.botton-border {
  border-bottom: 1px solid #00000026;
}

.margin-bottom.margin-small.padding-16.top-17 {
  padding-bottom: 20px;
}

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

.category_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.testimonial7_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.padding-section-large {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.slider-arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-centre-next {
  border-width: 0;
  margin-bottom: 400px;
  bottom: 2rem;
  right: 60px;
}

.slider-arrow.is-centre-next.hide-mobile-landscape {
  display: none;
  right: 5%;
}

.slider-arrow.is-centre-previous {
  border-width: 0;
  margin-bottom: 400px;
  bottom: 2rem;
  left: 60px;
}

.slider-arrow.is-centre-previous.hide-mobile-landscape {
  display: none;
  left: 5%;
}

.slider-arrow.is-centre-next, .slider-arrow.is-centre-previous {
  bottom: 4rem;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-xxlarge, .margin-top.margin-xsmall {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.categoryi_content {
  text-align: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.section_testimonial7 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.category_slide {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.textarea {
  color: var(--grey-two);
  height: auto;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  line-height: 16px;
}

.div-block-27 {
  opacity: .4;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.image_category {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  max-height: none;
  display: flex;
}

.div-block-29 {
  flex: 1;
}

.content_image_category {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.content_image_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
}

.content_image_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  padding-top: 100px;
}

.content_image_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .content_image_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
}

.div-block-31 {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -30%;
}

.div-block-31:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .div-block-31:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .div-block-31:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .div-block-31:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  z-index: -1;
  padding-top: 220px;
}

.div-block-31-copy {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% -30% 0% auto;
}

.div-block-31-copy:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .div-block-31-copy:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .div-block-31-copy:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .div-block-31-copy:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  z-index: -1;
  padding-top: 220px;
}

.container-slider-category {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
}

.div-block-32, .div-block-32:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .div-block-32:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .div-block-32:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2), .div-block-33 {
  display: none;
}

.section-6 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-34 {
  display: flex;
  position: relative;
}

.search {
  opacity: 1;
  border-radius: 0;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
}

.h1-160-bold-black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 160px;
  line-height: 164px;
}

.h1-160-bold-black--italic {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 160px;
  font-style: italic;
  line-height: 164px;
}

.h1-100-bold-black--italic {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 60px;
  font-style: italic;
  line-height: 100%;
}

.h1-100-bold-black--italic:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h1-100-bold-black--italic:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .h1-100-bold-black--italic:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .h1-100-bold-black--italic:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h1-100-bold-black--italic:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  letter-spacing: normal;
  font-size: 60px;
  line-height: 64px;
}

.h1-100-bold-black {
  color: var(--black);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 60px;
  font-style: normal;
  line-height: 64px;
}

.h1-100-bold-black20 {
  color: var(--black);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 60px;
  font-style: normal;
  line-height: 100%;
}

.content-slider {
  height: auto;
  overflow: hidden;
}

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

.menu_primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.heading-9 {
  color: var(--black);
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 58px;
}

.heading-10 {
  color: var(--black);
  letter-spacing: normal;
  font-size: 54px;
  line-height: 56px;
}

.heading-11 {
  color: var(--black);
}

.h1-54-medium-black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
}

.h1-54-medium-gray {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
}

.h1-54-medium-black--italic {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-style: italic;
}

.container-3 {
  display: flex;
}

.h3-24-medium-black20 {
  color: var(--black-20);
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
}

.h4-18-medium-white {
  color: var(--white);
  width: auto;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.h4-18-medium-black-italic {
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
}

.h6-12-light-black {
  font-family: Roboto Condensed, sans-serif;
}

.h6-12-light-white {
  color: var(--white);
  font-family: Roboto, Arial, sans-serif;
}

.h1-54-medium-white-italic {
  direction: ltr;
  color: var(--white);
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 58px;
}

.h1-160-bold-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 160px;
  line-height: 164px;
}

.h1-100-bold-white {
  color: var(--white);
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 84px;
}

.h1-160-bold-white-italic {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 700;
  line-height: 110px;
}

.h1-100-bold-black-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Din, Arial, sans-serif;
  font-size: 100px;
  font-style: normal;
  line-height: 164px;
}

.h1-100-bold-black-copy-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Din, Arial, sans-serif;
  font-size: 100px;
  font-style: normal;
  line-height: 104px;
}

.h1-100-bold-white-italic {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 800;
  line-height: 84px;
}

.header-about-us {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.h1-122-bold-black {
  color: var(--black);
  letter-spacing: normal;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 74px;
  display: block;
}

.h1-46-bold-black {
  color: var(--black);
  letter-spacing: normal;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-39 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-40 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-41 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  display: flex;
}

.section-7 {
  display: flex;
}

.flex-vertical {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.flex-vertical:where(.w-variant-92da6c3a-20c8-a0bf-079c-79af35e5de4a) {
  overflow: visible;
}

.flex-vertical._60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.flex-vertical._18 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  padding-left: 66px;
}

.flex-vertical._30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.flex-vertical._30._80 {
  width: 80%;
}

.flex-vertical.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: auto;
}

.flex-vertical.gap-40._30 {
  width: 30%;
}

.flex-vertical.gap-40.l40 {
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
}

.flex-vertical.gap-40.l40.space-between {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
}

.flex-vertical.gap-40._80 {
  width: 80%;
}

.flex-vertical.gap-40._50 {
  order: -1;
  width: 50%;
}

.flex-vertical._60 {
  width: 60%;
}

.flex-vertical._60.right {
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-vertical._60.right.between {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-end;
}

.flex-vertical.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.flex-vertical.gap-90 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
}

.flex-vertical.w50 {
  width: 50%;
}

.flex-vertical.gap-12._80 {
  width: 80%;
}

.flex-vertical.gap-34 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
}

.flex-vertical.gap-34._50 {
  width: 50%;
}

.flex-vertical.gap-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.flex-vertical.gap-30._50 {
  width: 50%;
}

.flex-vertical.gap-30._50.top.mobile {
  overflow: visible;
}

.flex-vertical.gap-30._60 {
  width: 60%;
}

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

.flex-vertical.center {
  justify-content: center;
  align-items: flex-start;
}

.flex-vertical.center._50.mobile {
  order: 0;
}

.flex-vertical.right {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-vertical.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.flex-vertical.gap-100 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.flex-vertical.gap-100.gap-40 {
  z-index: 2;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  position: relative;
}

.flex-vertical.gap-100._30-product {
  width: 50%;
}

.flex-vertical.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-vertical._40 {
  width: 40%;
}

.flex-vertical._80.bottom._12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  width: 80%;
}

.flex-horizontal-spacebetween {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-horizontal-spacebetween._26 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}

.flex-horizontal-spacebetween.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
}

.flex-horizontal-spacebetween.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.flex-horizontal-spacebetween.padding-bottom-10 {
  padding-bottom: 10px;
}

.flex-horizontal-spacebetween.padding-bottom-10.border-bottom-top {
  border-bottom: .5px solid var(--grey-two);
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  padding-top: 10px;
}

.div-block-42 {
  width: 20%;
}

.flex-vertical-spacebetween {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  display: flex;
}

.flex-vertical-spacebetween._80 {
  flex: 0 auto;
  width: 80%;
  height: auto;
}

.flex-vertical-spacebetween._40 {
  width: 40%;
}

.image-desk-about-us-sec2 {
  object-fit: cover;
  width: 100%;
}

.h1-90-bold-black {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}

.paragraph {
  margin-bottom: 0;
}

.p-26-regular-black {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.div-block-43 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.div-block-44 {
  flex-flow: column;
  display: flex;
}

.div-block-45 {
  width: 40px;
}

.div-block-46 {
  display: flex;
}

.h1-40-bold-black {
  color: var(--black);
  letter-spacing: normal;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 34px;
}

.div-block-47 {
  display: flex;
}

.link-20-medium-black {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.div-block-48 {
  border-bottom: 4px solid var(--yellow);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-49 {
  font-family: Dinpro, Arial, sans-serif;
  font-weight: 900;
  display: flex;
}

.div-block-50 {
  display: flex;
}

.div-block-51 {
  width: 60%;
}

.div-block-52 {
  width: 40%;
}

.div-block-53, .div-block-54 {
  display: flex;
}

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

.flex-horizontal._26 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}

.flex-horizontal._40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
}

.flex-horizontal._60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.flex-horizontal._14 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-horizontal._14._80, .flex-horizontal._14._80.mobile {
  width: 80%;
}

.flex-horizontal._70 {
  width: 70%;
}

.flex-horizontal.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-horizontal._50 {
  width: 50%;
}

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

.flex-horizontal.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.flex-horizontal._50.mobile {
  order: 0;
}

.image-9 {
  width: 14px;
  padding-top: 6px;
}

.h1-50-bold-black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
}

.h1-50-bold-black.center {
  font-weight: 800;
}

.testimonial7_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

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

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

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.testimonial7_content {
  text-align: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.section_about-us {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.quality_about_us_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 0;
}

.quality_about_us_mask {
  text-align: left;
  height: 200px;
}

.div-block-55 {
  flex-flow: column;
  display: flex;
}

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

.flex-vertical-center._60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.flex-vertical-center._18 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  padding-left: 66px;
}

.flex-vertical-center._30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.flex-vertical-center._30._80 {
  width: 80%;
}

.flex-vertical-center._40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: auto;
}

.flex-vertical-center._40._30 {
  width: 30%;
}

.flex-vertical-center._40.l40 {
  width: 40%;
}

.flex-vertical-center._40._80 {
  width: 80%;
}

.flex-vertical-center._40._50 {
  width: 50%;
}

.flex-vertical-center._60 {
  width: 60%;
}

.flex-vertical-center._60.right {
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-vertical-center.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.flex-vertical-center.gap-60.padding-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.flex-vertical-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex-vertical-copy._60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.flex-vertical-copy._18 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  padding-left: 66px;
}

.flex-vertical-copy._30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.flex-vertical-copy._30._80 {
  width: 80%;
}

.flex-vertical-copy._40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: auto;
}

.flex-vertical-copy._40._30 {
  width: 30%;
}

.flex-vertical-copy._40.l40 {
  width: 40%;
}

.flex-vertical-copy._40._80 {
  width: 80%;
}

.flex-vertical-copy._40._50 {
  width: 50%;
}

.flex-vertical-copy._60 {
  width: 60%;
}

.flex-vertical-copy._60.right {
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-vertical-copy.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.flex-vertical-copy.gap-90 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
}

.flex-vertical-copy.w50 {
  width: 50%;
}

.image-10, .image_quality_about-us {
  width: 30%;
}

.div-block-56 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-57 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 480px;
  display: flex;
  overflow: hidden;
}

.image-11 {
  width: 100%;
}

.p-24-regular-black {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.about-us-design-desktop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-us-design-desktop._26 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}

.about-us-design-desktop._40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
}

.about-us-design-desktop._60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.about-us-design-desktop._14 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
}

.about-us-design-desktop._70 {
  width: 70%;
}

.about-us-design-desktop.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.about-us-design-desktop.top.strech {
  align-items: stretch;
}

.about-us-design-desktop._50 {
  width: 50%;
}

.about-us-design-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-us-design-mobile._26 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}

.about-us-design-mobile._40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
}

.about-us-design-mobile._60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.about-us-design-mobile._14 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
}

.about-us-design-mobile._70 {
  width: 70%;
}

.about-us-design-mobile.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.about-us-design-mobile.top.mobile {
  display: none;
}

.about-us-design-mobile._50 {
  width: 50%;
}

.image-mobile-about-us-sec2 {
  width: 100%;
}

.div-block-58 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h1-30-bold-black {
  color: var(--black);
  letter-spacing: -2px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
}

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

.image-12 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.div-block-59 {
  width: 50%;
  display: flex;
}

.div-block-59.mobile {
  flex: 1;
}

.contact-us-form {
  background-color: var(--white);
  width: 100%;
  padding: 32px;
  display: block;
}

.h6-16-medium-yellow {
  color: var(--yellow);
  letter-spacing: normal;
  text-indent: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.h1-60-bold-black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
}

.h1-60-bold-black._50 {
  font-size: 60px;
  font-weight: 800;
  line-height: 64px;
}

.h4-18-medium-gray {
  color: var(--grey);
  width: auto;
  max-width: none;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.h4-18-medium-gray:where(.w-variant-18b06aa1-ee4e-45eb-fcb3-92306b52514b) {
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.h4-18-medium-gray.category {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.h4-18-medium-gray.category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.h4-18-medium-gray.category:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .h4-18-medium-gray.category:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .h4-18-medium-gray.category:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .h4-18-medium-gray.category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  text-align: center;
}

.h4-18-medium-gray.category:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa) {
  font-size: 14px;
  line-height: 16px;
}

.h4-18-medium-gray.category:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa), .h4-18-medium-gray.category:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1), .h4-18-medium-gray.category:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917), .h4-18-medium-gray.category:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
  text-align: center;
}

.h4-18-medium-gray.category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.h4-18-medium-gray.category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.h4-18-medium-yellow {
  color: var(--yellow);
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.h3-24-bold-black {
  color: var(--black);
  text-align: left;
  letter-spacing: normal;
  flex-flow: row-reverse wrap;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: center;
  align-items: stretch;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  display: block;
  position: static;
  overflow: visible;
}

.h3-24-bold-black:where(.w-variant-18b06aa1-ee4e-45eb-fcb3-92306b52514b) {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 800;
}

.h3-24-bold-black:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  order: 0;
}

.h3-24-bold-black:where(.w-variant-c004aee5-2bdd-b220-f0d2-26effcae99ba) {
  line-height: 20px;
}

.h3-24-bold-black:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-24-bold-black:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2), .h3-24-bold-black.x {
  order: 0;
}

.h3-24-bold-black.led-off:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  color: var(--grey-two);
  font-weight: 400;
}

.h3-24-bold-black.led-off:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .h3-24-bold-black.led-off:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .h3-24-bold-black.led-off:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .h3-24-bold-black.led-off:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  color: var(--grey);
  font-weight: 400;
}

.h3-24-bold-black.led-off:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-24-bold-black.led-off:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  color: var(--grey-two);
  font-weight: 400;
}

.h3-24-bold-black.top-4 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 800;
}

.image-13 {
  width: 24px;
}

.faq2_answer {
  overflow: hidden;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_faq2 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

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

.faq2_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border: 0 solid #0003;
  border-top-width: 1px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.faq2_question:where(.w-variant-18b06aa1-ee4e-45eb-fcb3-92306b52514b), .faq2_question.padding-16.top-3 {
  border-top-width: 0;
}

.faq2_question.padding-16.top-3.top-border {
  border-top-width: 1px;
}

.faq2_question.padding-16.top-12 {
  border-top-width: 0;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

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

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

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

.faq2_icon-wrapper {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.faq2_list {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq2_accordion {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.faq2_accordion.top-2 {
  border: 0 solid #000;
}

.faq2_accordion.top-2.border-bottom {
  border-bottom-width: 1px;
  border-bottom-color: #00000026;
}

.faq_answer {
  width: auto;
  display: block;
}

.faq_questions {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_questions._26 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}

.faq_questions.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
}

.faq_questions.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

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

._50 {
  width: 50%;
}

._50.mobile {
  order: -1;
}

.h1-350-bold-yellow {
  color: #fcda0133;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 200px;
  font-style: italic;
  font-weight: 800;
  line-height: 201px;
}

.bg_font {
  z-index: -1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.bg_satis {
  z-index: -1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-61 {
  background-color: #01010133;
  height: 1px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
}

._90 {
  width: 50%;
}

._90.mobile {
  order: -1;
}

.bg_support {
  position: absolute;
  inset: auto 60px 0% auto;
}

.image-14 {
  width: 382px;
}

.div-block-63 {
  width: auto;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: var(--white);
}

.dropdown-toggle {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  overflow: visible;
}

.icon {
  position: relative;
}

.dropdown {
  flex-flow: row;
  width: 100%;
  overflow: hidden;
}

.dropdown-link {
  padding-left: 0;
  padding-right: 0;
}

.div-block-64 {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.div-block-65 {
  flex: 1;
  position: relative;
}

.div-block-66 {
  width: 100%;
  display: flex;
  overflow: visible;
}

.div-block-67 {
  display: flex;
}

.faq_wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

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

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

.faq2_icon-wrapper-2 {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.multi-form3_radio-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.multi-form3_radio-icon.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-color: #0000;
}

.multi-form3_radio-icon.w--redirected-focus {
  box-shadow: none;
}

.multi-form3_progress {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.multi-form3_progress.progress-current, .multi-form3_progress.completed {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.form-icon-left {
  position: absolute;
  left: .75rem;
}

.form_message-success {
  background-color: var(--\<unknown\|relume-variable-background-color-6\>);
  color: var(--\<unknown\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.multi-form3_block {
  margin-bottom: 0;
}

.section_multi-form3 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  position: relative;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.multi-form3_progress-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

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

.multi-form3_radio-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.multi-form3_form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-icon-left {
  padding-left: 2.75rem;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.multi-form3_step {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.form_message-error {
  background-color: var(--\<unknown\|relume-variable-background-color-8\>);
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.multi-form3_radio-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-style-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.multi-form3_form-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.multi-form3_input-field {
  align-items: center;
  display: flex;
  position: relative;
}

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

.multi-form3_progress-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex: 1;
  height: 1px;
}

.multi-form3_navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.multi-form3_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 6rem;
  padding-bottom: 4.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.multi-form3_radio-letter {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
  display: flex;
}

.formly-multi-step-form-instructions-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.6;
  display: flex;
}

.multi-step-form-instructions-delete {
  z-index: 1000;
  text-align: left;
  background-color: #fff;
  padding: 2rem;
  position: relative;
}

.multi-form3_footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.multi-form3_radio {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.multi-form3_radio.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.multi-form3_radio.is-radio-icon {
  padding-left: .5rem;
}

.multi-form3_radio.is-radio-icon.is-active-inputactive {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.select-field {
  background-color: var(--white);
  color: var(--grey);
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 12px;
  font-family: Din, Arial, sans-serif;
  line-height: 16px;
  display: block;
}

.fs-select-1 {
  z-index: 99;
  width: auto;
  height: 44px;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, Arial, sans-serif;
  display: block;
}

.fs-select_toggle-1 {
  border: 1px solid var(--black-20);
  border-radius: 0;
  justify-content: space-between;
  padding: 8px 12px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  display: flex;
}

.fs-select_toggle-1:focus-visible, .fs-select_toggle-1[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_icon-1 {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.fs-select_text-1 {
  color: var(--grey-two);
  padding-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  line-height: 16px;
}

.fs-select_list-1 {
  color: var(--grey);
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
}

.fs-select_list-1.w--open {
  border: 1px solid var(--black-20);
  color: var(--black-two);
  border-radius: 0;
  margin-top: 1rem;
  font-family: Din, Arial, sans-serif;
}

.fs-select_field-1 {
  background-color: var(--white);
  color: var(--grey-two);
  border: 1px solid #e3e3e3;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  line-height: 16px;
  display: none;
}

.fs-select_link-1 {
  border: 1px none var(--grey-two);
  color: var(--black-two);
  background-color: #fff;
  padding: .75rem 1rem;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
}

.fs-select_link-1:hover {
  opacity: .7;
}

.fs-select_link-1:focus-visible, .fs-select_link-1[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_link-1.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.form_reason {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-68 {
  background-color: #f6f6f6;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  display: flex;
}

.div-block-69 {
  order: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-70 {
  display: flex;
}

.bg_grey_support {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #eee9;
  flex-flow: column;
  padding: 30px 20px;
  display: flex;
}

.paragraph_support {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-71 {
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.div-block-72, .content_support {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.h3-20-medium-black {
  color: var(--black);
  text-align: left;
  letter-spacing: normal;
  flex-flow: row-reverse wrap;
  flex: 0 auto;
  order: -1;
  justify-content: flex-end;
  align-self: center;
  align-items: stretch;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  position: static;
  overflow: visible;
}

.h3-20-medium-black:where(.w-variant-18b06aa1-ee4e-45eb-fcb3-92306b52514b) {
  font-family: Din, Arial, sans-serif;
}

.h4-18-regular-gray {
  color: var(--grey);
  width: auto;
  max-width: none;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.content_sec_home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

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

.content_sec_home.gap-16._100, .content_sec_home._100, .content_sec_home._100:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .content_sec_home._100:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .content_sec_home._100:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  width: 100%;
}

.div-block-74 {
  display: flex;
}

.discover_more {
  position: absolute;
  top: 30%;
  left: 15%;
}

.discover_more:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .discover_more:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .discover_more:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .discover_more:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .discover_more:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1), .discover_more:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840), .discover_more:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa), .discover_more:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
  left: -15%;
}

.content_im_category {
  display: flex;
  position: relative;
}

.content_textarea {
  height: 100px;
  display: flex;
}

.bg_image_home {
  object-fit: cover;
  width: 100%;
  height: 800px;
  overflow: clip;
}

.h3-24-regular-grey {
  color: var(--grey);
  letter-spacing: -1px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.h3-24-regular-grey.led-on:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h3-24-regular-grey.led-on:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .h3-24-regular-grey.led-on:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .h3-24-regular-grey.led-on:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .h3-24-regular-grey.led-on:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .h3-24-regular-grey.led-on:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-24-regular-grey.led-on:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  color: var(--black);
  font-weight: 700;
}

.image-15 {
  opacity: .7;
}

.h3-26-medium-black {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.h3-26-medium-black:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  font-weight: 500;
  line-height: 100%;
}

.h3-26-medium-black:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  font-weight: 700;
}

.h3-26-medium-black:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-26-medium-black:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  font-weight: 500;
  line-height: 100%;
}

.h3-26-medium-black.yellow {
  color: var(--yellow);
}

.h3-26-medium-black.yellow:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  color: var(--yellow);
  font-weight: 500;
  line-height: 100%;
}

.h3-26-medium-black.yellow:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa) {
  color: var(--yellow);
}

.h3-26-medium-black.yellow:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  font-weight: 700;
}

.h3-26-medium-black.yellow:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-26-medium-black.yellow:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  color: var(--yellow);
  font-weight: 500;
  line-height: 100%;
}

.h3-20-regular-black-center {
  color: var(--black);
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
}

.h3-20-regular-black-center.category {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.h3-20-regular-black-center.category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.h3-20-regular-black-center.category:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa) {
  font-size: 16px;
  line-height: 16px;
}

.h3-20-regular-black-center.category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  font-weight: 300;
}

.h3-20-regular-black-center.category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-20-regular-black-center.category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.icon_slider {
  width: 20px;
  height: 20px;
  padding-top: 0;
}

.link {
  color: var(--grey);
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.link.p-26-regular-black-support {
  color: var(--grey);
}

.list {
  color: var(--black);
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  display: flex;
}

.list.bullet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  list-style-type: disc;
  display: flex;
}

.category_col {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.category_col:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.category_col:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094) {
  justify-content: space-between;
  align-items: center;
}

.category_col:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.category_col:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
}

.category_col:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
}

.category_col:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1) {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.category_col:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
  justify-content: space-between;
  align-items: center;
}

.category_col:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.category_col:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
}

.category_col:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.category_col:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
}

.category_col:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}

.line_category_spec_opacity0 {
  border: 0px solid var(--grey);
  background-color: var(--grey);
  opacity: 0;
  border-radius: 50px;
  flex: 0 auto;
  width: .2px;
  height: 40px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
}

.line_category_spec_opacity0:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .line_category_spec_opacity0:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .line_category_spec_opacity0:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .line_category_spec_opacity0:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  border-width: 0;
}

.line_category_spec_opacity0.category-11:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094) {
  opacity: 0;
}

.line_category_spec_opacity0.category-11:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  opacity: 100;
}

.line_category_spec_opacity0.category-11:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
  opacity: 0;
}

.line_category_spec_opacity0.category-11:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917), .line_category_spec_opacity0.category-10:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .line_category_spec_opacity0.category-10:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  opacity: 100;
}

.category_col_10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: space-between;
  display: none;
}

.category_col_10:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.category_col_10:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094) {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.category_col_10:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.category_col_10:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.category_col_11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: space-between;
  display: none;
}

.category_col_11:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
  width: 100%;
  display: none;
}

.category_col_11:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094) {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.category_col_11:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.category_col_11:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .category_col_11:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1) {
  width: 100%;
  display: none;
}

.category_col_11:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.category_col_11:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.category_col_11:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
  width: 100%;
  display: none;
}

.category_col_12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: space-between;
  display: none;
}

.category_col_12:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
  width: 100%;
  display: none;
}

.category_col_12:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094) {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: none;
}

.category_col_12:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.category_col_12:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .category_col_12:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1) {
  width: 100%;
  display: none;
}

.category_col_12:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: none;
}

.category_col_12:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.category_col_12:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
  width: 100%;
  display: none;
}

.grid_1_category {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.grid_1_category:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: .5px solid var(--grey-two);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  display: grid;
}

.grid_1_category:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.grid_1_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 0px solid var(--grey-two);
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.grid_1_category:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--grey-two);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.grid_1_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.grid_1_category:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: .5px solid var(--grey-two);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  display: grid;
}

.grid_1_category:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.grid_1_category:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 0px solid var(--grey-two);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.grid_1_category:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--grey-two);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.grid_1_category:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_1_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .grid_1_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.grid_3_category {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.grid_3_category:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.grid_3_category:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid_3_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.grid_3_category:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.grid_3_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_3_category:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.grid_3_category:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid_3_category:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.grid_3_category:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.grid_3_category:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .grid_3_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_3_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.category_col_10_2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.category_col_10_2:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.category_col_10_2:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094) {
  justify-content: space-between;
  align-items: center;
}

.category_col_10_2:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.category_col_10_2:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.category_col_10_2:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  display: none;
}

.category_col_10_2:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1) {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.category_col_10_2:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
  justify-content: space-between;
  align-items: center;
}

.category_col_10_2:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.category_col_10_2:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.category_col_10_2:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .category_col_10_2:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
  display: none;
}

.category_col_10_2:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  display: flex;
}

.grid_2_category {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.grid_2_category:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: .5px solid var(--grey-two);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.grid_2_category:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid_2_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 0px solid var(--grey-two);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.grid_2_category:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--grey-two);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.grid_2_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2_category:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: .5px solid var(--grey-two);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.grid_2_category:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid_2_category:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 0px solid var(--grey-two);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.grid_2_category:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1) {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--grey-two);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.grid_2_category:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .grid_2_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .grid_2_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sub_header_home {
  width: 60%;
  display: flex;
  overflow: hidden;
}

.dropdown-2 {
  margin-right: 0;
}

.dropdown_navbar {
  border-bottom: 2px solid #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 24px;
  padding-bottom: 16px;
  display: flex;
}

.dropdown-toggle-2 {
  color: var(--black);
  padding: 0;
  font-family: Din, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.dropdown-toggle-2.w--open {
  padding-bottom: 0;
}

.icon-2 {
  display: none;
  position: relative;
}

.dropdown-list-bulb {
  z-index: 10;
  position: relative;
}

.dropdown-list-bulb.w--open {
  background-color: #0000;
  margin-top: 160px;
  padding-top: 0;
  position: absolute;
  left: 0%;
  box-shadow: 0 5px 40px #0003;
}

.hid-list {
  z-index: 10;
  background-color: #0000;
  left: -10px;
}

.hid-list.w--open {
  color: var(--black);
  background-color: #0000;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Din, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  top: 0%;
  left: 100%;
  box-shadow: 0 5px 40px #0003;
}

.dropdown-toggle-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 0;
  padding-right: 40px;
  display: flex;
}

.dropdown-toggle-3.w--open {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
}

.icon-3 {
  position: relative;
}

.chevron-right {
  width: 16px;
  height: 16px;
  position: relative;
}

.text-block {
  color: var(--black);
  font-family: Din, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.text-block:where(.w-variant-d061be13-d838-acd1-49b2-6775e97f18a9) {
  color: var(--white);
  font-family: Din, Arial, sans-serif;
  font-weight: 500;
}

.dropdown-link-3, .dropdown-link-4 {
  background-color: var(--white);
}

.dropdown-hid {
  padding-top: 0;
}

.code-embed {
  display: block;
}

.h1-30-medium-black {
  color: var(--black);
  letter-spacing: -2px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
}

.div-block-75 {
  flex-flow: column;
  display: flex;
}

.link-24-medium-black {
  color: var(--black);
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.h3-24-medium-black {
  color: var(--black);
  text-align: left;
  letter-spacing: -1px;
  flex-flow: row-reverse wrap;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: stretch;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: block;
  position: static;
  overflow: visible;
}

.h3-24-medium-black:where(.w-variant-18b06aa1-ee4e-45eb-fcb3-92306b52514b) {
  font-family: Din, Arial, sans-serif;
}

.h3-24-medium-black:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h3-24-medium-black:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-24-medium-black:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2), .h3-24-medium-black.x {
  order: 0;
}

.h3-24-medium-black.led-off:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  color: var(--grey-two);
  font-weight: 400;
}

.h3-24-medium-black.led-off:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .h3-24-medium-black.led-off:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .h3-24-medium-black.led-off:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .h3-24-medium-black.led-off:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  color: var(--grey);
  font-weight: 400;
}

.h3-24-medium-black.led-off:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-24-medium-black.led-off:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  color: var(--grey-two);
  font-weight: 400;
}

.code-embed-2 {
  align-self: auto;
}

.div-block-76 {
  flex-flow: column;
  align-self: auto;
  width: 100%;
  display: flex;
}

.div-block-416 {
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.maps_desktop {
  filter: grayscale();
  display: none;
}

.maps_mobile {
  filter: grayscale();
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-417 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.category_slider_led {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 4rem;
  display: flex;
  overflow: visible;
}

.category_component_tab {
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.link-2 {
  font-weight: 400;
  text-decoration: none;
}

.link-carousel {
  color: var(--grey-two);
  font-weight: 400;
  text-decoration: none;
}

.container-carousel {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tab-category {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.tabs-content {
  flex-flow: column;
  width: auto;
  display: flex;
}

.tab-pane-tab-1 {
  width: 100%;
  height: auto;
}

.tab-link-tab-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-link-tab-1.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-family: Din, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.h3-24-regular-grey-link {
  color: var(--grey);
  letter-spacing: -1px;
  font-family: Din, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.h3-24-regular-grey-link.led-on:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h3-24-regular-grey-link.led-on:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .h3-24-regular-grey-link.led-on:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .h3-24-regular-grey-link.led-on:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .h3-24-regular-grey-link.led-on:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .h3-24-regular-grey-link.led-on:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-24-regular-grey-link.led-on:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  color: var(--black);
  font-weight: 700;
}

.tab_2 {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.text-block-2 {
  color: var(--grey);
  font-family: Din, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.tab-link-tab-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  display: flex;
}

.tab-link-tab-2.w--current {
  background-color: var(--white);
}

.tab_1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.h3-24-regular-black-link {
  color: var(--black);
  letter-spacing: -1px;
  font-family: Din, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.h3-24-regular-black-link.led-on:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h3-24-regular-black-link.led-on:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .h3-24-regular-black-link.led-on:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .h3-24-regular-black-link.led-on:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .h3-24-regular-black-link.led-on:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .h3-24-regular-black-link.led-on:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-24-regular-black-link.led-on:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  color: var(--black);
  font-weight: 700;
}

.tabs-menu-2 {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: 300px;
}

.tab-link-tab-1-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--grey);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.tab-link-tab-1-2.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  color: var(--black);
  font-family: Roboto Condensed, sans-serif;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.text-block-3 {
  color: var(--grey);
  font-weight: 400;
}

.tab-link-tab-2-2 {
  background-color: var(--white);
  color: var(--grey);
  padding-left: 0;
  padding-right: 0;
  font-family: Din, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.tab-link-tab-2-2.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 800;
  display: flex;
}

.text-block-4 {
  letter-spacing: normal;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
  line-height: 28px;
}

.content_carousel {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.tabs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.text-block-5 {
  letter-spacing: normal;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
  line-height: 28px;
}

.text_dropdown {
  width: 130px;
}

.div-block-418 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.tab-hiid {
  height: 100%;
}

.div-block-420 {
  width: 100%;
  height: 100%;
}

.tab-hid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tab-hid:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .tab-hid:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .tab-hid:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  justify-content: flex-start;
  align-items: center;
}

.link-3, .link-4 {
  cursor: pointer;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.link-5, .link-6 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.link-7 {
  cursor: pointer;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

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

.section-8 {
  display: none;
}

.div-block-423 {
  display: flex;
}

.h1-160-bold-black-center {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Din, Arial, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 110px;
}

.h1-160-bold-black-center.height-80 {
  line-height: 80px;
}

.h1-160-black-black--italic-center {
  color: var(--black);
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 160px;
  font-style: italic;
  line-height: 160px;
}

.h1-160-black-black--italic-center.height-80 {
  letter-spacing: normal;
  font-family: Roboto Condensed, sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 100px;
}

.heading-12 {
  margin-top: 0;
}

.h4-25-button-discover-more {
  color: var(--white);
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.div-block-424 {
  width: 140px;
  height: 140px;
}

.discover-more {
  z-index: 4;
  cursor: pointer;
  background-color: #fcda01e6;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: absolute;
  top: 30%;
  left: 45%;
  right: 45%;
}

.div-block-425 {
  position: relative;
}

.content_product_page_image {
  justify-content: center;
  align-items: flex-start;
  height: 80%;
  display: flex;
  position: relative;
}

.header_product {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 750px;
}

.container_product_page {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 120px 60px 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.container_product_page.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
  padding-bottom: 0;
}

.container_product_page.about-us-space {
  position: relative;
  overflow: hidden;
}

.container_product_page.about-us-space.padding-100 {
  padding-bottom: 154px;
}

.container_product_page.padding-top-100 {
  padding-top: 150px;
}

.container_product_page.padding-200 {
  padding-bottom: 500px;
}

.container_product_page.desktop {
  flex: 0 auto;
  height: auto;
  display: block;
  overflow: hidden;
}

.container_product_page.padding-top-120 {
  padding-top: 120px;
}

.heading-13 {
  font-size: 220px;
}

.bg_product_page_details {
  padding-bottom: 60px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-14 {
  color: #fcda011f;
  font-size: 180px;
  line-height: 70%;
}

.font_since_2001 {
  color: #fcda011f;
  text-align: right;
  letter-spacing: -8px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 140px;
  line-height: 120px;
}

.tabs-2 {
  flex-flow: row;
  display: flex;
}

.tab-menu-category-d {
  flex-flow: column;
  max-height: none;
  display: flex;
  overflow: hidden;
}

.tab-link-category-d {
  background-color: #0000;
  border-left: 1px solid #0202021a;
  padding-left: 28px;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.tab-link-category-d.w--current {
  border-left: 6px solid var(--yellow);
  background-color: #0000;
  padding-left: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.h4-18-bold-gray {
  color: var(--grey);
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.h4-18-bold-gray:where(.w-variant-6fc49552-d953-0cff-3c70-54ac1ef18a5f), .h4-18-bold-gray:where(.w-variant-f000949f-e8c4-ec7f-df73-0417ea88cee5), .h4-18-bold-gray:where(.w-variant-11d1b70e-ae1b-639c-a678-928c657f1e05), .h4-18-bold-gray:where(.w-variant-d1cb1743-c1e4-ec83-98ae-13e86460cd58), .h4-18-bold-gray:where(.w-variant-86607bc4-425b-d169-22bf-3e6eebb1840d), .h4-18-bold-gray:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2), .h4-18-bold-gray:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2), .h4-18-bold-gray:where(.w-variant-1f677c6d-de0e-3cd3-bc22-2f17b815c3e3), .h4-18-bold-gray:where(.w-variant-a6c738a0-f2f0-e0b6-5f48-b76cafd56c8f), .h4-18-bold-gray:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f) {
  font-family: Roboto, Arial, sans-serif;
}

.h4-18-bold-gray.category, .h4-18-bold-gray.category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  font-size: 14px;
  line-height: 16px;
}

.h4-18-bold-gray.category:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .h4-18-bold-gray.category:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .h4-18-bold-gray.category:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .h4-18-bold-gray.category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  text-align: center;
}

.h4-18-bold-gray.category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h4-18-bold-gray.category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  font-size: 14px;
  line-height: 16px;
}

.h4-18-medium-black {
  color: var(--black);
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.h4-18-medium-black:where(.w-variant-6fc49552-d953-0cff-3c70-54ac1ef18a5f), .h4-18-medium-black:where(.w-variant-f000949f-e8c4-ec7f-df73-0417ea88cee5), .h4-18-medium-black:where(.w-variant-11d1b70e-ae1b-639c-a678-928c657f1e05), .h4-18-medium-black:where(.w-variant-d1cb1743-c1e4-ec83-98ae-13e86460cd58) {
  font-family: Roboto, Arial, sans-serif;
}

.h4-18-medium-black:where(.w-variant-86607bc4-425b-d169-22bf-3e6eebb1840d) {
  font-family: Roboto, Arial, sans-serif;
  position: static;
}

.h4-18-medium-black:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2), .h4-18-medium-black:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2), .h4-18-medium-black:where(.w-variant-1f677c6d-de0e-3cd3-bc22-2f17b815c3e3), .h4-18-medium-black:where(.w-variant-a6c738a0-f2f0-e0b6-5f48-b76cafd56c8f), .h4-18-medium-black:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f) {
  font-family: Roboto, Arial, sans-serif;
}

.h4-18-medium-black.category, .h4-18-medium-black.category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  font-size: 14px;
  line-height: 16px;
}

.h4-18-medium-black.category:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .h4-18-medium-black.category:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .h4-18-medium-black.category:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .h4-18-medium-black.category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  text-align: center;
}

.h4-18-medium-black.category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h4-18-medium-black.category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  font-size: 14px;
  line-height: 16px;
}

.h4-18-medium-black.right {
  text-align: right;
}

.h4-18-medium-black.right:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2), .h4-18-medium-black.right:where(.w-variant-86607bc4-425b-d169-22bf-3e6eebb1840d) {
  font-family: Roboto, Arial, sans-serif;
}

.tabs-content-2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% -500% -500px;
}

.tabs-content-2:where(.w-variant-ba76b3d5-1b2f-5f52-5357-c75127292ee8), .tabs-content-2:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2), .tabs-content-2:where(.w-variant-b72a25a5-3af5-a3cc-0a4a-7ac959a85f7c), .tabs-content-2:where(.w-variant-5740a082-5a13-aa8e-4a89-b1de3eb9c5dd) {
  z-index: 1;
}

.tabs-content-2:where(.w-variant-175c28a3-ae95-6701-cc1b-eb58740eab86) {
  justify-content: flex-start;
  align-items: flex-start;
}

.tabs-content-2.lux {
  left: -600px;
}

.tab-link-preview {
  background-color: var(--white-f8);
  border: 1px solid #eee;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 10px;
  display: flex;
}

.tab-link-preview.w--current {
  background-color: var(--white);
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 26px 40px -10px #00000026;
}

.tabs-menu-4 {
  z-index: 4;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.tabs-menu-4:where(.w-variant-ba76b3d5-1b2f-5f52-5357-c75127292ee8), .tabs-menu-4:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2), .tabs-menu-4:where(.w-variant-b72a25a5-3af5-a3cc-0a4a-7ac959a85f7c), .tabs-menu-4:where(.w-variant-5740a082-5a13-aa8e-4a89-b1de3eb9c5dd) {
  z-index: 1;
}

.tab-link-tab-2-3 {
  background-color: #0000;
  border: 1px solid #eee;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link-tab-2-3.w--current {
  background-color: var(--white);
}

.tab-link-tab-3 {
  background-color: #0000;
  border: 1px solid #eee;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link-tab-3.w--current {
  background-color: var(--white);
}

.image-17 {
  width: auto;
  height: 90%;
  overflow: visible;
}

.image-17:where(.w-variant-a0f7ff8a-3384-5342-768d-792d78c89e55) {
  overflow: visible;
}

.tab-content-category-d {
  display: none;
}

.tabs-menu-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: auto;
}

.tab-link-tab-1-5 {
  width: 19%;
}

.tab-link-tab-1-5.w--current {
  width: 265px;
}

.tab-link-tab-2-4 {
  width: 293px;
}

.tab-link-tab-3-2 {
  width: 441px;
}

.tab-link-tab-4 {
  width: 400px;
}

.tabs-wrapper {
  position: relative;
}

.tab-prev {
  z-index: 4;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto 0 100px;
}

.tab-prev.hid {
  cursor: pointer;
  top: auto;
  bottom: 100px;
}

.tab-prev.dama-eco {
  z-index: 8;
}

.tab-prev.home {
  top: 400px;
  bottom: auto;
  left: 40px;
}

.tab-next {
  z-index: 4;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto 0 100px auto;
}

.tab-next.hid {
  cursor: pointer;
  top: auto;
  bottom: 100px;
}

.tab-next.dama-eco {
  z-index: 8;
}

.tab-next.home {
  top: 400px;
  bottom: auto;
  right: 40px;
}

.div-block-426 {
  z-index: 1;
  position: relative;
}

.tab_category {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  background-color: #0000;
  border-radius: 16px;
  width: 360px;
  margin: 20px;
  padding: 0;
  display: flex;
  position: relative;
}

.tab_category.current {
  width: 360px;
}

.tab_category.dama-eco {
  margin-left: 16px;
  margin-right: 16px;
}

.h3-26-normal-black {
  color: var(--black);
  letter-spacing: normal;
  flex: 0 auto;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.h3-26-normal-black.yellow, .h3-26-normal-black.yellow:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h3-26-normal-black.yellow:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-26-normal-black.yellow:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  color: var(--yellow);
}

.div-block-428 {
  flex-flow: column;
  display: flex;
}

.image-18 {
  object-fit: contain;
  order: 0;
  width: 100%;
  height: 80px;
  position: relative;
  top: 0;
}

.div-block-429 {
  width: 40%;
}

.div-block-430 {
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  display: flex;
  position: static;
  top: -20px;
  left: 32px;
}

.div-block-430.hp {
  width: 20%;
}

.tab-content-product {
  background-color: #ddd;
  background-image: url('../images/Frame-1707479058-2.svg');
  background-position: 50%;
  background-size: auto;
  border: 1px solid #0202021a;
  border-radius: 16px;
  width: 360px;
  margin: 20px 0 60px;
  padding: 0;
}

.tab-content-product.w--current {
  background-color: #fcda01;
  background-image: url('../images/Frame-1707479065-2.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #0202021a;
  border-radius: 16px;
  width: 360px;
  margin: 20px 0 60px;
  padding: 0;
  box-shadow: 0 30px 40px #0000001a;
}

.tab-content-product.tab-content-product-two, .tab-content-product.neo.w--current {
  width: 360px;
}

.tab-link-tab-2-5 {
  border-radius: 16px;
  width: 360px;
  margin: 20px 0;
  padding: 0;
}

.tab-link-tab-2-5.w--current {
  background-color: var(--yellow);
}

.tabs-menu-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.tab-link-tab-3-3 {
  border-radius: 16px;
  width: 360px;
  margin: 20px 0;
  padding: 0;
}

.tab-link-tab-3-3.w--current {
  background-color: var(--yellow);
}

.image-product {
  position: absolute;
  inset: auto 0% 64px 30%;
}

.product_one {
  z-index: 2;
  object-fit: contain;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  padding-left: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.product_one:where(.w-variant-a0f7ff8a-3384-5342-768d-792d78c89e55) {
  overflow: visible;
}

.product_one.dama-eco {
  width: 70%;
  padding-left: 120px;
}

.h1-80-bold-yellow {
  color: var(--yellow);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.h1-80-bold-yellow:where(.w-variant-175c28a3-ae95-6701-cc1b-eb58740eab86), .h1-80-bold-yellow:where(.w-variant-6d178720-9694-813d-6685-7f8737615438), .h1-80-bold-yellow:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77), .h1-80-bold-yellow:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2), .h1-80-bold-yellow:where(.w-variant-92da6c3a-20c8-a0bf-079c-79af35e5de4a), .h1-80-bold-yellow:where(.w-variant-0b8cdf0b-cc61-1db4-74a0-907b44cfabde) {
  font-weight: 500;
}

.h1-80-bold-yellow:where(.w-variant-c004aee5-2bdd-b220-f0d2-26effcae99ba) {
  line-height: 100%;
}

.h1-80-bold-yellow:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f), .h1-80-bold-yellow:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
  font-weight: 500;
}

.div-block-431 {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 70%;
  display: flex;
  position: relative;
}

.div-block-431:where(.w-variant-175c28a3-ae95-6701-cc1b-eb58740eab86), .div-block-431:where(.w-variant-6d178720-9694-813d-6685-7f8737615438), .div-block-431:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77), .div-block-431:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2), .div-block-431:where(.w-variant-92da6c3a-20c8-a0bf-079c-79af35e5de4a), .div-block-431:where(.w-variant-0b8cdf0b-cc61-1db4-74a0-907b44cfabde), .div-block-431:where(.w-variant-16916ae4-81ea-0bf4-319a-e53e79b5848a), .div-block-431:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f), .div-block-431:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
  width: 70%;
}

.content_detail_product {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.detail_product_para {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image_details_product {
  object-fit: cover;
  border-radius: 10px;
}

.para_details_product {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.h3-26-bold-black {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 150%;
}

.h3-26-bold-black:where(.w-variant-18b06aa1-ee4e-45eb-fcb3-92306b52514b) {
  font-size: 24px;
}

.h3-26-bold-black.yellow, .h3-26-bold-black.yellow:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h3-26-bold-black.yellow:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-26-bold-black.yellow:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  color: var(--yellow);
}

.h3-26-bold-black.aa {
  text-transform: none;
  font-family: Roboto Condensed, sans-serif;
}

.h3-26-bold-black.aa:where(.w-variant-18b06aa1-ee4e-45eb-fcb3-92306b52514b) {
  text-transform: none;
}

.h3-26-bold-black.aa.top-13 {
  text-transform: none;
  font-size: 24px;
}

.p-18-regular-black {
  color: var(--black);
  width: auto;
  max-width: none;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  display: block;
}

.column_products {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

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

.column_products.padding-buttom-64 {
  font-family: Roboto, Arial, sans-serif;
}

.column_products.padding-buttom-64.lux {
  z-index: 10;
  position: relative;
}

.tab-menu-product {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  padding-top: 40px;
  display: flex;
  overflow: auto;
}

.tab-menu-product.neo, .tab-menu-product.dama-eco {
  padding-top: 40px;
}

.two_column-_example {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

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

.two_column-_example.padding-buttom-64 {
  padding-bottom: 64px;
  display: none;
}

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

.h1-100-black-black-italic {
  letter-spacing: normal;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Rectangle-161124713.svg');
  background-position: 0 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 800;
  line-height: 64px;
}

.div-block-432 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.product_two {
  object-fit: contain;
  width: 100%;
  height: 500px;
  padding-left: 20px;
  display: flex;
}

.product_two:where(.w-variant-6f2817ef-5ad7-e49b-0437-559efb83f344), .product_two:where(.w-variant-a4016639-be69-2e42-1a71-05c42fd8bc10), .product_two:where(.w-variant-680d4a98-e25c-a821-dfa2-ad9f36169b5d), .product_two:where(.w-variant-a6c738a0-f2f0-e0b6-5f48-b76cafd56c8f), .product_two:where(.w-variant-bff2b565-722d-b62d-c1e3-1f54441f115e), .product_two:where(.w-variant-02ab7c1c-98bd-2721-8a0a-ab2f03b265ab), .product_two:where(.w-variant-c004aee5-2bdd-b220-f0d2-26effcae99ba) {
  width: auto;
  height: 500px;
  padding-left: 20px;
}

.product_two.dama-eco {
  width: 70%;
  padding-left: 120px;
}

.product_three {
  object-fit: contain;
  width: 100%;
  height: 500px;
  padding-left: 40px;
  display: flex;
  overflow: visible;
}

.product_three:where(.w-variant-a0f7ff8a-3384-5342-768d-792d78c89e55) {
  overflow: visible;
}

.product_three.dama-eco {
  width: 70%;
  padding-left: 120px;
}

.product_three.led-kanji {
  width: 90%;
}

.product_three.led-kanji:where(.w-variant-a4016639-be69-2e42-1a71-05c42fd8bc10), .product_three.led-kanji:where(.w-variant-f714f876-cb37-5094-fe25-ad4a6f585cb9), .product_three.led-kanji:where(.w-variant-6d178720-9694-813d-6685-7f8737615438) {
  width: 100%;
}

.h1-160-bold-black--italic-copy {
  color: var(--black);
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 160px;
  font-style: italic;
  line-height: 164px;
}

.header-product-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.image_header_product_two {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.header_product_one {
  width: auto;
  height: 100%;
}

.image_header_product_one, .image_header_product_three {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.backgorund_header_product {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.bg_product_header {
  opacity: .4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-433 {
  background-color: var(--black-two);
  background-image: linear-gradient(180deg, white, var(--white) 22%, #fdfdfdfc 45%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.image-19 {
  opacity: 1;
  filter: blur(3px) contrast(0%) brightness(500%);
  width: auto;
  height: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.image-19.mini {
  filter: blur(3px) contrast(0%) brightness(600%);
  width: auto;
  max-width: 200%;
  height: 100%;
  max-height: none;
}

.image-20 {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}

.light {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 70%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.light.mini {
  height: 100%;
  display: flex;
  top: -20%;
  right: 0%;
}

.light.mini.left {
  display: flex;
  left: -5%;
}

.light.mini.right {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  left: 5%;
  right: 0%;
}

.light.mini.center {
  display: flex;
}

.light.kanji {
  top: -20%;
  left: -10px;
}

.light.hid.left {
  top: -2%;
  left: -2%;
}

.light.hid.right {
  top: -2%;
  left: 2%;
}

.light.neo {
  top: -20%;
}

.light.lux {
  top: -15%;
}

.light.dama-eco {
  top: -10%;
}

.background_header_white {
  z-index: 1;
  background-image: linear-gradient(#fff 30%, #0000);
  width: 100%;
  height: 50%;
  position: absolute;
}

.image_header_product_four {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 82%;
  display: flex;
  position: relative;
  top: -25%;
}

.image_header_product_four.kanji {
  top: -15%;
}

.image_header_product_four.mini {
  top: 0%;
}

.image_header_product_four.neo {
  right: 90px;
}

.image-header-four {
  z-index: 1;
  width: auto;
  height: 100%;
  position: relative;
}

.image_header_three {
  height: 100%;
}

.div-block-434 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.discover-more-two {
  z-index: 4;
  cursor: pointer;
  background-color: #fcda01e6;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
  top: 0%;
  left: 0;
  right: 0%;
}

.content_product_page_image_one {
  justify-content: center;
  align-items: flex-end;
  height: 80%;
  display: flex;
  position: relative;
  top: -20%;
}

.image_header_two {
  height: 100%;
}

.image-20-copy, .image-20-copy-copy {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}

.imager_header_three {
  z-index: 1;
  width: auto;
  height: 100%;
  position: relative;
}

.div-block-435 {
  box-sizing: content-box;
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: auto;
  display: flex;
  position: absolute;
  overflow: visible;
}

.div-block-435.hid {
  position: relative;
}

.div-block-436, .menu-category-tab {
  flex-flow: column;
  display: flex;
}

.menu-category-tab:where(.w-variant-ba76b3d5-1b2f-5f52-5357-c75127292ee8), .menu-category-tab:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2), .menu-category-tab:where(.w-variant-b72a25a5-3af5-a3cc-0a4a-7ac959a85f7c), .menu-category-tab:where(.w-variant-5740a082-5a13-aa8e-4a89-b1de3eb9c5dd) {
  z-index: 4;
  position: relative;
}

.tab_link_one {
  border-left: 6px solid var(--yellow);
  padding: 8px 24px;
}

.heading-15 {
  color: var(--black);
  font-family: Dinpro, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.tab_link_two {
  border-left: 0px solid var(--yellow);
  padding: 8px 24px 8px 28px;
}

.h4-28-bold-black {
  color: var(--black);
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.h4-28-light-black-category {
  color: var(--black);
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.h4-28-light-black-category:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df), .h4-28-light-black-category:where(.w-variant-6fc49552-d953-0cff-3c70-54ac1ef18a5f) {
  font-family: Roboto Condensed, sans-serif;
}

.h4-28-light-black-category.current {
  font-weight: 500;
}

.h4-28-light-black-category.one {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
}

.h4-28-light-black-category.one:where(.w-variant-680d4a98-e25c-a821-dfa2-ad9f36169b5d), .h4-28-light-black-category.one:where(.w-variant-62cc6053-1679-f13d-f32e-6cae5fb1eca7), .h4-28-light-black-category.one:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77), .h4-28-light-black-category.one:where(.w-variant-ba76b3d5-1b2f-5f52-5357-c75127292ee8), .h4-28-light-black-category.one:where(.w-variant-a40e59da-b38e-608f-2940-ba6c1c630431), .h4-28-light-black-category.one:where(.w-variant-a4016639-be69-2e42-1a71-05c42fd8bc10), .h4-28-light-black-category.one:where(.w-variant-f714f876-cb37-5094-fe25-ad4a6f585cb9), .h4-28-light-black-category.one:where(.w-variant-6d178720-9694-813d-6685-7f8737615438), .h4-28-light-black-category.one:where(.w-variant-175c28a3-ae95-6701-cc1b-eb58740eab86), .h4-28-light-black-category.one:where(.w-variant-919aed4d-4da4-1f23-8097-f56ae924da87), .h4-28-light-black-category.one:where(.w-variant-6f2817ef-5ad7-e49b-0437-559efb83f344), .h4-28-light-black-category.one:where(.w-variant-a6c738a0-f2f0-e0b6-5f48-b76cafd56c8f), .h4-28-light-black-category.one:where(.w-variant-1f677c6d-de0e-3cd3-bc22-2f17b815c3e3), .h4-28-light-black-category.one:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2), .h4-28-light-black-category.one:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2), .h4-28-light-black-category.one:where(.w-variant-86607bc4-425b-d169-22bf-3e6eebb1840d), .h4-28-light-black-category.one:where(.w-variant-bff2b565-722d-b62d-c1e3-1f54441f115e), .h4-28-light-black-category.one:where(.w-variant-a8faebc2-0153-a8fb-7612-2aea243021c0), .h4-28-light-black-category.one:where(.w-variant-92da6c3a-20c8-a0bf-079c-79af35e5de4a), .h4-28-light-black-category.one:where(.w-variant-b72a25a5-3af5-a3cc-0a4a-7ac959a85f7c), .h4-28-light-black-category.one:where(.w-variant-7615011b-751e-3c59-b1e2-1d6655d88861), .h4-28-light-black-category.one:where(.w-variant-02ab7c1c-98bd-2721-8a0a-ab2f03b265ab), .h4-28-light-black-category.one:where(.w-variant-89685e71-8cf6-19ee-2ad9-7f4451e0c14a), .h4-28-light-black-category.one:where(.w-variant-0b8cdf0b-cc61-1db4-74a0-907b44cfabde), .h4-28-light-black-category.one:where(.w-variant-5740a082-5a13-aa8e-4a89-b1de3eb9c5dd), .h4-28-light-black-category.one:where(.w-variant-a0f7ff8a-3384-5342-768d-792d78c89e55), .h4-28-light-black-category.one:where(.w-variant-c004aee5-2bdd-b220-f0d2-26effcae99ba), .h4-28-light-black-category.one:where(.w-variant-7ee853d1-c8f7-bb3e-7215-3ef601699209), .h4-28-light-black-category.one:where(.w-variant-16916ae4-81ea-0bf4-319a-e53e79b5848a), .h4-28-light-black-category.one:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df), .h4-28-light-black-category.one:where(.w-variant-6fc49552-d953-0cff-3c70-54ac1ef18a5f), .h4-28-light-black-category.one:where(.w-variant-d1cb1743-c1e4-ec83-98ae-13e86460cd58), .h4-28-light-black-category.one:where(.w-variant-11d1b70e-ae1b-639c-a678-928c657f1e05), .h4-28-light-black-category.one:where(.w-variant-f000949f-e8c4-ec7f-df73-0417ea88cee5), .h4-28-light-black-category.one:where(.w-variant-0a855263-980c-e7ba-568f-2275a1f418a6), .h4-28-light-black-category.one:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f), .h4-28-light-black-category.one:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
  font-weight: 300;
}

.h4-28-light-black-category.one.mini {
  font-size: 24px;
  line-height: 100%;
}

.h4-28-light-black-category.two {
  font-family: Roboto, Arial, sans-serif;
}

.h4-28-light-black-category.two:where(.w-variant-680d4a98-e25c-a821-dfa2-ad9f36169b5d), .h4-28-light-black-category.two:where(.w-variant-a4016639-be69-2e42-1a71-05c42fd8bc10) {
  font-weight: 500;
}

.h4-28-light-black-category.two:where(.w-variant-6f2817ef-5ad7-e49b-0437-559efb83f344) {
  font-weight: 700;
}

.h4-28-light-black-category.two:where(.w-variant-a6c738a0-f2f0-e0b6-5f48-b76cafd56c8f), .h4-28-light-black-category.two:where(.w-variant-bff2b565-722d-b62d-c1e3-1f54441f115e), .h4-28-light-black-category.two:where(.w-variant-02ab7c1c-98bd-2721-8a0a-ab2f03b265ab), .h4-28-light-black-category.two:where(.w-variant-c004aee5-2bdd-b220-f0d2-26effcae99ba) {
  font-weight: 500;
}

.h4-28-light-black-category.two.mini {
  font-size: 24px;
  line-height: 100%;
}

.h4-28-light-black-category.three {
  font-family: Roboto, Arial, sans-serif;
}

.h4-28-light-black-category.three:where(.w-variant-62cc6053-1679-f13d-f32e-6cae5fb1eca7), .h4-28-light-black-category.three:where(.w-variant-f714f876-cb37-5094-fe25-ad4a6f585cb9) {
  font-weight: 500;
}

.h4-28-light-black-category.three:where(.w-variant-919aed4d-4da4-1f23-8097-f56ae924da87) {
  font-weight: 700;
}

.h4-28-light-black-category.three:where(.w-variant-1f677c6d-de0e-3cd3-bc22-2f17b815c3e3), .h4-28-light-black-category.three:where(.w-variant-a8faebc2-0153-a8fb-7612-2aea243021c0), .h4-28-light-black-category.three:where(.w-variant-89685e71-8cf6-19ee-2ad9-7f4451e0c14a), .h4-28-light-black-category.three:where(.w-variant-7ee853d1-c8f7-bb3e-7215-3ef601699209) {
  font-weight: 500;
}

.h4-28-light-black-category.three.mini {
  font-size: 24px;
  line-height: 100%;
}

.h4-28-light-black-category.four {
  font-family: Roboto, Arial, sans-serif;
}

.h4-28-light-black-category.four:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77), .h4-28-light-black-category.four:where(.w-variant-6d178720-9694-813d-6685-7f8737615438) {
  font-weight: 500;
}

.h4-28-light-black-category.four:where(.w-variant-175c28a3-ae95-6701-cc1b-eb58740eab86) {
  font-weight: 700;
}

.h4-28-light-black-category.four:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2), .h4-28-light-black-category.four:where(.w-variant-92da6c3a-20c8-a0bf-079c-79af35e5de4a), .h4-28-light-black-category.four:where(.w-variant-0b8cdf0b-cc61-1db4-74a0-907b44cfabde), .h4-28-light-black-category.four:where(.w-variant-16916ae4-81ea-0bf4-319a-e53e79b5848a) {
  font-weight: 500;
}

.h4-28-light-black-category.four:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f), .h4-28-light-black-category.four:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
  font-weight: 300;
}

.h4-28-light-black-category.four.mini {
  font-size: 24px;
  line-height: 100%;
}

.h4-28-light-black-category.five {
  font-family: Roboto, Arial, sans-serif;
}

.h4-28-light-black-category.five:where(.w-variant-ba76b3d5-1b2f-5f52-5357-c75127292ee8), .h4-28-light-black-category.five:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2), .h4-28-light-black-category.five:where(.w-variant-b72a25a5-3af5-a3cc-0a4a-7ac959a85f7c), .h4-28-light-black-category.five:where(.w-variant-5740a082-5a13-aa8e-4a89-b1de3eb9c5dd) {
  font-weight: 500;
}

.h4-28-light-black-category.five:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df) {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
}

.h4-28-light-black-category.five:where(.w-variant-7615011b-751e-3c59-b1e2-1d6655d88861), .h4-28-light-black-category.five:where(.w-variant-0a855263-980c-e7ba-568f-2275a1f418a6), .h4-28-light-black-category.five:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f), .h4-28-light-black-category.five:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
  font-weight: 500;
}

.h4-28-light-black-category.five:where(.w-variant-1f677c6d-de0e-3cd3-bc22-2f17b815c3e3) {
  font-family: Roboto, Arial, sans-serif;
}

.h4-28-light-black-category.five.mini {
  font-size: 24px;
  line-height: 100%;
}

.h4-28-light-black-category.six {
  font-family: Roboto, Arial, sans-serif;
}

.h4-28-light-black-category.six:where(.w-variant-a40e59da-b38e-608f-2940-ba6c1c630431), .h4-28-light-black-category.six:where(.w-variant-86607bc4-425b-d169-22bf-3e6eebb1840d), .h4-28-light-black-category.six:where(.w-variant-a0f7ff8a-3384-5342-768d-792d78c89e55) {
  font-weight: 500;
}

.h4-28-light-black-category.six:where(.w-variant-0a855263-980c-e7ba-568f-2275a1f418a6) {
  font-weight: 300;
}

.h4-28-light-black-category.six:where(.w-variant-1f677c6d-de0e-3cd3-bc22-2f17b815c3e3) {
  font-family: Roboto, Arial, sans-serif;
}

.h4-28-light-black-category.six.mini {
  font-size: 24px;
  line-height: 100%;
}

.h4-28-light-black-category.seven {
  font-family: Roboto, Arial, sans-serif;
}

.h4-28-light-black-category.seven:where(.w-variant-d1cb1743-c1e4-ec83-98ae-13e86460cd58) {
  font-weight: 500;
}

.h4-28-light-black-category.seven:where(.w-variant-11d1b70e-ae1b-639c-a678-928c657f1e05) {
  font-weight: 300;
}

.h4-28-light-black-category.seven:where(.w-variant-1f677c6d-de0e-3cd3-bc22-2f17b815c3e3) {
  font-family: Roboto, Arial, sans-serif;
}

.h4-28-light-black-category.seven.mini {
  font-size: 24px;
  line-height: 100%;
}

.h4-28-light-black-category.eight {
  font-family: Roboto, Arial, sans-serif;
}

.h4-28-light-black-category.eight:where(.w-variant-11d1b70e-ae1b-639c-a678-928c657f1e05) {
  font-weight: 500;
}

.h4-28-light-black-category.eight:where(.w-variant-1f677c6d-de0e-3cd3-bc22-2f17b815c3e3) {
  font-family: Roboto, Arial, sans-serif;
}

.h4-28-light-black-category.eight.mini {
  font-size: 24px;
  line-height: 100%;
}

.h4-28-light-black-category.nine {
  font-family: Roboto, Arial, sans-serif;
}

.h4-28-light-black-category.nine:where(.w-variant-f000949f-e8c4-ec7f-df73-0417ea88cee5) {
  font-weight: 500;
}

.h4-28-light-black-category.nine.mini {
  font-size: 24px;
  line-height: 100%;
}

.h4-28-light-black-category.ten {
  font-family: Roboto, Arial, sans-serif;
}

.h4-28-light-black-category.ten:where(.w-variant-6fc49552-d953-0cff-3c70-54ac1ef18a5f) {
  font-weight: 500;
}

.h4-28-light-black-category.ten.mini {
  font-size: 24px;
  line-height: 100%;
}

.tab_menu_damaneo {
  flex-flow: column;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.neo-link-two {
  border-left: 1px solid var(--black-20);
  padding-left: 5px;
  text-decoration: none;
}

.neo-link-two:where(.w-variant-6f2817ef-5ad7-e49b-0437-559efb83f344) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
  font-weight: 700;
}

.neo-link-two:where(.w-variant-a4016639-be69-2e42-1a71-05c42fd8bc10), .neo-link-two:where(.w-variant-680d4a98-e25c-a821-dfa2-ad9f36169b5d), .neo-link-two:where(.w-variant-a6c738a0-f2f0-e0b6-5f48-b76cafd56c8f), .neo-link-two:where(.w-variant-bff2b565-722d-b62d-c1e3-1f54441f115e), .neo-link-two:where(.w-variant-02ab7c1c-98bd-2721-8a0a-ab2f03b265ab), .neo-link-two:where(.w-variant-c004aee5-2bdd-b220-f0d2-26effcae99ba) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-two:where(.w-variant-1f677c6d-de0e-3cd3-bc22-2f17b815c3e3) {
  padding-left: 5px;
}

.link-block-3 {
  text-decoration: none;
}

.neo-link-four {
  border-left: 1px solid var(--black-20);
  padding-left: 5px;
  text-decoration: none;
}

.neo-link-four:where(.w-variant-175c28a3-ae95-6701-cc1b-eb58740eab86), .neo-link-four:where(.w-variant-6d178720-9694-813d-6685-7f8737615438), .neo-link-four:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77), .neo-link-four:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2), .neo-link-four:where(.w-variant-92da6c3a-20c8-a0bf-079c-79af35e5de4a), .neo-link-four:where(.w-variant-0b8cdf0b-cc61-1db4-74a0-907b44cfabde), .neo-link-four:where(.w-variant-16916ae4-81ea-0bf4-319a-e53e79b5848a) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-four:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f) {
  border-left-width: 1px;
  border-left-color: var(--black-20);
  padding-left: 5px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
}

.neo-link-four:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
  border-left-width: 1px;
  border-left-color: var(--black-20);
  padding-left: 0;
}

.neo-link-one {
  border-left: 6px solid var(--yellow);
  padding-left: 0;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.neo-link-one:where(.w-variant-6f2817ef-5ad7-e49b-0437-559efb83f344), .neo-link-one:where(.w-variant-919aed4d-4da4-1f23-8097-f56ae924da87), .neo-link-one:where(.w-variant-175c28a3-ae95-6701-cc1b-eb58740eab86), .neo-link-one:where(.w-variant-a4016639-be69-2e42-1a71-05c42fd8bc10), .neo-link-one:where(.w-variant-f714f876-cb37-5094-fe25-ad4a6f585cb9), .neo-link-one:where(.w-variant-6d178720-9694-813d-6685-7f8737615438) {
  border-left-width: 1px;
  border-left-color: var(--black-20);
  padding-left: 5px;
}

.neo-link-one:where(.w-variant-680d4a98-e25c-a821-dfa2-ad9f36169b5d) {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: black black black var(--black-20);
  padding-left: 5px;
}

.neo-link-one:where(.w-variant-62cc6053-1679-f13d-f32e-6cae5fb1eca7), .neo-link-one:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77), .neo-link-one:where(.w-variant-ba76b3d5-1b2f-5f52-5357-c75127292ee8), .neo-link-one:where(.w-variant-a40e59da-b38e-608f-2940-ba6c1c630431), .neo-link-one:where(.w-variant-a6c738a0-f2f0-e0b6-5f48-b76cafd56c8f), .neo-link-one:where(.w-variant-1f677c6d-de0e-3cd3-bc22-2f17b815c3e3), .neo-link-one:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2), .neo-link-one:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2), .neo-link-one:where(.w-variant-86607bc4-425b-d169-22bf-3e6eebb1840d), .neo-link-one:where(.w-variant-bff2b565-722d-b62d-c1e3-1f54441f115e), .neo-link-one:where(.w-variant-a8faebc2-0153-a8fb-7612-2aea243021c0), .neo-link-one:where(.w-variant-92da6c3a-20c8-a0bf-079c-79af35e5de4a), .neo-link-one:where(.w-variant-b72a25a5-3af5-a3cc-0a4a-7ac959a85f7c), .neo-link-one:where(.w-variant-7615011b-751e-3c59-b1e2-1d6655d88861), .neo-link-one:where(.w-variant-02ab7c1c-98bd-2721-8a0a-ab2f03b265ab), .neo-link-one:where(.w-variant-89685e71-8cf6-19ee-2ad9-7f4451e0c14a), .neo-link-one:where(.w-variant-0b8cdf0b-cc61-1db4-74a0-907b44cfabde), .neo-link-one:where(.w-variant-5740a082-5a13-aa8e-4a89-b1de3eb9c5dd), .neo-link-one:where(.w-variant-a0f7ff8a-3384-5342-768d-792d78c89e55), .neo-link-one:where(.w-variant-c004aee5-2bdd-b220-f0d2-26effcae99ba), .neo-link-one:where(.w-variant-7ee853d1-c8f7-bb3e-7215-3ef601699209), .neo-link-one:where(.w-variant-16916ae4-81ea-0bf4-319a-e53e79b5848a), .neo-link-one:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df), .neo-link-one:where(.w-variant-d1cb1743-c1e4-ec83-98ae-13e86460cd58), .neo-link-one:where(.w-variant-11d1b70e-ae1b-639c-a678-928c657f1e05), .neo-link-one:where(.w-variant-f000949f-e8c4-ec7f-df73-0417ea88cee5), .neo-link-one:where(.w-variant-6fc49552-d953-0cff-3c70-54ac1ef18a5f), .neo-link-one:where(.w-variant-0a855263-980c-e7ba-568f-2275a1f418a6), .neo-link-one:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f), .neo-link-one:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
  border-left-width: 1px;
  border-left-color: var(--black-20);
  padding-left: 5px;
}

.neo-link-three {
  border-left: 1px solid var(--black-20);
  padding-left: 5px;
  text-decoration: none;
}

.neo-link-three:where(.w-variant-919aed4d-4da4-1f23-8097-f56ae924da87) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
  font-weight: 700;
}

.neo-link-three:where(.w-variant-f714f876-cb37-5094-fe25-ad4a6f585cb9), .neo-link-three:where(.w-variant-62cc6053-1679-f13d-f32e-6cae5fb1eca7), .neo-link-three:where(.w-variant-1f677c6d-de0e-3cd3-bc22-2f17b815c3e3), .neo-link-three:where(.w-variant-a8faebc2-0153-a8fb-7612-2aea243021c0), .neo-link-three:where(.w-variant-89685e71-8cf6-19ee-2ad9-7f4451e0c14a), .neo-link-three:where(.w-variant-7ee853d1-c8f7-bb3e-7215-3ef601699209) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-three:where(.w-variant-bff2b565-722d-b62d-c1e3-1f54441f115e) {
  padding-left: 5px;
}

.text-nav {
  border-bottom: 2px solid #0000;
  padding-bottom: 8px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.list-item {
  color: var(--grey);
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  line-height: 150%;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  color: var(--grey);
  font-family: Roboto, Arial, sans-serif;
  line-height: 28px;
}

.list-item-6 {
  color: var(--grey);
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  line-height: 28px;
}

.div-block-437, .text-block-7, .text-block-8 {
  font-family: Oswald, Arial, sans-serif;
}

.image_quality {
  width: auto;
  max-width: none;
  height: 200px;
}

.dropdown_link_two {
  border-bottom: 2px solid var(--white);
  letter-spacing: normal;
  width: auto;
  margin-right: 0;
  padding: 8px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  display: none;
}

.dropdown_link_two.w--current {
  color: var(--black);
  border-bottom: 0 #000;
}

.text_block_one {
  color: var(--black);
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.div-block-439 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.design_image {
  width: 60%;
}

.div-block-440 {
  width: 100%;
  display: flex;
}

.div_padding_40 {
  padding-left: 140px;
  padding-right: 140px;
}

.menu_two {
  display: none;
}

.link-8, .link-9 {
  color: var(--grey);
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.link-10 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.image_contactus {
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  max-height: 550px;
  display: flex;
  overflow: hidden;
}

.country-code {
  display: block;
}

.div-block-443, .dropdown-container {
  display: flex;
}

.code-embed-3 {
  display: none;
}

.code-embed-4 {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.link-block-4 {
  z-index: 4;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
}

.h3-20-medium-yellow {
  color: var(--yellow);
  text-align: left;
  letter-spacing: normal;
  flex-flow: row-reverse wrap;
  flex: 0 auto;
  order: -1;
  justify-content: flex-end;
  align-self: center;
  align-items: stretch;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  position: static;
  overflow: visible;
}

.h3-20-medium-yellow:where(.w-variant-18b06aa1-ee4e-45eb-fcb3-92306b52514b) {
  font-family: Din, Arial, sans-serif;
}

.h1-100-bold-black-product {
  color: var(--black);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px;
}

.tabs-3:where(.w-variant-ba76b3d5-1b2f-5f52-5357-c75127292ee8), .tabs-3:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2) {
  z-index: 1;
}

.tabs-3:where(.w-variant-b72a25a5-3af5-a3cc-0a4a-7ac959a85f7c) {
  z-index: auto;
}

.tabs-3:where(.w-variant-5740a082-5a13-aa8e-4a89-b1de3eb9c5dd) {
  z-index: 1;
}

.neo-link-five {
  border-left: 1px solid var(--black-20);
  padding-left: 5px;
  text-decoration: none;
}

.neo-link-five:where(.w-variant-175c28a3-ae95-6701-cc1b-eb58740eab86), .neo-link-five:where(.w-variant-6d178720-9694-813d-6685-7f8737615438) {
  border-left-color: var(--yellow);
}

.neo-link-five:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77) {
  border-left-color: var(--black-20);
}

.neo-link-five:where(.w-variant-ba76b3d5-1b2f-5f52-5357-c75127292ee8) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-five:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2) {
  border-left-color: var(--black-20);
}

.neo-link-five:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-five:where(.w-variant-92da6c3a-20c8-a0bf-079c-79af35e5de4a) {
  border-left-color: var(--black-20);
}

.neo-link-five:where(.w-variant-b72a25a5-3af5-a3cc-0a4a-7ac959a85f7c) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-five:where(.w-variant-0b8cdf0b-cc61-1db4-74a0-907b44cfabde) {
  border-left-color: var(--black-20);
}

.neo-link-five:where(.w-variant-5740a082-5a13-aa8e-4a89-b1de3eb9c5dd), .neo-link-five:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-five:where(.w-variant-7615011b-751e-3c59-b1e2-1d6655d88861) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
}

.neo-link-five:where(.w-variant-0a855263-980c-e7ba-568f-2275a1f418a6), .neo-link-five:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f), .neo-link-five:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-six {
  border-left: 1px solid var(--black-20);
  padding-left: 5px;
  text-decoration: none;
}

.neo-link-six:where(.w-variant-175c28a3-ae95-6701-cc1b-eb58740eab86), .neo-link-six:where(.w-variant-6d178720-9694-813d-6685-7f8737615438) {
  border-left-color: var(--yellow);
}

.neo-link-six:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77) {
  border-left-color: var(--black-20);
}

.neo-link-six:where(.w-variant-a40e59da-b38e-608f-2940-ba6c1c630431) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-six:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2) {
  border-left-color: var(--black-20);
}

.neo-link-six:where(.w-variant-86607bc4-425b-d169-22bf-3e6eebb1840d) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-six:where(.w-variant-0b8cdf0b-cc61-1db4-74a0-907b44cfabde) {
  border-left-color: var(--black-20);
}

.neo-link-six:where(.w-variant-a0f7ff8a-3384-5342-768d-792d78c89e55) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-six:where(.w-variant-ba76b3d5-1b2f-5f52-5357-c75127292ee8), .neo-link-six:where(.w-variant-680d4a98-e25c-a821-dfa2-ad9f36169b5d), .neo-link-six:where(.w-variant-02ab7c1c-98bd-2721-8a0a-ab2f03b265ab) {
  border-left-width: 1px;
  border-left-color: var(--black-20);
}

.neo-link-six:where(.w-variant-0a855263-980c-e7ba-568f-2275a1f418a6) {
  border-left-width: 1px;
  border-left-color: var(--black-20);
  padding-left: 5px;
}

.neo-link-six:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f), .neo-link-six:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
  border-left-color: var(--black-20);
}

.product-space {
  width: 60%;
}

.h4-18-medium-black-right {
  color: var(--black);
  text-align: right;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.h4-18-medium-black-right:where(.w-variant-f000949f-e8c4-ec7f-df73-0417ea88cee5), .h4-18-medium-black-right:where(.w-variant-11d1b70e-ae1b-639c-a678-928c657f1e05), .h4-18-medium-black-right:where(.w-variant-d1cb1743-c1e4-ec83-98ae-13e86460cd58), .h4-18-medium-black-right:where(.w-variant-86607bc4-425b-d169-22bf-3e6eebb1840d), .h4-18-medium-black-right:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2), .h4-18-medium-black-right:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2), .h4-18-medium-black-right:where(.w-variant-1f677c6d-de0e-3cd3-bc22-2f17b815c3e3), .h4-18-medium-black-right:where(.w-variant-a6c738a0-f2f0-e0b6-5f48-b76cafd56c8f), .h4-18-medium-black-right:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f), .h4-18-medium-black-right:where(.w-variant-6fc49552-d953-0cff-3c70-54ac1ef18a5f) {
  font-family: Roboto, Arial, sans-serif;
}

.h4-18-medium-black-right.category, .h4-18-medium-black-right.category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  font-size: 14px;
  line-height: 16px;
}

.h4-18-medium-black-right.category:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .h4-18-medium-black-right.category:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .h4-18-medium-black-right.category:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .h4-18-medium-black-right.category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  text-align: center;
}

.h4-18-medium-black-right.category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h4-18-medium-black-right.category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  font-size: 14px;
  line-height: 16px;
}

.h4-18-medium-black-right._60 {
  width: 60%;
  font-family: Roboto, Arial, sans-serif;
}

.div-block-444-copy {
  width: 60%;
}

.image-17-copy {
  width: auto;
  height: 90%;
}

.image-dama-power, .image-dama-power:where(.w-variant-a0f7ff8a-3384-5342-768d-792d78c89e55) {
  overflow: visible;
}

.product_two_damapower {
  object-fit: contain;
  height: 450px;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
  overflow: visible;
}

.product_two_damapower:where(.w-variant-6f2817ef-5ad7-e49b-0437-559efb83f344), .product_two_damapower:where(.w-variant-a4016639-be69-2e42-1a71-05c42fd8bc10), .product_two_damapower:where(.w-variant-680d4a98-e25c-a821-dfa2-ad9f36169b5d), .product_two_damapower:where(.w-variant-a6c738a0-f2f0-e0b6-5f48-b76cafd56c8f), .product_two_damapower:where(.w-variant-bff2b565-722d-b62d-c1e3-1f54441f115e), .product_two_damapower:where(.w-variant-02ab7c1c-98bd-2721-8a0a-ab2f03b265ab) {
  width: auto;
  height: 500px;
  padding-left: 20px;
}

.product_two_damapower:where(.w-variant-a0f7ff8a-3384-5342-768d-792d78c89e55) {
  overflow: visible;
}

.tabs-4 {
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
}

.product_two-copy {
  height: 500px;
  padding-left: 20px;
  display: flex;
}

.product_two-copy:where(.w-variant-6f2817ef-5ad7-e49b-0437-559efb83f344), .product_two-copy:where(.w-variant-a4016639-be69-2e42-1a71-05c42fd8bc10), .product_two-copy:where(.w-variant-680d4a98-e25c-a821-dfa2-ad9f36169b5d), .product_two-copy:where(.w-variant-a6c738a0-f2f0-e0b6-5f48-b76cafd56c8f), .product_two-copy:where(.w-variant-bff2b565-722d-b62d-c1e3-1f54441f115e), .product_two-copy:where(.w-variant-02ab7c1c-98bd-2721-8a0a-ab2f03b265ab) {
  width: auto;
  height: 500px;
  padding-left: 20px;
}

.tabs-content---kanji-hid {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% -500% -500px;
}

.tabs-content---kanji-hid:where(.w-variant-ba76b3d5-1b2f-5f52-5357-c75127292ee8), .tabs-content---kanji-hid:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2), .tabs-content---kanji-hid:where(.w-variant-b72a25a5-3af5-a3cc-0a4a-7ac959a85f7c), .tabs-content---kanji-hid:where(.w-variant-5740a082-5a13-aa8e-4a89-b1de3eb9c5dd) {
  z-index: 1;
}

.image-cat:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  width: auto;
  height: auto;
}

.image-cat:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  flex: 1;
  height: auto;
}

.image-cat:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .image-cat:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  width: auto;
  height: auto;
}

.image-22 {
  height: 200px;
}

.image_product_three, .image_product_two {
  height: 100%;
}

.h1-120-bold-white-italic {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 90px;
  font-style: italic;
  font-weight: 800;
  line-height: 80px;
}

.slider {
  background-color: #0000;
  flex-flow: row;
  height: 60px;
  display: flex;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  display: flex;
}

.mask {
  height: auto;
}

.video_home {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.discover-more-home {
  z-index: 4;
  background-color: #fcda01e6;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: absolute;
  top: 30%;
  left: 45%;
  right: 45%;
}

.discover-more-home:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0%;
  left: 0%;
  right: 0%;
}

.discover-more-home:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  position: relative;
  top: 0%;
  left: 0%;
  right: 0%;
}

.discover-more-home:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0%;
  left: 0%;
  right: 0%;
}

.discover-more-home:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0%;
  left: 0%;
  right: 0%;
}

.link-block-5:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .link-block-5:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .link-block-5:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  width: auto;
}

.discover--more-home:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .discover--more-home:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .discover--more-home:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .discover--more-home:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
  position: absolute;
  right: 10%;
}

.image_header_kanjihid_one {
  object-fit: fill;
  height: 100%;
}

.image_header_kanjihid_three {
  object-fit: contain;
  height: 100%;
}

.image_header_kanjihid_two {
  z-index: 3;
  height: 100%;
  position: relative;
}

.image_header_product_one_kanjihid {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image_header_product_two_kanjihid {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.image_header_product_three_kanjihid {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.container_product_page_kanjihid {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 120px 60px 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.container_product_page_kanjihid.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
  padding-bottom: 0;
}

.container_product_page_kanjihid.about-us-space {
  position: relative;
  overflow: hidden;
}

.container_product_page_kanjihid.about-us-space.padding-100 {
  padding-bottom: 154px;
}

.container_product_page_kanjihid.padding-top-100 {
  padding-top: 150px;
}

.container_product_page_kanjihid.padding-200 {
  padding-bottom: 500px;
}

.container_product_page_kanjihid.desktop {
  flex: 0 auto;
  height: auto;
  display: block;
  overflow: hidden;
}

.container_product_page_kanjihid.padding-top-120 {
  padding-top: 120px;
}

.neo-link-seven {
  border-left: 1px solid var(--black-20);
  padding-left: 5px;
  text-decoration: none;
}

.neo-link-seven:where(.w-variant-175c28a3-ae95-6701-cc1b-eb58740eab86), .neo-link-seven:where(.w-variant-6d178720-9694-813d-6685-7f8737615438) {
  border-left-color: var(--yellow);
}

.neo-link-seven:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77) {
  border-left-color: var(--white-f8);
}

.neo-link-seven:where(.w-variant-ba76b3d5-1b2f-5f52-5357-c75127292ee8) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-seven:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2) {
  border-left-color: var(--black-20);
}

.neo-link-seven:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2) {
  border-left-color: var(--yellow);
}

.neo-link-seven:where(.w-variant-92da6c3a-20c8-a0bf-079c-79af35e5de4a) {
  border-left-color: var(--white-f8);
}

.neo-link-seven:where(.w-variant-b72a25a5-3af5-a3cc-0a4a-7ac959a85f7c) {
  border-left-color: var(--yellow);
}

.neo-link-seven:where(.w-variant-0b8cdf0b-cc61-1db4-74a0-907b44cfabde) {
  border-left-color: var(--white-f8);
}

.neo-link-seven:where(.w-variant-5740a082-5a13-aa8e-4a89-b1de3eb9c5dd) {
  border-left-color: var(--yellow);
}

.neo-link-seven:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df), .neo-link-seven:where(.w-variant-d1cb1743-c1e4-ec83-98ae-13e86460cd58) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-seven:where(.w-variant-11d1b70e-ae1b-639c-a678-928c657f1e05) {
  border-left-width: 1px;
  border-left-color: var(--black-20);
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
}

.neo-link-seven:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f) {
  border-left-color: var(--black-20);
}

.neo-link-seven:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
  border-left-color: var(--white-f8);
}

.neo-link-eight {
  border-left: 1px solid var(--black-20);
  padding-left: 5px;
  text-decoration: none;
}

.neo-link-eight:where(.w-variant-175c28a3-ae95-6701-cc1b-eb58740eab86), .neo-link-eight:where(.w-variant-6d178720-9694-813d-6685-7f8737615438) {
  border-left-color: var(--yellow);
}

.neo-link-eight:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77) {
  border-left-color: var(--white-f8);
}

.neo-link-eight:where(.w-variant-ba76b3d5-1b2f-5f52-5357-c75127292ee8) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-eight:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2) {
  border-left-color: var(--black-20);
}

.neo-link-eight:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2) {
  border-left-color: var(--yellow);
}

.neo-link-eight:where(.w-variant-92da6c3a-20c8-a0bf-079c-79af35e5de4a) {
  border-left-color: var(--white-f8);
}

.neo-link-eight:where(.w-variant-b72a25a5-3af5-a3cc-0a4a-7ac959a85f7c) {
  border-left-color: var(--yellow);
}

.neo-link-eight:where(.w-variant-0b8cdf0b-cc61-1db4-74a0-907b44cfabde) {
  border-left-color: var(--white-f8);
}

.neo-link-eight:where(.w-variant-5740a082-5a13-aa8e-4a89-b1de3eb9c5dd) {
  border-left-color: var(--yellow);
}

.neo-link-eight:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df), .neo-link-eight:where(.w-variant-11d1b70e-ae1b-639c-a678-928c657f1e05) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-eight:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f) {
  border-left-color: var(--black-20);
}

.neo-link-eight:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
  border-left-color: var(--white-f8);
}

.neo-link-nine {
  border-left: 1px solid var(--black-20);
  padding-left: 5px;
  text-decoration: none;
}

.neo-link-nine:where(.w-variant-175c28a3-ae95-6701-cc1b-eb58740eab86), .neo-link-nine:where(.w-variant-6d178720-9694-813d-6685-7f8737615438) {
  border-left-color: var(--yellow);
}

.neo-link-nine:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77) {
  border-left-color: var(--white-f8);
}

.neo-link-nine:where(.w-variant-ba76b3d5-1b2f-5f52-5357-c75127292ee8) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-nine:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2) {
  border-left-color: var(--black-20);
}

.neo-link-nine:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2) {
  border-left-color: var(--yellow);
}

.neo-link-nine:where(.w-variant-92da6c3a-20c8-a0bf-079c-79af35e5de4a) {
  border-left-color: var(--white-f8);
}

.neo-link-nine:where(.w-variant-b72a25a5-3af5-a3cc-0a4a-7ac959a85f7c) {
  border-left-color: var(--yellow);
}

.neo-link-nine:where(.w-variant-0b8cdf0b-cc61-1db4-74a0-907b44cfabde) {
  border-left-color: var(--white-f8);
}

.neo-link-nine:where(.w-variant-5740a082-5a13-aa8e-4a89-b1de3eb9c5dd) {
  border-left-color: var(--yellow);
}

.neo-link-nine:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df), .neo-link-nine:where(.w-variant-f000949f-e8c4-ec7f-df73-0417ea88cee5) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-nine:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f) {
  border-left-color: var(--black-20);
}

.neo-link-nine:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
  border-left-color: var(--white-f8);
}

.neo-link-ten {
  border-left: 1px solid var(--black-20);
  padding-left: 5px;
  text-decoration: none;
}

.neo-link-ten:where(.w-variant-175c28a3-ae95-6701-cc1b-eb58740eab86), .neo-link-ten:where(.w-variant-6d178720-9694-813d-6685-7f8737615438) {
  border-left-color: var(--yellow);
}

.neo-link-ten:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77) {
  border-left-color: var(--white-f8);
}

.neo-link-ten:where(.w-variant-ba76b3d5-1b2f-5f52-5357-c75127292ee8) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-ten:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2) {
  border-left-color: var(--black-20);
}

.neo-link-ten:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2) {
  border-left-color: var(--yellow);
}

.neo-link-ten:where(.w-variant-92da6c3a-20c8-a0bf-079c-79af35e5de4a) {
  border-left-color: var(--white-f8);
}

.neo-link-ten:where(.w-variant-b72a25a5-3af5-a3cc-0a4a-7ac959a85f7c) {
  border-left-color: var(--yellow);
}

.neo-link-ten:where(.w-variant-0b8cdf0b-cc61-1db4-74a0-907b44cfabde) {
  border-left-color: var(--white-f8);
}

.neo-link-ten:where(.w-variant-5740a082-5a13-aa8e-4a89-b1de3eb9c5dd) {
  border-left-color: var(--yellow);
}

.neo-link-ten:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df), .neo-link-ten:where(.w-variant-6fc49552-d953-0cff-3c70-54ac1ef18a5f) {
  border-left-width: 6px;
  border-left-color: var(--yellow);
  padding-left: 0;
}

.neo-link-ten:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f) {
  border-left-color: var(--black-20);
}

.neo-link-ten:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
  border-left-color: var(--white-f8);
}

.gallery18_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.gallery18_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.gallery18_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery18_lightbox-link {
  width: 100%;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.section_gallery18 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  overflow: hidden;
}

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

.gallery18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.gallery18_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery18_mask {
  width: 33.33%;
  overflow: visible;
}

.slider-header-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  width: 100%;
  height: 120px;
  display: block;
}

.slider-header-home.custom-slider {
  display: flex;
  overflow: visible;
}

.slide {
  width: auto;
  height: auto;
}

.mask-2 {
  width: 100%;
  height: auto;
  overflow: visible;
}

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

.slide-nav-home {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
  display: flex;
  inset: auto auto 0% 0%;
}

.slide-nav-home.custom-slider {
  width: 50vw;
}

.div-block-445 {
  width: 80%;
  overflow: hidden;
}

.flex-dama-eco {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 320px;
  margin-right: 0;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: auto;
}

.flex-dama-eco:where(.w-variant-92da6c3a-20c8-a0bf-079c-79af35e5de4a) {
  overflow: auto;
}

.flex-dama-eco._60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.flex-dama-eco._18 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  padding-left: 66px;
}

.flex-dama-eco._30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.flex-dama-eco._30._80 {
  width: 80%;
}

.flex-dama-eco.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: auto;
}

.flex-dama-eco.gap-40._30 {
  width: 30%;
}

.flex-dama-eco.gap-40.l40 {
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
}

.flex-dama-eco.gap-40.l40.space-between {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
}

.flex-dama-eco.gap-40._80 {
  width: 80%;
}

.flex-dama-eco.gap-40._50 {
  order: -1;
  width: 50%;
}

.flex-dama-eco._60 {
  width: 60%;
}

.flex-dama-eco._60.right {
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-dama-eco._60.right.between {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-end;
}

.flex-dama-eco.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.flex-dama-eco.gap-90 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
}

.flex-dama-eco.w50 {
  width: 50%;
}

.flex-dama-eco.gap-12._80 {
  width: 80%;
}

.flex-dama-eco.gap-34 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
}

.flex-dama-eco.gap-34._50 {
  width: 50%;
}

.flex-dama-eco.gap-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.flex-dama-eco.gap-30._50 {
  width: 50%;
}

.flex-dama-eco.gap-30._50.top.mobile {
  overflow: visible;
}

.flex-dama-eco.gap-30._60 {
  width: 60%;
}

.flex-dama-eco.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-dama-eco.center {
  justify-content: center;
  align-items: flex-start;
}

.flex-dama-eco.center._50.mobile {
  order: 0;
}

.flex-dama-eco.right {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-dama-eco.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.flex-dama-eco.gap-100 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.flex-dama-eco.gap-100.gap-40 {
  z-index: 2;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  position: relative;
}

.flex-dama-eco.gap-100._30-product {
  width: 50%;
}

.flex-dama-eco.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-dama-eco._40 {
  width: 40%;
}

.div-block-446 {
  display: flex;
}

.nav-link {
  border-bottom: 2px solid var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-447 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-448 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-449 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-pad {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.nav-pad-out {
  padding: 12px 20px 0;
}

.nav-pad-out.botton {
  padding-bottom: 12px;
}

.logo-dama {
  height: 44px;
}

.play-pause-button-2 {
  display: none;
}

.menu-category-tab-mini {
  z-index: 5;
  flex-flow: column;
  width: 40%;
  height: auto;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.menu-category-tab-mini:where(.w-variant-ba76b3d5-1b2f-5f52-5357-c75127292ee8), .menu-category-tab-mini:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2), .menu-category-tab-mini:where(.w-variant-b72a25a5-3af5-a3cc-0a4a-7ac959a85f7c), .menu-category-tab-mini:where(.w-variant-5740a082-5a13-aa8e-4a89-b1de3eb9c5dd) {
  z-index: 4;
  position: relative;
}

.h3-26-bold-yellow {
  color: var(--yellow);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.h3-26-bold-yellow.yellow, .h3-26-bold-yellow.yellow:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h3-26-bold-yellow.yellow:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-26-bold-yellow.yellow:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  color: var(--yellow);
}

.link-header-home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.logo-dama-heade {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-category-id {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-category-id:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: none;
  position: relative;
  top: 0%;
}

.tab-category-id:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  z-index: 4;
  display: flex;
  position: relative;
}

.tab-category-id:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .tab-category-id:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: none;
  position: relative;
  top: 0%;
}

.tab-category-id.ab {
  position: absolute;
  top: 50%;
}

.tab-led {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.tab-led:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .tab-led:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .tab-led:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  justify-content: flex-start;
  align-items: center;
}

.slider-category {
  z-index: 4;
  background-color: #0000;
  height: 800px;
}

.tab-hid-link:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .tab-hid-link:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .tab-hid-link:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  z-index: 4;
  position: relative;
}

.tab-led-link:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .tab-led-link:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .tab-led-link:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  position: relative;
}

.p-26-regular-grey {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.p-24-regular-grey {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.p-24-regular-white {
  color: var(--white);
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.heading-16 {
  letter-spacing: normal;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.dropdown-link {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.link-dropdwon {
  text-decoration: none;
}

.image-two, .image-one {
  object-fit: contain;
  order: 0;
  width: 100%;
  height: 80px;
  position: relative;
  top: 0;
}

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

.slide-nav-3 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.left-arrow-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.arrow_left {
  background-color: var(--white);
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.arrow_slider-right {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow_slider-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.right-arrow-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.arrow-right {
  background-color: var(--white);
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.div-block-450 {
  justify-content: flex-end;
  align-items: stretch;
  width: 70%;
  display: flex;
}

.div-block-450:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  justify-content: flex-end;
  align-items: stretch;
  width: 70%;
}

.div-block-450:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  justify-content: center;
  align-items: flex-start;
}

.div-block-450:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .div-block-450:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  justify-content: flex-end;
  align-items: stretch;
  width: 70%;
}

.h3-24-regular-black-product {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.h3-24-regular-black-product.one-product:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-24-regular-black-product.two-product:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  font-weight: 500;
}

.h3-24-regular-black-product.two-product:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  font-weight: 700;
}

.h3-24-regular-black-product.two-product:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
  font-weight: 300;
}

.h3-24-regular-black-product.two-product:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  font-weight: 500;
}

.id-wholesale {
  width: 100%;
  height: 40px;
  display: block;
  position: absolute;
  inset: -60px 0% auto;
}

.h1-160-black-black--italic-center-mobile {
  color: var(--black);
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 160px;
  font-style: italic;
  line-height: 160px;
  display: none;
}

.h1-160-black-black--italic-center-mobile.height-80 {
  letter-spacing: normal;
  font-family: Roboto Condensed, sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 100px;
}

.image_header_ab {
  object-fit: contain;
  height: 100%;
  position: absolute;
}

.link-product, .led-kanji-link, .lux-link {
  z-index: 4;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
}

.mini-link {
  z-index: 4;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 20%;
}

.eco, .hih-link {
  z-index: 4;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
}

.led-list {
  z-index: 10;
  background-color: #0000;
  left: -10px;
}

.led-list.w--open {
  color: var(--black);
  background-color: #0000;
  flex-flow: column;
  width: 210px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Din, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  top: 0%;
  left: 100%;
  box-shadow: 0 5px 40px #0003;
}

.dropdown-toggle-3-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  display: flex;
}

.dropdown-toggle-3-copy.w--open {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
}

.div-block-451 {
  height: 100%;
}

.link-con {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-led-list {
  border-bottom: 0px solid var(--black-20);
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.link-led-list {
  border-bottom: 2px solid var(--white);
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
}

.link-led-list-one {
  border-bottom: 2px solid var(--white);
  padding-top: 0;
  padding-bottom: 10px;
  text-decoration: none;
}

.image-product-side:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
  opacity: 1;
  height: 70%;
}

.image-product-side:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .image-product-side:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  height: 70%;
}

.left-product:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
  opacity: .4;
  filter: grayscale();
  justify-content: flex-end;
  align-items: center;
  height: 80%;
  display: flex;
  position: absolute;
  top: 30%;
  left: -3%;
}

.left-product:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .left-product:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  opacity: .4;
  justify-content: flex-end;
  align-items: center;
  height: 80%;
  display: flex;
  position: absolute;
  top: 30%;
  left: -3%;
}

.right-product:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
  opacity: .4;
  justify-content: flex-end;
  align-items: center;
  height: 80%;
  display: flex;
  position: absolute;
  top: 30%;
  left: 0%;
  right: -3%;
}

.right-product:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .right-product:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  opacity: .4;
  justify-content: flex-start;
  align-items: center;
  height: 80%;
  display: flex;
  position: absolute;
  top: 30%;
  right: -3%;
}

.shadow-left:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .shadow-left:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  z-index: 10;
  opacity: 1;
  background-color: #0000;
  width: 40px;
  height: 100%;
  display: block;
  position: relative;
  inset: 0% auto 0% 0%;
}

.div-block-452:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .div-block-452:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  background-color: var(--yellow);
  width: 40px;
  height: 100%;
  display: block;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 0;
}

.h1-120-medium-white-italic {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 90px;
  font-style: italic;
  font-weight: 500;
  line-height: 80%;
}

.image-sosmed {
  width: 40px;
  height: 40px;
}

.link-sosmed {
  cursor: pointer;
}

.div-block-453 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.slide-2, .slide-3, .slide-4, .slide-5, .slide-6, .slide-7 {
  width: auto;
}

.left-arrow-4, .right-arrow-4 {
  display: none;
}

.slider-nav-two {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  height: 110px;
  display: flex;
  overflow: visible;
}

.slide-nav-two {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.mask-3 {
  width: 100%;
  overflow: visible;
}

.tab-pane-tab-3-7:where(.w-variant-a0f7ff8a-3384-5342-768d-792d78c89e55) {
  width: 60%;
}

.slider-one {
  width: 60vw;
  display: none;
  overflow: hidden;
}

.video-home {
  width: 50%;
}

.sec-2-home {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.about-us-home {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.p-26-regular-black-support {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.p-24-regular-black-product {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

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

.div-block-457 {
  height: 20px;
  position: relative;
}

.h3-24-bold-black-title {
  color: var(--black);
  text-align: left;
  letter-spacing: normal;
  flex-flow: row-reverse wrap;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: center;
  align-items: stretch;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  display: block;
  position: static;
  overflow: visible;
}

.h3-24-bold-black-title:where(.w-variant-18b06aa1-ee4e-45eb-fcb3-92306b52514b) {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 800;
}

.h3-24-bold-black-title:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  order: 0;
}

.h3-24-bold-black-title:where(.w-variant-c004aee5-2bdd-b220-f0d2-26effcae99ba) {
  line-height: 20px;
}

.h3-24-bold-black-title:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-24-bold-black-title:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2), .h3-24-bold-black-title.x {
  order: 0;
}

.h3-24-bold-black-title.led-off:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
  color: var(--grey-two);
  font-weight: 400;
}

.h3-24-bold-black-title.led-off:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .h3-24-bold-black-title.led-off:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .h3-24-bold-black-title.led-off:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .h3-24-bold-black-title.led-off:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  color: var(--grey);
  font-weight: 400;
}

.h3-24-bold-black-title.led-off:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-24-bold-black-title.led-off:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
  color: var(--grey-two);
  font-weight: 400;
}

.h3-24-bold-black-title.top-4 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 800;
}

.hid-tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.hid-tab-link.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 8px 12px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.led-tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.led-tab-link.w--current {
  background-color: #0000;
  font-weight: 500;
}

.tab-category-hid-led {
  width: 100%;
}

.menu-tab-hid-led {
  z-index: 7;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 200px 60px 0% auto;
}

.led-link-two, .led-link-two.w--current, .led-link-three, .led-link-four, .led-link-five, .led-link-six {
  display: none;
}

.tab_1-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.text-block-9, .text-block-10 {
  font-weight: 400;
}

.circle_one, .circle_two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.hid_text, .led_text {
  font-weight: 400;
}

.footer-font-telp-email {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
}

.wrapper-header-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.image-category-product {
  justify-content: center;
  align-items: flex-end;
  width: 45%;
  display: flex;
  position: static;
  top: -20px;
  left: 32px;
}

.image-category-product.hp {
  width: 20%;
}

.image-category-product.kanji-led, .image-category-product.kanji-hid {
  width: 30%;
}

.image-category-product.eco {
  justify-content: center;
  align-items: center;
  width: 30%;
}

.image-category-product.eco-two {
  justify-content: center;
  align-items: center;
  width: 45%;
}

.image-category-product.lux {
  width: 30%;
}

.image-category-product.dama-hp {
  width: 20%;
}

.image-category-product.dama-mini {
  width: 25%;
}

.img-product {
  object-fit: contain;
  order: 0;
  width: 100%;
  height: 80px;
  position: relative;
  top: 0;
}

.img-product.hid {
  width: 85%;
}

.img-product.dama-eco {
  width: 90%;
}

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

.text-field-2 {
  color: #6e6f68;
  height: 44px;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  line-height: 16px;
}

.html-embed {
  padding-top: 0;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  display: block;
}

.dropdown-list-2 {
  font-family: Roboto, Arial, sans-serif;
}

.field-label-2 {
  color: #131313;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-3 {
  flex-flow: row;
  width: 100%;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  display: none;
  overflow: hidden;
}

.code-embed-5 {
  padding-top: 12px;
}

.text-block-11 {
  font-family: Roboto, Arial, sans-serif;
}

.success-message {
  background-color: #cfc;
}

.text-block-12, .text-block-13, .text-block-14 {
  font-family: Roboto, Arial, sans-serif;
}

.success-message-2 {
  background-color: #cfc;
}

.tally-form {
  flex: 1;
}

.form-hide {
  display: none;
}

@media screen and (min-width: 1280px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.desktop {
    height: 900px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-4 {
    height: 700px;
  }

  .btn-primary.w--current {
    font-family: Roboto, Arial, sans-serif;
  }

  .content_home_our_product.padding-botton-60:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .content_home_our_product.padding-botton-60:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .content_home_our_product.padding-botton-60:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
    padding-bottom: 60px;
  }

  .content_home_our_product.padding-botton-60:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .home_category_spec_content.grid:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .home_category_spec_content.grid:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-6 {
    width: 100%;
  }

  .container-navbar {
    align-self: center;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-links.nav-link {
    font-size: 20px;
    line-height: 24px;
  }

  .nav-links.nav-link.w--current {
    font-size: 20px;
  }

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

  .slider-arrow.is-centre-next.hide-mobile-landscape {
    display: flex;
  }

  .slider-arrow.is-centre-previous.hide-mobile-landscape {
    border-width: 0;
    display: flex;
  }

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

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

  .h6-12-light-white {
    font-family: Roboto Condensed, sans-serif;
  }

  .h1-122-bold-black {
    font-family: Roboto Condensed, sans-serif;
    font-size: 80px;
    font-weight: 800;
    line-height: 84px;
  }

  .h1-90-bold-black {
    font-family: Din, Arial, sans-serif;
    font-weight: 900;
  }

  .p-26-regular-black {
    line-height: 150%;
  }

  .h1-40-bold-black {
    font-weight: 900;
  }

  .div-block-57 {
    max-height: 520px;
  }

  .bg_image_home {
    width: 100%;
  }

  .icon_slider {
    width: auto;
  }

  .category_col:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .category_col:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
    height: 120px;
  }

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

  .container_product_page.desktop {
    height: 900px;
  }

  .tabs-content-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tab-prev.home {
    left: 60px;
  }

  .tab-next.home {
    right: 60px;
  }

  .product_one.dama-eco {
    width: 100%;
    padding-left: 0;
  }

  .div-block-432.lux {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .product_two.dama-eco, .product_three.dama-eco {
    width: 100%;
    padding-left: 0;
  }

  .product_three.led-kanji {
    width: 100%;
  }

  .light {
    justify-content: center;
    align-items: flex-start;
    inset: 0% 0% auto;
  }

  .text-nav {
    font-size: 20px;
    line-height: 24px;
  }

  .image_contactus {
    max-height: 600px;
  }

  .tabs-content---kanji-hid {
    justify-content: flex-start;
    align-items: center;
  }

  .container_product_page_kanjihid.desktop {
    height: 900px;
  }

  .p-26-regular-grey {
    line-height: 150%;
  }

  .hih-link {
    top: 0%;
  }

  .p-26-regular-black-support {
    line-height: 150%;
  }
}

@media screen and (min-width: 1440px) {
  .container.footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 0;
    display: flex;
  }

  .container.desktop {
    height: auto;
    padding-bottom: 200px;
  }

  .div-block-4 {
    height: 740px;
  }

  .background-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .section-2 {
    display: flex;
  }

  .one_content:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .one_content:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .one_content:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    width: 50%;
  }

  .one_content._60:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .one_content._60:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .one_content._60:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    width: 60%;
  }

  .two_image_home:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    height: auto;
  }

  .black.aa {
    font-size: 24px;
  }

  .btn-primary {
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
  }

  .div-block-11 {
    width: 100px;
  }

  .content_home_our_product.padding-botton-60:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .content_home_our_product.padding-botton-60:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .content_home_our_product.padding-botton-60:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .content_home_our_product.padding-botton-60:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    padding-bottom: 60px;
  }

  .product_home_category_one {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-15 {
    height: 700px;
  }

  .btn-secondary {
    font-size: 24px;
    line-height: 28px;
  }

  .home_bg_image {
    object-fit: fill;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: block;
    inset: 0%;
  }

  .image-4 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 130%;
    max-width: none;
    height: 100%;
    max-height: none;
    position: static;
    inset: 0%;
  }

  .div-block-22 {
    border-top: 1px solid #e3e3e3;
    flex-flow: row;
    padding-top: 20px;
  }

  .div-block-25 {
    flex-flow: column;
  }

  .image-6 {
    width: 100%;
  }

  .image-4-copy {
    object-fit: cover;
    max-width: none;
    height: 100%;
    max-height: none;
    position: static;
    inset: 0%;
  }

  .container-navbar {
    align-self: center;
    width: 100%;
  }

  .nav-links.nav-link, .nav-links.nav-link.w--current {
    padding-top: 6px;
  }

  .category_mask {
    width: 100%;
  }

  .category_slider, .padding-section-large {
    width: auto;
  }

  .slider-arrow.is-centre-next {
    margin-bottom: 300px;
  }

  .slider-arrow.is-centre-next.hide-mobile-landscape {
    justify-content: center;
    align-items: center;
    display: flex;
    right: 5%;
  }

  .slider-arrow.is-centre-previous {
    margin-bottom: 300px;
  }

  .slider-arrow.is-centre-previous.hide-mobile-landscape {
    left: 5%;
  }

  .category_component, .padding-global {
    width: auto;
  }

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

  .home_product_carousel {
    width: auto;
  }

  .content_image_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .content_image_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .content_image_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .content_image_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    padding-top: 100px;
  }

  .div-block-31:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    left: -20%;
  }

  .div-block-31:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    padding-top: 220px;
    left: -20%;
  }

  .div-block-31:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840), .div-block-31:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa) {
    left: -20%;
  }

  .div-block-31:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .div-block-31:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    padding-top: 220px;
    left: -20%;
  }

  .div-block-31-copy:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .div-block-31-copy:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .div-block-31-copy:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840), .div-block-31-copy:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .div-block-31-copy:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .div-block-31-copy:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    right: -20%;
  }

  .h1-100-bold-black--italic {
    font-size: 96px;
    font-weight: 900;
    line-height: 100%;
  }

  .h1-100-bold-black--italic:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h1-100-bold-black--italic:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .h1-100-bold-black--italic:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h1-100-bold-black--italic:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 90px;
    line-height: 94px;
  }

  .h1-100-bold-black {
    font-size: 100px;
    line-height: 100px;
  }

  .h1-100-bold-black:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h1-100-bold-black:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .h1-100-bold-black:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h1-100-bold-black:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 90px;
    line-height: 94px;
  }

  .h1-100-bold-black20 {
    font-size: 96px;
    font-weight: 900;
    line-height: 100%;
  }

  .content-slider {
    width: 100%;
  }

  .h4-18-medium-white {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .h6-12-light-white {
    font-family: Roboto, Arial, sans-serif;
  }

  .h1-100-bold-white {
    font-size: 96px;
    line-height: 100%;
  }

  .h1-160-bold-white-italic {
    font-size: 160px;
    line-height: 164px;
  }

  .h1-100-bold-white-italic {
    font-size: 96px;
    line-height: 100%;
  }

  .h1-122-bold-black {
    font-family: Roboto Condensed, sans-serif;
    font-size: 110px;
    font-weight: 800;
    line-height: 100%;
  }

  .h1-46-bold-black {
    font-size: 37px;
    line-height: 145%;
  }

  .div-block-39, .div-block-40 {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-vertical.center.gap-4._60 {
    width: 100%;
  }

  .flex-vertical.gap-100._30-product {
    width: 35%;
  }

  .flex-vertical._80 {
    justify-content: space-between;
    align-items: stretch;
    width: 92.0494%;
  }

  .flex-vertical._80.bottom {
    justify-content: flex-end;
  }

  .flex-vertical._80.bottom._12 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .flex-vertical-spacebetween.gap-12._80.mobile {
    align-items: stretch;
  }

  .h1-90-bold-black {
    letter-spacing: normal;
    font-family: Roboto Condensed, sans-serif;
    font-size: 78px;
    font-weight: 800;
  }

  .p-26-regular-black {
    letter-spacing: normal;
    font-size: 24px;
    line-height: 140%;
  }

  .h1-40-bold-black {
    letter-spacing: normal;
    font-size: 36px;
    font-weight: 800;
    line-height: 120%;
  }

  .link-20-medium-black {
    font-size: 16px;
    line-height: 140%;
  }

  .image-9 {
    padding-top: 8px;
  }

  .div-block-57 {
    max-height: 560px;
    overflow: hidden;
  }

  .p-24-regular-black {
    font-size: 24px;
    line-height: 140%;
  }

  .h6-16-medium-yellow {
    font-size: 18px;
    line-height: 24px;
  }

  .h4-18-medium-gray.category {
    font-size: 18px;
    line-height: 18px;
  }

  .h4-18-medium-gray.category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    text-align: center;
    font-size: 18px;
    line-height: 100%;
  }

  .h4-18-medium-gray.category:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .h4-18-medium-gray.category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
    font-size: 18px;
    line-height: 18px;
  }

  .h4-18-medium-gray.category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    text-align: center;
    font-size: 18px;
    line-height: 100%;
  }

  .h3-24-bold-black {
    font-size: 28px;
  }

  .h1-350-bold-yellow {
    font-size: 260px;
  }

  .bg_image_home {
    width: 100%;
  }

  .h3-26-medium-black {
    font-size: 26px;
    line-height: 100%;
  }

  .h3-26-medium-black.yellow {
    color: var(--yellow);
  }

  .h3-20-regular-black-center.category {
    font-size: 20px;
    line-height: 20px;
  }

  .h3-20-regular-black-center.category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    font-size: 18px;
    line-height: 100%;
  }

  .h3-20-regular-black-center.category:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .h3-20-regular-black-center.category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
    font-size: 20px;
    line-height: 20px;
  }

  .h3-20-regular-black-center.category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 18px;
    line-height: 100%;
  }

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

  .list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 40px;
    font-size: 26px;
    line-height: 150%;
  }

  .list.bullet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .category_col:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .category_col:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
    height: 120px;
  }

  .dropdown_navbar {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }

  .dropdown-list-bulb.w--open {
    margin-top: 160px;
    padding-top: 0;
  }

  .div-block-416 {
    width: 100%;
    height: 50%;
    overflow: hidden;
  }

  .category_slider_led, .category_component_tab {
    width: auto;
  }

  .tabs-menu-2 {
    justify-content: flex-end;
    align-items: flex-start;
    top: 300px;
    right: 0%;
  }

  .tab-link-tab-1-2 {
    font-family: Roboto Condensed, sans-serif;
  }

  .tab-link-tab-2-2.w--current {
    background-color: #0000;
    font-family: Roboto Condensed, sans-serif;
  }

  .text-block-4, .text-block-5 {
    letter-spacing: normal;
    font-family: Roboto Condensed, sans-serif;
  }

  .link-3, .link-4, .link-7 {
    font-size: 24px;
  }

  .h1-160-black-black--italic-center {
    font-size: 200px;
    line-height: 200px;
  }

  .h1-160-black-black--italic-center.height-80 {
    font-size: 160px;
    line-height: 130px;
  }

  .h4-25-button-discover-more:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h4-25-button-discover-more:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h4-25-button-discover-more:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 20px;
    line-height: 100%;
  }

  .header_product {
    height: 900px;
  }

  .container_product_page.footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 0;
    display: flex;
  }

  .container_product_page.desktop {
    height: auto;
    padding-bottom: 200px;
  }

  .font_since_2001 {
    font-size: 150px;
    line-height: 125px;
  }

  .h4-18-bold-gray.category, .h4-18-bold-gray.category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h4-18-bold-gray.category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h4-18-bold-gray.category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2), .h4-18-medium-black.category, .h4-18-medium-black.category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h4-18-medium-black.category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h4-18-medium-black.category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 18px;
    line-height: 18px;
  }

  .tabs-content-2 {
    justify-content: flex-start;
    align-items: flex-start;
    left: -660px;
  }

  .tabs-content-2.lux {
    left: -650px;
  }

  .tab-link-preview, .tab-link-preview.w--current {
    width: 140px;
    height: 140px;
  }

  .tab-prev.neo, .tab-next.neo {
    display: none;
  }

  .tab_category.current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .h3-26-normal-black {
    font-size: 24px;
    line-height: 26px;
  }

  .h3-26-normal-black.yellow {
    color: var(--yellow);
  }

  .tab-content-product, .tab-content-product.w--current, .tab-content-product.tab-content-product-one.hp.w--current, .tab-content-product.tab-content-product-two {
    width: 400px;
  }

  .tab-content-product.tab-content-product-two.neo, .tab-content-product.tab-content-product-three.neo {
    width: 24%;
  }

  .tab-content-product.tab-content-product-four.w--current {
    width: 400px;
  }

  .tab-content-product.tab-content-product-four.neo, .tab-content-product.neo, .tab-content-product.neo.w--current {
    width: 24%;
  }

  .product_one {
    height: 550px;
  }

  .product_one.dama-eco {
    padding-left: 20px;
  }

  .h1-80-bold-yellow {
    font-size: 80px;
    line-height: 60px;
  }

  .h1-80-bold-yellow:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    font-size: 90px;
    line-height: 94px;
  }

  .h1-80-bold-yellow:where(.w-variant-c004aee5-2bdd-b220-f0d2-26effcae99ba) {
    line-height: 60px;
  }

  .h1-80-bold-yellow:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h1-80-bold-yellow:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 90px;
    line-height: 94px;
  }

  .div-block-431 {
    width: 60%;
  }

  .content_detail_product {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h3-26-bold-black {
    font-size: 26px;
    line-height: 140%;
  }

  .h3-26-bold-black:where(.w-variant-18b06aa1-ee4e-45eb-fcb3-92306b52514b) {
    font-size: 28px;
    line-height: 140%;
  }

  .h3-26-bold-black.yellow {
    color: var(--yellow);
  }

  .h3-26-bold-black.aa.top-13 {
    font-size: 28px;
    line-height: 140%;
  }

  .p-18-regular-black {
    font-size: 18px;
    line-height: 24px;
  }

  .tab-menu-product {
    padding-top: 24px;
  }

  .tab-menu-product.neo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    width: 100%;
    padding-top: 24px;
    overflow: visible;
  }

  .tab-menu-product.hid {
    width: 100%;
  }

  .tab-menu-product.dama-eco {
    padding-top: 24px;
  }

  .h1-100-black-black-italic {
    background-size: cover;
    font-size: 100px;
    line-height: 100px;
  }

  .h1-100-black-black-italic:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h1-100-black-black-italic:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h1-100-black-black-italic:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 90px;
    line-height: 94px;
  }

  .div-block-432 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: auto;
  }

  .div-block-432.lux {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .product_two {
    height: 550px;
  }

  .product_two.dama-eco {
    padding-left: 20px;
  }

  .product_three {
    height: 550px;
  }

  .product_three.dama-eco {
    padding-left: 20px;
  }

  .light {
    top: 0%;
  }

  .light.mini.left {
    left: -6%;
  }

  .light.mini.right {
    left: 6%;
  }

  .background_header_white {
    z-index: 1;
    background-color: #0000;
    background-image: linear-gradient(#fff 50%, #0000);
    width: 100%;
    height: 50%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .image_header_product_four {
    height: 88%;
  }

  .image_header_product_four.neo {
    right: 100px;
  }

  .menu-category-tab {
    z-index: 3;
    position: relative;
  }

  .neo-link-one:where(.w-variant-62cc6053-1679-f13d-f32e-6cae5fb1eca7), .neo-link-one:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77), .neo-link-one:where(.w-variant-a40e59da-b38e-608f-2940-ba6c1c630431), .neo-link-one:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
    border-left-width: 1px;
    border-left-color: var(--black-20);
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 24px;
  }

  .list-item-5 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
  }

  .list-item-6 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 24px;
  }

  .link-8 {
    color: var(--grey);
    font-family: Roboto, Arial, sans-serif;
  }

  .image_contactus {
    max-height: 700px;
  }

  .link-block-4 {
    top: 20%;
  }

  .h1-100-bold-black-product, .h1-100-bold-black-product:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h1-100-bold-black-product:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h1-100-bold-black-product:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 70px;
    line-height: 74px;
  }

  .neo-link-five:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77) {
    border-left-color: var(--black-20);
  }

  .neo-link-five:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
    border-left-color: var(--yellow);
  }

  .neo-link-six {
    border-left-width: 1px;
    border-left-color: var(--black-20);
  }

  .neo-link-six:where(.w-variant-a40e59da-b38e-608f-2940-ba6c1c630431), .neo-link-six:where(.w-variant-86607bc4-425b-d169-22bf-3e6eebb1840d), .neo-link-six:where(.w-variant-a0f7ff8a-3384-5342-768d-792d78c89e55) {
    border-left-width: 6px;
    border-left-color: var(--yellow);
  }

  .neo-link-six:where(.w-variant-0a855263-980c-e7ba-568f-2275a1f418a6) {
    border-left-width: 1px;
    border-left-color: var(--black-20);
  }

  .h4-18-medium-black-right.category, .h4-18-medium-black-right.category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h4-18-medium-black-right.category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h4-18-medium-black-right.category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 18px;
    line-height: 18px;
  }

  .product_two_damapower, .product_two-copy {
    height: 550px;
  }

  .tabs-content---kanji-hid {
    left: -660px;
  }

  .image-cat:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    height: auto;
  }

  .image-cat:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    max-width: 100%;
    height: auto;
  }

  .image-cat:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .image-cat:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    height: auto;
  }

  .image-22 {
    height: 237px;
  }

  .h1-120-bold-white-italic {
    font-size: 120px;
    line-height: 100px;
  }

  .video_home {
    height: auto;
  }

  .container_product_page_kanjihid.footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 0;
    display: flex;
  }

  .container_product_page_kanjihid.desktop {
    height: auto;
    padding-bottom: 200px;
  }

  .slider-header-home {
    height: 120px;
  }

  .slide-nav-home {
    width: 50%;
    display: flex;
  }

  .div-block-445 {
    width: 80%;
  }

  .flex-dama-eco, .flex-dama-eco:where(.w-variant-b72a25a5-3af5-a3cc-0a4a-7ac959a85f7c) {
    height: 400px;
  }

  .flex-dama-eco.gap-100._30-product {
    width: 35%;
  }

  .menu-category-tab-mini {
    z-index: 3;
    position: relative;
    overflow: auto;
  }

  .h3-26-bold-yellow {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
  }

  .h3-26-bold-yellow.yellow {
    color: var(--yellow);
  }

  .p-26-regular-grey {
    letter-spacing: normal;
    font-size: 26px;
    line-height: 150%;
  }

  .p-24-regular-grey {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
  }

  .p-24-regular-white {
    font-size: 24px;
    line-height: 150%;
  }

  .arrow_slider-right, .arrow_slider-left {
    display: none;
  }

  .div-block-450:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-450:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .div-block-450:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .div-block-450:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    width: 70%;
  }

  .h3-24-regular-black-product {
    font-size: 24px;
    line-height: 150%;
  }

  .h3-24-regular-black-product.one-product:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-24-regular-black-product.one-product:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h3-24-regular-black-product.one-product:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 28px;
    line-height: 100%;
  }

  .h3-24-regular-black-product.two-product:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
    font-size: 28px;
    line-height: 200%;
  }

  .h3-24-regular-black-product.two-product:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h3-24-regular-black-product.two-product:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 28px;
    line-height: 100%;
  }

  .h1-160-black-black--italic-center-mobile {
    font-size: 200px;
    line-height: 200px;
  }

  .h1-160-black-black--italic-center-mobile.height-80 {
    font-size: 160px;
    line-height: 130px;
  }

  .link-product {
    top: 0%;
  }

  .led-kanji-link, .lux-link, .mini-link, .eco {
    top: 20%;
  }

  .hih-link {
    top: 0%;
  }

  .led-list.w--open {
    width: 210px;
  }

  .link-led-list, .link-led-list-one {
    border-bottom-width: 2px;
  }

  .h1-120-medium-white-italic {
    font-size: 120px;
    line-height: 100px;
  }

  .image-sosmed {
    width: 64px;
    height: 64px;
  }

  .div-block-453 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .slider-one {
    width: 60%;
  }

  .swiper-wrapper.myswiper {
    display: flex;
  }

  .swiper-slide {
    display: block;
  }

  .p-26-regular-black-support {
    color: var(--grey);
    letter-spacing: normal;
    font-size: 24px;
    line-height: 140%;
    text-decoration: none;
  }

  .p-24-regular-black-product {
    font-size: 24px;
    line-height: 140%;
  }

  .div-block-455 {
    position: relative;
  }

  .h3-24-bold-black-title {
    font-size: 28px;
  }

  .menu-tab-hid-led {
    top: 240px;
  }

  .image-category-product.eco {
    width: 25%;
  }

  .image-category-product.dama-mini {
    width: 30%;
  }

  .img-product.dama-eco {
    width: 80%;
  }
}

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

  .container.footer {
    max-width: none;
  }

  .container.desktop {
    padding-bottom: 400px;
  }

  .container.padding-top-120, .container.padding-top-120.contact {
    max-width: none;
  }

  .container.padding-top-120.support {
    max-width: 1920px;
  }

  .container.padding-100 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .div-block-4 {
    height: 920px;
  }

  .background-video {
    height: 100%;
  }

  .section-2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .btn-primary {
    font-family: Roboto, Arial, sans-serif;
    font-size: 24px;
  }

  .btn-primary.w--current {
    font-family: Roboto, Arial, sans-serif;
  }

  .content_home_our_product.padding-botton-60:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .content_home_our_product.padding-botton-60:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .content_home_our_product.padding-botton-60:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .content_home_our_product.padding-botton-60:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    padding-bottom: 60px;
  }

  .image_home_category {
    height: 605px;
    max-height: none;
  }

  .product_content:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
    max-width: none;
  }

  .product_content:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .product_content:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    max-width: none;
    overflow: hidden;
  }

  .div-block-15 {
    height: 800px;
  }

  .btn-secondary {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-4 {
    object-fit: cover;
    width: 100%;
  }

  .form_col {
    overflow: visible;
  }

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

  .navbar {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .container-navbar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    align-self: center;
    width: 100%;
    max-width: none;
  }

  .slider-arrow.is-centre-next.hide-mobile-landscape {
    display: flex;
  }

  .content_image_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .content_image_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .content_image_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .content_image_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    padding-top: 120px;
  }

  .div-block-31:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .div-block-31:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .div-block-31:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .div-block-31:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    left: -20%;
  }

  .div-block-31-copy:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .div-block-31-copy:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .div-block-31-copy:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .div-block-31-copy:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    right: -20%;
  }

  .h1-54-medium-white-italic {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .header-about-us {
    justify-content: space-between;
    align-items: stretch;
  }

  .header-about-us.about-us {
    max-width: 1920px;
  }

  .h1-122-bold-black {
    font-size: 110px;
    line-height: 100%;
  }

  .h1-46-bold-black {
    font-size: 46px;
    line-height: 145%;
  }

  .div-block-39 {
    width: auto;
  }

  .div-block-41 {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-vertical.center.gap-4._60 {
    width: 100%;
  }

  .flex-vertical.gap-100, .flex-vertical.gap-100.gap-40, .flex-vertical.gap-100.gap-40 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .flex-vertical.gap-16.center {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h1-90-bold-black {
    font-family: Roboto Condensed, sans-serif;
    font-size: 96px;
    font-weight: 800;
    line-height: 100%;
  }

  .p-26-regular-black {
    font-size: 24px;
    font-weight: 300;
    line-height: 140%;
  }

  .h1-40-bold-black {
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
  }

  .link-20-medium-black {
    font-size: 24px;
  }

  .flex-horizontal._14 {
    padding-top: 0;
  }

  .image-9 {
    padding-top: 8px;
  }

  .h1-50-bold-black.center {
    font-weight: 900;
  }

  .div-block-57 {
    object-fit: cover;
    max-height: 750px;
    overflow: hidden;
  }

  .p-24-regular-black {
    font-size: 24px;
  }

  .h1-30-bold-black {
    font-size: 40px;
    line-height: 42px;
  }

  .h1-350-bold-yellow {
    font-size: 320px;
    line-height: 350px;
  }

  ._90 {
    width: 55%;
  }

  .bg_image_home {
    width: 100%;
    height: auto;
  }

  .category_col:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .category_col:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .grid_1_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .grid_1_category:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h1-30-medium-black {
    font-size: 40px;
    line-height: 42px;
  }

  .container-carousel {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1920px;
  }

  .tabs-menu-2 {
    top: 360px;
  }

  .content_carousel {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    overflow: visible;
  }

  .h1-160-black-black--italic-center {
    font-size: 240px;
    line-height: 210px;
  }

  .h1-160-black-black--italic-center.height-80 {
    font-size: 180px;
    line-height: 160px;
  }

  .header_product {
    background-size: cover;
    flex: 1;
    height: 1080px;
  }

  .container_product_page {
    max-width: none;
  }

  .container_product_page.desktop {
    padding-bottom: 400px;
  }

  .font_since_2001 {
    font-size: 160px;
    line-height: 130px;
  }

  .tabs-content-2 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    left: -760px;
  }

  .tabs-content-2.lux {
    left: -850px;
  }

  .tab-prev.neo, .tab-prev.lkan, .tab-prev.hid, .tab-prev.dama-eco {
    display: none;
  }

  .tab-prev.home {
    top: 450px;
  }

  .tab-next.neo, .tab-next.lkan, .tab-next.hid {
    display: none;
  }

  .tab-next.dama-eco {
    font-family: Roboto Condensed, sans-serif;
    display: none;
  }

  .tab-next.home {
    top: 450px;
  }

  .image-18 {
    object-fit: contain;
  }

  .div-block-430.hp, .div-block-430.hid {
    width: 20%;
  }

  .tab-content-product {
    width: 19%;
  }

  .tab-content-product.w--current, .tab-content-product.tab-content-product-one {
    width: 500px;
  }

  .tab-content-product.tab-content-product-one.hid, .tab-content-product.tab-content-product-one.hid.w--current, .tab-content-product.tab-content-product-one.dama-eco, .tab-content-product.tab-content-product-one.dama-eco.w--current {
    width: 19%;
  }

  .tab-content-product.tab-content-product-two, .tab-content-product.tab-content-product-two.hp {
    width: 500px;
  }

  .tab-content-product.tab-content-product-two.hid, .tab-content-product.tab-content-product-two.dama-eco {
    width: 19%;
  }

  .tab-content-product.tab-content-product-three, .tab-content-product.tab-content-product-three.w--current {
    width: 500px;
  }

  .tab-content-product.tab-content-product-three.neo.w--current {
    width: 24%;
  }

  .tab-content-product.tab-content-product-three.hp {
    width: 500px;
  }

  .tab-content-product.tab-content-product-three.hid, .tab-content-product.tab-content-product-three.dama-eco {
    width: 19%;
  }

  .tab-content-product.tab-content-product-four, .tab-content-product.tab-content-product-four.w--current {
    width: 500px;
  }

  .tab-content-product.tab-content-product-four.neo.w--current {
    width: 24%;
  }

  .tab-content-product.tab-content-product-four.hp {
    width: 500px;
  }

  .tab-content-product.tab-content-product-four.hid, .tab-content-product.tab-content-product-four.dama-eco {
    width: 19%;
  }

  .tab-content-product.tab-content-product-five, .tab-content-product.tab-content-product-five.hp {
    width: 500px;
  }

  .tab-content-product.tab-content-product-five.hid, .tab-content-product.tab-content-product-five.dama-eco {
    width: 19%;
  }

  .tab-content-product.tab-content-product-six, .tab-content-product.tab-content-product-six.hp, .tab-content-product.tab-content-product-seven, .tab-content-product.tab-content-product-eight, .tab-content-product.tab-content-product-nine, .tab-content-product.tab-content-product-ten, .tab-content-product.hp, .tab-content-product.hp.w--current {
    width: 500px;
  }

  .product_one {
    height: 600px;
    padding-left: 0;
  }

  .content_detail_product {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h3-26-bold-black {
    font-size: 28px;
  }

  .column_products.padding-buttom-64 {
    padding-bottom: 40px;
  }

  .tab-menu-product {
    flex-flow: row;
    justify-content: flex-start;
    overflow: hidden;
  }

  .tab-menu-product.hid, .tab-menu-product.dama-eco {
    justify-content: space-between;
  }

  .h1-100-black-black-italic {
    letter-spacing: -4px;
  }

  .div-block-432 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-432.lux {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .product_two, .product_three {
    padding-left: 0;
  }

  .tab-content-aa.tab-content-product-six {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .header-product-page {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .light {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    inset: 0%;
  }

  .light.mini.left {
    display: flex;
    left: -6%;
  }

  .light.mini.right {
    justify-content: center;
    align-items: flex-end;
    left: 6%;
    right: 15%;
  }

  .light.mini.center {
    display: flex;
  }

  .light.kanji {
    top: -20%;
    left: -1%;
  }

  .light.hid.left, .light.hid.right {
    top: -3%;
  }

  .light.lux {
    top: -15%;
  }

  .image_header_product_four {
    height: 90%;
  }

  .image_header_product_four.neo {
    right: 120px;
  }

  .discover-more-two {
    top: 30%;
  }

  .div-block-435.hid {
    width: 20%;
    position: static;
  }

  .h4-28-light-black-category:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df) {
    font-family: Roboto Condensed, sans-serif;
  }

  .h4-28-light-black-category.one:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df) {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
  }

  .h4-28-light-black-category.two:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df), .h4-28-light-black-category.three:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df), .h4-28-light-black-category.four:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df) {
    font-family: Roboto, Arial, sans-serif;
  }

  .h4-28-light-black-category.five:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df) {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
  }

  .neo-link-one:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df) {
    border-left-color: var(--black-20);
  }

  .neo-link-one:where(.w-variant-a4016639-be69-2e42-1a71-05c42fd8bc10), .neo-link-one:where(.w-variant-f714f876-cb37-5094-fe25-ad4a6f585cb9), .neo-link-one:where(.w-variant-6d178720-9694-813d-6685-7f8737615438) {
    padding-left: 5px;
  }

  .design_image {
    width: 65%;
  }

  .div_padding_40 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .link-9 {
    font-family: Roboto, Arial, sans-serif;
  }

  .image_contactus {
    width: 100%;
    max-height: 1000px;
  }

  .h1-100-bold-black-product {
    font-size: 90px;
    line-height: 94px;
  }

  .h1-100-bold-black-product:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h1-100-bold-black-product:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h1-100-bold-black-product:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 96px;
    line-height: 100%;
  }

  .neo-link-five:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df) {
    border-left-color: var(--yellow);
    font-family: Roboto, Arial, sans-serif;
  }

  .product_two_damapower, .product_two-copy {
    padding-left: 0;
  }

  .tabs-content---kanji-hid {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    left: -760px;
  }

  .h1-120-bold-white-italic {
    font-size: 150px;
    line-height: 120px;
  }

  .video_home {
    aspect-ratio: 16 / 9;
    object-fit: contain;
    height: 100%;
  }

  .image_header_kanjihid_one, .image_header_kanjihid_three, .image_header_kanjihid_two {
    height: 100%;
  }

  .image_header_product_one_kanjihid {
    width: auto;
    position: absolute;
  }

  .image_header_product_two_kanjihid {
    z-index: 3;
    position: relative;
  }

  .image_header_product_three_kanjihid {
    width: auto;
    position: absolute;
  }

  .container_product_page_kanjihid {
    max-width: none;
  }

  .container_product_page_kanjihid.desktop {
    padding-bottom: 400px;
  }

  .neo-link-seven:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df), .neo-link-eight:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df), .neo-link-nine:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df), .neo-link-ten:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df) {
    border-left-color: var(--yellow);
  }

  .slider-header-home {
    height: 110px;
  }

  .div-block-445 {
    width: 80%;
  }

  .flex-dama-eco.gap-100, .flex-dama-eco.gap-100.gap-40, .flex-dama-eco.gap-100.gap-40 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .slider-category {
    z-index: 4;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: 1000px;
    display: flex;
  }

  .p-26-regular-grey {
    font-size: 26px;
    font-weight: 300;
    line-height: 150%;
  }

  .p-24-regular-grey {
    font-size: 24px;
    font-weight: 500;
  }

  .p-24-regular-white {
    font-family: Roboto, Arial, sans-serif;
    font-size: 24px;
  }

  .h3-24-regular-black-product {
    color: var(--grey);
    font-size: 24px;
  }

  .h1-160-black-black--italic-center-mobile.height-80 {
    font-size: 180px;
    line-height: 160px;
  }

  .link-product {
    top: 0%;
  }

  .h1-120-medium-white-italic {
    font-size: 150px;
    line-height: 120px;
  }

  .div-block-453 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .slider-nav-two {
    height: 100px;
  }

  .slider-one {
    width: 50%;
  }

  .p-26-regular-black-support {
    font-size: 24px;
    font-weight: 300;
    line-height: 140%;
  }

  .p-24-regular-black-product {
    font-size: 24px;
  }

  .menu-tab-hid-led {
    top: 300px;
  }

  .image-category-product.hp, .image-category-product.hid {
    width: 20%;
  }

  .image-category-product.eco-two {
    width: 40%;
  }

  .image-category-product.dama-mini {
    width: 30%;
  }
}

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

  .container.about-us-space {
    padding-top: 0;
  }

  .container.about-us-space.padding-100 {
    padding-bottom: 0;
  }

  .container.padding-top-100 {
    padding-top: 100px;
  }

  .container.padding-200 {
    padding-bottom: 200px;
  }

  .caption_header {
    flex: 0 auto;
  }

  .caption_header.hid {
    flex: 0 auto;
    width: 140px;
  }

  .caption_header.neo, .caption_header.led-kanji, .caption_header.lux {
    width: 140px;
  }

  .caption_header.mini {
    width: auto;
    display: none;
  }

  .caption_header.mini.mobile {
    display: flex;
  }

  .caption_header.dama-eco {
    display: none;
  }

  .caption_header.dama-eco.mobile {
    display: flex;
  }

  .caption_header.hp {
    width: 140px;
  }

  .div-block-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 700px;
  }

  .two_column, .two_column:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .two_column:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .two_column:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .two_column:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    flex-flow: column;
  }

  .two_column.gap-24 {
    flex-flow: row;
  }

  .two_column.gap-24.down {
    flex-flow: column;
  }

  .one_content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .one_content.center._60, .two_image_home {
    width: 100%;
  }

  .two_image_home:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .two_image_home:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .two_image_home:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .two_image_home:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .two_image_home._40 {
    width: 100%;
    height: auto;
  }

  .btn-primary {
    font-size: 16px;
    line-height: 140%;
  }

  .div-block-10 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-11 {
    width: 20px;
  }

  .content_sec_2_home {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .title_sec_home {
    width: auto;
  }

  .image {
    height: auto;
  }

  .content_home_our_product.padding-botton-60 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content_home_our_product.padding-botton-60:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    flex-flow: column;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .content_home_our_product.padding-botton-60:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .content_home_our_product.padding-botton-60:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .content_home_our_product.padding-botton-60:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    flex-flow: column;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .product_home_category_one {
    justify-content: center;
    align-items: flex-start;
  }

  .product_home_image:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .product_home_image:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    flex-flow: column;
  }

  .product_home_image:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .product_home_image:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .image_home_category {
    max-height: 400px;
  }

  .product_content:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .product_content:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home_category_spec {
    width: auto;
    padding-top: 16px;
  }

  .home_category_spec_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 0 solid #000;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    align-items: center;
    display: flex;
  }

  .home_category_spec_content.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-width: 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .home_category_spec_content.grid:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_category_spec_content.grid:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_category_spec_content.grid:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_category_spec_content.grid:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094) {
    padding-left: 0;
    padding-right: 0;
  }

  .home_category_spec_content.grid:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_category_spec_content.grid:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_category_spec_content.grid:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_category_spec_content.grid:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_category_spec_content.grid:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
    padding-left: 0;
    padding-right: 0;
  }

  .home_category_spec_content.grid:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_category_spec_content.grid:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .home_category_spec_content.grid:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .line_category_spec {
    height: 30px;
  }

  .line_category_spec.category-8, .line_category_spec.category-4 {
    opacity: 0;
  }

  .div-block-17 {
    height: 1400px;
  }

  .form_home {
    width: 100%;
  }

  .s60, .s40.reg {
    font-size: 36px;
    line-height: 40px;
  }

  .div-block-25 {
    flex-flow: column;
  }

  .image-6 {
    width: 100%;
    height: 100%;
  }

  .navbar {
    z-index: 11;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .container-navbar {
    flex-flow: column;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .nav-links {
    border-bottom: 2px solid var(--white);
    color: var(--black);
    padding-top: 8px;
    padding-bottom: 4px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
  }

  .nav-links.nav-link {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 4px;
    font-size: 18px;
    line-height: 20px;
  }

  .nav-links.nav-link.w--current {
    flex: 0 auto;
    font-size: 18px;
    line-height: 20px;
  }

  .nav-links.button {
    border-width: 0 0 1px;
    padding-top: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-two {
    display: none;
  }

  .nav-one {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex-flow: column;
    width: 120%;
    padding: 20px 40px 40px;
    display: flex;
    position: absolute;
  }

  .testimonial7_slide-nav {
    display: block;
  }

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

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

  .slider-arrow.is-centre-previous {
    width: 2rem;
    height: 2rem;
  }

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

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

  .image_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .image_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .image_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    flex: 0 auto;
    width: 100%;
  }

  .content_image_category {
    padding-top: 800px;
  }

  .content_image_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    margin-top: 100px;
    padding-top: 0;
  }

  .content_image_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .content_image_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
    padding-top: 0;
  }

  .content_image_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    margin-top: 100px;
    padding-top: 0;
  }

  .div-block-31:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .div-block-31:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .div-block-31:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2), .div-block-31-copy:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .div-block-31-copy:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .div-block-31-copy:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    padding-top: 800px;
  }

  .container-slider-category {
    overflow: visible;
  }

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

  .h1-100-bold-black--italic {
    line-height: 64px;
  }

  .h1-100-bold-black--italic.noitalic {
    font-style: normal;
    line-height: 100%;
  }

  .h1-100-bold-black:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    font-size: 60px;
  }

  .h1-100-bold-black:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa) {
    font-size: 80px;
  }

  .h1-100-bold-black:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h1-100-bold-black:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 60px;
  }

  .h1-100-bold-black20 {
    line-height: 100%;
  }

  .content-slider {
    overflow: hidden;
  }

  .div-block-35, .div-block-36 {
    display: none;
  }

  .menu_primary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .menu-button {
    width: auto;
  }

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

  .h3-24-medium-black20 {
    font-size: 18px;
    line-height: 20px;
  }

  .h4-18-medium-white.mobile {
    font-size: 16px;
    line-height: 18px;
  }

  .h6-12-light-white.mobile {
    font-size: 12px;
    line-height: 14px;
  }

  .header-about-us {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .h1-122-bold-black {
    font-size: 80px;
    line-height: 100%;
  }

  .h1-46-bold-black {
    letter-spacing: -1px;
    font-size: 22px;
    line-height: 140%;
  }

  .div-block-41 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex-vertical {
    overflow: visible;
  }

  .flex-vertical._18, .flex-vertical.gap-40 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .flex-vertical.gap-40._50.mobile {
    width: 100%;
  }

  .flex-vertical.gap-60 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .flex-vertical.gap-12._80.mobile {
    width: 100%;
  }

  .flex-vertical.gap-12._80.mobile.gap-30.padding-50 {
    padding-left: 100px;
  }

  .flex-vertical.gap-34._50.mobile, .flex-vertical.gap-30._50.mobile, .flex-vertical.gap-30._60._100.gap-18 {
    width: 100%;
  }

  .flex-vertical.center.gap-4._60.end {
    width: 40%;
  }

  .flex-vertical.gap-100 {
    flex-flow: column;
  }

  .flex-vertical.gap-100.gap-40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .flex-vertical.gap-100._30-product {
    width: 100%;
  }

  .flex-vertical.gap-16.center {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-vertical._80.bottom._12._100 {
    width: 100%;
  }

  .flex-horizontal-spacebetween.gap-40, .flex-horizontal-spacebetween.gap-60 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .flex-horizontal-spacebetween.gap-60.gap-100 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .div-block-42 {
    order: 1;
    width: 100%;
  }

  .flex-vertical-spacebetween._80.gap-12, .flex-vertical-spacebetween.gap-12 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .flex-vertical-spacebetween.gap-12._80.mobile {
    width: 100%;
  }

  .image-desk-about-us-sec2 {
    width: 100%;
    height: auto;
  }

  .h1-90-bold-black {
    letter-spacing: -2px;
    font-size: 50px;
    line-height: 100%;
  }

  .p-26-regular-black {
    font-size: 22px;
    line-height: 140%;
  }

  .div-block-43 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    padding-left: 0;
  }

  .h1-40-bold-black {
    font-size: 34px;
    line-height: 100%;
  }

  .link-20-medium-black {
    font-size: 16px;
    line-height: 100%;
  }

  .div-block-48 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 100%;
  }

  .flex-horizontal._14._80.mobile {
    width: 100%;
  }

  .flex-horizontal.top {
    display: block;
  }

  .flex-horizontal.top.mobile {
    flex-flow: column;
  }

  .flex-horizontal.top.gap-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .flex-horizontal.gap-40.top {
    flex-flow: column;
    display: flex;
  }

  .flex-horizontal._50.mobile.first {
    order: -1;
  }

  .h1-50-bold-black {
    font-size: 36px;
    line-height: 38px;
  }

  .h1-50-bold-black.center {
    font-size: 24px;
    line-height: 28px;
  }

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

  .quality_about_us_mask {
    height: 250px;
  }

  .flex-vertical-center.gap-60 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .flex-vertical-center.gap-60.gap-carousel {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-57 {
    max-height: none;
  }

  .p-24-regular-black {
    color: var(--grey);
    font-size: 22px;
    line-height: 140%;
  }

  .about-us-design-desktop.top {
    display: none;
  }

  .about-us-design-desktop.top.mobile {
    flex-flow: column;
  }

  .about-us-design-mobile.top {
    display: block;
  }

  .about-us-design-mobile.top.mobile {
    flex-flow: column;
    display: block;
  }

  .about-us-design-mobile.top.mobile.gap-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .image-mobile-about-us-sec2 {
    width: 100%;
    height: auto;
  }

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

  .h1-30-bold-black {
    font-size: 30px;
    line-height: 32px;
  }

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

  .div-block-59.mobile, .contact-us-form {
    width: 100%;
  }

  .h1-60-bold-black {
    font-size: 36px;
    line-height: 38px;
  }

  .h3-24-bold-black {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

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

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .faq_questions.gap-40, .faq_questions.gap-60 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

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

  ._50.mobile {
    width: 100%;
  }

  .h1-350-bold-yellow {
    font-size: 120px;
    line-height: 122px;
  }

  .bg_font {
    bottom: 80px;
  }

  .div-block-61 {
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 0;
  }

  ._50 {
    width: 40%;
  }

  .div-block-62 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  ._90.mobile {
    width: 100%;
  }

  .bg_support {
    right: 40px;
  }

  .image-14 {
    width: 200px;
  }

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

  .bg_grey_support {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .h3-20-medium-black {
    font-size: 18px;
    line-height: 20px;
  }

  .content_sec_home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .content_sec_home:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .content_sec_home:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .content_sec_home:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .content_sec_home:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    width: auto;
  }

  .content_sec_home._100 {
    width: 100%;
  }

  .discover_more {
    left: 24%;
  }

  .bg_image_home {
    width: 100%;
    height: 100%;
  }

  .h3-24-regular-grey {
    font-size: 18px;
    line-height: 20px;
  }

  .image-15 {
    width: 64px;
  }

  .h3-26-medium-black {
    font-size: 20px;
    line-height: 100%;
  }

  .h3-20-regular-black-center {
    font-size: 18px;
    line-height: 20px;
  }

  .icon_slider {
    width: 10px;
    height: 10px;
  }

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

  .list {
    font-size: 12px;
    line-height: 14px;
  }

  .image-16 {
    width: 24px;
    height: auto;
  }

  .category_col:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .category_col:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1) {
    width: auto;
  }

  .category_col:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    height: 80px;
  }

  .category_col:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    width: 100%;
  }

  .line_category_spec_opacity0 {
    height: 30px;
  }

  .grid_1_category {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-style: none;
    border-width: 0 0 1px;
    border-color: var(--grey-two);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-bottom: 16px;
    display: grid;
  }

  .grid_1_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    border-width: 1px;
    border-color: var(--black);
    width: 100%;
    padding-top: 16px;
  }

  .grid_1_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: var(--grey-two);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid_1_category:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black black var(--grey-two);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid_1_category:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black black var(--grey-two);
  }

  .grid_1_category:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa) {
    border-width: 1px;
    border-color: var(--black);
    width: 100%;
    padding-top: 16px;
  }

  .grid_1_category:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: var(--grey-two);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid_1_category:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1) {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black black var(--grey-two);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid_1_category:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black black var(--grey-two);
  }

  .grid_1_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .grid_1_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    border-width: 1px;
    border-color: var(--black);
    width: 100%;
    padding-top: 16px;
  }

  .grid_3_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .grid_3_category:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .grid_3_category:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid_3_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    justify-content: center;
    place-items: flex-start center;
    width: 100%;
    display: flex;
  }

  .grid_3_category:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840), .grid_3_category:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1), .grid_3_category:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid_3_category:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa), .grid_3_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
    justify-content: center;
    place-items: flex-start center;
    width: 100%;
    display: flex;
  }

  .grid_3_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: flex-start center;
    width: 100%;
    padding-top: 16px;
    display: grid;
  }

  .category_col_10_2:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .category_col_10_2:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1) {
    width: auto;
  }

  .grid_2_category {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-style: solid;
    border-width: 1px 0;
    border-color: var(--grey-two) black;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    display: grid;
  }

  .grid_2_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-style: solid;
    border-width: 1px 0;
    border-color: var(--grey-two) black;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: grid;
  }

  .grid_2_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black black var(--grey-two);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid_2_category:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: var(--grey-two);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid_2_category:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black black var(--grey-two);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid_2_category:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa) {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-style: solid;
    border-width: 1px 0;
    border-color: var(--grey-two) black;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: grid;
  }

  .grid_2_category:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black black var(--grey-two);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid_2_category:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1) {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: var(--grey-two);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid_2_category:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black black var(--grey-two);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid_2_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .grid_2_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-style: solid;
    border-width: 1px 0;
    border-color: var(--grey-two) black;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: grid;
  }

  .sub_header_home {
    display: none;
  }

  .dropdown_navbar {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    position: relative;
  }

  .dropdown-toggle-2.w--open {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list-bulb.w--open {
    box-shadow: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .hid-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    left: 10%;
  }

  .dropdown-toggle-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block {
    font-family: Oswald, Arial, sans-serif;
    font-weight: 500;
  }

  .dropdown-hid, .dropdown-led {
    margin-left: 0;
    margin-right: 0;
  }

  .h1-30-medium-black {
    font-size: 24px;
    line-height: 28px;
  }

  .link-24-medium-black {
    font-size: 12px;
    line-height: 14px;
  }

  .h3-24-medium-black {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-416 {
    object-fit: contain;
    height: 100%;
  }

  .maps_desktop {
    width: 100%;
    height: 100%;
    display: none;
  }

  .maps_mobile {
    width: 100%;
    height: 100%;
    display: block;
  }

  .h3-24-regular-grey-link, .h3-24-regular-black-link {
    font-size: 18px;
    line-height: 20px;
  }

  .tabs-menu-2 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    top: 700px;
  }

  .div-block-422 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .h1-160-black-black--italic-center {
    display: none;
  }

  .h1-160-black-black--italic-center.height-80 {
    font-size: 64px;
    line-height: 64px;
    display: none;
  }

  .discover-more {
    text-decoration: none;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .header_product {
    height: 800px;
  }

  .container_product_page {
    padding: 120px 40px 40px;
  }

  .container_product_page.about-us-space {
    padding-top: 0;
  }

  .container_product_page.about-us-space.padding-100 {
    padding-bottom: 0;
  }

  .container_product_page.padding-top-100 {
    padding-top: 100px;
  }

  .container_product_page.padding-200 {
    padding-bottom: 200px;
  }

  .bg_product_page_details {
    padding-bottom: 0;
  }

  .font_since_2001 {
    font-size: 100px;
    line-height: 90px;
  }

  .h4-18-bold-gray {
    font-size: 16px;
    line-height: 140%;
  }

  .h4-18-medium-black {
    text-align: left;
    font-size: 16px;
    line-height: 100%;
  }

  .h4-18-medium-black.right {
    text-align: right;
  }

  .tabs-content-2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    top: -450%;
    bottom: auto;
    left: 0;
  }

  .tabs-content-2.lux {
    top: -450%;
    bottom: 0%;
    left: 0;
  }

  .tab-link-preview, .tab-link-preview.w--current {
    width: 96px;
    height: 96px;
  }

  .tabs-menu-4 {
    z-index: 6;
  }

  .tab-prev.home {
    top: 840px;
    left: 40px;
  }

  .tab-next.home {
    top: 840px;
    right: 40px;
  }

  .tab_category {
    width: 280px;
    overflow: visible;
  }

  .tab_category.current {
    width: 260px;
    overflow: visible;
  }

  .tab_category.end, .tab_category.hp {
    width: 300px;
  }

  .tab_category.dama-eco {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 280px;
  }

  .h3-26-normal-black {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-430.hp, .div-block-430.hid {
    width: 20%;
  }

  .div-block-430.dama-eco {
    width: 80px;
  }

  .tab-content-product, .tab-content-product.w--current, .tab-content-product.tab-content-product-one {
    width: 300px;
  }

  .tab-content-product.tab-content-product-one.hp {
    width: 350px;
  }

  .tab-content-product.tab-content-product-one.hp.w--current {
    width: 350px;
    overflow: visible;
  }

  .tab-content-product.tab-content-product-one.dama-eco, .tab-content-product.tab-content-product-one.dama-eco.w--current {
    width: 320px;
  }

  .tab-content-product.tab-content-product-two, .tab-content-product.tab-content-product-two.w--current {
    width: 300px;
  }

  .tab-content-product.tab-content-product-two.hp {
    width: 350px;
    overflow: visible;
  }

  .tab-content-product.tab-content-product-two.dama-eco {
    width: 320px;
  }

  .tab-content-product.tab-content-product-three {
    width: 300px;
  }

  .tab-content-product.tab-content-product-three.hp {
    width: 350px;
  }

  .tab-content-product.tab-content-product-three.dama-eco {
    width: 320px;
  }

  .tab-content-product.tab-content-product-four {
    width: 300px;
  }

  .tab-content-product.tab-content-product-four.hp {
    width: 350px;
  }

  .tab-content-product.tab-content-product-four.dama-eco {
    width: 320px;
  }

  .tab-content-product.tab-content-product-five {
    width: 280px;
  }

  .tab-content-product.tab-content-product-five.hp {
    width: 350px;
  }

  .tab-content-product.tab-content-product-five.hid {
    overflow: visible;
  }

  .tab-content-product.tab-content-product-five.dama-eco {
    width: 320px;
  }

  .tab-content-product.tab-content-product-six {
    width: 280px;
  }

  .tab-content-product.tab-content-product-six.hp {
    width: 350px;
  }

  .tab-content-product.tab-content-product-seven, .tab-content-product.tab-content-product-eight, .tab-content-product.tab-content-product-nine, .tab-content-product.tab-content-product-ten {
    width: 280px;
  }

  .tab-content-product.neo.w--current {
    width: 300px;
  }

  .image-product {
    max-height: none;
    top: 200px;
    left: 30%;
  }

  .product_one {
    justify-content: center;
    align-items: flex-start;
    height: 400px;
    padding-left: 0;
    display: flex;
  }

  .product_one.dama-eco {
    width: 100%;
    padding-left: 0;
  }

  .h1-80-bold-yellow {
    font-size: 56px;
    font-weight: 600;
    line-height: 100%;
  }

  .h1-80-bold-yellow:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h1-80-bold-yellow:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h1-80-bold-yellow:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 80px;
  }

  .div-block-431 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .content_detail_product {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 40px;
  }

  .image_details_product {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    max-height: 450px;
    display: flex;
    overflow: hidden;
  }

  .h3-26-bold-black {
    font-size: 24px;
    line-height: 140%;
  }

  .column_products, .column_products:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .column_products:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .column_products:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    flex-flow: column;
  }

  .column_products.padding-buttom-64 {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    flex-flow: column;
  }

  .column_products.padding-buttom-64.lux {
    flex-flow: column;
  }

  .column_products.padding-buttom-64.lux.dama-eco {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
  }

  .tab-menu-product.neo {
    padding-top: 40px;
  }

  .tab-menu-product.hid {
    justify-content: flex-start;
  }

  .tab-menu-product.dama-eco {
    padding-top: 40px;
  }

  .two_column-_example, .two_column-_example:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .two_column-_example:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .two_column-_example:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    flex-flow: column;
  }

  .image_products {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .h1-100-black-black-italic {
    font-size: 60px;
    line-height: 100%;
  }

  .h1-100-black-black-italic:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h1-100-black-black-italic:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h1-100-black-black-italic:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 80px;
  }

  .div-block-432 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .product_two {
    height: 400px;
    padding-left: 0;
  }

  .product_two.dama-eco {
    width: 100%;
    padding-left: 0;
  }

  .product_three {
    height: 400px;
    padding-left: 0;
  }

  .product_three.dama-eco {
    width: 100%;
    padding-left: 0;
  }

  .product_three.led-kanji {
    width: 100%;
  }

  .image_header_product_three {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .light {
    top: 0%;
  }

  .light.mini.left {
    display: flex;
    left: -9%;
  }

  .light.mini.right {
    display: flex;
    left: 9%;
  }

  .light.mini.center {
    display: flex;
  }

  .light.kanji {
    top: -16%;
  }

  .light.hid {
    top: -2%;
  }

  .light.hid.left {
    left: -2%;
  }

  .light.hid.right {
    right: -4%;
  }

  .light.neo {
    top: -16%;
    left: 4px;
  }

  .image_header_product_four {
    top: 0%;
  }

  .image_header_product_four.neo {
    right: 0;
  }

  .image_header_three {
    object-fit: cover;
    max-width: 200%;
  }

  .content_product_page_image_one {
    top: -10%;
  }

  .div-block-435.hid {
    width: 20%;
  }

  .menu-category-tab {
    z-index: 3;
    position: relative;
  }

  .menu-category-tab:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df) {
    z-index: 5;
  }

  .h4-28-light-black-category {
    font-size: 18px;
    line-height: 24px;
  }

  .h4-28-light-black-category.one {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
  }

  .h4-28-light-black-category.one:where(.w-variant-6f2817ef-5ad7-e49b-0437-559efb83f344), .h4-28-light-black-category.one:where(.w-variant-919aed4d-4da4-1f23-8097-f56ae924da87), .h4-28-light-black-category.one:where(.w-variant-175c28a3-ae95-6701-cc1b-eb58740eab86), .h4-28-light-black-category.one:where(.w-variant-c004aee5-2bdd-b220-f0d2-26effcae99ba), .h4-28-light-black-category.one:where(.w-variant-7ee853d1-c8f7-bb3e-7215-3ef601699209), .h4-28-light-black-category.one:where(.w-variant-16916ae4-81ea-0bf4-319a-e53e79b5848a), .h4-28-light-black-category.one:where(.w-variant-2500f7c9-0c3f-f020-7557-7b27419408df), .h4-28-light-black-category.one:where(.w-variant-a4016639-be69-2e42-1a71-05c42fd8bc10), .h4-28-light-black-category.one:where(.w-variant-f714f876-cb37-5094-fe25-ad4a6f585cb9), .h4-28-light-black-category.one:where(.w-variant-6d178720-9694-813d-6685-7f8737615438), .h4-28-light-black-category.one:where(.w-variant-680d4a98-e25c-a821-dfa2-ad9f36169b5d), .h4-28-light-black-category.one:where(.w-variant-62cc6053-1679-f13d-f32e-6cae5fb1eca7), .h4-28-light-black-category.one:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77), .h4-28-light-black-category.one:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c), .h4-28-light-black-category.one:where(.w-variant-ba76b3d5-1b2f-5f52-5357-c75127292ee8), .h4-28-light-black-category.one:where(.w-variant-a40e59da-b38e-608f-2940-ba6c1c630431), .h4-28-light-black-category.one:where(.w-variant-a6c738a0-f2f0-e0b6-5f48-b76cafd56c8f), .h4-28-light-black-category.one:where(.w-variant-1f677c6d-de0e-3cd3-bc22-2f17b815c3e3), .h4-28-light-black-category.one:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2), .h4-28-light-black-category.one:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f), .h4-28-light-black-category.one:where(.w-variant-b0c05fd1-23c2-ad5c-d764-2f5f9c4fcfe2), .h4-28-light-black-category.one:where(.w-variant-86607bc4-425b-d169-22bf-3e6eebb1840d), .h4-28-light-black-category.one:where(.w-variant-d1cb1743-c1e4-ec83-98ae-13e86460cd58), .h4-28-light-black-category.one:where(.w-variant-11d1b70e-ae1b-639c-a678-928c657f1e05), .h4-28-light-black-category.one:where(.w-variant-f000949f-e8c4-ec7f-df73-0417ea88cee5), .h4-28-light-black-category.one:where(.w-variant-6fc49552-d953-0cff-3c70-54ac1ef18a5f), .h4-28-light-black-category.one:where(.w-variant-bff2b565-722d-b62d-c1e3-1f54441f115e), .h4-28-light-black-category.one:where(.w-variant-a8faebc2-0153-a8fb-7612-2aea243021c0), .h4-28-light-black-category.one:where(.w-variant-92da6c3a-20c8-a0bf-079c-79af35e5de4a), .h4-28-light-black-category.one:where(.w-variant-7615011b-751e-3c59-b1e2-1d6655d88861), .h4-28-light-black-category.one:where(.w-variant-b72a25a5-3af5-a3cc-0a4a-7ac959a85f7c), .h4-28-light-black-category.one:where(.w-variant-02ab7c1c-98bd-2721-8a0a-ab2f03b265ab), .h4-28-light-black-category.one:where(.w-variant-89685e71-8cf6-19ee-2ad9-7f4451e0c14a), .h4-28-light-black-category.one:where(.w-variant-5740a082-5a13-aa8e-4a89-b1de3eb9c5dd), .h4-28-light-black-category.one:where(.w-variant-0b8cdf0b-cc61-1db4-74a0-907b44cfabde), .h4-28-light-black-category.one:where(.w-variant-0a855263-980c-e7ba-568f-2275a1f418a6), .h4-28-light-black-category.one:where(.w-variant-a0f7ff8a-3384-5342-768d-792d78c89e55) {
    font-weight: 300;
  }

  .h4-28-light-black-category.one.mini, .h4-28-light-black-category.two.mini, .h4-28-light-black-category.three.mini, .h4-28-light-black-category.four.mini, .h4-28-light-black-category.five.mini, .h4-28-light-black-category.six.mini, .h4-28-light-black-category.seven.mini, .h4-28-light-black-category.eight.mini, .h4-28-light-black-category.nine.mini, .h4-28-light-black-category.ten.mini {
    font-size: 20px;
  }

  .neo-link-one:where(.w-variant-a6c738a0-f2f0-e0b6-5f48-b76cafd56c8f), .neo-link-one:where(.w-variant-bff2b565-722d-b62d-c1e3-1f54441f115e) {
    padding-left: 5px;
  }

  .tab-pane-tab-1-2 {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .text-nav {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 18px;
    line-height: 20px;
    position: relative;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
    line-height: 16px;
  }

  .image_quality {
    height: 150px;
  }

  .dropdown_link_two {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
  }

  .dropdown-link-6 {
    font-family: Oswald, Arial, sans-serif;
    font-weight: 500;
  }

  .dropdown-link-7, .dropdown-link-8 {
    font-family: Oswald, Arial, sans-serif;
  }

  .text_block_one {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
  }

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

  .image-21 {
    max-width: 100%;
  }

  .div-block-441 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .menu_two {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-top: 0px solid var(--grey-two);
    flex-flow: column;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .div-block-442 {
    background-color: var(--grey-two);
    width: 20%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .h3-20-medium-yellow {
    font-size: 18px;
    line-height: 20px;
  }

  .h1-100-bold-black-product {
    letter-spacing: -2px;
    font-size: 56px;
    font-weight: 700;
    line-height: 120%;
  }

  .h1-100-bold-black-product:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h1-100-bold-black-product:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h1-100-bold-black-product:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 60px;
  }

  .tabs-3 {
    z-index: 6;
  }

  .neo-link-six:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
    border-left-color: var(--black-20);
  }

  .product_two_damapower, .product_two-copy {
    height: 400px;
    padding-left: 0;
  }

  .tabs-content---kanji-hid {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    top: -350%;
    bottom: auto;
    left: 0%;
  }

  .image-cat:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .image-cat:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .image-cat:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2), .image-22 {
    width: 100%;
    height: auto;
  }

  .image_product_three {
    width: auto;
  }

  .image_header_kanjihid_one, .image_header_kanjihid_three, .image_header_kanjihid_two {
    object-fit: cover;
  }

  .image_header_product_three_kanjihid {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
  }

  .container_product_page_kanjihid {
    padding: 120px 40px 0;
  }

  .container_product_page_kanjihid.about-us-space {
    padding-top: 0;
  }

  .container_product_page_kanjihid.about-us-space.padding-100 {
    padding-bottom: 0;
  }

  .container_product_page_kanjihid.padding-top-100 {
    padding-top: 100px;
  }

  .container_product_page_kanjihid.padding-200 {
    padding-bottom: 200px;
  }

  .slider-header-home {
    height: 140px;
  }

  .slide-nav-home, .div-block-445 {
    width: 100%;
  }

  .flex-dama-eco {
    height: auto;
    padding-right: 0;
    overflow: hidden;
  }

  .flex-dama-eco._18, .flex-dama-eco.gap-40 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .flex-dama-eco.gap-40._50.mobile {
    width: 100%;
  }

  .flex-dama-eco.gap-60 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .flex-dama-eco.gap-12 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .flex-dama-eco.gap-12._80.mobile, .flex-dama-eco.gap-34._50.mobile, .flex-dama-eco.gap-30._50.mobile {
    width: 100%;
  }

  .flex-dama-eco.gap-100.gap-40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex-dama-eco.gap-100._30-product {
    width: 100%;
  }

  .flex-dama-eco.gap-16.center {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-pad {
    margin-bottom: 4px;
    padding-bottom: 4px;
  }

  .nav-pad-out {
    color: var(--black);
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-pad-out.botton {
    padding-bottom: 0;
  }

  .menu-category-tab-mini {
    z-index: 3;
    width: 100%;
    position: relative;
  }

  .h3-26-bold-yellow {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
  }

  .link-header-home {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
  }

  .logo-dama-heade {
    justify-content: center;
    align-items: flex-start;
  }

  .tab-category-id:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .tab-category-id:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .tab-category-id:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .tab-category-id:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    justify-content: center;
    align-items: center;
  }

  .slider-category {
    height: 1600px;
  }

  .p-26-regular-grey {
    font-size: 12px;
    line-height: 150%;
  }

  .p-24-regular-grey {
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
  }

  .p-24-regular-white {
    font-size: 22px;
    line-height: 140%;
  }

  .div-block-450:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .div-block-450:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .div-block-450:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .div-block-450:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    width: 100%;
  }

  .h3-24-regular-black-product {
    font-size: 12px;
    line-height: 14px;
  }

  .h3-24-regular-black-product.one-product:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h3-24-regular-black-product.one-product:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .h3-24-regular-black-product.one-product:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-24-regular-black-product.one-product:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 20px;
    line-height: 24px;
  }

  .h3-24-regular-black-product.two-product:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    font-size: 20px;
    line-height: 20px;
  }

  .h3-24-regular-black-product.two-product:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    font-size: 20px;
    line-height: 24px;
  }

  .h3-24-regular-black-product.two-product:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-24-regular-black-product.two-product:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 20px;
    line-height: 20px;
  }

  .h1-160-black-black--italic-center-mobile {
    z-index: 0;
    font-family: Roboto Condensed, sans-serif;
    font-size: 100px;
    font-weight: 800;
    line-height: 90px;
    display: block;
    position: relative;
  }

  .h1-160-black-black--italic-center-mobile.height-80 {
    font-size: 64px;
    line-height: 64px;
    display: block;
  }

  .link-block-6 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 25% 0% auto;
  }

  .link-product.neo, .led-kanji-link, .lux-link {
    top: 25%;
  }

  .hih-link {
    top: 20%;
  }

  .led-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    left: 10%;
  }

  .dropdown-toggle-3-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-led-list {
    font-size: 18px;
    line-height: 20px;
  }

  .link-led-list {
    margin-bottom: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .link-led-list.w--current {
    margin-bottom: 2px;
    padding-bottom: 4px;
  }

  .left-product:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .left-product:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .left-product:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2), .right-product:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .right-product:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .right-product:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    height: 100%;
    top: 0%;
  }

  .brand {
    padding-left: 58px;
  }

  .image-sosmed {
    width: 40px;
    height: 40px;
  }

  .slider-nav-two {
    height: 90px;
  }

  .slide-nav-two {
    width: 50%;
  }

  .tab-pane-tab-1-3, .tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-1-4, .tab-pane-tab-2-2, .tab-pane-tab-3-2, .tab-pane-tab-1-5, .tab-pane-tab-2-3, .tab-pane-tab-3-3, .tab-pane-tab-1-6, .tab-pane-tab-2-4, .tab-pane-tab-3-4, .tab-pane-tab-1-7, .tab-pane-tab-2-5, .tab-pane-tab-3-5, .tab-pane-tab-1-8, .tab-pane-tab-2-6, .tab-pane-tab-3-6, .tab-pane-tab-1-9, .tab-pane-tab-2-7, .tab-pane-tab-3-7, .tab-pane-tab-3-7:where(.w-variant-a0f7ff8a-3384-5342-768d-792d78c89e55), .slider-one {
    width: 100%;
  }

  .swiper {
    display: flex;
  }

  .swiper-wrapper {
    flex-flow: row;
    display: flex;
  }

  .swiper-slide {
    flex: 0 auto;
    width: auto;
    display: block;
  }

  .div-block-454 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .video-home {
    width: 100%;
  }

  .sec-2-home {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .about-us-home {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .image-23 {
    width: auto;
  }

  .p-26-regular-black-support {
    font-size: 22px;
    line-height: 140%;
  }

  .p-24-regular-black-product {
    color: var(--black);
    font-size: 22px;
    line-height: 140%;
  }

  .h3-24-bold-black-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
  }

  .hid-tab-link, .hid-tab-link.w--current, .led-tab-link {
    font-size: 16px;
  }

  .menu-tab-hid-led {
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 600px;
    right: 0;
  }

  .footer-font-telp-email {
    font-size: 36px;
    line-height: 40px;
  }

  .wrapper-header-home {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .image-category-product.hp, .image-category-product.hid {
    width: 20%;
  }

  .image-category-product.dama-eco {
    width: 80px;
  }

  .img-product.dama-eco {
    width: 80%;
  }
}

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

  .container.footer {
    overflow: hidden;
  }

  .container.abou-us-carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .container.padding-top-120 {
    padding-bottom: 40px;
  }

  .container.padding-100, .container._80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .caption_header.hid, .caption_header.neo, .caption_header.led-kanji, .caption_header.lux, .caption_header.hp {
    width: 120px;
  }

  .div-block-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .two_column.gap-24 {
    flex-flow: column;
  }

  .two_column.spacing-20:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .two_column.spacing-20:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .two_column.spacing-20:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .two_column.spacing-20:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .italic.white {
    margin-top: 0;
    margin-bottom: 0;
  }

  .subsec_home {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .black.aa {
    font-size: 16px;
    line-height: 100%;
  }

  .btn-primary {
    font-size: 12px;
    line-height: 14px;
  }

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

  .title_sec_home {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .image {
    height: auto;
  }

  .content_home_our_product.padding-botton-60 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_home_our_product.padding-botton-60:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .content_home_our_product.padding-botton-60:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .content_home_our_product.padding-botton-60:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .content_home_our_product.padding-botton-60:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image_home_category {
    max-height: 300px;
  }

  .home_category_spec {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: auto;
  }

  .home_category_spec:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .home_category_spec:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
    justify-content: center;
    align-items: center;
  }

  .home_category_spec_content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-15 {
    height: 300px;
  }

  .btn-secondary {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-17 {
    height: 1400px;
  }

  .form_home {
    padding: 24px 16px;
  }

  .form_row_one {
    flex-flow: column;
  }

  .form_col {
    width: 100%;
  }

  .field-label {
    font-size: 14px;
  }

  .text-field {
    height: 40px;
  }

  .div-block-21 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .s60, .s40.reg {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-24 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex: 0 auto;
  }

  .div-block-25 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
  }

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

  .nav-links {
    font-size: 16px;
    line-height: 20px;
  }

  .nav-links.nav-link, .nav-links.nav-link.w--current {
    font-size: 16px;
  }

  .nav-one {
    width: 120%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial7_slide-nav {
    margin-bottom: 0;
  }

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

  .margin-bottom.margin-small.padding-16:where(.w-variant-18b06aa1-ee4e-45eb-fcb3-92306b52514b), .margin-bottom.margin-small.padding-16.top-8, .margin-bottom.margin-small.padding-16.top-17 {
    padding-bottom: 16px;
  }

  .category_slider {
    padding-bottom: 3rem;
  }

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

  .slider-arrow.is-centre-next {
    width: 2rem;
    height: 2rem;
    right: 20px;
  }

  .slider-arrow.is-centre-previous {
    left: 20px;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

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

  .content_image_category {
    padding-top: 600px;
  }

  .content_image_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    margin-top: 64px;
    padding-top: 0;
  }

  .content_image_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .content_image_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
    padding-top: 0;
  }

  .content_image_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    margin-top: 64px;
    padding-top: 0;
  }

  .div-block-31:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .div-block-31:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .div-block-31:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2), .div-block-31-copy:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .div-block-31-copy:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .div-block-31-copy:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    padding-top: 600px;
  }

  .h1-100-bold-black--italic, .h1-100-bold-black, .h1-100-bold-black20 {
    letter-spacing: -2px;
    font-size: 50px;
    line-height: 52px;
  }

  .h4-18-medium-white {
    font-size: 16px;
    line-height: 18px;
  }

  .h4-18-medium-white.mobile {
    font-size: 14px;
    line-height: 16px;
  }

  .h6-12-light-white.mobile {
    font-size: 10px;
    line-height: 14px;
  }

  .h1-54-medium-white-italic {
    font-size: 26px;
    line-height: 26px;
  }

  .h1-100-bold-white {
    letter-spacing: -2px;
    font-size: 50px;
    line-height: 54px;
  }

  .h1-160-bold-white-italic {
    font-size: 80px;
    line-height: 70px;
  }

  .h1-100-bold-white-italic {
    letter-spacing: -2px;
    font-size: 50px;
    line-height: 54px;
  }

  .h1-122-bold-black {
    font-size: 60px;
  }

  .h1-46-bold-black {
    font-size: 20px;
  }

  .flex-vertical._18 {
    padding-left: 30px;
  }

  .flex-vertical.gap-12._80.mobile.gap-30.padding-50 {
    padding-left: 0;
  }

  .flex-vertical.gap-30._60._100 {
    width: 100%;
  }

  .flex-vertical.gap-30._60._100.gap-18 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .flex-vertical.gap-16.center {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-horizontal-spacebetween.gap-60.gap-100 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .h1-90-bold-black {
    font-size: 30px;
  }

  .p-26-regular-black {
    font-size: 12px;
  }

  .div-block-45 {
    width: 18px;
  }

  .h1-40-bold-black {
    font-size: 24px;
  }

  .link-20-medium-black {
    font-size: 12px;
  }

  .flex-horizontal._26, .flex-horizontal._14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-horizontal._14._70.mobile {
    width: 100%;
  }

  .flex-horizontal.gap-40.top.gap-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-9 {
    width: 12px;
  }

  .testimonial7_slider {
    padding-bottom: 3rem;
  }

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

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

  .quality_about_us_slider {
    padding-bottom: 3rem;
  }

  .quality_about_us_mask {
    height: 200px;
  }

  .flex-vertical-center.gap-60.padding-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .p-24-regular-black {
    font-size: 12px;
    line-height: 140%;
  }

  .h1-30-bold-black {
    font-size: 24px;
    line-height: 28px;
  }

  .contact-us-form {
    padding: 20px;
  }

  .h6-16-medium-yellow {
    font-size: 10px;
    line-height: 14px;
  }

  .h1-60-bold-black._50 {
    width: 100%;
    font-size: 50px;
    line-height: 54px;
  }

  .h4-18-medium-gray {
    font-size: 14px;
    line-height: 16px;
  }

  .h4-18-medium-gray.category {
    font-size: 12px;
    line-height: 14px;
  }

  .h4-18-medium-gray.category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h4-18-medium-gray.category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h4-18-medium-gray.category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 12px;
  }

  .h4-18-medium-yellow {
    font-size: 10px;
    line-height: 14px;
  }

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

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

  .faq2_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq2_question.padding-16:where(.w-variant-18b06aa1-ee4e-45eb-fcb3-92306b52514b), .faq2_question.padding-16.top-3, .faq2_question.padding-16.top-12 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .faq2_icon-wrapper {
    width: 1.75rem;
    height: 1.75rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .faq2_accordion, .faq2_accordion:where(.w-variant-18b06aa1-ee4e-45eb-fcb3-92306b52514b), .faq2_accordion.top-2, .faq2_accordion.top-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h1-350-bold-yellow {
    font-size: 100px;
    line-height: 102px;
  }

  .div-block-61 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bg_support {
    right: 20px;
  }

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

  .faq2_icon-wrapper-2 {
    width: 1.75rem;
    height: 1.75rem;
  }

  .multi-form3_logo-link {
    padding-left: 0;
  }

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

  .multi-form3_navbar, .multi-form3_footer {
    height: 4rem;
  }

  .bg_grey_support {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .h3-20-medium-black {
    font-size: 16px;
    line-height: 18px;
  }

  .h4-18-regular-gray {
    font-size: 12px;
    line-height: 14px;
  }

  .content_sec_home:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .content_sec_home:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .content_sec_home:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .content_sec_home:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .discover_more {
    left: 15%;
  }

  .h3-26-medium-black {
    font-size: 18px;
  }

  .h3-20-regular-black-center {
    font-size: 12px;
    line-height: 14px;
  }

  .h3-20-regular-black-center.category {
    font-size: 10px;
    line-height: 12px;
  }

  .h3-20-regular-black-center.category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h3-20-regular-black-center.category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-20-regular-black-center.category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 12px;
  }

  .category_col:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .category_col:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .category_col:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
    justify-content: space-between;
    align-items: center;
  }

  .category_col:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    justify-content: space-between;
    align-items: center;
    height: 54px;
  }

  .category_col:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917), .category_col:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa), .category_col:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1), .category_col:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840), .category_col_10:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .category_col_10:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .category_col_10:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .category_col_10:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    justify-content: space-between;
    align-items: center;
  }

  .category_col_11:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
    justify-content: center;
    align-items: center;
  }

  .category_col_11:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094) {
    justify-content: space-between;
    align-items: center;
  }

  .category_col_11:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
    justify-content: center;
    align-items: center;
  }

  .category_col_11:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa), .category_col_12:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .category_col_12:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .category_col_12:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917), .category_col_12:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
    justify-content: space-between;
    align-items: center;
  }

  .grid_1_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    padding-top: 0;
    padding-bottom: 16px;
  }

  .grid_1_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .grid_1_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .grid_1_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    padding-top: 0;
  }

  .grid_3_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid_3_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    padding-top: 8px;
  }

  .category_col_10_2:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .category_col_10_2:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .category_col_10_2:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .category_col_10_2:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .category_col_10_2:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917), .category_col_10_2:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa), .category_col_10_2:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1), .category_col_10_2:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
    justify-content: space-between;
    align-items: center;
  }

  .grid_2_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    padding-top: 0;
    padding-bottom: 16px;
  }

  .grid_2_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .grid_2_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .grid_2_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    padding-top: 8px;
  }

  .dropdown-toggle-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .category_slider_led {
    padding-bottom: 3rem;
  }

  .tabs-menu-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    top: 600px;
  }

  .text-block-4, .text-block-5 {
    font-size: 16px;
    line-height: 18px;
  }

  .link-3, .link-4 {
    font-size: 16px;
    line-height: 100%;
  }

  .link-7 {
    text-align: right;
    font-size: 16px;
  }

  .h4-25-button-discover-more:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    font-size: 12px;
    line-height: 100%;
  }

  .h4-25-button-discover-more:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    font-size: 14px;
    line-height: 14px;
  }

  .h4-25-button-discover-more:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h4-25-button-discover-more:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 12px;
    line-height: 100%;
  }

  .discover-more {
    width: 120px;
    height: 120px;
  }

  .header_product {
    height: 800px;
  }

  .container_product_page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_product_page.footer {
    overflow: hidden;
  }

  .container_product_page.abou-us-carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .h4-18-bold-gray {
    font-size: 14px;
    line-height: 16px;
  }

  .h4-18-bold-gray.category {
    font-size: 12px;
    line-height: 14px;
  }

  .h4-18-medium-black {
    font-size: 14px;
    line-height: 16px;
  }

  .h4-18-medium-black.category {
    font-size: 12px;
    line-height: 14px;
  }

  .tabs-content-2 {
    top: -500%;
    bottom: 0;
    left: 0;
  }

  .tabs-content-2.lux {
    top: -400%;
    bottom: 0%;
    left: 0;
  }

  .tab-prev.home {
    top: 600px;
    left: 20px;
  }

  .tab-next.home {
    top: 600px;
    right: 20px;
  }

  .tab_category, .tab_category.current {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-430 {
    width: 20%;
  }

  .tab-content-product, .tab-content-product.w--current, .tab-content-product.tab-content-product-one, .tab-content-product.tab-content-product-one.w--current {
    width: 280px;
  }

  .tab-content-product.tab-content-product-one.hp, .tab-content-product.tab-content-product-one.hp.w--current {
    width: 300px;
  }

  .tab-content-product.tab-content-product-one.hid.w--current, .tab-content-product.tab-content-product-one.eco, .tab-content-product.tab-content-product-two, .tab-content-product.tab-content-product-two.w--current, .tab-content-product.tab-content-product-two.neo {
    width: 280px;
  }

  .tab-content-product.tab-content-product-two.hp {
    width: 300px;
  }

  .tab-content-product.tab-content-product-two.hid, .tab-content-product.tab-content-product-three, .tab-content-product.tab-content-product-three.neo {
    width: 280px;
  }

  .tab-content-product.tab-content-product-three.hp {
    width: 300px;
  }

  .tab-content-product.tab-content-product-four, .tab-content-product.tab-content-product-four.neo {
    width: 280px;
  }

  .tab-content-product.tab-content-product-four.hp {
    width: 300px;
  }

  .tab-content-product.tab-content-product-five {
    width: 280px;
  }

  .tab-content-product.tab-content-product-five.hp {
    width: 300px;
  }

  .tab-content-product.tab-content-product-six {
    width: 280px;
  }

  .tab-content-product.tab-content-product-six.hp {
    width: 300px;
  }

  .tab-content-product.tab-content-product-seven, .tab-content-product.tab-content-product-eight, .tab-content-product.tab-content-product-nine, .tab-content-product.tab-content-product-ten, .tab-content-product.neo, .tab-content-product.neo.w--current {
    width: 280px;
  }

  .tab-content-product.hp.w--current {
    width: 300px;
  }

  .h1-80-bold-yellow {
    letter-spacing: -2px;
    font-size: 46px;
    line-height: 100%;
  }

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

  .detail_product_para {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image_details_product {
    width: 100%;
    max-height: none;
  }

  .para_details_product {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .h3-26-bold-black {
    line-height: 120%;
  }

  .h3-26-bold-black.aa {
    text-transform: none;
    font-size: 18px;
  }

  .h3-26-bold-black.aa:where(.w-variant-18b06aa1-ee4e-45eb-fcb3-92306b52514b), .h3-26-bold-black.aa.top-13 {
    font-size: 18px;
  }

  .p-18-regular-black {
    font-size: 12px;
    line-height: 14px;
  }

  .column_products.padding-buttom-64 {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
    flex-flow: column;
  }

  .column_products.padding-buttom-64.lux {
    grid-column-gap: 220px;
    grid-row-gap: 220px;
    flex-flow: column;
  }

  .column_products.padding-buttom-64.lux.eco, .column_products.padding-buttom-64.lux.dama-eco {
    grid-column-gap: 400px;
    grid-row-gap: 400px;
  }

  .column_products.padding-buttom-64.mini {
    grid-column-gap: 500px;
    grid-row-gap: 500px;
  }

  .tab-menu-product, .tab-menu-product.neo, .tab-menu-product.dama-eco {
    padding-top: 24px;
  }

  .image_products {
    width: 100%;
  }

  .h1-100-black-black-italic {
    letter-spacing: -2px;
    font-size: 46px;
    line-height: 52px;
  }

  .light {
    top: -15%;
  }

  .light.mini.left {
    left: -80px;
  }

  .light.mini.right {
    left: 80px;
  }

  .image_header_product_four {
    height: 100%;
  }

  .image_header_three {
    max-width: 150%;
  }

  .tab_link_two {
    padding-left: 20px;
  }

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

  .image_quality {
    height: auto;
  }

  .dropdown_link_two, .text_block_one {
    font-size: 16px;
    line-height: 20px;
  }

  .h3-20-medium-yellow {
    font-size: 16px;
    line-height: 18px;
  }

  .h1-100-bold-black-product {
    letter-spacing: -2px;
    font-size: 32px;
    line-height: 100%;
  }

  .h4-18-medium-black-right {
    font-size: 14px;
    line-height: 16px;
  }

  .h4-18-medium-black-right.category {
    font-size: 12px;
    line-height: 14px;
  }

  .product_two_damapower {
    width: auto;
    height: 80%;
  }

  .product_two-copy {
    justify-content: center;
    align-items: flex-end;
  }

  .h1-120-bold-white-italic {
    font-size: 80px;
    line-height: 70px;
  }

  .video_home {
    height: 300px;
  }

  .discover-more-home:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    width: 80px;
    height: 80px;
  }

  .discover-more-home:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    width: 120px;
    height: 120px;
  }

  .discover-more-home:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .discover-more-home:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    width: 80px;
    height: 80px;
  }

  .container_product_page_kanjihid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_product_page_kanjihid.footer {
    overflow: hidden;
  }

  .container_product_page_kanjihid.abou-us-carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery18_slider {
    padding-bottom: 3rem;
  }

  .gallery18_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery18_mask {
    width: 50%;
  }

  .slider-header-home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 120px;
    display: block;
  }

  .slide {
    padding-right: 10px;
  }

  .mask-2 {
    width: 33.33%;
  }

  .slide-nav-home {
    bottom: 0;
  }

  .div-block-445 {
    width: 100%;
  }

  .flex-dama-eco._18 {
    padding-left: 30px;
  }

  .flex-dama-eco.gap-30._60._100 {
    width: 100%;
  }

  .flex-dama-eco.gap-30._60._100.gap-18 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .menu-category-tab-mini {
    z-index: 4;
    width: 100%;
    height: 200px;
  }

  .h3-26-bold-yellow {
    font-size: 12px;
    line-height: 100%;
  }

  .slider-category {
    height: 1100px;
  }

  .p-24-regular-grey {
    font-size: 12px;
  }

  .p-24-regular-white {
    font-size: 14px;
  }

  .h3-24-regular-black-product.one-product:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    font-size: 18px;
  }

  .h3-24-regular-black-product.one-product:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h3-24-regular-black-product.one-product:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-24-regular-black-product.one-product:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 12px;
    line-height: 100%;
  }

  .h3-24-regular-black-product.two-product:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    font-size: 18px;
  }

  .h3-24-regular-black-product.two-product:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .h3-24-regular-black-product.two-product:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h3-24-regular-black-product.two-product:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 12px;
    line-height: 100%;
  }

  .h1-160-black-black--italic-center-mobile {
    font-size: 100px;
    line-height: 90px;
  }

  .lux-link {
    top: 25%;
  }

  .dropdown-toggle-3-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .h1-120-medium-white-italic {
    font-size: 80px;
    line-height: 70px;
  }

  .image-sosmed {
    width: 32px;
    height: 32px;
  }

  .div-block-453 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .slider-nav-two {
    height: 88px;
  }

  .slide-nav-two, .tab-pane-tab-1-3, .tab-pane-tab-2, .tab-pane-tab-3, .slider-one {
    width: 100%;
  }

  .p-26-regular-black-support {
    font-size: 12px;
  }

  .p-24-regular-black-product {
    font-size: 12px;
    line-height: 140%;
  }

  .menu-tab-hid-led {
    top: 390px;
  }

  .footer-font-telp-email {
    font-size: 24px;
    line-height: 28px;
  }

  .image-category-product {
    width: 45%;
  }

  .img-product.dama-eco {
    width: 70%;
  }

  .text-field-2 {
    height: 40px;
  }

  .field-label-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    overflow: hidden;
  }

  .container.padding-top-100 {
    padding-top: 60px;
  }

  .caption_header.hid, .caption_header.neo, .caption_header.led-kanji, .caption_header.lux {
    width: 100px;
  }

  .caption_header.hp {
    width: 84px;
  }

  .div-block-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 600px;
  }

  .black.aa {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .title_sec_home {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .content_home_our_product.padding-botton-60:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .content_home_our_product.padding-botton-60:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .content_home_our_product.padding-botton-60:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .content_home_our_product.padding-botton-60:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    padding-bottom: 0;
  }

  .product_home_category_one {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image_home_category {
    max-height: 200px;
  }

  .home_category_spec {
    width: auto;
  }

  .home_category_spec:where(.w-variant-aeaf64f0-180d-98eb-7a7a-708412aae094), .home_category_spec:where(.w-variant-b29cfc87-e156-e6ec-aa12-c564324730fa) {
    justify-content: center;
    align-items: center;
  }

  .home_category_spec_content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_category_spec_content.grid {
    grid-template-columns: 1fr 1fr 1fr;
    overflow: visible;
  }

  .home_category_spec_content.grid:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .home_category_spec_content.grid:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), .home_category_spec_content.grid:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_category_spec_content.grid:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .home_category_spec_content.grid:where(.w-variant-44f406ec-a5cd-e460-ccf4-dd342f4dacd1), .home_category_spec_content.grid:where(.w-variant-347f165d-0c33-9c70-ab00-ba3992648840) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_category_content:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .home_category_content:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
    overflow: visible;
  }

  .div-block-15 {
    height: 180px;
  }

  .text-field {
    height: 36px;
  }

  .div-block-21 {
    overflow: visible;
  }

  .s60, .s40.reg {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-24, .div-block-25 {
    width: 50%;
  }

  .nav-one {
    width: 130%;
    padding-top: 0;
    padding-bottom: 20px;
  }

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

  .slider-arrow.is-centre-next {
    margin-top: 800px;
    margin-bottom: 400px;
    right: 20px;
  }

  .slider-arrow.is-centre-previous {
    margin-top: 800px;
    margin-bottom: 400px;
    left: 20px;
  }

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

  .content_image_category {
    padding-top: 500px;
  }

  .content_image_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    margin-top: 64px;
    padding-top: 0;
  }

  .content_image_category:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6), .content_image_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5) {
    padding-top: 0;
  }

  .content_image_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    margin-top: 64px;
    padding-top: 0;
  }

  .div-block-31 {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-31-copy:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823), .div-block-31-copy:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .div-block-31-copy:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    padding-top: 500px;
  }

  .h1-100-bold-black--italic, .h1-100-bold-black, .h1-100-bold-black20 {
    font-size: 44px;
    line-height: 44px;
  }

  .h4-18-medium-white {
    font-size: 14px;
    line-height: 16px;
  }

  .h4-18-medium-white.mobile {
    font-size: 12px;
    line-height: 14px;
  }

  .h1-100-bold-white {
    font-size: 44px;
    line-height: 44px;
  }

  .h1-160-bold-white-italic {
    letter-spacing: -2px;
    font-size: 54px;
    line-height: 54px;
  }

  .h1-100-bold-white-italic {
    font-size: 44px;
    line-height: 44px;
  }

  .h1-122-bold-black {
    font-size: 40px;
  }

  .h1-46-bold-black {
    letter-spacing: normal;
    font-size: 12px;
  }

  .div-block-41 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex-horizontal-spacebetween.gap-60.gap-100 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h1-50-bold-black.center {
    text-align: center;
  }

  .quality_about_us_mask {
    height: 130px;
  }

  .h1-30-bold-black {
    font-size: 18px;
    line-height: 20px;
  }

  .h1-60-bold-black.center {
    text-align: center;
  }

  .h1-350-bold-yellow {
    font-size: 78px;
    line-height: 80px;
  }

  .bg_font {
    justify-content: center;
    align-items: flex-start;
    bottom: 100px;
  }

  .fs-select_icon-1 {
    color: #131313;
    margin: 0;
    position: relative;
  }

  .div-block-68 {
    background-color: #f6f6f6;
  }

  .bg_grey_support {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-71 {
    padding-left: 16px;
  }

  .image-15 {
    width: 50px;
  }

  .category_col {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .category_col:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    height: 100%;
  }

  .category_col:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .category_col:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa) {
    height: 100%;
  }

  .category_col:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .category_col:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    height: 64px;
  }

  .category_col:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .category_col:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    height: 100%;
  }

  .grid_1_category {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
    overflow: visible;
  }

  .grid_1_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    place-items: center stretch;
    width: 100%;
  }

  .grid_1_category:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid_1_category:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa) {
    place-items: center stretch;
    width: 100%;
  }

  .grid_1_category:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid_1_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .grid_1_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    place-items: center stretch;
    width: 100%;
  }

  .grid_3_category:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde), .grid_3_category:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .category_col_10_2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .grid_2_category:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    width: 100%;
    display: grid;
  }

  .grid_2_category:where(.w-variant-a9a953d7-1900-1adc-ccf7-9c15cc549dde) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid_2_category:where(.w-variant-04eb4cad-452f-f15c-6674-98ad00405bfa) {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    width: 100%;
    display: grid;
  }

  .grid_2_category:where(.w-variant-0a8fa709-e3f8-43d2-1e68-7c585910e917) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid_2_category:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .grid_2_category:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    width: 100%;
    display: grid;
  }

  .h3-24-medium-black {
    font-size: 12px;
    line-height: 14px;
  }

  .tabs-menu-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 20px;
    padding-right: 20px;
    top: 450px;
  }

  .text-block-4, .text-block-5 {
    font-size: 12px;
    line-height: 14px;
  }

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

  .h1-160-black-black--italic-center.height-80 {
    font-size: 50px;
    line-height: 50px;
  }

  .h4-25-button-discover-more:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    font-size: 8px;
    line-height: 100%;
  }

  .h4-25-button-discover-more:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    font-size: 12px;
    line-height: 12px;
  }

  .h4-25-button-discover-more:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .h4-25-button-discover-more:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    font-size: 8px;
    line-height: 100%;
  }

  .content_product_page_image {
    justify-content: center;
    align-items: flex-start;
  }

  .container_product_page {
    overflow: hidden;
  }

  .container_product_page.padding-top-100 {
    padding-top: 60px;
  }

  .tabs-content-2, .tabs-content-2:where(.w-variant-175c28a3-ae95-6701-cc1b-eb58740eab86), .tabs-content-2:where(.w-variant-919aed4d-4da4-1f23-8097-f56ae924da87), .tabs-content-2:where(.w-variant-6f2817ef-5ad7-e49b-0437-559efb83f344), .tabs-content-2:where(.w-variant-6d178720-9694-813d-6685-7f8737615438), .tabs-content-2:where(.w-variant-f714f876-cb37-5094-fe25-ad4a6f585cb9), .tabs-content-2:where(.w-variant-a4016639-be69-2e42-1a71-05c42fd8bc10), .tabs-content-2:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77), .tabs-content-2:where(.w-variant-62cc6053-1679-f13d-f32e-6cae5fb1eca7), .tabs-content-2:where(.w-variant-680d4a98-e25c-a821-dfa2-ad9f36169b5d), .tabs-content-2:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2), .tabs-content-2:where(.w-variant-1f677c6d-de0e-3cd3-bc22-2f17b815c3e3), .tabs-content-2:where(.w-variant-a6c738a0-f2f0-e0b6-5f48-b76cafd56c8f), .tabs-content-2:where(.w-variant-92da6c3a-20c8-a0bf-079c-79af35e5de4a), .tabs-content-2:where(.w-variant-a8faebc2-0153-a8fb-7612-2aea243021c0), .tabs-content-2:where(.w-variant-bff2b565-722d-b62d-c1e3-1f54441f115e), .tabs-content-2:where(.w-variant-0b8cdf0b-cc61-1db4-74a0-907b44cfabde), .tabs-content-2:where(.w-variant-89685e71-8cf6-19ee-2ad9-7f4451e0c14a), .tabs-content-2:where(.w-variant-02ab7c1c-98bd-2721-8a0a-ab2f03b265ab), .tabs-content-2:where(.w-variant-16916ae4-81ea-0bf4-319a-e53e79b5848a), .tabs-content-2:where(.w-variant-7ee853d1-c8f7-bb3e-7215-3ef601699209), .tabs-content-2:where(.w-variant-c004aee5-2bdd-b220-f0d2-26effcae99ba), .tabs-content-2:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f), .tabs-content-2:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
    top: -320%;
  }

  .tab-link-preview, .tab-link-preview.w--current {
    width: 100px;
    height: 100px;
  }

  .tab-prev.home, .tab-next.home {
    top: 464px;
  }

  .tab_category, .tab_category.current {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tab_category.dama-eco {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 260px;
  }

  .tab-content-product, .tab-content-product.w--current, .tab-content-product.tab-content-product-one.hid, .tab-content-product.tab-content-product-one.hid.w--current {
    width: 280px;
  }

  .tab-content-product.tab-content-product-one.dama-eco.w--current {
    width: 320px;
  }

  .tab-content-product.tab-content-product-two, .tab-content-product.tab-content-product-two.neo, .tab-content-product.tab-content-product-two.neo.w--current, .tab-content-product.tab-content-product-two.hid {
    width: 280px;
  }

  .tab-content-product.tab-content-product-two.dama-eco.w--current {
    width: 320px;
  }

  .tab-content-product.tab-content-product-three.w--current, .tab-content-product.tab-content-product-three.neo, .tab-content-product.tab-content-product-three.neo.w--current {
    width: 280px;
  }

  .tab-content-product.tab-content-product-three.hp {
    width: 300px;
  }

  .tab-content-product.tab-content-product-three.hid, .tab-content-product.tab-content-product-three.hid.w--current {
    width: 280px;
  }

  .tab-content-product.tab-content-product-three.dama-eco.w--current {
    width: 320px;
  }

  .tab-content-product.tab-content-product-four.w--current, .tab-content-product.tab-content-product-four.neo {
    width: 280px;
  }

  .tab-content-product.tab-content-product-four.hp {
    width: 300px;
  }

  .tab-content-product.tab-content-product-four.hid {
    width: 280px;
  }

  .tab-content-product.tab-content-product-four.dama-eco.w--current {
    width: 320px;
  }

  .tab-content-product.tab-content-product-five.w--current {
    width: 280px;
  }

  .tab-content-product.tab-content-product-five.hp {
    width: 300px;
  }

  .tab-content-product.tab-content-product-five.hid {
    width: 280px;
  }

  .tab-content-product.tab-content-product-five.dama-eco.w--current {
    width: 320px;
  }

  .tab-content-product.tab-content-product-six.hp {
    width: 300px;
  }

  .tab-content-product.neo, .tab-content-product.neo.w--current {
    width: 280px;
  }

  .tab-content-product.hp {
    width: 300px;
  }

  .product_one {
    width: 100%;
    height: 300px;
  }

  .h1-80-bold-yellow {
    font-size: 36px;
    line-height: 100%;
  }

  .div-block-431 {
    z-index: 10;
    position: relative;
  }

  .column_products.padding-buttom-64.lux.eco {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
  }

  .column_products.padding-buttom-64.lux.dama-eco {
    grid-column-gap: 350px;
    grid-row-gap: 350px;
  }

  .column_products.padding-buttom-64.mini {
    grid-column-gap: 500px;
    grid-row-gap: 500px;
  }

  .tab-menu-product.neo {
    padding-top: 24px;
  }

  .h1-100-black-black-italic {
    font-size: 36px;
    line-height: 42px;
  }

  .product_two {
    width: 100%;
    height: 260px;
  }

  .product_three {
    width: 100%;
    height: 280px;
  }

  .header-product-page.hid {
    padding-top: 20px;
  }

  .light.mini.left {
    display: flex;
    left: -80px;
  }

  .light.mini.right {
    left: 80px;
  }

  .light.mini.center {
    display: flex;
  }

  .light.hid.left {
    top: -4%;
    left: -4%;
  }

  .light.hid.right {
    top: -4%;
    right: -6%;
  }

  .image_header_product_four {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    top: 0%;
  }

  .image_header_three {
    max-width: 100%;
  }

  .content_product_page_image_one {
    top: 0%;
  }

  .div-block-435 {
    width: 20%;
  }

  .div-block-438 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .h1-100-bold-black-product {
    font-size: 36px;
    line-height: 40px;
  }

  .product_two_damapower {
    width: 100%;
    height: 200px;
  }

  .product_two-copy {
    width: 100%;
    height: 260px;
  }

  .tabs-content---kanji-hid, .tabs-content---kanji-hid:where(.w-variant-175c28a3-ae95-6701-cc1b-eb58740eab86), .tabs-content---kanji-hid:where(.w-variant-919aed4d-4da4-1f23-8097-f56ae924da87), .tabs-content---kanji-hid:where(.w-variant-6f2817ef-5ad7-e49b-0437-559efb83f344), .tabs-content---kanji-hid:where(.w-variant-6d178720-9694-813d-6685-7f8737615438), .tabs-content---kanji-hid:where(.w-variant-f714f876-cb37-5094-fe25-ad4a6f585cb9), .tabs-content---kanji-hid:where(.w-variant-a4016639-be69-2e42-1a71-05c42fd8bc10), .tabs-content---kanji-hid:where(.w-variant-d68ba283-d9a7-f73d-4156-b600db7c4f77), .tabs-content---kanji-hid:where(.w-variant-62cc6053-1679-f13d-f32e-6cae5fb1eca7), .tabs-content---kanji-hid:where(.w-variant-680d4a98-e25c-a821-dfa2-ad9f36169b5d), .tabs-content---kanji-hid:where(.w-variant-8dea8228-1e24-3dca-d015-19af826850f2), .tabs-content---kanji-hid:where(.w-variant-1f677c6d-de0e-3cd3-bc22-2f17b815c3e3), .tabs-content---kanji-hid:where(.w-variant-a6c738a0-f2f0-e0b6-5f48-b76cafd56c8f), .tabs-content---kanji-hid:where(.w-variant-92da6c3a-20c8-a0bf-079c-79af35e5de4a), .tabs-content---kanji-hid:where(.w-variant-a8faebc2-0153-a8fb-7612-2aea243021c0), .tabs-content---kanji-hid:where(.w-variant-bff2b565-722d-b62d-c1e3-1f54441f115e), .tabs-content---kanji-hid:where(.w-variant-0b8cdf0b-cc61-1db4-74a0-907b44cfabde), .tabs-content---kanji-hid:where(.w-variant-89685e71-8cf6-19ee-2ad9-7f4451e0c14a), .tabs-content---kanji-hid:where(.w-variant-02ab7c1c-98bd-2721-8a0a-ab2f03b265ab), .tabs-content---kanji-hid:where(.w-variant-ef42445e-a4d0-1dc6-0542-c8153dc1758f), .tabs-content---kanji-hid:where(.w-variant-802d48f2-dfc5-3efa-2f87-0db8d485df7c) {
    top: -320%;
  }

  .h1-120-bold-white-italic {
    letter-spacing: -2px;
    font-size: 54px;
    line-height: 54px;
  }

  .video_home {
    height: 200px;
  }

  .discover-more-home:where(.w-variant-95dec375-19ab-1c5b-cf9c-91aac8f3b823) {
    width: 50px;
    height: 50px;
  }

  .discover-more-home:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
    width: 80px;
    height: 80px;
  }

  .discover-more-home:where(.w-variant-4c8a826a-9df0-9f45-ab71-962ef729ffc5), .discover-more-home:where(.w-variant-330dd315-9163-b4dc-c87c-e67924c900c2) {
    width: 50px;
    height: 50px;
  }

  .image_header_kanjihid_one, .image_header_kanjihid_three, .image_header_kanjihid_two {
    object-fit: cover;
  }

  .image_header_product_one_kanjihid {
    width: 100%;
  }

  .image_header_product_two_kanjihid {
    width: auto;
    height: 100%;
  }

  .container_product_page_kanjihid {
    overflow: hidden;
  }

  .container_product_page_kanjihid.padding-top-100 {
    padding-top: 60px;
  }

  .slider-header-home {
    height: 140px;
  }

  .menu-category-tab-mini {
    height: 200px;
  }

  .h3-26-bold-yellow {
    font-size: 10px;
  }

  .slider-category {
    height: 1000px;
  }

  .h1-160-black-black--italic-center-mobile {
    font-size: 64px;
    line-height: 50px;
  }

  .h1-160-black-black--italic-center-mobile.height-80 {
    font-size: 50px;
    line-height: 50px;
  }

  .link-block-6 {
    display: flex;
    position: absolute;
    inset: 50% 0% auto;
  }

  .link-product {
    top: 0%;
  }

  .link-product.neo {
    top: 25%;
  }

  .h1-120-medium-white-italic {
    letter-spacing: -2px;
    font-size: 54px;
    line-height: 54px;
  }

  .slider-nav-two {
    height: 80px;
  }

  .div-block-454 {
    flex-flow: column;
  }

  .menu-tab-hid-led {
    top: 340px;
  }

  .footer-font-telp-email {
    font-size: 16px;
    line-height: 18px;
  }

  .img-product.neo {
    width: 50%;
  }

  .img-product.hid {
    width: 60%;
  }

  .img-product.dama-eco {
    width: 80%;
  }

  .text-field-2 {
    height: 36px;
  }
}

#w-node-_796ba28d-3242-d178-9acb-cc83bd800d9f-1d2ddfb0:where(.w-variant-8f058b9a-88a6-940f-3453-e73f17ca2bf6) {
  place-self: auto;
}

#w-node-_92b57ab5-fcbf-a815-a6e2-5c48e5cc35eb-1d2ddfb0:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d), #w-node-_8064e82a-1c6f-686a-435a-0a8a85bcc8c8-1d2ddfb0:where(.w-variant-305ae37b-50bf-4b30-fed7-88bd0b4ddb6d) {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Din';
  src: url('../fonts/dinlight_1dinlight.png') format('undefined'), url('../fonts/DIN-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-Medium.ttf') format('truetype'), url('../fonts/DIN-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-Bold.ttf') format('truetype'), url('../fonts/DIN-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-RegularAlternate.ttf') format('truetype'), url('../fonts/DIN-Regular.ttf') format('truetype'), url('../fonts/DIN-RegularAlternate.ttf') format('truetype'), url('../fonts/DIN-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-BlackAlternate.ttf') format('truetype'), url('../fonts/DIN-BlackAlternate.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/dinpro_lightitalic.ttf') format('truetype'), url('../fonts/dinpro_condensedlightitalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Semicondensed';
  src: url('../fonts/Roboto_SemiCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/Roboto_Condensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/dinpro_condensedbolditalic.otf') format('opentype'), url('../fonts/dinpro_bolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/dinpro_bold.otf') format('opentype'), url('../fonts/dinpro_condensedbold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/dinpro_blackitalic.otf') format('opentype'), url('../fonts/dinpro_condensedblackitalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/dinpro_black.otf') format('opentype'), url('../fonts/dinpro_condensedblack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/dinpro.otf') format('opentype'), url('../fonts/dinpro_condensedregular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/dinpro_condenseditalic.otf') format('opentype'), url('../fonts/dinpro_italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/dinpro_condensedlight.otf') format('opentype'), url('../fonts/dinpro_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/dinpro_condensedmedium.otf') format('opentype'), url('../fonts/dinpro_medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/dinpro_condensedmediumitalic.otf') format('opentype'), url('../fonts/dinpro_mediumitalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}