.footer{background-color:#f1f1f1;text-align:center;min-height:19.563rem}.footer .contain-container{max-width:71.313rem}.footer__inner{position:relative}.footer__characters{display:flex;justify-content:space-between;width:100%;pointer-events:none;position:absolute;top:50%;left:0;transform:translateY(-50%);padding:0 1rem}.footer__character{width:80px;height:80px}@media(min-width:768px){.footer__character{width:100px;height:100px}}.footer__character img{width:100%;height:100%;object-fit:contain}.footer__contact{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;position:relative;z-index:1;margin-top:9.063rem;margin-bottom:6.563rem}.footer__pill{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;background-color:#fff;border-radius:16px;font-family:Bricolage Grotesque,sans-serif;font-size:2rem;font-weight:500;line-height:96%;letter-spacing:-2%;color:#000;text-decoration:none;border:7px solid #d8d8d8}.footer_char-left,.footer_char-right{position:absolute;display:inline-block}.footer_char-left{width:9.625rem;height:auto;left:-5.75rem;top:-6.25rem;rotate:14deg}.footer_char-right{width:7.5rem;height:auto;right:-5rem;top:-5.25rem;rotate:-12deg}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.438rem;font-family:Bricolage Grotesque,sans-serif;font-size:.875rem;font-weight:400;border-radius:9999px;transition:all .3s ease;cursor:pointer;white-space:nowrap;text-decoration:none}.btn:focus-visible{outline:2px solid #4a7aff;outline-offset:2px}.btn--filled{background-color:#313131;color:#fff;border:2px solid #313131}.btn--filled:hover{background-color:#3d3d3d;border-color:#3d3d3d}.btn--outlined{background-color:#fff;color:#000;border:1px solid #313131}.btn--outlined:hover{background-color:#313131;color:#fff}.btn--pill{background-color:#f1f1f1;color:#000;border:1px solid transparent;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500}.btn--pill:hover{background-color:#e8e8e8}.navbar{position:sticky;top:0;z-index:100;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding-top:2rem}.navbar__inner{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;height:72px;gap:1.5rem}.navbar__logo{display:inline-flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;white-space:nowrap;text-decoration:none;color:#000}.navbar__logo:focus-visible{outline:2px solid #4a7aff;outline-offset:2px}.navbar__logo-text{line-height:1}.navbar__logo-doodle{width:28px;height:28px;object-fit:contain}.navbar__hamburger{display:flex;flex-direction:column;gap:5px;padding:.5rem;z-index:101}@media(min-width:768px){.navbar__hamburger{display:none}}.navbar__hamburger span{display:block;width:24px;height:2px;background-color:#000;transition:all .3s ease;border-radius:2px}.navbar__hamburger--open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar__menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#fff;flex-direction:column;align-items:center;justify-content:center;gap:3rem;z-index:100}.navbar__menu--open{display:flex}@media(min-width:768px){.navbar__menu{display:flex;position:static;flex-direction:row;background:none;flex:1;justify-content:flex-end;gap:2rem}}.navbar__actions{display:flex;align-items:center;gap:1rem}.page-loader{display:flex;align-items:center;justify-content:center;flex:1}.page-loader__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.page-loader__character{width:4.5rem;height:auto;animation:loader-float 2.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.page-loader__character{animation:none}}.page-loader__bar{width:7.5rem;height:3px;background:#f1f1f1;border-radius:9999px;overflow:hidden;position:relative}.page-loader__bar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:40%;background:#000;border-radius:9999px;animation:loader-slide 1.4s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.page-loader__bar:after{animation:none;width:100%;opacity:.4}}@keyframes loader-float{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-10px) rotate(5deg)}}@keyframes loader-slide{0%{transform:translate(-100%)}50%{transform:translate(250%)}to{transform:translate(250%);opacity:0}}.app{display:flex;flex-direction:column;min-height:100vh}.app main{flex:1}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{background:none;border:none;cursor:pointer}#root{isolation:isolate}body{font-family:Bricolage Grotesque,sans-serif;font-size:1rem;color:#000;background-color:#fff}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:3rem}@media(min-width:768px){h1{font-size:4rem}}h2{font-size:2.5rem}@media(min-width:768px){h2{font-size:3rem}}h3{font-size:2rem}@media(min-width:768px){h3{font-size:2.5rem}}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{line-height:1.7;color:#686868}.text-accent-blue{color:#4a7aff}.text-accent-purple{color:#9b59b6}.container{max-width:1440px;margin-inline:auto;padding-inline:2rem;width:100%}.contain-container{max-width:1206px;padding:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
