@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");*{box-sizing:border-box;padding:0;margin:0;color:#000}a{text-decoration:none}main{margin-top:85px}.Navbar_nav__Zq_0h{background-color:#fff;box-shadow:0 3px 6px #007a923b;padding:10px 20px;position:fixed;z-index:100;top:0;left:0;right:0;margin:auto}.Navbar_container__cjnZ3{display:flex;justify-content:space-between;align-items:center;max-width:1100px;margin:auto;position:relative}.Navbar_image__container__vUtOw{position:relative;width:65px;aspect-ratio:1/1}.Navbar_icon___oqwS{width:40px;fill:#007992;cursor:pointer}.Navbar_links__container__C7VF_{display:flex;position:absolute;right:0;left:0;top:90px;width:95%;background-color:#fff;box-shadow:0 3px 6px #007a923b;border-radius:10px;margin:auto;flex-direction:column;grid-gap:30px;gap:30px;font-family:Open Sans,serif;font-weight:600;font-size:17px}.Navbar_enter__animation__vPOyu{-webkit-animation:Navbar_enter__ZhjQC .5s linear;animation:Navbar_enter__ZhjQC .5s linear}@-webkit-keyframes Navbar_enter__ZhjQC{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes Navbar_enter__ZhjQC{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.Navbar_exit__animation__eX2BR{-webkit-animation:Navbar_exit___pD36 .8s linear;animation:Navbar_exit___pD36 .8s linear}@-webkit-keyframes Navbar_exit___pD36{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@keyframes Navbar_exit___pD36{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.Navbar_nav__Zq_0h ul{list-style:none;padding:40px}.Navbar_nav__Zq_0h ul:nth-child(2){padding:10px 20px;display:flex;flex-direction:column;grid-gap:20px;gap:20px;width:100%}@media (min-width:768px){.Navbar_links__container__C7VF_{width:350px;margin-right:0}}.Footer_footer__4lgHh{background-color:#007992;padding:40px 20px;max-width:1200px;width:100%;margin:auto}.Footer_container__dEfs_ p{color:#fff;line-height:2.5;font-family:Open Sans,serif;font-size:15px}@media (min-width:768px){.Footer_container__dEfs_{display:flex;justify-content:space-between;align-items:flex-start;width:90%;max-width:950px;margin:auto}.Footer_container__dEfs_ p{flex:0 0 auto;white-space:nowrap}.Footer_container__dEfs_ p:last-child{margin-left:auto}}@media (min-width:1280px){.Footer_footer__4lgHh{padding:60px 0}}.Layout_layout__container__yLpe7{display:flex;flex-direction:column;min-height:100vh}.Layout_main__content__ujqtQ{flex:1 1}