.site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:99;height:80px;border-bottom:1px solid var(--olive);transition:background 1s,top .3s ease;background:linear-gradient(90deg,rgba(6,34,16,0) 0%,rgba(5,28,13,0) 100%)}.header-dark{background:var(--dark-green);border-bottom-color:var(--dark-green)}.header__hide{top:-100px}.header__container{display:flex;height:100%;width:100%;justify-content:space-between}.header__logo-wrapper{display:flex;align-items:center;color:var(--white);text-decoration:none;font-size:24px;font-weight:700;text-transform:uppercase}.header__navigation{position:relative;display:flex;align-items:center;height:100%}.header__menu{display:flex;align-items:center;height:100%;width:100%;column-gap:28px}.navigation__root{position:relative;display:flex;align-items:center;height:100%;text-decoration:none}.navigation__root>a{display:flex;align-items:center;text-transform:capitalize;text-decoration:none;column-gap:6px;color:var(--white);cursor:pointer;transition:color .3s}.navigation__root>.sub-menu{position:absolute;top:calc(100% + 1px);left:-22px;display:flex;row-gap:8px;padding:14px 22px 18px;flex-direction:column;border-radius:0 0 8px 8px;visibility:hidden;overflow:hidden;opacity:0;max-height:0;background-color:var(--light-mint);transition:visibility .5s,max-height .5s,opacity .5s,padding .6s}.navigation__root:hover>.sub-menu{visibility:visible;opacity:1;max-height:450px}.navigation__root>a:after{content:'';width:10px;height:6px;margin-top:2px;transition:rotate .3s;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3e%3cpath d='M1 1L5.00065 5L9 1' stroke='%23F7F6F5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e")}.navigation__root>a:hover:after{rotate:180deg}.navigation__link{height:100%;display:flex;align-items:center}.navigation__link>a{text-transform:capitalize;text-decoration:none;color:var(--white)}.navigation__sub-link{width:max-content}.navigation__sub-link>a{text-decoration:none;color:var(--dark-green)}.navigation__sub-link.link-animate-decoration>a:after{background-color:var(--dark-green)}.header__btn{margin-left:20px}.header__hamburger{position:relative;display:none;width:24px;height:24px;flex-direction:column;cursor:pointer}.header__hamburger>.hamburger-input{appearance:none;outline:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none}.header__hamburger>.hamburger-input:focus,.header__hamburger>.hamburger-input:active{outline:none !important}.header__hamburger>.hamburger-input:checked{opacity:0;width:0}.header__hamburger:before{content:'';position:absolute;width:24px;height:24px;background-color:var(--white);-webkit-mask:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M2 18C2 16.46 2 15.69 2.347 15.124C2.541 14.807 2.807 14.541 3.124 14.347C3.689 14 4.46 14 6 14C7.54 14 8.31 14 8.876 14.347C9.193 14.541 9.459 14.807 9.653 15.124C10 15.689 10 16.46 10 18C10 19.54 10 20.31 9.653 20.877C9.459 21.193 9.193 21.459 8.876 21.653C8.311 22 7.54 22 6 22C4.46 22 3.69 22 3.124 21.653C2.80735 21.4593 2.54108 21.1934 2.347 20.877C2 20.31 2 19.54 2 18ZM14 18C14 16.46 14 15.69 14.347 15.124C14.541 14.807 14.807 14.541 15.124 14.347C15.689 14 16.46 14 18 14C19.54 14 20.31 14 20.877 14.347C21.193 14.541 21.459 14.807 21.653 15.124C22 15.689 22 16.46 22 18C22 19.54 22 20.31 21.653 20.877C21.4589 21.1931 21.1931 21.4589 20.877 21.653C20.31 22 19.54 22 18 22C16.46 22 15.69 22 15.124 21.653C14.8073 21.4593 14.5411 21.1934 14.347 20.877C14 20.31 14 19.54 14 18ZM2 6C2 4.46 2 3.69 2.347 3.124C2.541 2.807 2.807 2.541 3.124 2.347C3.689 2 4.46 2 6 2C7.54 2 8.31 2 8.876 2.347C9.193 2.541 9.459 2.807 9.653 3.124C10 3.689 10 4.46 10 6C10 7.54 10 8.31 9.653 8.876C9.459 9.193 9.193 9.459 8.876 9.653C8.311 10 7.54 10 6 10C4.46 10 3.69 10 3.124 9.653C2.80724 9.45904 2.54096 9.19277 2.347 8.876C2 8.311 2 7.54 2 6ZM14 6C14 4.46 14 3.69 14.347 3.124C14.541 2.807 14.807 2.541 15.124 2.347C15.689 2 16.46 2 18 2C19.54 2 20.31 2 20.877 2.347C21.193 2.541 21.459 2.807 21.653 3.124C22 3.689 22 4.46 22 6C22 7.54 22 8.31 21.653 8.876C21.459 9.193 21.193 9.459 20.877 9.653C20.31 10 19.54 10 18 10C16.46 10 15.69 10 15.124 9.653C14.8072 9.45904 14.541 9.19277 14.347 8.876C14 8.311 14 7.54 14 6Z' stroke='%23F7F6F5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");mask:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M2 18C2 16.46 2 15.69 2.347 15.124C2.541 14.807 2.807 14.541 3.124 14.347C3.689 14 4.46 14 6 14C7.54 14 8.31 14 8.876 14.347C9.193 14.541 9.459 14.807 9.653 15.124C10 15.689 10 16.46 10 18C10 19.54 10 20.31 9.653 20.877C9.459 21.193 9.193 21.459 8.876 21.653C8.311 22 7.54 22 6 22C4.46 22 3.69 22 3.124 21.653C2.80735 21.4593 2.54108 21.1934 2.347 20.877C2 20.31 2 19.54 2 18ZM14 18C14 16.46 14 15.69 14.347 15.124C14.541 14.807 14.807 14.541 15.124 14.347C15.689 14 16.46 14 18 14C19.54 14 20.31 14 20.877 14.347C21.193 14.541 21.459 14.807 21.653 15.124C22 15.689 22 16.46 22 18C22 19.54 22 20.31 21.653 20.877C21.4589 21.1931 21.1931 21.4589 20.877 21.653C20.31 22 19.54 22 18 22C16.46 22 15.69 22 15.124 21.653C14.8073 21.4593 14.5411 21.1934 14.347 20.877C14 20.31 14 19.54 14 18ZM2 6C2 4.46 2 3.69 2.347 3.124C2.541 2.807 2.807 2.541 3.124 2.347C3.689 2 4.46 2 6 2C7.54 2 8.31 2 8.876 2.347C9.193 2.541 9.459 2.807 9.653 3.124C10 3.689 10 4.46 10 6C10 7.54 10 8.31 9.653 8.876C9.459 9.193 9.193 9.459 8.876 9.653C8.311 10 7.54 10 6 10C4.46 10 3.69 10 3.124 9.653C2.80724 9.45904 2.54096 9.19277 2.347 8.876C2 8.311 2 7.54 2 6ZM14 6C14 4.46 14 3.69 14.347 3.124C14.541 2.807 14.807 2.541 15.124 2.347C15.689 2 16.46 2 18 2C19.54 2 20.31 2 20.877 2.347C21.193 2.541 21.459 2.807 21.653 3.124C22 3.689 22 4.46 22 6C22 7.54 22 8.31 21.653 8.876C21.459 9.193 21.193 9.459 20.877 9.653C20.31 10 19.54 10 18 10C16.46 10 15.69 10 15.124 9.653C14.8072 9.45904 14.541 9.19277 14.347 8.876C14 8.311 14 7.54 14 6Z' stroke='%23F7F6F5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e")}.header__hamburger:has(.hamburger-input:checked):before{background-color:var(--soft-green)}.home__link{display:none}@media screen and (max-width:1024px){.header__menu{display:flex;align-items:center;height:100%;width:100%;column-gap:16px}}@media screen and (max-width:992px){.site-header{height:56px}.site-header:has(>.header__container>.header__navigation>.header__hamburger>.hamburger-input:checked){background:var(--dark-green)}.header__container{display:flex;width:100%;align-items:center;justify-content:space-between}.header__logo-wrapper>img{height:32px}.header__navigation{flex:1}.header__hamburger{display:flex;margin-left:auto}.header__menu{position:absolute;top:calc(100% + 1px);left:calc(100% + 24px);height:calc(100lvh - 51px);width:100vw;padding:32px 24px 0;flex-direction:column;align-items:flex-start;background-color:var(--dark-green);overflow:auto;transition:translate .2s ease-in-out}.header__hamburger:has(.hamburger-input:checked)+.header__menu{translate:-100%}.navigation__link,.navigation__root{flex-direction:column;align-items:flex-start;height:auto;width:100%;font-family:'Marcellus',serif;font-size:32px;line-height:124%;border-bottom:1px solid var(--olive)}.navigation__root>a{column-gap:13px}.navigation__link>a:after,.navigation__link>a:hover:after,.navigation__sub-link.link-animate-decoration>a:after,.navigation__sub-link.link-animate-decoration>a:hover:after{background-color:transparent;transform-origin:right center}.navigation__link>a,.navigation__root>a{color:var(--light-mint)}.header__menu>.navigation__link:not(:first-child)>a,.navigation__root{padding-block:32px}.navigation__link:first-child>a{padding-bottom:32px}.navigation__link:has(+.header__btn){border-bottom:none}.navigation__root:hover>.sub-menu{visibility:hidden;opacity:0;max-height:0}.navigation__root>a:hover:after{rotate:unset}.navigation__root.active>a:after{rotate:180deg}.navigation__root>a:after{height:9px;width:16px;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="9" viewBox="0 0 16 9" fill="none"><path d="M1.00006 1.00024L8.0012 8.00024L15.0001 1.00024" stroke="%23F7F6F5" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.navigation__root>.sub-menu{position:relative;top:0;left:0;display:flex;flex-direction:column;row-gap:18px;width:100%;padding:0;border:none;background-color:transparent}.navigation__root.active>.sub-menu{padding:24px 0 0;max-height:412px;overflow:hidden;opacity:1;visibility:visible}.navigation__sub-link>a{font-family:'Marcellus',serif;font-size:24px;color:var(--green-gray)}.home__link{display:flex}.header__btn{margin-top:56px;margin-left:0}.header__btn>a{background-color:var(--soft-green)}}@media screen and (max-width:640px){.header__menu{left:calc(100% + 16px);padding:32px 16px 0}.header__btn{width:100%}}