.Footer_footer__9S97q{width:100%;padding:80px 0 40px;border-top:1px solid #f0f0f0}.Footer_footer__9S97q *{font-family:var(--font-noir)}.Footer_footer__nav_group__kCQD9{display:flex;flex-direction:column;flex-grow:1;gap:24px}.Footer_footer__container___RAr5{max-width:1440px;margin:0 auto;padding:0 40px}.Footer_footer__top__GrDUq{display:flex;justify-content:space-between;gap:40px;margin-bottom:80px}@media(max-width:1024px){.Footer_footer__top__GrDUq{flex-direction:column;gap:60px}}.Footer_footer__brand_section__U9pgO{flex:1;max-width:500px}.Footer_footer__logo__JTRA5{display:flex;align-items:center;gap:12px;margin-bottom:24px}.Footer_footer__logo__JTRA5 img{height:48px;width:auto}.Footer_footer__tagline___ndni{font-size:24px;line-height:1.3;color:#4b4b4b;margin-bottom:32px;font-family:var(--font-noir);font-weight:400}.Footer_footer__newsletter__mRPnk{display:flex;gap:12px;align-items:center}@media(max-width:480px){.Footer_footer__newsletter__mRPnk{flex-direction:column;align-items:flex-start;width:100%}}.Footer_footer__input__J0cDG{padding:14px 20px;border:1px solid #d1d1d1;border-radius:12px;flex:1;max-width:320px;font-size:16px;outline:none;color:#1a1a1a}@media(max-width:480px){.Footer_footer__input__J0cDG{max-width:100%;width:100%}}.Footer_footer__input__J0cDG::-moz-placeholder{color:#a0a0a0}.Footer_footer__input__J0cDG::placeholder{color:#a0a0a0}.Footer_footer__submit__Dh4nF{padding:14px 28px;background-color:#2e6d4e;color:#fff;border:none;border-radius:12px;font-weight:500;font-size:18px;cursor:pointer;transition:all .3s ease}@media(max-width:480px){.Footer_footer__submit__Dh4nF{width:100%}}.Footer_footer__submit__Dh4nF:hover{background-color:#24553b;transform:translateY(-1px)}.Footer_footer__nav_section__6Hg6M{display:flex;gap:60px}@media(max-width:1100px){.Footer_footer__nav_section__6Hg6M{gap:40px}}@media(max-width:640px){.Footer_footer__nav_section__6Hg6M{flex-direction:column;gap:40px}}.Footer_footer__nav_title__d0rlI{font-size:24px;font-weight:700;color:#333;margin-bottom:24px}.Footer_footer__nav_list__hp2UB{list-style:none;padding:0;margin:0}.Footer_footer__nav_item__HocHN{margin-bottom:8px}.Footer_footer__nav_link__60Und{color:#6d6d6d;text-decoration:none;font-size:16px;transition:color .3s ease;font-family:var(--font-noir)}.Footer_footer__nav_link__60Und:hover{color:#387053}.Footer_footer__divider__wx9nX{height:1px;background-color:#f0f0f0;margin-bottom:32px}.Footer_footer__bottom__zKRR0{display:flex;justify-content:space-between;align-items:center}@media(max-width:640px){.Footer_footer__bottom__zKRR0{flex-direction:column-reverse;gap:24px}}.Footer_footer__copyright__iMi01{color:#a0a0a0;font-size:16px}.Footer_footer__socials__qQVeb{display:flex;gap:24px}.Footer_footer__social_link__5GRZ5{color:#a0a0a0;transition:color .3s ease}.Footer_footer__social_link__5GRZ5:hover{color:#387053;opacity:.8;filter:brightness(1.2)}.Footer_footer__social_link__5GRZ5 svg{height:20px;width:auto}.header{position:fixed;top:0;left:0;width:100%;height:80px;background-color:rgba(28,28,28,.5960784314);backdrop-filter:blur(5px);z-index:1000;box-shadow:0 1px 0 hsla(0,0%,100%,.05);transition:all .3s ease}.header__container{max-width:1440px;margin:0 auto;padding:14px 24px;height:100%;display:flex;align-items:center;justify-content:space-between}.header__logo{cursor:pointer;z-index:1001;text-decoration:none;color:inherit;display:flex;align-items:center}.header__nav{display:none}@media(min-width:1090px){.header__nav{display:flex;gap:32px;align-items:center}}.header__nav-item{position:relative;display:flex;align-items:center;height:100%;cursor:pointer}.header__nav-link{text-decoration:none;color:#fff;font-weight:500;transition:color .2s ease;display:flex;align-items:center;gap:4px}.header__nav-link:hover{color:hsla(0,0%,100%,.8)}.header__nav-arrow{transition:transform .3s ease;width:10px;height:10px;fill:currentColor}.header__dropdown{position:absolute;top:100%;left:0;min-width:320px;background-color:rgba(28,28,28,.95);padding:8px 0;border-radius:8px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.5);display:flex;flex-direction:column;overflow:visible;z-index:1002}.header__dropdown--open{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.header__dropdown-item{position:relative;width:100%}.header__dropdown-link{padding:12px 24px;color:#fff;text-decoration:none;transition:all .2s ease;white-space:nowrap;display:flex;align-items:center;justify-content:space-between}.header__dropdown-link--sub-active,.header__dropdown-link:hover{background-color:#327554;color:#fff!important}.header__dropdown-link--sub-active div,.header__dropdown-link--sub-active p,.header__dropdown-link--sub-active span,.header__dropdown-link:hover div,.header__dropdown-link:hover p,.header__dropdown-link:hover span{color:#fff!important}.header__dropdown-link--active{background-color:rgba(50,117,84,.15);color:#327554!important}.header__dropdown-link--active div,.header__dropdown-link--active p,.header__dropdown-link--active span{color:#327554!important}.header__sub-dropdown{position:absolute;left:100%;top:0;min-width:320px;background-color:rgba(28,28,28,.98);padding:16px 0;border-radius:8px;opacity:0;visibility:hidden;transform:translateX(10px);transition:all .3s ease;box-shadow:4px 4px 20px rgba(0,0,0,.5);display:flex;flex-direction:column;margin-left:2px}.header__sub-dropdown--open{opacity:1!important;visibility:visible!important;transform:translateX(0)!important}.header__cta{display:none}@media(min-width:1090px){.header__cta{display:block}}.header__cta-button{background-color:#fff;color:#000;padding:12px 24px;border-radius:4px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer;border:none}.header__cta-button:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px hsla(0,0%,100%,.15)}.header__toggle{display:block;background:none;border:none;cursor:pointer;z-index:1001;padding:8px}@media(min-width:1090px){.header__toggle{display:none}}.header__toggle-icon{width:24px;height:24px;color:#fff;position:relative}.header__toggle-icon span{display:block;width:100%;height:2px;background-color:currentColor;margin-bottom:6px;transition:all .3s ease;position:absolute;left:0}.header__toggle-icon span:first-child{top:0}.header__toggle-icon span:nth-child(2){top:9px}.header__toggle-icon span:nth-child(3){top:18px}.header__toggle-icon--open{color:#000}.header__toggle-icon--open span:first-child{top:9px;transform:rotate(45deg)}.header__toggle-icon--open span:nth-child(2){opacity:0}.header__toggle-icon--open span:nth-child(3){top:9px;transform:rotate(-45deg)}.mobile-menu__overlay{display:none}@media(min-width:540px){.mobile-menu__overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1000;background-color:rgba(0,0,0,.5)}.mobile-menu__overlay--open{display:block}.mobile-menu__overlay{transition:all .3s}}.mobile-menu__overlay{transition:all .3s}.mobile-menu{position:fixed;top:0;left:0;width:100%}@media(min-width:540px){.mobile-menu{width:clamp(420px,640px,50%);left:auto;right:0}}.mobile-menu{height:100vh;background-color:#1a1a1a;z-index:1000;display:flex;flex-direction:column;padding:100px 24px 40px;transform:translateX(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);overflow-y:auto}.mobile-menu--open{transform:translateX(0)}.mobile-menu__close-btn{position:absolute;top:24px;right:24px;background:none;border:none;cursor:pointer;color:#fff;width:32px;height:32px}.mobile-menu__close-btn:after,.mobile-menu__close-btn:before{content:"";position:absolute;top:50%;left:0;width:100%;height:2px;background-color:currentColor}.mobile-menu__close-btn:before{transform:rotate(45deg)}.mobile-menu__close-btn:after{transform:rotate(-45deg)}.mobile-menu__nav{display:flex;flex-direction:column;gap:24px;width:100%}.mobile-menu__item{display:flex;flex-direction:column;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:12px}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer}.mobile-menu__link{font-size:1.5rem;font-weight:500;color:#fff;text-decoration:none;transition:color .3s;padding:8px 0;margin-right:auto}.mobile-menu__link:hover{color:hsla(0,0%,100%,.7)}.mobile-menu__arrow-wrapper{width:44px;height:44px;cursor:pointer;border-radius:50%;transition:background-color .2s}.mobile-menu__arrow-wrapper:active{background-color:hsla(0,0%,100%,.1)}.mobile-menu__arrow{transition:transform .3s ease;width:16px;height:16px;fill:#fff}.mobile-menu__submenu{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out;margin-top:0}.mobile-menu__submenu--open{grid-template-rows:1fr;margin-top:16px}.mobile-menu__submenu-inner{overflow:hidden;display:flex;flex-direction:column;gap:16px;padding-left:16px}.mobile-menu__submenu-link{font-size:1.1rem;color:hsla(0,0%,100%,.8);text-decoration:none}.mobile-menu__submenu-link:hover{color:#fff}.mobile-menu__nested-submenu{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out}.mobile-menu__nested-submenu--open{grid-template-rows:1fr;margin-top:8px;margin-bottom:8px}.mobile-menu__nested-submenu-inner{overflow:hidden;display:flex;flex-direction:column;gap:12px;padding-left:16px}.mobile-menu__nested-submenu-link{font-size:1rem;color:hsla(0,0%,100%,.6);text-decoration:none;transition:color .2s}.mobile-menu__nested-submenu-link:hover{color:#fff}.mobile-menu__nested-submenu-link:hover svg{transform:rotate(180deg)}.mobile-menu__nested-submenu-link--active{color:#327554}.mobile-menu__sub-header{display:flex;align-items:center;justify-content:space-between;color:hsla(0,0%,100%,.8);width:100%;cursor:pointer}.mobile-menu__sub-header:hover{color:#fff}.mobile-menu__sub-header:hover svg{transform:rotate(180deg)}.mobile-menu__sub-header-link{text-decoration:none;color:inherit;padding:8px 0;margin-right:auto}.mobile-menu__sub-header-link svg{transform:rotate(180deg)}.mobile-menu__sub-header-link--active{color:#327554}.mobile-menu__cta{margin-top:auto;padding-top:24px}.skeleton{width:100%;height:80%;margin:0 auto;max-width:640px;background-color:rgba(43,43,43,.4235294118);border-radius:4px;animation:skeleton-loading 1.5s ease-in-out infinite}@keyframes skeleton-loading{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.mobile-menu__arrow-wrapper{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.mobile-menu__arrow{width:20px;height:20px;fill:currentColor;transform:rotate(0deg);transition:transform .25s ease-in-out}.mobile-menu__arrow--open{transform:rotate(180deg)}.header__nav-link-icon{width:18px;height:18px;transition:transform .25s ease-in-out;transform:rotate(0deg)}.header__nav-item:hover .header__nav-link-icon{transform:rotate(180deg)}.header__dropdown-link-icon{width:18px;height:18px;transition:transform .25s ease-in-out;transform:rotate(0deg)}.header__dropdown-item:hover .header__dropdown-link-icon{transform:rotate(-90deg)}