.about-page{position:relative;width:100%;height:100vh;overflow:hidden}@media screen and (max-width:768px){.about-page{height:auto;overflow:visible}}.about-page .about-container{display:flex;flex-direction:row;height:100%;width:100%}@media screen and (max-width:768px){.about-page .about-container{flex-direction:column;height:auto;padding-bottom:0}}.about-page .about-column{flex:1 1;max-width:500px;padding:var(--padding-global);height:100%;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;font-size:.8rem;line-height:1.45;-ms-overflow-style:none;scrollbar-width:none}.about-page .about-column::-webkit-scrollbar{display:none}@media screen and (max-width:768px){.about-page .about-column{max-width:none;width:100%;height:auto;overflow-y:visible}.about-page .about-column:last-of-type{padding-bottom:.5rem}}.about-page .about-column li,.about-page .about-column p{font-size:.8rem;margin:0 0 .2em;text-align:left}.about-page .about-column .selected{background-color:var(--color-grey-light);color:#fff;padding:0 2px}.about-page .about-column h2,.about-page .about-column h3{font-size:.8rem;font-weight:400;margin:1.4em 0 .6em}.about-page .about-column ol,.about-page .about-column ul{padding-left:1.2em;margin:0 0 .85em}.about-page .about-column a{color:#000;text-decoration:underline;text-underline-offset:2px;padding:0 2px}.about-page .about-column a:hover{color:var(--color-grey)}.about-page .about-column a.flash-link--active{animation:rainbow-flash 2s linear infinite;color:rgba(0,0,0,0)}@media screen and (min-width:769px){.about-page .about-column--description{padding-bottom:calc(var(--padding-global) + 2em)}}.about-page .about-section+.about-section{margin-top:2em}.about-page .about-credit{position:absolute;bottom:0;left:0;margin:0;padding:var(--padding-global);font-size:.8rem;line-height:1.45;z-index:1}.about-page .about-credit a{color:#000;text-decoration:underline;text-underline-offset:2px;padding:0 2px}.about-page .about-credit a:hover{color:var(--color-grey)}.about-page .about-credit a.flash-link--active{animation:rainbow-flash 2s linear infinite;color:rgba(0,0,0,0)}@media screen and (max-width:768px){.about-page .about-credit{position:static;padding:var(--padding-global);padding-top:0;padding-bottom:var(--padding-global);text-align:right}}