#fw-section-custom-html-6fbea962-0446-486c-9fa2-c0b50a9f3f64 {


p {
  display: none
}
a {
  display: hidden
}
}


















#fw-section-rich-text-8aec1864-f336-4880-8803-724e7cfcafd8 {
--color-primary: #ff5722;
--color-primary-rgb: 255, 87, 34;
--color-background: #ff5722;
--color-background-rgb: 255, 87, 34;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #f8fffe;
--color-on-background-rgb: 248, 255, 254;
--color-product-image-background: #0a0a0a;
--color-background-brightness: 131;
background-color: var(--color-background);
color: var(--color-on-background);

}














#fw-section-hmac-34168e99-6e5e-4741-86d7-07bc20de32b2 {


/* Reset page margin/padding just in case */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* Style all iframes on the page */
iframe {
  display: block;
  width: 100%;
  max-width: 1200px;   /* keep it from stretching too wide */
  height: 800px;       /* fixed height, adjust as needed */
  margin: 2rem auto;   /* center horizontally with top/bottom spacing */
  border: 2px solid #333;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  background: #111;    /* fallback background */
  transition: transform 0.3s ease;

  /* 🚫 hide iframe scrollbars */
  overflow: hidden;
  scrollbar-width: none;   /* Firefox */
}

/* Chrome, Edge, Safari */
iframe::-webkit-scrollbar {
  display: none;
}

/* Subtle hover effect */
iframe:hover {
  /* transform: scale(1.01); */
}

}