@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--white: #ffffff;--dark: #21004d;--light: #D8D8D8;--paper: #fffdf4;--muted: #665d71;--line: #e6ddef;--accent: #ffcf00;--accent-dark: #ff6a25;--magenta: #ff2f8b;--purple: #21004d}@font-face{font-family:Quantify;src:url(/_astro/Quantify.BeTMpCgQ.woff) format("woff")}html,body{max-width:100vw;overflow-x:hidden;font-size:16px}html{scroll-behavior:smooth}body{color:var(--dark);background:var(--paper);font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{background:#0003}body::-webkit-scrollbar-thumb{background:var(--accent);border-radius:50px}body::-webkit-scrollbar-thumb:hover{background:var(--accent-dark);cursor:grab}::selection{color:var(--purple);background:var(--accent)}section,[id]{scroll-margin-top:24px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:underline}h1,h2,h3,h4,h5{color:var(--dark);font-family:Poppins,sans-serif;font-weight:800}.container{width:100%;max-width:1560px;margin:0 auto;position:relative;padding:0 2rem}@media screen and (max-width:575px){.container{padding:0 1rem}}.btn-primary{min-width:max-content;padding:1rem 2rem;display:flex;text-decoration:none;justify-content:center;align-items:center;border:0;gap:.5rem;height:50px;color:var(--purple);background:var(--accent);border:1px solid var(--accent);transition:background .2s ease-in-out,color .2s ease-in-out,transform .2s ease-in-out}.btn-primary:hover,.btn-primary:focus{color:var(--white);background:var(--accent-dark);border-color:var(--accent-dark);transform:translateY(-2px)}.btn-secondary{width:100%;max-width:50px;min-width:50px;padding:1rem 2rem;display:flex;text-decoration:none;justify-content:center;align-items:center;text-align:center;border:.1rem solid var(--white);gap:.5rem;height:50px;position:relative;background:var(--white);transition:.2s ease-in-out}.btn-secondary p{color:var(--dark);position:relative;font-size:1rem;line-height:1rem;z-index:2;transition:.2s ease-in-out}.btn-secondary:after{content:"";position:absolute;inset:0;background:var(--dark);height:0;width:100%;z-index:1;transition:.2s ease-in-out}.btn-secondary:hover{cursor:pointer}.btn-secondary:hover p{color:var(--white)}.btn-secondary:hover:after{height:50px}@media(max-width:575px){.btn-secondary p{font-size:.9rem;line-height:.9rem}}.btn-outline-primary{width:100%;max-width:max-content;border:.1rem solid var(--dark);min-width:50px;padding:1rem 2rem;display:flex;text-decoration:none;justify-content:center;align-items:center;gap:.5rem;height:50px;color:var(--dark);background:#0000;transition:.2s ease-in-out}.btn-outline-primary:hover{color:var(--white)!important;border-color:var(--accent);background:var(--accent)}@media(prefers-color-scheme:light){html{color-scheme:white}}@media(prefers-color-scheme:dark){html{color-scheme:dark}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.nav{width:100%;display:flex;background:var(--white)}.nav__container{width:100%;height:100px;display:flex;justify-content:space-between;align-items:center}.nav__container .logo{width:100px;height:auto;display:flex;align-items:center}.nav__container .logo a{display:flex;width:100%}.nav__container .logo img{width:100%;height:auto;filter:none}.nav__container .btn-menu{border-color:var(--accent);background:var(--accent);min-width:150px;height:50px;font-size:1rem;box-shadow:none;color:var(--purple)}.nav__container .btn-menu:hover,.nav__container .btn-menu:focus{cursor:pointer;outline:0;box-shadow:0 0 1rem #0000001a}@media(max-width:992px){.nav__container{justify-content:center}.nav__container .btn-menu{min-width:50px;font-size:2rem;line-height:0;position:fixed;right:1rem;bottom:1.5rem;z-index:99;border:.1rem solid var(--white)}}.footer{width:100%;min-height:150px;border-bottom:2px solid var(--accent);display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;border-top:1px solid var(--line);background:var(--purple);color:var(--white);transition:.2s ease-in-out}.footer h3{font-size:clamp(2.4rem,8vw,8rem);color:var(--accent);text-align:center;width:100%;padding:2rem 0;text-transform:uppercase;transition:.2s ease-in-out}.footer__bottom{width:100%;padding:0 0 2rem;transition:.2s ease-in-out}.footer__bottom p{width:100%;display:flex;flex-direction:column;transition:.2s ease-in-out}.footer__bottom p span{font-weight:600}@media(max-width:992px){.footer h3{font-size:4rem}}@media(max-width:575px){.footer h3{font-size:2rem}.footer__bottom p{justify-content:center;text-align:center;font-size:.9rem}}
