body{margin:0;padding:0}#splash-screen{position:fixed;z-index:1000;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#fff}#splash-screen img{margin-left:calc(100vw - 100%);margin-bottom:15px;width:200px}#splash-screen.hidden{opacity:0;visibility:hidden}.splash-spinner{animation:rotate 2s linear infinite;margin-left:calc(100vw - 100%);width:50px;height:50px}.splash-spinner .path{stroke:#713bbc;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}.loading-spinner{animation:rotate 2s linear infinite}.loading-spinner .path{stroke:#713bbc;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.linear-activity{overflow:hidden;width:50%;height:4px;background-color:#ccc;margin:20px auto;max-width:400px}.determinate{position:relative;max-width:100%;height:100%;-webkit-transition:width .5s ease-out 1s;-moz-transition:width .5s ease-out 1s;-o-transition:width .5s ease-out 1s;transition:width .5s ease-out 1s;background-color:#000}.indeterminate{position:relative;width:100%;height:100%}.indeterminate:before{content:"";position:absolute;height:100%;background-color:#006838;animation:indeterminate_first 1.5s infinite ease-out}@keyframes indeterminate_first{0%{left:-100%;width:100%}to{left:100%;width:30%}}@keyframes indeterminate_second{0%{left:-150%;width:100%}to{left:100%;width:30%}}*{font-family:Montserrat,Poppins,Roboto,Raleway,Helvetica,Arial,sans-serif!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{border-radius:2rem;background-color:#6a9c89}::-webkit-scrollbar-track{background:rgba(0,0,0,.1333333333);border-radius:2rem}body{background-color:#fff!important}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Montserrat,Poppins,Roboto,Raleway,Helvetica,Arial,sans-serif!important}iframe[style="position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; border: none; z-index: 2147483647;"]{display:none}.scrollbar-hidden::-webkit-scrollbar{display:none;width:0}
