:root {
  --white: white;
  --black: #141414;
  --font: .875rem;
  --blur: 0px;
  --green: #a2c454;
  --selection-color: #141414fc;
}

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

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

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

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

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

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

body {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: -.03em;
  font-family: Work Sans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100svh;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.style-guide-section {
  z-index: 2;
  background-color: var(--white);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  position: relative;
}

.container.is-nav {
  justify-content: space-between;
  align-items: center;
  height: 1.25rem;
  display: flex;
}

.button_404 {
  background-color: var(--black);
  color: #fff;
  letter-spacing: -.04em;
  border-radius: 100rem;
  padding: .8rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: opacity .2s;
}

.button_404:hover {
  opacity: .8;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.nav {
  z-index: 99;
  border-bottom: 1px solid #fff3;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.section_hero {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.section_hero.on-scroll {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: auto;
  overflow: clip;
}

.nav_logo {
  color: var(--white);
  transition: transform .3s;
}

.nav_logo:where(.w-variant-6248e279-6ef2-2605-7853-2d0880007f2b) {
  color: var(--black);
}

.nav_logo-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_menu {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_link {
  color: var(--white);
  font-size: var(--font);
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
}

.section_grid {
  padding-bottom: 2vw;
}

.section_grid.on-scroll {
  z-index: 1;
  padding-bottom: 3vw;
  position: relative;
}

.grid_list {
  column-count: 5;
  column-gap: .4vw;
  width: 100%;
}

.grid_item {
  border-radius: 1.5vw;
  width: 100%;
  height: auto;
  margin-bottom: .3125rem;
  overflow: clip;
}

.grid_item.is-product-page {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  flex: none;
  align-self: stretch;
  width: 18vw;
  height: auto;
  margin-bottom: 0;
}

.grid_image {
  width: 100%;
  height: auto;
  display: block;
}

.grid_image.is-product-page {
  object-fit: cover;
  height: 100%;
}

.grid_link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.grid_link.is-product-page {
  object-fit: cover;
  height: 100%;
}

.hero_content-left.is-block-zero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 95svh;
  display: flex;
  position: absolute;
  inset: 0% auto auto 1.25vw;
}

.hero_button {
  background-color: var(--white);
  pointer-events: auto;
  transform-origin: 100%;
  color: var(--black);
  letter-spacing: -.03em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 100rem;
  padding: 2.7vw 5.8vw 2.5vw;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1;
  transition: color .5s, background-color .5s;
  position: relative;
  overflow: hidden;
}

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

.hero_h1 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 7.4vw;
  line-height: .8;
}

.hero_text {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 1.3vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1;
}

.hero_video-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.hero_video-wrapper.on-scroll {
  background-color: #e17363;
}

.grid_designer {
  z-index: 100;
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3vw;
  font-size: .9vw;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.section_product {
  padding-top: 1.25vw;
}

.product_grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product_image {
  width: 100%;
  height: auto;
}

.product_images {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.section_others {
  padding-top: 7vw;
  overflow: clip;
}

.section_form {
  padding-top: 2.5vw;
  padding-bottom: 4vw;
}

.product_right {
  width: 100%;
}

.product_image-wrapper {
  width: 100%;
  height: auto;
  overflow: clip;
}

.grid_designer-img {
  object-fit: cover;
  border-radius: 100rem;
  width: 1.5vw;
  height: 1.5vw;
}

.others_list {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  margin-left: -1.25vw;
  margin-right: -1.25vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  display: flex;
  overflow: scroll;
}

.others_h2 {
  text-transform: uppercase;
  margin-bottom: 1.2vw;
  font-size: 1.875vw;
  line-height: .9;
}

.form_h2 {
  letter-spacing: -.05em;
  text-transform: uppercase;
  margin-bottom: 1.5vw;
  font-size: 12vw;
  line-height: .8;
}

.form_block {
  margin-bottom: 0;
}

.form {
  position: relative;
}

.form_field {
  color: var(--black);
  text-transform: uppercase;
  background-color: #0003;
  border: 1px #000;
  border-radius: 1.2vw;
  height: 7vw;
  margin-bottom: 0;
  padding: 0 2.75vw;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 700;
}

.form_field::placeholder {
  color: #141414cc;
}

.form_field.is-footer {
  color: #fff;
  background-color: #fff3;
}

.form_field.is-footer::placeholder {
  color: #ffffff80;
}

.form_button {
  color: var(--black);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 1.2vw;
  padding: 0 2.75vw;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1;
  transition: color .2s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form_button:hover {
  color: #141414bf;
}

.form_button.is-footer {
  color: #ffffffb3;
}

.form_button.is-footer:hover {
  color: var(--white);
}

.h1_404 {
  margin-bottom: 1rem;
  font-size: 3rem;
}

.p_404 {
  letter-spacing: -.05em;
  width: 100%;
  max-width: 85%;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  line-height: 1.3;
}

.product_designer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-size: var(--font);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.product_designer-img {
  object-fit: cover;
  border-radius: 100rem;
  width: 1.875rem;
  height: 1.875rem;
}

.product_h1 {
  text-transform: uppercase;
  margin-top: 1.25vw;
  margin-bottom: 1.5vw;
  font-size: 5.4vw;
  line-height: .85;
}

.product_header-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  display: flex;
}

.product_header-info-item {
  font-size: var(--font);
  text-transform: uppercase;
  width: auto;
  max-width: 45%;
  font-weight: 700;
  line-height: 1;
}

.product_info {
  margin-top: 4.375rem;
}

.product_info-h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1;
}

.product_info-btn {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: -.03em;
  text-transform: uppercase;
  border-radius: 100rem;
  padding: .7rem 1.6rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  transition: opacity .2s;
}

.product_info-btn:hover {
  opacity: .8;
}

.product_accordion {
  flex-flow: column;
  width: 100%;
  margin-top: 2.25rem;
  display: flex;
}

.accordion_item {
  cursor: pointer;
  border-top: 1px solid #14141433;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1px;
  display: flex;
}

.accordion_item.is-last {
  border-bottom: 1px solid #14141433;
}

.accordion_grid-text-left {
  color: #141414b3;
  font-size: var(--font);
  text-transform: uppercase;
  font-weight: 700;
}

.accordion_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  max-width: 600px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1;
}

.accordion_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.accordion_header-btn-line {
  background-color: #141414;
  flex: none;
  width: 100%;
  height: 1.5px;
  min-height: 1.5px;
  position: absolute;
}

.accordion_header-btn-line.is-second-line {
  transform: rotate(90deg);
}

.accordion_grid-text-right {
  font-size: var(--font);
  text-transform: uppercase;
  font-weight: 700;
}

.accordion_paragraph {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.4;
}

.accordion_header {
  grid-column-gap: 10px;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: var(--font);
  letter-spacing: -.03em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 700;
  line-height: .9;
  display: flex;
}

.accordion_header-btn {
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10px;
  min-height: 10px;
  display: flex;
}

.accordion_header-btn-inner {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10px;
  min-height: 10px;
  display: flex;
  position: relative;
}

.product_image-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.product_images-wrapper {
  width: 100%;
}

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

.canvas {
  z-index: 0;
  background-color: #e17363;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  position: fixed;
  inset: 0%;
}

.grid_designer-text-wrp {
  mix-blend-mode: normal;
}

.grid_designer-text {
  color: #fff;
}

.product_image-pill {
  pointer-events: none;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.product_image-pill-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 700;
}

.hero_lines {
  z-index: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.hero_line {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.hero_line.is-line1 {
  position: absolute;
  inset: 0% auto 0% 11vw;
}

.hero_line.is-line2 {
  position: absolute;
  inset: 0% auto 0% 25vw;
}

.hero_line.is-line3 {
  position: absolute;
  inset: 0% 11vw 0% auto;
}

.logo {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: .5rem auto auto 1.25vw;
}

.hero_content-new {
  z-index: 2;
  width: 100%;
  height: 300vh;
  position: relative;
}

.hero_content-block {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border: 3px #000;
  justify-content: flex-start;
  align-items: flex-start;
  height: calc(100% - 200vh);
  display: flex;
  position: absolute;
  inset: 130vh auto auto 9vw;
}

.hero_content-block.block2 {
  height: calc(100% - 235vh);
  top: 180vh;
  left: 48vw;
}

.hero_content-block.block3 {
  height: calc(100% - 255vh);
  top: 230vh;
  left: 23vw;
}

.hero_content-heading {
  color: var(--white);
  text-transform: uppercase;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1;
}

.hero_content-text {
  color: var(--white);
  font-size: 1vw;
  font-style: italic;
}

.hero_content-btn {
  z-index: 3;
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: calc(95vh + 2vw);
  padding-bottom: 2vw;
  padding-right: 1.25vw;
  display: flex;
  position: sticky;
  top: 0;
}

.preloader {
  z-index: 999;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader_text {
  color: var(--white);
  letter-spacing: -.035em;
  text-transform: uppercase;
  font-family: Work Sans, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
}

.hero_button-bg {
  z-index: 1;
  background-color: #000;
  border-radius: 50%;
  width: 100%;
  height: 200%;
  padding: 0;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.hero_button-text {
  z-index: 2;
  position: relative;
}

.hero_content-inner {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 20vh;
}

.hero_content-inner.is-1 {
  top: 25vh;
}

.hero_content-inner.is-2 {
  top: 40vh;
}

.hero_content-inner.is-3 {
  top: 70vh;
}

.hero_content-subheading {
  color: var(--white);
  text-transform: uppercase;
  max-width: 60%;
  margin-top: .75vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.2;
}

.popup1 {
  z-index: 9999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup_content {
  z-index: 1;
  background-color: #f6f6f6;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 420px;
  padding: 1.25rem;
  position: relative;
  overflow: visible;
}

.popup_content.is-video-popup {
  background-color: #0000;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70vw;
  padding: 0;
  display: flex;
  overflow: visible;
}

.hero_content-inline-img {
  border-radius: .4vw;
  width: auto;
  height: 2.5vw;
}

.hero_content-inline {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.popup_bg {
  z-index: 0;
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.popup_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1.25rem;
  width: 100%;
  height: auto;
}

.popup_heading {
  color: #47100d;
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.popup_form-field {
  color: var(--black);
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #14141433;
  border-radius: 0;
  height: 3rem;
  margin-bottom: 0;
  padding: 0;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
}

.popup_form-field:focus {
  border-bottom-color: #54130f;
}

.popup_form-btn {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  background-color: #54130f;
  border-radius: 100rem;
  width: 100%;
  height: 3.125rem;
  margin-top: 1rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  transition: opacity .2s;
}

.popup_form-btn:hover {
  opacity: .8;
}

.popup2, .video-popup {
  z-index: 9999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup_close-btn {
  z-index: 2;
  background-color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 30px;
  font-size: .75rem;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: -15px -20px auto auto;
}

.popup_close-btn:hover {
  transform: scale(1.1);
}

.popup_close-btn.is-black {
  background-color: var(--black);
  color: var(--white);
}

.video-popup_youtube {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: flex;
  overflow: clip;
}

.video-popup_youtube-wrapper {
  z-index: 1;
  border-radius: 1.25rem;
  width: 100%;
  height: auto;
  position: relative;
  overflow: clip;
}

.footer {
  z-index: 1;
  background-color: #541310;
  position: relative;
  overflow: clip;
}

.footer_h2 {
  color: #875a58;
  letter-spacing: -.05em;
  text-transform: uppercase;
  font-size: 12vw;
  line-height: .8;
}

.footer_top {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: min-content auto;
  grid-auto-columns: 1fr;
  padding-bottom: 5.5vw;
  display: grid;
}

.footer_form {
  width: 100%;
}

.footer_anim-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer_logo-img-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer_logos-wrapper {
  width: 80%;
  max-width: none;
  position: relative;
}

.footer_logo-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.footer_logo-img-5, .footer_logo-img-3, .footer_logo-img-4 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer_form-success {
  background-color: #ffffff26;
  border-radius: 1.25rem;
  padding: 2.375vw 2vw;
}

.footer_form-error {
  background-color: #ffffff4d;
  border-radius: .5rem;
}

.popup_success {
  border-radius: 1.25rem;
}

.video-mobile {
  z-index: 0;
  background-color: #e17363;
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-mobile.mobile {
  z-index: 1;
}

.footer_bottom-new {
  background-color: var(--black);
  margin-top: -100svh;
  position: relative;
}

.spacer {
  height: 100svh;
}

.footer_top-new {
  z-index: 2;
  background-color: #541310;
  border-bottom-right-radius: 2.5vw;
  border-bottom-left-radius: 2.5vw;
  padding-top: 4vw;
  position: relative;
}

.footer_bottom-content {
  z-index: 1;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.grid_shadow {
  display: none;
}

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

  .button_404 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_logo:hover {
    transform: none;
  }

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

  .grid_designer {
    width: auto;
    height: auto;
    display: flex;
    inset: auto auto 1rem 1rem;
  }

  .section_product {
    overflow: clip;
  }

  .product_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .product_image {
    object-fit: cover;
    width: auto;
    height: 30rem;
  }

  .product_images {
    flex-flow: row;
    width: auto;
    margin-left: -1.25vw;
    margin-right: -1.25vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    overflow: scroll;
  }

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

  .product_image-wrapper {
    object-fit: cover;
    width: auto;
    height: 30rem;
  }

  .form_h2 {
    margin-bottom: 1rem;
  }

  .form_field {
    font-size: 1rem;
  }

  .form_field.is-footer {
    font-size: .8125rem;
  }

  .form_button {
    font-size: 1rem;
  }

  .form_button.is-footer {
    font-size: .8125rem;
  }

  .product_info {
    margin-top: 3rem;
  }

  .accordion_paragraph {
    max-width: 100%;
  }

  .product_image-item {
    flex: none;
    width: auto;
  }

  .canvas, .product_image-pill {
    display: none;
  }

  .logo:where(.w-variant-6248e279-6ef2-2605-7853-2d0880007f2b) {
    position: absolute;
  }

  .hero_button-bg {
    display: none;
  }

  .popup_content.is-video-popup {
    max-width: 80vw;
  }

  .footer_form-success {
    font-size: .8125rem;
  }

  .video-mobile {
    display: none;
  }

  .video-mobile.mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid_item.is-product-page {
    width: 50vw;
  }

  .section_product {
    padding-top: 1rem;
  }

  .product_image {
    height: 15rem;
  }

  .product_images {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_others {
    padding-top: 3rem;
  }

  .product_image-wrapper {
    height: 15rem;
  }

  .others_list.hide-scrollbar {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .others_h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1;
  }

  .form_h2 {
    margin-bottom: 1.25rem;
    line-height: .9;
  }

  .form_field {
    border-radius: .5rem;
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form_button {
    border-radius: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product_designer {
    --white: white;
    --black: #141414;
    --font: .75rem;
    --blur: 0px;
    --green: #a2c454;
    --selection-color: #141414fc;
  }

  .product_designer-img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .product_h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: .9;
  }

  .product_header-info-item {
    --white: white;
    --black: #141414;
    --font: .75rem;
    --blur: 0px;
    --green: #a2c454;
    --selection-color: #141414fc;
  }

  .product_info {
    margin-top: 2.5rem;
  }

  .product_accordion {
    margin-top: 1.5rem;
  }

  .accordion_grid-text-left {
    --white: white;
    --black: #141414;
    --font: .75rem;
    --blur: 0px;
    --green: #a2c454;
    --selection-color: #141414fc;
  }

  .accordion_grid {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .accordion_grid-text-right {
    --white: white;
    --black: #141414;
    --font: .75rem;
    --blur: 0px;
    --green: #a2c454;
    --selection-color: #141414fc;
  }

  .accordion_paragraph {
    max-width: 100%;
    margin-top: 24px;
    font-size: 14px;
    line-height: 140%;
  }

  .accordion_header {
    --white: white;
    --black: #141414;
    --font: .75rem;
    --blur: 0px;
    --green: #a2c454;
    --selection-color: #141414fc;
  }

  .logo, .logo:where(.w-variant-6248e279-6ef2-2605-7853-2d0880007f2b) {
    left: 1rem;
  }

  .popup_content.is-video-popup {
    max-width: 90vw;
  }

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

  .footer_logos-wrapper {
    width: 90%;
  }

  .footer_form-success {
    border-radius: .5rem;
    padding: 1.4rem 1rem;
  }
}

@media screen and (max-width: 479px) {
  .container.is-grid {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .section_grid.on-scroll {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .grid_list {
    column-count: 2;
    column-gap: .25rem;
  }

  .grid_item {
    border-radius: .5rem;
    margin-bottom: .25rem;
  }

  .grid_item:where(.w-variant-8b5495d9-fea8-a419-228e-6d4268e4fa0b) {
    display: none;
  }

  .hero_content-left.is-block-zero {
    height: 86svh;
    padding-left: 1rem;
    left: 0;
  }

  .hero_button {
    text-align: center;
    width: 100%;
    padding: 1.25rem 2rem;
    font-size: 1rem;
  }

  .hero_h1 {
    font-size: 16.75vw;
  }

  .hero_text {
    margin-bottom: .5rem;
    font-size: 1rem;
  }

  .grid_designer {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    bottom: .5rem;
    left: .5rem;
  }

  .grid_designer-img {
    width: 1rem;
    height: 1rem;
  }

  .form_field, .form_button {
    font-size: .875rem;
  }

  .product_header-info-item {
    max-width: 45%;
  }

  .product_info-h2 {
    margin-bottom: .75rem;
  }

  .accordion_paragraph {
    max-width: 100%;
    margin-top: 30px;
  }

  .grid_designer-text {
    font-size: .625rem;
  }

  .hero_content-new {
    height: 280vh;
  }

  .hero_content-block, .hero_content-block.block2 {
    left: 7.5vw;
  }

  .hero_content-block.block3 {
    height: calc(100% - 275vh);
    top: 232vh;
    left: 7.5vw;
  }

  .hero_content-heading {
    font-size: 1.7rem;
  }

  .hero_content-text {
    margin-top: .2rem;
    font-size: .75rem;
    line-height: 1;
  }

  .hero_content-btn {
    height: 100dvh;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .preloader_text {
    font-size: 1rem;
  }

  .hero_content-inner.is-3 {
    top: 55vh;
  }

  .hero_content-subheading {
    text-transform: none;
    max-width: none;
    margin-top: .5rem;
    padding-right: 1rem;
    font-size: .875rem;
    font-weight: 400;
  }

  .popup_content {
    border-radius: 1rem;
    max-width: 92%;
    padding: 1rem;
  }

  .popup_content.is-video-popup {
    border-radius: 0;
  }

  .hero_content-inline-img {
    border-radius: 3px;
    height: 1rem;
  }

  .hero_content-inline {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .popup_image {
    border-radius: 1rem;
  }

  .popup_close-btn {
    width: 50px;
    height: 24px;
    font-size: .625rem;
    top: -12px;
    right: -15px;
  }

  .video-popup_youtube-wrapper {
    border-radius: 1rem;
  }

  .footer_h2 {
    font-size: 4rem;
  }

  .footer_top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 2rem;
  }

  .footer_logos-wrapper {
    transform: translate(4%);
  }

  .footer_top-new {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding-top: 2rem;
  }

  .footer_bottom-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .grid_shadow {
    z-index: 9;
    background-image: linear-gradient(0deg, #00000080, #0000);
    width: 100%;
    height: 15%;
    padding: 0;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }
}

#w-node-_5c2b7003-bd4b-b6f2-093d-586a5a1d61cb-ec7f5759, #w-node-_5c2b7003-bd4b-b6f2-093d-586a5a1d61ce-ec7f5759, #w-node-_5c2b7003-bd4b-b6f2-093d-586a5a1d61d1-ec7f5759, #w-node-_5c2b7003-bd4b-b6f2-093d-586a5a1d61d4-ec7f5759, #w-node-_5c2b7003-bd4b-b6f2-093d-586a5a1d61d7-ec7f5759, #w-node-_5c2b7003-bd4b-b6f2-093d-586a5a1d61da-ec7f5759, #w-node-_49b21b99-161f-aef9-830b-3c3bd3aac49e-ec7f5759, #w-node-_49b21b99-161f-aef9-830b-3c3bd3aac4a1-ec7f5759, #w-node-_49b21b99-161f-aef9-830b-3c3bd3aac4a4-ec7f5759, #w-node-_49b21b99-161f-aef9-830b-3c3bd3aac4a7-ec7f5759, #w-node-_49b21b99-161f-aef9-830b-3c3bd3aac4aa-ec7f5759, #w-node-_49b21b99-161f-aef9-830b-3c3bd3aac4ad-ec7f5759, #w-node-_4c68681f-3e99-9ad0-e292-bc9a293c71c8-ec7f5759, #w-node-_4c68681f-3e99-9ad0-e292-bc9a293c71cb-ec7f5759, #w-node-_4c68681f-3e99-9ad0-e292-bc9a293c71ce-ec7f5759, #w-node-_4c68681f-3e99-9ad0-e292-bc9a293c71d1-ec7f5759, #w-node-_4c68681f-3e99-9ad0-e292-bc9a293c71d4-ec7f5759, #w-node-_4c68681f-3e99-9ad0-e292-bc9a293c71d7-ec7f5759 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a714c8d9-c318-392a-b040-18715b15e856-1f5693b0 {
  align-self: end;
}


@font-face {
  font-family: 'Neue Montreal';
  src: url('/w/fonts/PPNeueMontreal-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('/w/fonts/WorkSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}