header{--shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);position:sticky;top:0;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:1rem 0;background-color:white;box-shadow:var(--shadow)}@supports (animation-timeline:scroll()){header{animation:scroll-shadow linear both;animation-timeline:scroll();animation-range:0 5ex}@keyframes scroll-shadow{0%{box-shadow:none}to{box-shadow:var(--shadow)}}}.ges-hero-gradient-mobile{background-image:linear-gradient(20deg,rgba(196,196,196,0) .13%,#1F504F 90.84%)}.ges-hero-gradient-desktop{background-image:linear-gradient(269.83deg,rgba(196,196,196,0) .13%,#1F504F 90.84%)}