@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-behavior:allow-discrete;transition-duration:1ms;transition-property:overflow}:root{--clr-neutral-light: #f4effa;--clr-neutral-dark: #2f184b;--clr-primary: #532b88;--clr-secondary: #9b72cf;--clr-tertiary: #c8b1e4}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:125%}body{display:flex;flex-direction:column;align-items:center;background:var(--clr-neutral-light);min-height:100svh;overflow-x:clip;color:var(--clr-neutral-dark);font-family:Roboto,sans-serif;@media(prefers-color-scheme:dark){background:var(--clr-neutral-dark);color:var(--clr-neutral-light)}}input,button,textarea,select{font:inherit}button{cursor:pointer}h1,h2,h3,h4,h5,h6{line-height:1}p{max-width:66ch;line-height:1.5;overflow-wrap:break-word}img,picture,video,canvas,svg{display:block;max-width:100%}.inverted{background:var(--clr-neutral-dark);color:var(--clr-neutral-light);@media(prefers-color-scheme:dark){background:var(--clr-neutral-light);color:var(--clr-neutral-dark)}}menu[data-astro-cid-2j44jlrm]{display:flex;justify-content:center;align-items:center;gap:2rem;padding-block:2rem;list-style:none;&.column{flex-direction:column}li{a{color:inherit;text-decoration:none;&:focus{outline:none}}&.active{text-decoration:underline .1em;text-decoration-color:var(--clr-primary);text-underline-offset:.2em;@media(prefers-color-scheme:dark){text-decoration-color:var(--clr-tertiary)}a{font-weight:700}}}@media screen and (min-width:40rem){justify-content:end;width:61.8%}}#mobile-menu-wrapper[data-astro-cid-6aabv5oc]{--duration: .4s;position:fixed;bottom:0;left:0;z-index:100;width:100%;height:3rem;.mobile-menu__toolbar{opacity:.92;background:var(--clr-secondary);height:inherit;.burger-container{display:flex;position:relative;align-items:center;margin-inline:1rem;height:inherit;#burger{display:flex;justify-content:space-between;align-items:center;gap:.5em;transition:.3s ease-in-out;width:100%;height:inherit;overflow-x:clip;.hand{font-size:1.5em}.hand-back-right{display:none}&.lefthand{.hand-back-left{display:none}.hand-back-right{display:block}}}}}.bars{display:flex;position:relative;flex-direction:column;justify-content:space-between;width:1.5rem;height:1.2rem;.bar{position:absolute;transform-origin:center;background:var(--clr-primary);width:100%;height:.2rem;&:nth-child(1){top:0}&:nth-child(2){top:50%;transform:translateY(-50%);transition:calc(var(--duration) / 2) ease-in-out}&:nth-child(3){bottom:0}}}#mobile-menu{position:absolute;top:0;left:0;transform:translateY(-100%);transition:var(--duration) ease-in-out;background:var(--clr-tertiary);width:100%;max-height:0;overflow-y:clip;@media(prefers-color-scheme:dark){background:var(--clr-primary)}}&.open{.bars{.bar:nth-child(1){animation:burgerBarTop var(--duration) ease-in-out forwards}.bar:nth-child(2){transform:translateY(-50%) scale(0)}.bar:nth-child(3){animation:burgerBarBottom var(--duration) ease-in-out forwards}}#mobile-menu{max-height:25rem}}&.close{.bars{.bar:nth-child(1){animation:burgerBarTopOpen var(--duration) ease-in-out}.bar:nth-child(2){transform:translateY(-50%) scale(1);transition-delay:calc(var(--duration) / 2)}.bar:nth-child(3){animation:burgerBarBottomOpen var(--duration) ease-in-out}}}@media screen and (min-width:40rem){display:none}}@keyframes burgerBarTop{0%{top:0}30%{top:50%;transform:translateY(-50%) scale(.5)}60%{top:50%;transform:translateY(-50%) scale(.5) rotate(45deg)}70%{top:50%;transform:translateY(-50%) scale(.5) rotate(45deg)}to{top:50%;transform:translateY(-50%) scale(1) rotate(45deg)}}@keyframes burgerBarTopOpen{0%{top:50%;transform:translateY(-50%) scale(1) rotate(45deg)}30%{top:50%;transform:translateY(-50%) scale(.5) rotate(45deg)}60%{top:50%;transform:translateY(-50%) scale(.5) rotate(0)}70%{top:50%;transform:translateY(-50%) scale(.5) rotate(0)}to{top:0}}@keyframes burgerBarBottom{0%{bottom:0}30%{bottom:50%;transform:translateY(50%) scale(.5)}60%{bottom:50%;transform:translateY(50%) scale(.5) rotate(-45deg)}70%{bottom:50%;transform:translateY(50%) scale(.5) rotate(-45deg)}to{bottom:50%;transform:translateY(50%) scale(1) rotate(-45deg)}}@keyframes burgerBarBottomOpen{0%{bottom:50%;transform:translateY(50%) scale(1) rotate(-45deg)}30%{bottom:50%;transform:translateY(50%) scale(.5) rotate(-45deg)}60%{bottom:50%;transform:translateY(50%) scale(.5) rotate(0)}70%{bottom:50%;transform:translateY(50%) scale(1) rotate(0)}to{bottom:0}}header[data-astro-cid-sckkx6r4]{display:none}footer[data-astro-cid-sckkx6r4]{--offsetY: 50%;clip-path:polygon(0 0,50% var(--offsetY),100% 0,100% 100%,50% calc(100% - var(--offsetY)),0 100%);margin-bottom:3rem;padding:2rem 10px;width:100%;.content{display:flex;align-items:center;margin-inline:auto;width:min(100%,60rem);.side{display:flex;flex:1;&.side-right{justify-content:end}a{display:flex;align-items:center;gap:.5em;transition:.2s ease-in-out;border-radius:.5em;padding:.25em .5em;color:currentColor;text-decoration:none;.icon{font-size:1.5em}&:hover,&:focus{transform:scale(1.05);box-shadow:0 0 .2em .1em currentColor,0 0 .2em .1em currentColor,0 0 .2em .1em currentColor}&:active{transform:scale(1);box-shadow:none}}}}}@media screen and (min-width:40rem){header[data-astro-cid-sckkx6r4]{display:flex;justify-content:center;width:100%}footer[data-astro-cid-sckkx6r4]{margin-bottom:0}}
