.profile-icon{cursor:pointer;flex-direction:column;align-items:center;display:flex}.profile-icon .icon-wrapper{justify-content:center;align-items:center;margin-bottom:2px;display:flex}.profile-icon .icon-wrapper svg{color:#1a5c3a;transition:all .2s}.profile-icon:hover .icon-wrapper svg{color:#399663;filter:drop-shadow(0 2px 4px #39966380);transform:translateY(-2px)}.profile-icon .profile-text{text-align:center;margin-top:2px;font-size:1rem;line-height:1}.profile-icon .profile-text .user-name{color:#073b22;text-shadow:0 1px 2px #0003;font-weight:600}.profile-icon .profile-text .profile-link,.profile-icon .profile-text .auth-link{color:#073b22;white-space:nowrap;font-family:Playfair Display,serif;font-size:1rem;text-decoration:none;transition:all .2s;display:inline-block;position:relative}.profile-icon .profile-text .profile-link:hover,.profile-icon .profile-text .auth-link:hover{cursor:pointer;color:#399663;font-weight:700}.profile-icon .profile-text .profile-link:after,.profile-icon .profile-text .auth-link:after{content:"";background:#399663;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.profile-icon .profile-text .profile-link:hover:after,.profile-icon .profile-text .auth-link:hover:after{width:100%}@media (max-width:768px){.profile-icon .icon-wrapper svg{width:20px;height:20px}.profile-icon .profile-text{font-size:.65rem}.profile-icon .profile-text .profile-link,.profile-icon .profile-text .auth-link{font-size:.75rem}}@media (max-width:480px){.profile-icon .icon-wrapper svg{width:18px;height:18px}.profile-icon .profile-text{font-size:.6rem}.profile-icon .profile-text .profile-link,.profile-icon .profile-text .auth-link{font-size:.7rem}}
.navbar{z-index:2000;color:#f9f5f1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#f9f5f1;border-bottom:1px solid #3996634d;position:sticky;top:0;box-shadow:0 4px 16px #073b2240}.nav-container{justify-content:space-between;align-items:center;gap:2rem;max-width:1500px;min-height:60px;margin:0 auto;padding:.75rem 2rem;display:flex}.nav-logo{flex-shrink:0;align-items:center;display:flex}.nav-logo img{object-fit:contain;width:auto;max-width:204px;height:auto;max-height:42px}.nav-categories{flex:1;justify-content:center;align-items:center;gap:3rem;font-size:1.3rem;display:flex}.nav-categories .category-item{align-items:center;display:flex;position:relative}.nav-categories .category-link{color:#073b22;align-items:center;gap:.25rem;font-family:Raleway,sans-serif;font-size:1.3rem;font-weight:500;line-height:1;text-decoration:none;transition:all .2s;display:flex;position:relative}.nav-categories .category-link .chevron-icon{transition:transform .2s}.nav-categories .category-link:after{content:"";background:#1a5c3a;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-categories .category-link:hover{color:#1a5c3a}.nav-categories .category-link:hover .chevron-icon{transform:rotate(180deg)}.nav-categories .category-link:hover:after{width:100%}.nav-categories .dropdown-menu{z-index:1000;background:#f9f5f1;border:1px solid #073b221a;border-radius:12px;min-width:220px;position:absolute;top:calc(100% + 1rem);left:0;overflow:hidden;transform:translate(0);box-shadow:0 10px 40px #073b2226}.nav-categories .dropdown-menu .dropdown-content{max-height:fit-content;padding:.5rem;overflow-y:auto}.nav-categories .dropdown-menu .dropdown-content::-webkit-scrollbar{width:6px}.nav-categories .dropdown-menu .dropdown-content::-webkit-scrollbar-track{background:#073b220d;border-radius:3px}.nav-categories .dropdown-menu .dropdown-content::-webkit-scrollbar-thumb{background:#3996634d;border-radius:3px}.nav-categories .dropdown-menu .dropdown-content::-webkit-scrollbar-thumb:hover{background:#39966380}.nav-categories .dropdown-menu .dropdown-item{color:#073b22;border-radius:8px;padding:.75rem 1rem;font-family:Raleway,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.nav-categories .dropdown-menu .dropdown-item:hover{color:#399663;background:linear-gradient(135deg,#3996631a 0%,#3996630d 100%);transform:translate(4px)}.nav-actions{align-items:center;gap:2rem;display:flex;position:relative}.nav-actions .search-icon-button{cursor:pointer;color:#073b22;background:0 0;border:none;flex-direction:column;align-items:center;padding:0;font-size:1rem;transition:all .2s;display:flex}.nav-actions .search-icon-button .icon-wrapper{justify-content:center;align-items:center;margin-bottom:2px;display:flex}.nav-actions .search-icon-button .search-text{font-family:Playfair Display,serif;font-size:1rem;transition:color .2s}.nav-actions .search-icon-button:hover{color:#399663;transform:translateY(-2px)}.nav-actions .search-icon-button svg,.nav-actions .search-icon-button img{transition:all .2s}.nav-actions .expanded-search-bar{z-index:1000;background:#f9f5f1;border:2px solid #073b221a;border-radius:20px;min-width:350px;max-width:500px;padding:.75rem 1.25rem;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 8px 24px #073b2233}.nav-actions .expanded-search-bar .search-input-wrapper{flex-direction:row;align-items:center;gap:.5rem;width:100%;display:flex}.nav-actions .expanded-search-bar .search-input-wrapper .search-icon{color:#073b22;opacity:.6;flex-shrink:0;justify-content:center;align-items:center;display:flex}.nav-actions .expanded-search-bar .search-input-wrapper input{color:#073b22;background:0 0;border:none;outline:none;flex:1;font-family:Playfair Display,serif;font-size:.95rem;font-weight:500}.nav-actions .expanded-search-bar .search-input-wrapper input::placeholder{color:#073b2299;font-family:Playfair Display,serif}@media (max-width:1024px){.nav-actions .expanded-search-bar{min-width:280px;padding:.6rem 1rem}.nav-actions .expanded-search-bar .search-input-wrapper input{font-size:.9rem}}@media (max-width:768px){.nav-actions .expanded-search-bar{border-left:none;border-right:none;border-radius:0;width:100%;min-width:auto;max-width:none;margin:0;padding:1.25rem 1.5rem;position:fixed;top:80px;left:0;right:auto;transform:none;box-shadow:0 8px 40px #073b224d}.nav-actions .expanded-search-bar .search-input-wrapper{gap:.75rem}.nav-actions .expanded-search-bar .search-input-wrapper .search-icon img{width:20px;height:20px}.nav-actions .expanded-search-bar .search-input-wrapper input,.nav-actions .expanded-search-bar .search-input-wrapper input::placeholder{font-size:1.05rem}}@media (max-width:480px){.nav-actions .expanded-search-bar{width:calc(100vw - 2rem);padding:1rem 1.25rem}.nav-actions .expanded-search-bar .search-input-wrapper{gap:.5rem}.nav-actions .expanded-search-bar .search-input-wrapper .search-icon img{width:18px;height:18px}.nav-actions .expanded-search-bar .search-input-wrapper input,.nav-actions .expanded-search-bar .search-input-wrapper input::placeholder{font-size:.95rem}}.nav-actions .expanded-search-bar .search-suggestions{z-index:101;background:#fff;border:1px solid #073b221a;border-radius:12px;max-height:400px;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #00000026}@media (max-width:768px){.nav-actions .expanded-search-bar .search-suggestions{max-height:calc(100vh - 200px);position:fixed;top:150px;left:1rem;right:1rem;box-shadow:0 12px 40px #0003}}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section{padding:.75rem 0}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section:not(:last-child){border-bottom:1px solid #073b2214}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .section-title{color:#073b2280;text-transform:uppercase;letter-spacing:.5px;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:Raleway,sans-serif;font-size:.75rem;font-weight:700;display:flex}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .section-title svg{width:14px;height:14px}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .section-title .clear-history-btn{color:#399663;cursor:pointer;text-transform:none;letter-spacing:normal;background:#3996631a;border:none;border-radius:6px;padding:.25rem .75rem;font-size:.7rem;font-weight:600;transition:all .2s}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .section-title .clear-history-btn:hover{background:#39966333;transform:scale(1.05)}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .suggestion-item-wrapper{align-items:center;gap:.5rem;display:flex;position:relative}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .suggestion-item-wrapper:hover .remove-history-item{opacity:1}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .remove-history-item{cursor:pointer;opacity:0;color:#073b2266;background:0 0;border:none;flex-shrink:0;padding:.5rem;transition:all .2s}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .remove-history-item:hover{color:#ef4444;transform:scale(1.1)}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .remove-history-item svg{width:14px;height:14px}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .suggestion-item{cursor:pointer;color:#073b22;text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-family:Raleway,sans-serif;font-size:.95rem;transition:all .2s;display:flex}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .suggestion-item svg,.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .suggestion-item img{opacity:.5;flex-shrink:0;width:16px;height:16px}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .suggestion-item span{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .suggestion-item:hover{background:#3996630d;padding-left:1.25rem}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .suggestion-item:hover svg,.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .suggestion-item:hover img{opacity:1;color:#399663}.nav-actions .expanded-search-bar .search-suggestions .suggestions-section .suggestion-item.popular svg{color:#399663}.nav-actions .expanded-search-bar .search-suggestions .suggestions-loading{color:#073b2299;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem;font-family:Raleway,sans-serif;font-size:.9rem;display:flex}.nav-actions .expanded-search-bar .search-suggestions .no-results{text-align:center;padding:2rem 1rem}.nav-actions .expanded-search-bar .search-suggestions .no-results p{color:#073b2299;margin-bottom:1rem;font-size:.95rem}.nav-actions .expanded-search-bar .search-suggestions .no-results .search-anyway{color:#fff;cursor:pointer;background:#399663;border:none;border-radius:8px;padding:.625rem 1.5rem;font-family:Raleway,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s}.nav-actions .expanded-search-bar .search-suggestions .no-results .search-anyway:hover{background:#318155 #328457;transform:translateY(-1px)}.nav-actions .expanded-search-bar .search-suggestions::-webkit-scrollbar{width:6px}.nav-actions .expanded-search-bar .search-suggestions::-webkit-scrollbar-track{background:#073b220d;border-radius:6px}.nav-actions .expanded-search-bar .search-suggestions::-webkit-scrollbar-thumb{background:#073b2233;border-radius:6px}.nav-actions .expanded-search-bar .search-suggestions::-webkit-scrollbar-thumb:hover{background:#073b224d}.nav-actions .expanded-search-bar .search-spinner{border:2px solid #073b2233;border-top-color:#399663;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin}.nav-actions .expanded-search-bar .search-spinner-large{border:3px solid #073b221a;border-top-color:#399663;border-radius:50%;width:32px;height:32px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.nav-actions .search-box{align-items:center;display:flex;position:relative}@media (max-width:768px){.nav-actions .search-box{display:none}}.nav-actions .search-box .search-icon{color:#073b22;opacity:.6;pointer-events:none;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.nav-actions .search-box input{color:#073b22;background-color:#f9f5f199;border:2px solid #073b2233;border-radius:20px;width:220px;padding:.5rem .8rem .5rem 2.75rem;font-family:Playfair Display,serif;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.22,1,.36,1)}.nav-actions .search-box input::placeholder{color:#073b2299;font-family:Playfair Display,serif;font-size:.9rem}.nav-actions .search-box input:focus{background-color:#f9f5f1e6;border-color:#399663;outline:none;width:260px;box-shadow:0 0 0 3px #39966326}.nav-actions .search-box input:focus+.search-icon,.nav-actions .search-box.focused .search-icon{opacity:1;color:#399663}.nav-actions .cart-icon,.nav-actions .profile-icon{color:#073b22;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;min-height:44px;font-size:1rem;transition:all .2s;display:flex}.nav-actions .cart-icon svg,.nav-actions .profile-icon svg{margin-bottom:2px}.nav-actions .cart-icon:hover,.nav-actions .profile-icon:hover{color:#399663;transform:translateY(-2px)}.nav-actions .hamburger{cursor:pointer;color:#073b22;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .3s;position:relative}.nav-actions .hamburger:hover{color:#399663;background:#3996631a;transform:scale(1.05)}.nav-actions .hamburger:active{transform:scale(.95)}.nav-actions .hamburger svg{transition:all .3s}.nav-actions .hamburger img{width:24px;height:24px;transition:all .3s;display:block}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100050;background:linear-gradient(135deg,#f9f5f1fa 0%,#f9f5f1f2 100%);border-top:2px solid #3996634d;flex-direction:column;align-items:flex-start;height:calc(100vh - 60px);padding:1rem;animation:.3s ease-out slideDown;display:none;position:fixed;top:60px;left:0;right:0;overflow-y:auto;box-shadow:0 10px 30px #073b2226}.mobile-menu .mobile-category{border-bottom:1px solid #073b221a;width:100%}.mobile-menu .mobile-category:last-child{border-bottom:none}.mobile-menu .mobile-category-header{justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.mobile-menu .mobile-category-header a{color:#073b22;border-left:3px solid #0000;border-radius:4px;flex:1;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-family:Alumni Sans,sans-serif;font-size:1.3rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden}.mobile-menu .mobile-category-header a:before{content:"";background:linear-gradient(90deg,#39966326 0%,#0000 100%);width:0;height:100%;transition:width .3s;position:absolute;top:0;left:0}.mobile-menu .mobile-category-header a:hover{color:#399663;background:#3996630d;border-left-color:#399663;transform:translate(8px)}.mobile-menu .mobile-category-header a:hover:before{width:100%}.mobile-menu .mobile-category-header a:active{transform:translate(4px)}.mobile-menu .mobile-category-header .mobile-category-with-subs{align-items:center;gap:0;width:100%;display:flex}.mobile-menu .mobile-category-header .mobile-category-with-subs .mobile-category-text{color:#073b22;appearance:none;text-align:left;cursor:pointer;background:0 0;border:none;flex:1;width:100%;padding:.75rem 1rem;font-family:Alumni Sans,sans-serif;font-size:1.3rem;font-weight:500}.mobile-menu .mobile-category-header .mobile-category-with-subs .mobile-category-link-active{color:#399663;flex:1;padding:.75rem 1rem;font-family:Alumni Sans,sans-serif;font-size:1.3rem;font-weight:500;text-decoration:none;transition:all .3s}.mobile-menu .mobile-category-header .mobile-category-with-subs .mobile-category-link-active:hover{color:#399663}.mobile-menu .mobile-category-header .mobile-category-with-subs .mobile-category-toggle{color:#073b22;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.75rem 1rem;transition:all .3s;display:flex}.mobile-menu .mobile-category-header .mobile-category-with-subs .mobile-category-toggle:hover{color:#399663}.mobile-menu .mobile-category-header .mobile-category-with-subs .mobile-category-toggle svg{flex-shrink:0;transition:transform .3s}.mobile-menu .mobile-category-header .mobile-category-with-subs .mobile-category-toggle svg.rotated{transform:rotate(90deg)}.mobile-menu .mobile-subcategories{-webkit-overflow-scrolling:touch;scrollbar-width:thin;background:#073b2208;border-left:2px solid #39966333;max-height:calc(100vh - 220px);margin-left:1rem;padding-left:1rem;overflow:hidden auto}.mobile-menu .mobile-subcategory-item{color:#073b22cc;border-radius:6px;margin:.25rem 0;padding:.6rem 1rem;font-family:Raleway,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.mobile-menu .mobile-subcategory-item:hover{color:#399663;background:#39966314;transform:translate(4px)}.mobile-menu .mobile-subcategory-item:active{transform:translate(2px)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width:1400px){.nav-container{justify-content:space-between;gap:2rem;padding:.75rem 1.5rem}.nav-categories{gap:.75rem;margin-left:0;font-size:1.3rem}.nav-actions{gap:1.5rem}}@media (max-width:1024px){.nav-container{gap:1.5rem;padding:.75rem 1.25rem}.nav-categories{gap:.6rem;font-size:1.2rem}.nav-actions{gap:1rem}}@media (max-width:768px){.nav-container{justify-content:space-between;gap:.75rem;padding:.75rem 1rem}.nav-logo{order:1;margin-right:auto}.nav-logo img{max-width:150px;max-height:32px}.nav-actions{order:2;margin-left:auto}.desktop-only{display:none}.mobile-only{display:inline-flex}.nav-actions{gap:.75rem}.nav-actions .search-icon-button{font-size:.7rem}.nav-actions .search-icon-button .icon-wrapper img,.nav-actions .search-icon-button .icon-wrapper svg{width:20px;height:20px}.nav-actions .search-icon-button .search-text{font-size:.65rem}.nav-actions .search-box input{width:120px;padding:.4rem .8rem .4rem 2.5rem;font-size:.85rem}.nav-actions .search-box input::placeholder{font-size:.85rem}.nav-actions .search-box .search-icon{left:.6rem}.nav-actions .cart-icon,.nav-actions .profile-icon{font-size:.7rem}.nav-actions .cart-icon svg,.nav-actions .profile-icon svg,.nav-actions .cart-icon .icon-wrapper img,.nav-actions .profile-icon .icon-wrapper img{width:20px;height:20px}.nav-actions .cart-icon .profile-text,.nav-actions .cart-icon .cart-link,.nav-actions .profile-icon .profile-text,.nav-actions .profile-icon .cart-link{font-size:.65rem}.mobile-menu{align-items:flex-end;font-size:1.2rem;display:flex}}@media (max-width:480px){.nav-container{gap:.5rem;padding:.5rem .75rem}.nav-logo{order:1}.nav-logo img{max-width:120px;max-height:28px}.nav-actions{order:2;gap:.5rem}.nav-actions .search-icon-button{font-size:.6rem}.nav-actions .search-icon-button .icon-wrapper img,.nav-actions .search-icon-button .icon-wrapper svg{width:18px;height:18px}.nav-actions .search-icon-button .search-text,.nav-actions .cart-icon,.nav-actions .profile-icon{font-size:.6rem}.nav-actions .cart-icon svg,.nav-actions .profile-icon svg,.nav-actions .cart-icon .icon-wrapper img,.nav-actions .profile-icon .icon-wrapper img{width:18px;height:18px}.nav-actions .cart-icon .profile-text,.nav-actions .cart-icon .cart-link,.nav-actions .profile-icon .profile-text,.nav-actions .profile-icon .cart-link{white-space:nowrap;font-size:.6rem}.nav-actions .hamburger svg{width:22px;height:22px}.nav-actions .hamburger img{width:22px;height:22px;display:block}.mobile-menu{z-index:2000;padding:.75rem .4rem;font-size:1rem}}
.footer{color:#f9f5f1;background:linear-gradient(135deg,#073b22 0%,#1a5c3a 100%);border-top:2px solid #39966333;width:100%;margin-top:auto;padding:3rem 1.5rem 1.5rem}.footer-container{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1500px;margin:0 auto;display:grid}.footer-section h3{color:#399663;text-shadow:0 2px 4px #073b224d;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.footer-section .section-head{justify-content:space-between;align-items:center;display:flex}.footer-section .section-head .section-toggle{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;display:flex}.footer-section .section-head .section-toggle:focus{outline:none;box-shadow:0 0 0 3px #3996631f}.footer-section .section-head .section-toggle .toggle-icon{color:#fbbf24f2;width:18px;height:18px;transition:transform .25s,opacity .2s;display:inline-block}.footer-section .section-head .section-toggle[aria-expanded=true] .toggle-icon{transform:rotate(180deg)}.footer-section ul{padding:0;list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#f9f5f1;font-size:.95rem;text-decoration:none;transition:all .2s;display:inline-block}.footer-section ul li a:hover{color:#fbbf24;transform:translate(4px)}.footer-section.newsletter form{gap:.5rem;margin-bottom:1rem;display:flex}.footer-section.newsletter form input{color:#f9f5f1;background:#1a5c3a4d;border:2px solid #3996634d;border-radius:4px;flex:1;padding:.5rem}.footer-section.newsletter form input::placeholder{color:#39966399}.footer-section.newsletter form input:focus{background:#1a5c3a80;border-color:#399663;outline:none;box-shadow:0 0 0 3px #39966333}.footer-section.newsletter form button{color:#f9f5f1;cursor:pointer;background:linear-gradient(#5cad7e 61%,#c9ff73f0 100%);border:none;border-radius:4px;padding:.5rem 1rem;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #073b2226}.footer-section.newsletter form button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #39966366}.footer-section.newsletter .social-icons{gap:.75rem;display:flex}.footer-section.newsletter .social-icons a{color:#399663;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.footer-section.newsletter .social-icons a:hover{color:#399663;background:#3996631a;transform:translateY(-2px)}@media (max-width:768px){.footer-section .section-toggle{display:inline-flex}.footer-section .section-body{opacity:0;max-height:0;transition:max-height .45s cubic-bezier(.2,.85,.2,1),opacity .25s;display:block;overflow:hidden}.footer-section .section-body.open{opacity:1;max-height:600px}}.section-toggle{pointer-events:auto;z-index:40;background:#f9f5f108;border:1px solid #f9f5f108;border-radius:8px;justify-content:center;align-items:center;padding:.5rem}@media (min-width:769px){.section-toggle{display:none!important}}@media (max-width:768px){.section-toggle{display:flex!important}}.section-toggle:hover{background:#f9f5f10f}.section-toggle .toggle-icon{color:#f9f5f1f2;width:18px;height:18px;display:inline-block}.section-toggle .toggle-icon path{stroke:currentColor;stroke-width:2px;fill:none}.footer-bottom{text-align:center;color:#399663;border-top:1px solid #39966333;margin-top:2rem;padding-top:1rem;font-size:.85rem}@media (max-width:768px){.footer-container{text-align:center;grid-template-columns:1fr}.footer-container .footer-section{text-align:left}.footer-container .footer-section .section-body ul{text-align:left;padding-left:.25rem}.footer-container .footer-section ul{text-align:left}.footer-container .footer-section form{flex-direction:column}.footer-container .footer-section form input,.footer-container .footer-section form button{width:100%}.footer-container .social-icons{justify-content:center}}
