header{color:#fff;background-color:var(--accent);width:100%;display:grid;justify-content:center}.hero{width:100vw;max-width:var(--max-width);padding:2rem 3rem;position:relative}.hero:after{content:"";--bacteria-width:clamp(150px,20vw,300px);--bacteria-height:calc(0.85 * var(--bacteria-width));--bacteria-bottom:calc(-0.4 * var(--bacteria-height));background-image:url(/new_bacteria_illustration.svg);background-repeat:no-repeat;background-size:var(--bacteria-width);width:var(--bacteria-width);height:var(--bacteria-height);position:absolute;bottom:var(--bacteria-bottom);right:3rem;animation:floating 2s ease-in-out}.logo{height:100px;aspect-ratio:auto}.top{justify-content:space-between;align-items:center;width:100%}.top,nav>ul{display:flex}nav>ul{gap:.5rem}nav>ul>li{list-style:none;display:inline;font-size:1.2rem}nav>ul>li>a{color:#fff;padding:.4em .7em;border-radius:var(--border-radius);text-decoration:underline}.hero h1{margin:1rem 0;font-size:2.7rem;transition:color .6s cubic-bezier(.22,1,.36,1)}p{margin-top:.5rem;margin-bottom:0;text-wrap:balance}nav>ul>li>a:is(:hover,:focus-within){background-position:0;background-color:#fff;color:var(--accent);text-decoration:none}nav>ul>li>a:is(:hover,:focus-within) h2{color:rgb(var(--accent-light))}@keyframes floating{0%{bottom:calc(var(--bacteria-height) + .3 * var(--bacteria-bottom))}50%{bottom:calc(var(--bacteria-bottom) - .3 * var(--bacteria-height))}to{bottom:var(--bacteria-bottom)}}@media screen and (max-width:1200px){.hero:after{--bacteria-bottom:calc(-0.7 * var(--bacteria-height));right:0}}@media screen and (max-width:800px){.hero:after{--bacteria-bottom:calc(-0.5 * var(--bacteria-height));right:1rem}.logo{height:60px}}@media screen and (max-width:600px){.hero{padding:1rem 1rem 2rem}.hero h1{font-size:2rem}.hero:after{--bacteria-bottom:calc(-0.6 * var(--bacteria-height));right:-1rem}}.page_main_wrapper__2u3Cs{display:grid;justify-content:center}.page_main__A_AoM{color:var(--primary-color);display:flex;flex-direction:column;padding:1.5rem 3rem;max-width:var(--max-width);z-index:1;line-height:1.5}.page_main__A_AoM ol,.page_main__A_AoM ul{display:flex;flex-direction:column;gap:.5rem;-webkit-padding-start:1.25rem;padding-inline-start:1.25rem}.page_main__A_AoM a{color:var(--accent-color)}.page_image_container__uOLhZ{display:grid;justify-content:center;justify-items:center;align-items:center;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:.5rem;gap:.5rem;width:100%;padding:var(--small-gap) 0}.page_image_container__uOLhZ>*{max-width:100%;height:100%}.page_accent_border__GH6g2{border:4px solid var(--accent-color);border-radius:var(--border-radius);background-color:var(--accent-background-color)}.page_large_image__hrDG8{max-height:45vh}.page_medium_image__xw0xV{max-height:35vh}.page_small_image__OYpnN{max-height:30vh}.page_figcaption__O1hG9{margin-top:.625rem;text-align:center;font-size:.875rem;font-style:italic;letter-spacing:.0625rem}@media screen and (max-width:600px){.page_main__A_AoM{padding:1.5rem 1rem}}