#fw-section-header {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}




#fw-section-footer {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}






#fw-section-newsletter-1756815597 {
--color-primary: #cec886;
--color-primary-rgb: 206, 200, 134;
--color-background: #090a36;
--color-background-rgb: 9, 10, 54;
--color-on-primary: #090a36;
--color-on-primary-rgb: 9, 10, 54;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 15;
background-color: var(--color-background);
color: var(--color-on-background);

}

#fw-section-image-e1a1801d-d558-4f87-a5dd-78e1e152cbfc {

@media (min-width: 1024px) {
  display: block;
  background-color: black;
  padding: 0px 100px;
  margin-top: -80px;
}

section {
  display: block;
  background-color: black;
}

}


#fw-section-video-e8132e13-9701-49e5-8b77-a1d314535758 {

/* Keep layout intact, just hide top/bottom 80px of the video */
section {
  overflow: hidden; /* ensure clipped pixels don’t show */
}

section video {
  display: block;
  width: 100%;
  height: 340px;
  margin-top: -80px;
  margin-bottom: 0;
  object-fit: cover;
}

/* Chrome, Safari, Edge */
video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}

/* Firefox */
video::-moz-media-controls {
  display: none !important;
}

/* Tablet only (≥769px and ≤1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  section video {
    height: 200px;
    margin-top: 0; /* reset if needed */
    object-fit: cover;
  }
}

/* Mobile only (≤768px) */
@media screen and (max-width: 768px) {
  section video {
    max-height: 100px;
    margin-top: 0;
    object-fit: cover;
  }
}

section video {
  filter: blur(2px) contrast(150%) brightness(70%) saturate(500%) sepia(80%);
  
}



}
#fw-section-video-65d4267a-7791-49a4-ade1-6275829799db {

/* Keep layout intact, just hide top/bottom 80px of the video */
section {
  overflow: hidden; /* ensure clipped pixels don’t show */
}

section video {
  display: block;
  width: 100%;
  height: 340px;
  margin-top: -80px;
  margin-bottom: 0;
  object-fit: cover;
}

/* Chrome, Safari, Edge */
video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}

/* Firefox */
video::-moz-media-controls {
  display: none !important;
}

/* Tablet only (≥769px and ≤1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  section video {
    height: 200px;
    margin-top: 0; /* reset if needed */
    object-fit: cover;
  }
}

/* Mobile only (≤768px) */
@media screen and (max-width: 768px) {
  section video {
    max-height: 100px;
    margin-top: 0;
    object-fit: cover;
  }
}

section video {
  filter: blur(2px) contrast(150%) brightness(70%) saturate(500%) sepia(80%);
  
}



}