.menu--mobile{display:none}.menu--desktop{display:flex;width:75%}.header__navigation{align-items:center;background:var(--color--golden);display:flex;height:12.5vh;justify-content:space-between;padding:0 50px;position:relative;width:100vw}.header__logo img{width:75%}.menu__wrapper{align-items:center;display:flex;justify-content:space-evenly;width:100%}.menu__wrapper-li{list-style:none}.menu__wrapper-li:last-child{background:transparent;border:1px solid #fff;cursor:pointer;padding:10px 25px;transition:all .2s ease-in-out}.menu__wrapper-li:hover:last-child{background:#fff}.menu__wrapper-li:hover:last-child .menu__wrapper-a{color:var(--color--golden)}.menu__wrapper-a{color:#fff;font-family:var(--font--secondary);font-size:14px;font-weight:400;letter-spacing:2.8px;line-height:19px;text-decoration:none;text-transform:uppercase}.menu__wrapper-a.active{color:#000094}.hamburger-menu{display:none}@media only screen and (max-width:1200px){.header__logo{width:25%}}@media only screen and (max-width:1300px){.header__navigation{padding:0 20px}.menu--desktop{width:100%}.menu__wrapper{justify-content:space-between}}@media only screen and (max-width:992px){.header__logo{width:auto}.menu--desktop{display:none}.hamburger-menu{cursor:pointer;display:flex}.hamburger-menu i{color:#fff;font-size:25px}.header__logo img{width:50%}.menu--mobile{background:var(--color--golden);display:flex;height:87.5vh;overflow:hidden;position:absolute;right:0;top:12.5vh;transition:all .2s ease-in-out;width:0;z-index:9999}.menu--mobile.active{width:300px}.menu--mobile .menu__wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:15px}.menu--mobile .menu__wrapper-li{margin-bottom:30px}.menu--mobile .menu__wrapper-li:first-child{margin-top:30px}}