.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)}