      body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-smoothing: antialiased;text-rendering: optimizeLegibility;}
      *[tabindex]:focus-visible, input[type="file"]:focus-visible {outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem;}
      .w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {margin-top: 0 !important;}
      .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {margin-bottom: 0 !important;}
      .pointer-events-off {pointer-events: none;}
      .pointer-events-on {pointer-events: auto;}
      .div-square::after {content: "";display: block;padding-bottom: 100%;}
      .container-medium,.container-small, .container-large {margin-right: auto !important;margin-left: auto !important;}
      .text-style-3lines {display: -webkit-box;overflow: hidden;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
      .text-style-2lines {display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
      .display-inlineflex {display: inline-flex;}
      .hide {display: none !important;}
      @media screen and (max-width: 991px) {.hide, .hide-tablet {display: none !important;}}
      @media screen and (max-width: 767px) {.hide-mobile-landscape{display: none !important;}}
      @media screen and (max-width: 479px) {.hide-mobile{display: none !important;}}
      .margin-0{margin: 0rem !important;}
      .padding-0{padding: 0rem !important;}
      .spacing-clean {padding: 0rem !important;margin: 0rem !important;}
      .margin-top {margin-right: 0rem !important;margin-bottom: 0rem !important;margin-left: 0rem !important;}
      .padding-top {padding-right: 0rem !important;padding-bottom: 0rem !important;padding-left: 0rem !important;}
      .margin-right {margin-top: 0rem !important;margin-bottom: 0rem !important;margin-left: 0rem !important;}
      .padding-right {padding-top: 0rem !important;padding-bottom: 0rem !important;padding-left: 0rem !important;}
      .margin-bottom {margin-top: 0rem !important;margin-right: 0rem !important;margin-left: 0rem !important;}
      .padding-bottom {padding-top: 0rem !important;padding-right: 0rem !important;padding-left: 0rem !important;}
      .margin-left {margin-top: 0rem !important;margin-right: 0rem !important;margin-bottom: 0rem !important;}
      .padding-left {padding-top: 0rem !important;padding-right: 0rem !important;padding-bottom: 0rem !important;}
      .margin-horizontal {margin-top: 0rem !important;margin-bottom: 0rem !important;}
      .padding-horizontal {padding-top: 0rem !important;padding-bottom: 0rem !important;}
      .margin-vertical {margin-right: 0rem !important;margin-left: 0rem !important;}
      .padding-vertical {padding-right: 0rem !important;padding-left: 0rem !important;}

/*Code for the menu links to be white */

/* Mobile nav: force readable colors */
/* @media screen and (max-width: 991px){  */
  .navbar1_component .w-nav-menu,
  .navbar1_component .w-nav-link,
  .navbar1_component .w-dropdown-toggle,
  .navbar1_component .w-dropdown-link,
  .navbar1_component .button {
    color: var(--color-scheme-1--text) !important;
  }
/* } */
    .color-scheme-1 {}        
    .color-scheme-2 {
      --color-scheme-1--text: var(--color-scheme-2--text);
      --color-scheme-1--background: var(--color-scheme-2--background);
      --color-scheme-1--foreground: var(--color-scheme-2--foreground);
      --color-scheme-1--border: var(--color-scheme-2--border);
      --color-scheme-1--accent: var(--color-scheme-2--accent);
    }
    .color-scheme-3 {
      --color-scheme-1--text: var(--color-scheme-3--text);
      --color-scheme-1--background: var(--color-scheme-3--background);
      --color-scheme-1--foreground: var(--color-scheme-3--foreground);
      --color-scheme-1--border: var(--color-scheme-3--border);
      --color-scheme-1--accent: var(--color-scheme-3--accent);
    }
    .color-scheme-4 {
      --color-scheme-1--text: var(--color-scheme-4--text);
      --color-scheme-1--background: var(--color-scheme-4--background);
      --color-scheme-1--foreground: var(--color-scheme-4--foreground);
      --color-scheme-1--border: var(--color-scheme-4--border);
      --color-scheme-1--accent: var(--color-scheme-4--accent);
    }
    .color-scheme-5 {
      --color-scheme-1--text: var(--color-scheme-5--text);
      --color-scheme-1--background: var(--color-scheme-5--background);
      --color-scheme-1--foreground: var(--color-scheme-5--foreground);
      --color-scheme-1--border: var(--color-scheme-5--border);
      --color-scheme-1--accent: var(--color-scheme-5--accent);
    }

    .w-slider-dot { background-color: var(--color-scheme-1--text); opacity: 0.20; }
    .w-slider-dot.w-active { background-color: var(--color-scheme-1--text); opacity: 1; }
    .w-slider-nav-invert .w-slider-dot { background-color: var(--color-scheme-1--text) !important; opacity: 0.20 !important; }
    .w-slider-nav-invert .w-slider-dot.w-active { background-color: var(--color-scheme-1--text) !important; opacity: 1 !important; }


/*Custome code from each page */

  * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
}

/* Ensure all elements inherit the color from its parent */
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-nav-brand,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-slider-arrow-left,
.w-slider-arrow-right,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
  margin-bottom: 0 !important;
}
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
  pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}
/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}
/* Apply "..." after 3 lines of text */
.text-style-3lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text-style-2lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}
/* These classes are never overwritten */
.hide {
  display: none !important;
}
/* Remove default Webflow chevron from form select */
select{
  -webkit-appearance:none;
}
@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
.margin-0 {
  margin: 0rem !important;
}
.padding-0 {
  padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}
.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}
.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
/* Apply "..." at 100% width */
.truncate-width { 
    width: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
/* Removes native scrollbar */
.no-scrollbar {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; 
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Only on password-protected pages */
/* ================================
   Fix hidden password form page
   ================================ */
/* Fix 1: Remove overflow hidden that might be clipping content */
/* Center the password form container */
.hpb-password-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 110px 20px 90px 20px;
    text-align: center;
}
.entry-content h1,
.password-form-wrapper h1 {
    text-align: center;
    margin-bottom: 20px;
}
.post-password-form p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
}
.post-password-form input[type="password"] {
    max-width: 300px;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.post-password-form input[type="submit"] {
    max-width: 200px;
    width: 100%;
    padding: 10px 20px;
}
body, 
.site-content,
.entry-content {
    overflow: visible !important;
}
.entry-content {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




/* =========================
   NextGEN – Webflow-style grid
   ========================= */

/* Grid container */
.ngg-galleryoverview {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px !important;
  align-items: start !important; /* key: prevents stretching */
}

/* Tablet */
@media (max-width: 991px) {
  .ngg-galleryoverview {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Mobile */
@media (max-width: 479px) {
  .ngg-galleryoverview {
    grid-template-columns: 1fr !important;
  }
}
/* ══════════════════════════════════════════
   GALLERY THUMBNAIL BOX
   ══════════════════════════════════════════ */
.ngg-gallery-thumbnail-box {
  float: none !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 403 / 1200 !important; /* portrait photo booth ratio */
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* ══════════════════════════════════════════
   GALLERY THUMBNAIL INNER WRAPPER
   ══════════════════════════════════════════ */
.ngg-gallery-thumbnail {
  float: none !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ngg-gallery-thumbnail a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

/* ══════════════════════════════════════════
   GALLERY IMAGE
   ══════════════════════════════════════════ */
.ngg-gallery-thumbnail img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  max-height: none !important;
  border-radius: 12px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ══════════════════════════════════════════
   GALLERY GRID LAYOUT
   ══════════════════════════════════════════ */
.ngg-galleryoverview {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 6px !important;
  align-items: start !important;
}

/* ══════════════════════════════════════════
   HOVER EFFECTS
   ══════════════════════════════════════════ */
.ngg-gallery-thumbnail-box:hover img {
  transform: scale(1.04);
  opacity: 0.85;
}

.ngg-gallery-thumbnail-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.ngg-gallery-thumbnail-box:hover::after {
  opacity: 1;
}
.ngg-galleryoverview.default-view {
    padding: 0 90px;
}
/* ══════════════════════════════════════════
   TABLET — max 1024px: 2 columns
   ══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .ngg-galleryoverview {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 4px !important;
  }
}

/* ══════════════════════════════════════════
   MOBILE — max 768px: 2 columns
   ══════════════════════════════════════════ */
@media (max-width: 768px) {
  .ngg-galleryoverview {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 3px !important;
  }

  .ngg-gallery-thumbnail-box {
    aspect-ratio: 403 / 1200 !important;
    border-radius: 6px !important;
  }

  .ngg-gallery-thumbnail img {
    border-radius: 6px !important;
  }
}

/* ══════════════════════════════════════════
   SMALL MOBILE — max 480px: 1 column
   ══════════════════════════════════════════ */
@media (max-width: 480px) {
  .ngg-galleryoverview {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 3px !important;
  }

  .ngg-gallery-thumbnail-box {
    aspect-ratio: 403 / 1200 !important;
    border-radius: 4px !important;
  }

  .ngg-galleryoverview.default-view {
     padding: 0; 
  }
   .ngg-gallery-thumbnail-box:hover img,
    .ngg-gallery-thumbnail:hover img {
        transform: none !important;
        filter: none !important;
        opacity: 1 !important;
    }

    .ngg-gallery-thumbnail-box:hover::after,
    .ngg-gallery-thumbnail:hover::after,
    .ngg-gallery-thumbnail-box:hover::before,
    .ngg-gallery-thumbnail:hover::before {
        display: none !important;
        opacity: 0 !important;
        background: none !important;
    }
}