.header{display:flex;position:sticky;justify-content:space-between;align-items:center;width:100%;top:0;border-bottom:var(--linewidth) solid var(--linecolor);background-color:var(--bgcolor);z-index:2}.header button{background:none;color:inherit;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit}.header-text,.header-info,.footer-text{display:flex;color:var(--textcolor);font-size:1rem;padding:20px;-webkit-user-select:none;user-select:none;text-decoration:none}.header-info .symbol-about{padding-right:6px}.header-info .symbol-close{stroke:var(--textcolor);stroke-width:2;-webkit-user-select:none;user-select:none;height:20px;margin:20px}.header-text,.header-info{cursor:var(--cursorPointer)}@media (hover:hover){.header-text:hover,.header-info:hover,.header-info:hover .symbol-close{color:var(--texthovercolor);stroke:var(--texthovercolor)}}@media (hover:none){.header-text:active,.header-info:active,.header-info:active .symbol-close{color:var(--texthovercolor);stroke:var(--texthovercolor)}}.footer{display:flex;position:relative;justify-content:space-between;align-items:center;width:100%;border-top:var(--linewidth) solid var(--linecolor)}.footer-left{font-size:.875rem;color:var(--textcolorgrey)}@media (hover:hover){.footer-right:hover{color:var(--texthovercolor)}}@media (hover:none){.footer-right:active{color:var(--texthovercolor)}}:root{--grey100: hsla(0,0%,0%,1);--grey200: hsla(0,0%,10%,1);--grey300: hsla(0,0%,15%,1);--grey400: hsla(0,0%,20%,1);--grey500: hsla(0,0%,30%,1);--grey600: hsla(0,0%,35%,1);--grey700: hsla(0,0%,40%,1);--grey800: hsla(0,0%,70%,1);--grey850: hsla(0,0%,85%,1);--grey900: hsla(0,0%,90%,1);--bgcolor: hsla(0,0%,85%,1);--accent: #2c25ff;--linewidth: 2px;--linecolor: hsla(0,0%,100%,1);--textcolor: hsla(0,0%,0%,1);--texthovercolor: hsla(0,0%,50%,1);--textcolorgrey: hsla(0,0%,50%,1);--cursorPointer: pointer;--cursorLeft: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='36px' height='36px' stroke-width='1.5' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23e6e6e6'%3E%3Cpath d='M15 6L9 12L15 18' stroke='%23e6e6e6' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E")18 18, pointer;--cursorRight: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='36px' height='36px' stroke-width='1.5' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23e6e6e6'%3E%3Cpath d='M9 6L15 12L9 18' stroke='%23e6e6e6' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E")18 18, pointer;--cursorClose: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30px' height='30px' stroke-width='1.5' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23e6e6e6'%3E%3Cpath d='M6.75827 17.2426L12.0009 12M17.2435 6.75736L12.0009 12M12.0009 12L6.75827 6.75736M12.0009 12L17.2435 17.2426' stroke='%23e6e6e6' stroke-width='1.5' %3E%3C/path%3E%3C/svg%3E")15 15, pointer}@font-face{font-family:rewalt;src:url(/fonts/rewalt_medium_macroman/rewalt-medium-webfont.woff2) format("woff2"),url(/fonts/rewalt_medium_macroman/rewalt-medium-webfont.woff) format("woff");font-weight:400;font-style:normal}html{background-color:var(--bgcolor);font-family:rewalt;scroll-snap-type:y proximity;-webkit-overflow-scrolling:touch}body{padding:0;margin:0}.content{display:flex;flex-direction:column;min-height:100vh}
