
    /* This file is auto-generated from a `scss` file with the same name */

.videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative}
    



    :root {
  --color_1: rgba(33,37,41,1);
  --color_2: rgba(73,80,87,1);
  --color_3: rgba(255,255,255,1);
  --color_4: rgba(206,212,218,1);
  --color_5: rgba(173,181,189,1);
  --max-content-width_1: 1200px;
}


@font-face {
  font-family: "DudaSansVF";
  src: url("DudaSansVF-edd7_400.ttf");
  font-weight: 400;
  font-style: normal;
}

img[width][height] {
  height: auto;
}

  body[data-page-alias="home"] #dm [data-show-on-page-only="home"] {
    display: block !important;
  }




    


    




    


    


    @media (min-width: 1025px) { [data-version] .size-36, [data-version] .font-size-36 {--font-size: 36;} }@media (min-width: 768px) and (max-width: 1024px) { [data-version] .t-size-31, [data-version] .t-font-size-31 {--font-size: 31;} }@media (max-width: 767px) { [data-version] .m-size-29, [data-version] .m-font-size-29 {--font-size: 29;} }




  .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] {
    visibility: hidden;
  }

  .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] {
    visibility: hidden !important;
  }


  #dmRoot:not(.editGrid) .flex-element [data-anim-extended] {
    visibility: hidden;
  }



    @font-face {
  font-family: "Poppins Fallback";
  src: local('Arial');
  ascent-override: 92.326%;
  descent-override: 30.7753%;
  line-gap-override: 8.793%;
  size-adjust: 113.7274%;
}@font-face {
  font-family: "Roboto Mono Fallback";
  src: local('Arial');
  ascent-override: 77.0755%;
  descent-override: 19.9333%;
  size-adjust: 135.9513%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Space Grotesk Fallback";
  src: local('Arial');
  ascent-override: 88.8229%;
  descent-override: 26.358%;
  size-adjust: 110.7823%;
  line-gap-override: 0%;
 }

 /* ===============================
   Hamburger Drawer States
   =============================== */

/* Drawer default (closed) */
#hamburger-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 80%;
  max-width: 360px;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1001;
}

/* Drawer open */
#hamburger-drawer.is-open {
  transform: translateX(0);
}

/* Overlay */
#layout-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

#layout-drawer-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* Prevent background scroll */
body.no-scroll {
  overflow: hidden;
}

/* ===============================
   TRUE hamburger menu hiding
   =============================== */

   #hamburger-drawer {
    position: fixed;          /* remove from document flow */
    top: 0;
    right: 0;
    height: 100vh;
    width: 80%;
    max-width: 360px;
  
    background: #fff;
    z-index: 1001;
  
    /* FULLY hidden by default */
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
  
    transition: transform 0.3s ease, visibility 0.3s ease;
  }

  #hamburger-drawer.is-open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }

  #layout-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
  }
  
  #layout-drawer-overlay.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  html, body {
    overflow-x: hidden;
  }
  