:export{fontMain:"Manrope",monospace;h1:h1;h2:48px;h3:48px;h1mobile:32px;h2mobile:24px;blackLight:#0e0e0e;blue:#0070f3;gray:#7b7b7b;lightGray:#f4f5f8;darkGray:#4a4747;white:#fff}.modal-wrapper{display:flex;position:fixed;z-index:1000;top:0;left:0;width:100%;background-color:rgba(0,0,0,.244);justify-content:center;align-items:center;padding:64px 0;overflow:hidden;min-height:calc(100vh + 64px);height:max-content;margin-bottom:100px;opacity:0;transition:all .2s ease-in-out}.modal-wrapper.visible{opacity:1;transition:all .2s ease-in-out}@media(max-width:700px){.modal-wrapper{min-height:100%;height:max-content}}.modal-nav{padding:32px 24px;height:max-content;display:flex;flex-direction:row;justify-content:space-between}.modal-container{top:64px;position:absolute;background-color:#fff;width:80%;scroll-behavior:smooth;overflow:auto;max-height:80%;margin-bottom:64px;transition:all 1s ease-in-out;scrollbar-width:none}@media(max-width:800px){.modal-container{top:40px;max-height:70%}}@media(max-width:700px){.modal-container{top:0;left:0;min-height:100%;max-height:100%;width:100%;margin-bottom:64px}}.modal-content{display:flex;height:max-content;flex-direction:column;gap:104px;overflow-x:hidden}@media(max-width:800px){.modal-content{padding-top:30px;gap:64px}}@media(max-width:700px){.modal-content{padding-top:0}}.modal-content .description{display:flex;flex-direction:column;gap:64px;height:max-content;padding:0}.modal-close-btn{display:block;position:-webkit-sticky;position:sticky;top:10px;left:100%;margin:0 10px 0 0;width:30px;height:30px;z-index:1010;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media(max-width:800px){.modal-close-btn{top:2px;right:2px;width:20px;height:20px}}@media(max-width:700px){.modal-close-btn{display:none}}.modal::-webkit-backdrop{background-color:rgba(0,0,0,.244)}.modal::backdrop{background-color:rgba(0,0,0,.244)}.modalPage{min-height:calc(100vh - 208px);overflow:hidden}