:root{--wga-blue:#036;--wga-light-blue:#f0f6ff;--wga-green:#489393;--wga-light-green:#9cc;--wga-orange:#f60}*{box-sizing:border-box;margin:0}html,body{background-color:#000;min-width:100vw;max-width:100vw;min-height:100vh;max-height:100vh;overflow:hidden}.header{z-index:100;background-image:url(/img/header.gif);background-position:0;background-repeat:no-repeat;background-size:contain;width:100%;height:50px;transition:all .5s;position:fixed;top:0;left:0}.nav{z-index:100;flex-direction:column;width:12.5%;min-width:fit-content;max-width:12.5%;height:calc(100% - 50px);max-height:calc(100% - 50px);padding:10px;transition:all .5s;position:fixed;top:50px;left:0;overflow-y:auto}input[type=checkbox]{color:#fff;accent-color:var(--wga-green)}.fig{max-width:100%;max-height:95vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#frame{object-fit:contain;z-index:2;max-width:90vw;min-height:90vh;max-height:90vh;position:relative}#frame-bg{object-fit:contain;filter:blur(20px);z-index:1;max-width:90vw;height:100%;min-height:90vh;max-height:90vh;position:absolute;left:0;transform:scale(1.01)}.figCaption{z-index:3;max-width:fit-content;padding:0 5px;position:relative}.nav-footer{position:absolute;bottom:50px;left:50%;transform:translate(-50%)}.btn-green{background-color:var(--wga-light-green);border-radius:1px solid var(--wga-blue);padding:2.5px}.btn-green:hover{background-color:var(--wga-orange);color:#fff;cursor:pointer}.w-100{width:100%}.w-screen{width:100vw}.h-screen{height:100vh}.d-none{display:none!important}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.fb-100{flex-basis:100%}.item-center{justify-content:center;align-items:center}.m-auto{margin:0 auto}.mt-1{margin-top:10px}.mt-2{margin-top:20px}.mt-3{margin-top:30px}.mt-4{margin-top:40px}.mt-5{margin-top:50px}.color-white{color:#fff}.text-center{text-align:center}.font-arial{font-family:Arial,Helvetica,sans-serif}.fw-light{font-weight:300}.bg-black{background-color:#000}.bg-light-green{background-color:var(--wga-light-green)}.bg-wga-blue{background-color:var(--wga-blue)}.border-green{border:none;border-top:2px solid var(--wga-green)}
