html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-size:16px;min-height:100vh;-webkit-touch-callout:none;-webkit-user-select:text;-ms-user-select:text;user-select:text}img,video{max-width:100%;height:auto;display:block;object-fit:cover}a{color:inherit;text-decoration:none}button{font-family:inherit}input,textarea,select{font-family:inherit}::selection{background-color:rgba(94,168,153,0.18)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.no-scroll{height:100vh;overflow:hidden}#mobile-menu{transition:opacity .28s ease,transform .32s ease}#mobile-overlay{transition:opacity .28s ease}#mobile-menu.show{display:block}#mobile-menu[aria-hidden="true"]{display:none}:focus{outline:none}*:focus-visible{outline:2px solid rgba(79,210,169,0.14);outline-offset:3px;border-radius:.5rem;box-shadow:0 0 0 4px rgba(79,210,169,0.12)}/***** subtle animated beam background helper *****/.bg-beam{position:relative;overflow:hidden}.bg-beam::after{content:"";position:absolute;inset:-10% 0 -10% 0;background:linear-gradient(90deg,transparent 0%,rgba(94,168,153,0.12) 40%,rgba(94,168,153,0.06) 50%,transparent 70%);transform:translateX(-30%);animation:beam 3.6s ease-in-out infinite}@keyframes beam{0%{transform:translateX(-30%);opacity:0}50%{transform:translateX(0);opacity:0.6}100%{transform:translateX(30%);opacity:0}}/* cookie box sizing and responsiveness */#cookie{max-width:20rem;min-width:16rem}@media (max-width:640px){#cookie{right:1rem;left:1rem;bottom:1rem;width:auto;max-width:none}}/* accessible modal and trap helpers */.focus-trap{outline:none}.rounded-2xl{border-radius:1rem}.rounded-xl{border-radius:.75rem}.shadow-md{box-shadow:0 6px 18px rgba(16,24,40,0.06)}.shadow-lg{box-shadow:0 12px 30px rgba(16,24,40,0.08)}.transition{transition:all .22s cubic-bezier(.2,.9,.3,1)}.transform{transform:translateZ(0)}