@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{background-color:#659820f5;color:#404040}body{font-family:Roboto,sans-serif;height:100%;-webkit-tap-highlight-color:transparent;background-color:#f8f8ff}h1,h2,h3{margin-bottom:16px;color:#2e8a56}h1{font-size:2.25rem;line-height:1.2}@media(max-width:768px){h1{font-size:1.75rem}}h2{font-size:1.75rem;line-height:1.5}@media(max-width:768px){h2{font-size:1.5rem}}h3{font-size:1.5rem;line-height:1.3}@media(max-width:768px){h3{font-size:1.25rem}}p{font-size:1.125rem;line-height:1.5;color:#404040;margin-bottom:1.5rem}@media(max-width:768px){p{font-size:1rem}}ul li{color:#404040;font-size:18px;list-style:none;position:relative;line-height:2}p i{margin-right:6px}a{text-decoration:none;color:#2e8a56;font-weight:700;font-size:1.125rem}@media(max-width:768px){a{font-size:1rem}}img{width:100%;border-radius:5px}hr{color:#f8f8ff;margin:30px}.grid{display:grid;gap:20px}.cols-1{grid-template-columns:repeat(1,1fr)}.cols-2{grid-template-columns:repeat(2,1fr)}.cols-3{grid-template-columns:repeat(3,1fr)}.cols-4{grid-template-columns:repeat(4,1fr)}@media(min-width:768px){.cols-md-1{grid-template-columns:repeat(1,1fr)}.cols-md-2{grid-template-columns:repeat(2,1fr)}.cols-md-3{grid-template-columns:repeat(3,1fr)}.cols-md-4{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.cols-lg-1{grid-template-columns:repeat(1,1fr)}.cols-lg-2{grid-template-columns:repeat(2,1fr)}.cols-lg-3{grid-template-columns:repeat(3,1fr)}.cols-lg-4{grid-template-columns:repeat(4,1fr)}}.align-items-center{align-items:center}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:2rem}.gap-5{gap:4rem}.fw-bold{font-weight:700}.p-xlarge{font-size:x-large}.text-center{text-align:center}.ul-li-green-pipe li:before{content:"✔";color:green;margin-right:8px}.m-0{margin:0}.mt-0{margin-top:0}.mr-0{margin-right:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.my-0,.mx-0{margin:0}.p-0{padding:0}.pt-0{padding-top:0}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.py-0,.px-0{padding:0}.m-1{margin:.25rem}.mt-1{margin-top:.25rem}.mr-1{margin-right:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.my-1{margin:.25rem 0}.mx-1{margin:0 .25rem}.p-1{padding:.25rem}.pt-1{padding-top:.25rem}.pr-1{padding-right:.25rem}.pb-1{padding-bottom:.25rem}.pl-1{padding-left:.25rem}.py-1,.px-1{padding:.25rem}.m-2{margin:.5rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.my-2{margin:.5rem 0}.mx-2{margin:0 .5rem}.p-2{padding:.5rem}.pt-2{padding-top:.5rem}.pr-2{padding-right:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.py-2,.px-2{padding:.5rem}.m-3{margin:1rem}.mt-3{margin-top:1rem}.mr-3{margin-right:1rem}.mb-3{margin-bottom:1rem}.ml-3{margin-left:1rem}.my-3{margin:1rem 0}.mx-3{margin:0 1rem}.p-3{padding:1rem}.pt-3{padding-top:1rem}.pr-3{padding-right:1rem}.pb-3{padding-bottom:1rem}.pl-3{padding-left:1rem}.py-3,.px-3{padding:1rem}.m-4{margin:2rem}.mt-4{margin-top:2rem}.mr-4{margin-right:2rem}.mb-4{margin-bottom:2rem}.ml-4{margin-left:2rem}.my-4{margin:2rem 0}.mx-4{margin:0 2rem}.p-4{padding:2rem}.pt-4{padding-top:2rem}.pr-4{padding-right:2rem}.pb-4{padding-bottom:2rem}.pl-4{padding-left:2rem}.py-4,.px-4{padding:2rem}.m-5{margin:4rem}.mt-5{margin-top:4rem}.mr-5{margin-right:4rem}.mb-5{margin-bottom:4rem}.ml-5{margin-left:4rem}.my-5{margin:4rem 0}.mx-5{margin:0 4rem}.p-5{padding:4rem}.pt-5{padding-top:4rem}.pr-5{padding-right:4rem}.pb-5{padding-bottom:4rem}.pl-5{padding-left:4rem}.py-5,.px-5{padding:4rem}.button{display:inline-block;background:#2e8a56;color:#f8f8ff;border-radius:5px;padding:8px 16px}.button:hover{background:#659820f5}header{display:grid;grid-template-columns:150px 1fr;background:#659820f5;align-items:center;padding:30px 10px;z-index:1000;position:sticky;top:0;height:auto}header a{color:#f8f8ff;text-decoration:none;font-size:16px;font-weight:400}header img{width:180px}header ul{list-style:none;display:flex;justify-content:end;padding:0}header ul li{line-height:1.4}header ul .submenu{display:none;position:absolute;right:0;background:#659820f5;flex-direction:column;white-space:nowrap;padding:10px;border-radius:0 0 5px 5px}header .menu a{display:block;padding:10px}header .menu a:hover{background:#2e8a56;border-radius:5px}header .has-submenu{position:relative}header .has-submenu:hover{display:block}header .has-submenu:hover .submenu{display:block}header .has-submenu:hover>a{background:#2e8a56;border-radius:5px}header .toggle-menu{display:none}header .toggle-menu+label{display:none}@media(max-width:768px){header{gap:20px 0;margin-bottom:20px}header .menu{grid-column:span 2;display:none}header .menu ul{flex-direction:column}header .menu ul li{border-bottom:1px solid rgba(255,255,255,.5);padding:4px 0}header .menu ul li:last-child{border:none;padding-bottom:0}header .menu ul .submenu{position:static;display:block;padding:0 0 0 30px}header .has-submenu{margin:10px 0}header .toggle-menu+label{display:flex;width:30px;gap:7px;flex-direction:column;justify-self:end}header .toggle-menu+label:hover{cursor:pointer}header .toggle-menu+label span{display:block;background:#f8f8ff;height:3px;border-radius:1px}header .toggle-menu:checked~.menu{display:block}}main{background-color:#f8f8ff;max-width:1600px;margin:0 auto;padding:30px 15px}footer{background-color:#659820f5;text-align:center;padding:50px 0 10px}footer a,footer h1,footer h3,footer p{color:#f8f8ff}footer .activities-footer{text-align:center;display:grid}footer .activities-footer a{color:#f8f8ff;font-weight:400}footer .activities-footer span{margin:8px}footer .contact .logo{max-width:150px;margin-bottom:10px}@media(max-width:768px){footer .copy-right{margin:30px 0}footer .activities-footer{display:none}}.grid-activities{display:grid;grid-template-columns:repeat(6,1fr);gap:50px;align-items:center}.activities{text-align:center;margin:100px 0}.activities img{max-width:150px}.activities img:hover{filter:brightness(1.2);transition:filter .3s}.activities p{color:#a9a9a9;font-size:small;margin-top:5px;text-align:center}.hero-img{transform:rotate(.01turn);max-width:80%;display:block;margin:30px auto;box-shadow:3px 3px 1px #ccc}.haccp-img{display:block;max-width:400px;margin:0 auto}@media(max-width:768px){.activities{text-align:center;margin:50px 0}.hero-img{transform:none;max-width:100%;margin:20px auto 0}}@media(max-width:1000px){.grid-activities{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;align-items:center}}@media(max-width:500px){.grid-activities{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;align-items:center}}@media(max-width:768px){hr{display:none}.contact-phone p{margin:10px 0}}.activity-content img{max-width:600px;margin:0 auto}@source "../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php";@source "../../storage/framework/views/*.php";@source "../**/*.blade.php";@source "../**/*.js";@theme{ --font-sans: "Instrument Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
