.download-quiz{background:rgba(0,0,0,.9);position:fixed;top:0;bottom:0;left:0;right:0;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.download-quiz .modal{background:linear-gradient(-2deg,#11111d,#2d2d38);padding:4rem;border-radius:4px;width:100%;max-width:48rem;height:100%;max-height:32rem;overflow:hidden;position:relative}.download-quiz .modal .close-button{position:absolute;bottom:1rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:transparent;border:0;font:inherit;color:#fff;opacity:.5;text-transform:uppercase;cursor:pointer;padding:1rem}.download-quiz .modal .close-button:hover{opacity:1}.download-quiz .modal .page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;width:calc(100% - 8rem);height:calc(100% - 8rem);overflow:auto}.download-quiz .modal .page img{width:8rem;height:8rem;margin-bottom:1rem}.download-quiz .modal .page h1{margin:0 0 1rem;text-align:center}.download-quiz .modal .page .options{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.download-quiz .modal .page .options a,.download-quiz .modal .page .options li{background:#94df03;color:#101022;font-weight:700;margin:1rem;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:1.5rem;text-align:center;text-decoration:none}.download-quiz .modal .page .options a:hover,.download-quiz .modal .page .options li:hover{background:#affc19}