#help-btn{height:40px;width:106px;position:fixed;z-index:10;bottom:1.5rem;left:1.5rem;display:flex;justify-content:center;align-items:center;color:#FFFFFF;font-family:"IBM Plex Sans",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:20px;text-align:center;border-radius:20px;border:2px solid #f4f4f4;background-color:#212121;cursor:pointer;box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 1px 5px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);}#help-btn span{margin-left:5px;}@media screen and (max-width:1024px){#help-btn{width:40px;}#help-btn span{display:none;}}#help-btn-modal{display:none;width:345px;position:fixed;z-index:15;bottom:1.5rem;left:1.5rem;box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 1px 5px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);}#help-btn-modal .modal-header{background-color:#212121;color:#FFFFFF;text-align:center;font-size:18px;font-weight:bold;letter-spacing:1px;text-transform:uppercase;display:block;margin:0;padding:1rem 1rem;}#help-btn-modal .modal-header .modal-close-btn{float:right;color:#FFFFFF;background:none;border:none;width:auto;}#help-btn-modal .modal-content{padding:20px;border:none;}#help-btn-modal .modal-content a{display:flex;justify-content:left;align-items:center;height:80px;margin:20px 0;padding:20px;border:none;cursor:pointer;color:#031D40;background:#fff;box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 1px 5px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);}#help-btn-modal .modal-content a:hover{text-decoration:none;}#help-btn-modal .modal-content a span{margin-left:1em;}@media screen and (max-width:1024px){#help-btn-modal{width:100%;height:100%;bottom:0;left:0;}#help-btn-modal .modal-content{height:100%;}}