.progress{pointer-events:none}@media screen and (max-width:768px) and (orientation:portrait){html{font-size:32px}.reveal section{font-size:1.4em}.reveal .slides{top:35% !important}.reveal img,.reveal video,.reveal iframe{width:80%}}@media screen and (max-width:480px){html{font-size:32px}.reveal section{font-size:1.6em}.reveal .slides{top:30% !important}.reveal img,.reveal video,.reveal iframe{width:80%}}@media screen and (max-width:480px) and (max-height:667px){.reveal .slides{top:35% !important}}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.icon svg{height:1em;width:1em}#orientation-popup{display:none;position:fixed;z-index:9999;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.85);color:#fff;text-align:center;padding:2em;box-sizing:border-box;font-family:sans-serif}#orientation-popup.show{display:flex;flex-direction:column;align-items:center;justify-content:center;animation:fadeIn .3s ease-in-out}#orientation-popup svg{width:100px;height:auto;margin-bottom:1em;animation:rotatePhone 2s infinite ease-in-out}@keyframes rotatePhone{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(90deg)}75%{transform:rotate(0)}100%{transform:rotate(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}#dismiss-btn{margin-top:1em;padding:.6em 1.2em;background:#00bcd4;border:none;color:#fff;border-radius:4px;font-size:1em;cursor:pointer}