svg.svelte-1ltwp5z{min-height:24px;transition:transform .3s ease-in-out}svg.svelte-1ltwp5z line:where(.svelte-1ltwp5z){stroke:currentColor;stroke-width:3;transition:transform .3s ease-in-out}button.svelte-1ltwp5z{color:#fff;background:transparent;border:transparent;display:flex;justify-content:center;align-items:center;z-index:20}.open.svelte-1ltwp5z svg:where(.svelte-1ltwp5z){transform:scale(.7)}.open.svelte-1ltwp5z #top:where(.svelte-1ltwp5z){transform:translate(6px) rotate(45deg)}.open.svelte-1ltwp5z #middle:where(.svelte-1ltwp5z){stroke-dasharray:0;stroke-dashoffset:0;animation:svelte-1ltwp5z-fade 1s ease-in alternate forwards}@keyframes svelte-1ltwp5z-fade{to{stroke-dashoffset:1000;stroke-dasharray:1000}}.open.svelte-1ltwp5z #bottom:where(.svelte-1ltwp5z){transform:translate(-12px,9px) rotate(-45deg)}.logo{cursor:pointer;height:30px;width:30px}.open.svelte-q971rm{flex-direction:column!important;align-items:center!important;height:330px!important;transition:height .2s cubic-bezier(.455,.03,.515,.955)}.selected.svelte-q971rm{position:relative;color:#fff}.button.svelte-q971rm:hover:after{content:"";background:#d17335;display:block;height:3px;width:100%;position:absolute;bottom:0}.button.selected.svelte-q971rm:after{content:"";background:#d17335;display:block;height:3px;width:100%;position:absolute;bottom:0}.innerContainer.svelte-q971rm{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:900px;box-sizing:border-box}.innerContainer.svelte-q971rm a{height:30px;color:#fff}.NavBar.svelte-q971rm{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;max-width:900px;box-sizing:border-box;padding:20px;height:80px;overflow:hidden;transition:height .2s cubic-bezier(.455,.03,.515,.955)}.buttons.svelte-q971rm{display:none;justify-content:space-between;align-items:center;font-weight:500}.responsiveButtons.svelte-q971rm{margin-top:20px;width:100%;display:flex!important;flex-direction:column}.responsiveButtons.svelte-q971rm .button:where(.svelte-q971rm){max-width:100px;width:100%;text-align:center}.buttons.svelte-q971rm .button:where(.svelte-q971rm){padding:0;cursor:pointer;transition:color .2s ease-in-out;text-decoration:none;position:relative;margin:10px;color:#fff6}.button.selected.svelte-q971rm{color:#fff}.burger.svelte-q971rm button{margin:0}@media(min-width:900px){.NavBar.svelte-q971rm{padding:20px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:900px;margin:0 auto}.buttons.svelte-q971rm{display:flex}.NavBar.svelte-q971rm .burger:where(.svelte-q971rm){display:none!important}.responsiveButtons.svelte-q971rm{display:none!important}}.button.svelte-18sv61c{cursor:pointer;height:40px;max-width:200px;border-radius:10px;background:#ca3c25;background-size:150% 150%;display:flex;justify-content:center;align-items:center;font-weight:500}.button.svelte-18sv61c:hover{animation:gradient 2s ease infinite}.container.svelte-11extwn{width:14px;height:20px;z-index:200}[data-tooltip].svelte-11extwn{position:relative;z-index:2;display:block}[data-tooltip].svelte-11extwn:before,[data-tooltip].svelte-11extwn:after{visibility:hidden;opacity:0;pointer-events:none;transition:.2s ease-out;transform:translate(-50%,5px)}[data-tooltip].svelte-11extwn:before{position:absolute;bottom:100%;left:50%;margin-bottom:5px;padding:7px;width:100%;min-width:70px;max-width:250px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#000;background-color:#333333e6;color:#fff;content:attr(data-tooltip);text-align:center;font-size:14px;line-height:1.2;transition:.2s ease-out}[data-tooltip].svelte-11extwn:after{position:absolute;bottom:100%;left:50%;width:0;border-top:5px solid #000;border-top:5px solid hsla(0,0%,20%,.9);border-right:5px solid transparent;border-left:5px solid transparent;content:" ";font-size:0;line-height:0}[data-tooltip].svelte-11extwn:hover:before,[data-tooltip].svelte-11extwn:hover:after{visibility:visible;opacity:1;transform:translate(-50%)}[data-tooltip=false].svelte-11extwn:hover:before,[data-tooltip=false].svelte-11extwn:hover:after{visibility:hidden;opacity:0}.modal.svelte-ta60gp{position:fixed;inset:0;width:100%;height:100vh;z-index:2000;display:flex;justify-content:center;align-items:center}@keyframes svelte-ta60gp-slidein{0%{opacity:0}to{opacity:1}}.backdrop.svelte-ta60gp{position:absolute;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:svelte-ta60gp-slidein .3s ease-in-out}@keyframes svelte-ta60gp-openModalAnimation{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.content-wrapper.svelte-ta60gp{z-index:10;max-width:70vw;border-radius:.3rem;overflow:hidden;padding:30px;border-radius:25px;background:linear-gradient(155deg,rgba(255,255,255,.15),transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:2px 4px 6px #0000001a,inset 0 0 0 2px #ffffff1a;animation:svelte-ta60gp-openModalAnimation .3s ease-in-out}@keyframes svelte-ta60gp-slideOut{0%{opacity:1}to{opacity:0}}@keyframes svelte-ta60gp-closeModalAnimation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.closing.svelte-ta60gp .backdrop:where(.svelte-ta60gp){animation:svelte-ta60gp-slideOut .3s ease-in-out}.closing.svelte-ta60gp .content-wrapper:where(.svelte-ta60gp){animation:svelte-ta60gp-closeModalAnimation .3s ease-in-out}.content.svelte-ta60gp{max-height:50vh;overflow:hidden}@media(min-width:900px){.content-wrapper.svelte-ta60gp{padding:50px;min-width:400px}}.svelte-12qhfyh{box-sizing:border-box}@font-face{font-family:Fira Code,monospace;font-display:optional;src:url(https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap)}#svelte{width:100vw;height:100%;max-width:900px;display:flex;flex-direction:column;justify-content:space-between}html,body{width:100%;height:100%;overflow:auto;font-family:Fira Code,monospace;background:linear-gradient(-45deg,#f1b746,#d17335,#2d4356,#298779);position:relative}body{background-color:var(--background);background-size:200% 200%;color:#fff;margin:0;box-sizing:border-box;display:grid;line-height:1.75;place-items:center;height:100%;overflow-x:hidden}h1{border:0}::selection{color:#fff;background:#ca3c25}::-webkit-scrollbar{width:8px;height:8px;border-radius:1px}::-webkit-scrollbar-thumb{background-color:#fafffd;border-radius:3px}::-webkit-scrollbar-track{background-color:transparent;border-radius:1px}@media(min-width:900px){body{padding:0 100px}}a{text-decoration:none;color:#fff}a.svelte-12qhfyh{color:#fff;text-decoration:none}a.svelte-12qhfyh:hover{text-decoration:underline}a.svelte-12qhfyh:visited{color:#fff}.modalContainer.svelte-12qhfyh div:where(.svelte-12qhfyh){display:flex;margin-bottom:20px}.modalContainer.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0}.tooltip{visibility:hidden}.cookieContainer.svelte-12qhfyh{background:#fff;border-radius:0;text-align:center;width:100%;height:30px;color:#000;padding:30px;display:flex;justify-content:space-evenly;align-items:center;position:fixed;bottom:0;left:0;right:0;margin-left:auto;margin-right:auto}.cookieContainer.svelte-12qhfyh>p:where(.svelte-12qhfyh)>a:where(.svelte-12qhfyh){text-decoration:underline}.cookieContainer.svelte-12qhfyh>div:where(.svelte-12qhfyh){cursor:pointer}footer.svelte-12qhfyh{font-size:16px;font-weight:400;padding:30px 0;max-width:900px;text-align:center;width:100%}footer.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:none;color:#fff}@media(min-width:900px){.tooltip{visibility:visible}}@media(min-width:600px){.cookieContainer.svelte-12qhfyh{background:#fff;border-radius:50px;text-align:center;width:350px;height:30px;color:#000;padding:0 10px;display:flex;justify-content:space-evenly;align-items:center;position:fixed;bottom:50px;left:0;right:0;margin-left:auto;margin-right:auto}}
