div#protected-modal-overlay{position:absolute;left:0;top:0;width:100%;height:100vh;background:rgba(0,0,0,.7);z-index:995;display:none}div#protected-modal-overlay.active{display:block}div#protected-modal{position:absolute;left:50%;top:10%;transform:translateX(-50%);background:var(--brand-colour);width:95%;max-width:800px;z-index:1005;overflow:hidden;color:#fff;text-align:center}div#protected-modal button.protected-action-button,div#protected-modal button[type=submit]{-webkit-appearance:button;text-decoration:none;font-size:1rem;background:0 0;color:#fff;border:1px solid #fff;text-transform:uppercase;border-radius:50px;padding:.75rem 2.5rem;margin:.5rem 0;transition:all .2s ease}div#protected-modal button.protected-action-button:hover,div#protected-modal button[type=submit]:hover{background:#fff;color:#262626}div#protected-modal label{display:none}#protected-modal-closer,#protected-modal-home{position:absolute;z-index:1010;background:0 0;border:none;color:#fff;line-height:1}#protected-modal-closer{right:3px;top:0;font-size:2rem}#protected-modal-home{left:0;top:5px;font-size:1.4rem}button.bubble-btn-white{margin:1rem}div.protected-tab{opacity:0;position:absolute;top:0;left:0;width:100%;height:auto;padding:2rem}