@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);#root,body,html{width:100vw;height:100vh;margin:0;padding:0;display:flex;overflow:hidden;font-family:"Inter",sans-serif}.ReactCollapse--collapse{transition:height .3s}.ReactModalPortal{z-index:5}.Modal{display:flex;z-index:2;outline:none;-webkit-animation:popIn 0;animation:popIn 0;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;max-height:100%}.Overlay{display:flex;position:fixed;align-items:center;justify-content:center;top:0;left:0;right:0;bottom:0}@-webkit-keyframes popIn{0%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes popIn{0%{transform:scale(1.1)}to{transform:scale(1)}}