#header-gd3OGieEDa {position: fixed;z-index: 1000;width: 100%;background: transparent;}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }
#header-gd3OGieEDa.scrolled {background: #ffffff;}
#header-1770486417982 {display: flex; flex-direction: row; gap: 1rem; order: 0; position: static; top: 0;}
#column-1770486433011 {order: 0; flex-grow: 1; flex-shrink: 1; flex-basis: 0%;}
#component-1770486440484 {display: flex; order: 0;}
#column-1770486437022 {display: flex; flex-direction: row; justify-content: flex-end; align-items: center; align-content: center; gap: 15px; flex-grow: 1; flex-shrink: 1; flex-basis: 0%;}
#component-1770488837354 {display: flex; order: 0;}
#component-1770486442919 {display: flex; justify-content: flex-end; order: 1;}
@media (max-width: 992px) {
#header-1770486417982 {display: flex; flex-direction: row; gap: 1rem; position: static;}
#column-1770486433011 {order: 0; flex-grow: 1; flex-shrink: 1; flex-basis: 0%;}
#component-1770486440484 {display: flex; order: 0;}
#column-1770486437022 {flex-grow: 1; flex-shrink: 1; flex-basis: 0%;}
#component-1770488837354 {display: flex; order: 0;}
#component-1770486442919 {display: flex; order: 1;}
}
@media (max-width: 576px) {
#header-1770486417982 {display: flex; flex-direction: row; gap: 1rem; position: static;}
#column-1770486433011 {flex-direction: row; order: 0; flex-grow: 1; flex-shrink: 1; flex-basis: 0%;}
#component-1770486440484 {display: flex; order: 0;}
#column-1770486437022 {flex-direction: row; align-items: center; flex-grow: 1; flex-shrink: 1; flex-basis: 0%;}
#component-1770488837354 {display: flex; order: 0;}
#component-1770486442919 {display: flex; order: 1;}
}
#component-1770486440484 .logo-image { max-width: 200px; max-height: 60px; width: 100%;}
/* Container styles */
.header-full-width { width: 100%; }
.header-container { width: 100%; max-width: 1320px; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
.header-container-fluid { width: 100%; padding-left: 1rem; padding-right: 1rem; }
/* Scroll behavior styles */
.scroll-behavior-hide { transition: transform 0.3s ease; }
.scroll-behavior-hide.scrolled { transform: translateY(-100%); }
.scroll-behavior-show-on-scroll-up { transition: transform 0.3s ease; }
.scroll-behavior-show-on-scroll-up.scrolled { transform: translateY(0); }
.scroll-behavior-shrink { transition: height 0.3s ease, padding 0.3s ease; }
/* Shadow styles */
.shadow-sm { box-shadow: 0 1px 2px rgba(0,0,0,0.05) !important; }
.shadow-md { box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important; }
.shadow-lg { box-shadow: 0 10px 15px rgba(0,0,0,0.1) !important; }
.scrolled.shadow-sm { box-shadow: 0 1px 2px rgba(0,0,0,0.05) !important; }
.scrolled.shadow-md { box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important; }
.scrolled.shadow-lg { box-shadow: 0 10px 15px rgba(0,0,0,0.1) !important; }
