html,body{margin:0;padding:0;font-family:sans-serif;height:100%;overflow-x:hidden}*{box-sizing:border-box}#page-container{min-height:100vh;min-height:100dvh}#page-view,#page-content{min-height:inherit}.hydrated #page-view{animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#page-container{position:relative;width:100%}#page-container:before{content:"";position:absolute;width:100%;height:100%;z-index:999;background-size:100px;background-position:center center;pointer-events:none;opacity:0}body.page-is-transitioning #page-container:before{opacity:1}#page-content,#page-container:before{transition:opacity .5s ease-in-out}body.page-is-transitioning #page-content{opacity:.17}
