*{margin:0;padding:0;box-sizing:border-box}button{cursor:pointer}#root{overflow:hidden}body{background-color:var(--c3-color)}:root{--c1-color: #A6789B;--c2-color: #111827;--c3-color-augment: #121212;--c3-color: #000000;--c4-color: #D294C4;--c5-color: #2F303D;--f1-font: "Karla", sans-serif;--f2-font: "Red Hat Display", sans-serif}.page-section{min-width:20rem;display:flex;flex-direction:column;align-items:center}.page-section__child{max-width:120rem;min-width:20rem;width:100%}.loading-screen{height:100svh;display:flex;align-items:center;justify-content:center}.loading-screen>img{width:50px;aspect-ratio:1 / 1;animation:loading 2s ease-in-out infinite}@keyframes loading{to{transform:rotate(360deg)}}.nav-main-wrapper{position:fixed;background:linear-gradient(to top,var(--c3-color-augment) 40%,var(--c3-color) 100%);min-height:5rem;justify-content:center;z-index:8;width:100%}.nav-main{padding-inline:clamp(1rem,10vw,15rem);display:grid;grid-template-columns:1fr 1fr}.nav-main__header{display:flex;align-items:center;gap:1rem}.nav-main__header>img{width:clamp(2rem,3vw,3rem)}.nav-main__header>a{text-decoration:none;font-family:var(--f1-font);color:#fff;font-weight:900;font-size:1.5rem}.nav-main__buttons{display:flex;justify-content:end;align-items:center}.nav-main__buttons>ul{list-style-type:none;display:flex;gap:1rem}.nav-main__buttons>ul>li{width:7rem;border:1px solid #7A4E6F;display:flex;align-items:center;justify-content:center;padding-block:.5rem;border-radius:5rem}.nav-main__buttons>ul>li>a{font-family:var(--f2-font);color:#fff;font-weight:700;text-decoration:none}.nav-main__buttons>ul>li:nth-child(2){background-color:#7a4e6f}.nav-side-toggle{background-color:transparent;border:none;display:none;flex-direction:column;gap:.5rem;height:5rem;justify-content:center}.nav-side-toggle>div:nth-child(1){width:3rem;background-color:#fff;height:.25rem;border-radius:.5rem}.nav-side-toggle>div:nth-child(2){width:1.5rem;background-color:#fff;height:.25rem;border-radius:.5rem}@media (max-width: 965px){.nav-main__header>a{font-size:1rem}}.sidebar-nav{display:none;min-width:20rem;max-width:35rem;position:fixed;height:100vh;width:50vw;z-index:9;background:linear-gradient(to top,var(--c3-color-augment) 40%,var(--c3-color) 100%);padding:1rem;transition:1s ease-in-out;overflow:auto}.toggle{transform:translate(-100%)}.sidebar-nav__header{color:#fff;display:flex;justify-content:space-between;align-items:center;gap:1rem}.sidebar-nav__header>button{height:min-content;padding:.5rem 1rem;font-family:var(--f2-font);color:#fff;border-radius:2rem;background-color:transparent;border:1px solid white}.sidebar-nav__header>div{display:flex;align-items:center;gap:1rem;font-size:clamp(.8rem,4vw,1.25rem)}.sidebar-nav__header>div>h1{font-family:var(--f1-font);font-size:1.5rem}.sidebar-nav__header>div>img{width:35px;aspect-ratio:1 / 1}.sidebar-nav__content{margin-top:5rem}.sidebar-nav__content>ul{list-style-type:none;display:flex;flex-direction:column;gap:1rem}.sidebar-nav__content>ul>li>a{text-decoration:none;color:#fff;font-family:var(--f1-font);font-size:3.5rem;font-weight:500}.sidebar-nav__footer{margin-top:5rem;display:flex;flex-direction:column;gap:2rem}.sidebar-nav__footer>p{color:#acacac;font-family:var(--f2-font)}.sidebar-nav__footer>h1{font-family:var(--f1-font);color:#fff;font-size:1rem}.sidebar-nav__footer>ul{list-style-type:none;display:flex;gap:2rem}.sidebar-nav__footer>ul>li{color:#fff}.sidebar-nav__footer>ul>li>button{background-color:transparent;border:none}.sidebar-nav__footer>ul>li>button>svg{fill:#fff;width:35px;height:35px}.selected{color:var(--c1-color)!important}@media (max-width: 730px){.nav-main__buttons{display:none}.sidebar-nav{display:block}.nav-side-toggle{display:flex}.nav-main{grid-template-columns:1fr}.nav-main__header{justify-content:space-between}}.footer-content{padding:5rem clamp(1rem,15%,25rem) 5rem clamp(1rem,15%,25rem);display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));align-items:space-evenly;gap:3rem}.footer-content *{font-family:var(--f2-font);color:#fff}.footer-content a{text-decoration:none}.footer-content a:hover{text-decoration:underline}.footer-content>div{display:flex;flex-direction:column;gap:1rem}.footer-content>div>p:nth-of-type(1){font-weight:600;font-size:1.2rem}.logo{width:3rem;aspect-ratio:1 / 1}.footer-column__header{justify-content:center}.footer-column__header>p{font-size:.8rem}.loading-skeleton{background-color:gray;animation:load 3s linear infinite}@keyframes load{0%{opacity:100%}50%{opacity:0}to{opacity:100%}}.input-error{border:1px solid red!important}.email-error{max-width:20rem;margin-top:6rem;position:fixed;right:0;background-color:var(--c2-color);z-index:10;color:#fff;font-family:var(--f1-font);padding:1rem 1.5rem;border:1px solid white;animation:show-email-error 8s ease-in-out forwards}@keyframes show-email-error{0%{transform:translate(100%)}10%{transform:translate(0)}90%{opacity:1}to{opacity:0}}
