html.home{scroll-snap-type:y mandatory;scroll-behavior:smooth}html.home #page>section{min-height:100vh;scroll-snap-align:start;display:flex;flex-direction:column;justify-content:center}html.home #page>.footer-wrap{scroll-snap-align:end}html.home #page>section:where(:nth-of-type(1)),html.home #page>section:where(:nth-of-type(7)),html.home #page>section:where(:nth-of-type(10)),html.home #page>section:where(:nth-of-type(11)),html.home #page>section:where(:nth-of-type(12)){background-color:var(--mapprio-white)}html.home #page>section:where(:nth-of-type(2)),html.home #page>section:where(:nth-of-type(6)),html.home #page>section:where(:nth-of-type(9)),html.home #page>section:where(:nth-of-type(13)){background-color:var(--mapprio-blue)}html.home #page>section:where(:nth-of-type(3)),html.home #page>section:where(:nth-of-type(4)),html.home #page>section:where(:nth-of-type(5)),html.home #page>section:where(:nth-of-type(8)){background-color:var(--mapprio-green-light)}html.home #page>section{scroll-margin-top:0}html.home #page>section:first-of-type{justify-content:stretch}html.home #page>section:first-of-type>.home-header-bg{flex:1;display:flex;flex-direction:column;justify-content:center}html.home #scroll-down{position:fixed;bottom:6em;left:0;right:0;text-align:center;z-index:10;transition:opacity .7s}html.home #scroll-down button{background:0 0;border:0;padding:0;cursor:pointer}html.home #scroll-down[hidden]{opacity:0;pointer-events:none}@media(max-width:480px){html.home{scroll-snap-type:none}html.home #page>section{min-height:0}}@media(prefers-reduced-motion:reduce){html.home{scroll-snap-type:none;scroll-behavior:auto}}