.loading_page_wrapper{margin:20px}.loading_page_loadingText{font-size:2.5em;margin:10px auto;padding:30px;font-weight:700}.loading_page_loading_subText{font-size:1em;margin:10px auto;padding:30px;font-weight:500}.loading_page_pulse_wrapper{height:180px;display:flex;align-items:center;justify-content:center}.loading_page_pulse_icon{width:120px;animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{0%{width:120px}50%{width:180px}to{width:120px}}.loading_search_wrapper{display:flex;align-items:center;justify-content:center;padding:60px 0}.loading_search_logo{width:120px;height:auto;animation:pulse-scale 1.6s ease-in-out infinite}@keyframes pulse-scale{0%{transform:scale(.85)}50%{transform:scale(1.1)}to{transform:scale(.85)}}.loading_small_wrapper{margin:2px;padding:2px;display:flex;align-items:center;justify-content:center}.loading_small_spinning_skull{max-width:35px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}