@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,500;1,400;1,600&family=PT+Sans&family=Quicksand:wght@400;500;700&display=swap");:root{--primary-color:#a3e3c1;--brown-color:#775148;--gray-color:#a39f9f;--black-color:#333;--white-color:#fff}body,html{scroll-behavior:smooth;color:var(---black-color);padding:0;margin:0;font-family:Quicksand,sans-serif}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:PT Sans,sans-serif;color:var(--brown-color)}p{color:var(--gray-color)}a,button{font-family:Nunito,sans-serif}*{box-sizing:border-box}::-webkit-scrollbar-thumb{border-radius:10px;background-color:var(--gray-color)}::-webkit-scrollbar{width:8px;border-radius:20px}::-webkit-scrollbar-track{border-radius:20px;background:transparent}.Navbar_flex__ErlUP,.Navbar_navbar___JEvD{display:flex;align-items:center}.Navbar_navbar___JEvD{width:100%;justify-content:space-between;padding:1rem 2rem;box-shadow:0 2px 10px 0 var(--gray-color);background-color:#fbda61;background-image:linear-gradient(45deg,#fbda61,#ff5acd);position:fixed;top:0;z-index:2;border-bottom-left-radius:1rem;border-bottom-right-radius:.5rem}.Navbar_navbarLogo___0Xa5{display:flex;justify-content:flex-start;align-items:center}.Navbar_navbarLogo___0Xa5 img{width:50px;height:40px}@media screen and (min-width:2000px){.Navbar_navbarLogo___0Xa5 img{width:180px;height:40px}}.Navbar_navbarLinks__BKZC8{flex:1 1;display:flex;justify-content:center;align-items:center;list-style:none}.Navbar_navbarLinks__BKZC8 li{margin:0 2rem;cursor:pointer}.Navbar_navbarLinks__BKZC8 li a{position:relative;color:var(--white-color);text-transform:capitalize;font-weight:700;font-family:PT Sans,sans-serif;font-size:1.2rem;transition:all .2s ease-out}.Navbar_navbarLinks__BKZC8 li a:before{width:100%;height:3px;content:"";position:absolute;bottom:-3px;transform-origin:center;transform:scale(0);background-color:var(--primary-color);transition:all .2s ease-out}.Navbar_navbarLinks__BKZC8 li a:hover{color:var(--primary-color)}.Navbar_navbarLinks__BKZC8 li a:hover:before{transform:scale(1)}@media screen and (max-width:600px){.Navbar_navbarLinks__BKZC8{display:none}}.Navbar_navbarMenu__rBvWX{width:35px;height:35px;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center}.Navbar_navbarMenu__rBvWX svg{width:70%;height:70%;color:var(--white-color);cursor:pointer}.Navbar_navbarMenu__rBvWX svg:hover{color:var(--primary-color)}.Navbar_navbarMenu__rBvWX div{position:fixed;top:0;bottom:0;right:0;z-index:5;padding:1rem;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background-color:#fbda61;background-image:linear-gradient(45deg,#fbda61,#ff5acd);box-shadow:0 0 20px hsla(0,0%,66%,.15)}.Navbar_navbarMenu__rBvWX div svg{width:35px;height:35px;color:var(--white-color);margin:.5rem 1rem}.Navbar_navbarMenu__rBvWX div svg:hover{color:var(--primary-color)}.Navbar_navbarMenu__rBvWX div ul{list-style:none;margin:0;padding:0;height:100%;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.Navbar_navbarMenu__rBvWX div ul li{margin:1rem}.Navbar_navbarMenu__rBvWX div ul li a{position:relative;color:var(--brown-color);text-transform:capitalize;font-weight:700;font-family:PT Sans,sans-serif;font-size:1.2rem;transition:all .2s ease-out}.Navbar_navbarMenu__rBvWX div ul li a:hover{color:var(--primary-color)}@media screen and (min-width:600px){.Navbar_navbarMenu__rBvWX,.Navbar_navbarMenu__rBvWX div{display:none}}.Footer_footer__Dhw_9{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;background-color:var(--brown-color);border-radius:.2rem}.Footer_footer__Dhw_9 .Footer_socials__4IVM0{width:70%;margin-bottom:0}.Footer_footer__Dhw_9 .Footer_socials__4IVM0 ul{display:flex;list-style:none;justify-content:space-evenly;align-items:center}.Footer_footer__Dhw_9 .Footer_socials__4IVM0 ul li a{display:inline-block;font-size:2rem;color:var(--white-color);transition:all .2s cubic-bezier(.68,-.55,.265,1.55)}.Footer_footer__Dhw_9 .Footer_socials__4IVM0 ul li a:hover{color:var(--primary-color);transform:scale(1.2)}.Footer_footer__Dhw_9 p{font-family:Nunito,sans-serif;line-height:1.2;font-size:1rem}.Footer_footer__Dhw_9 p a:hover{text-decoration:underline}