.navbar{background:hsla(0,0%,100%,.95);border-bottom:1px solid #000;height:70px;justify-content:center;top:0;z-index:2}.navbar,.navbar__content{align-items:center;display:flex;width:100%}.navbar__content{justify-content:space-between}.navbar__logo{flex-direction:row;margin:0 auto}.navbar__image,.navbar__logo{align-items:center;display:flex;justify-content:center;text-decoration:none}.navbar__image{background-color:#fff;border-radius:10px;color:#d4ba85;font-family:Playfair Display, serif;font-size:24px;font-weight:700;height:55px;margin:0 10px 0 0;text-align:center;width:55px}.navbar__name{font-family:Playfair Display,serif;font-size:20px;font-weight:700;line-height:20px}.navbar__name,.navbar__name-subtext{color:#000;margin:0;max-width:140px;padding:0;text-decoration:none;width:100%}.navbar__name-subtext{font-family:Inter,sans-serif;font-size:13px;font-weight:400}.navbar__hamburger{display:none}.navbar__anchor-container{flex-direction:row;margin:0 auto}.navbar__anchor-container,.navbar__anchor-dropdown{align-items:center;display:flex;justify-content:center}.navbar__anchor-dropdown{flex-direction:column;height:70px;max-height:70px;padding:0 16px;position:relative;transition:all .3s ease}.navbar__anchor-dropdown:hover{background-color:#000;color:#fff;cursor:pointer}.navbar__anchor,.navbar__anchor-dropdown-title{font-family:Inter,sans-serif;font-size:14px;font-style:none;font-weight:regular;text-align:center;width:100px}.navbar__anchor{align-items:center;background-color:none;color:#000;display:flex;height:70px;justify-content:center;margin:0 auto;padding:0 8px;text-decoration:none;transition:background-color .3s ease}.navbar__anchor:hover{background-color:#000;color:#fff;cursor:pointer}.navbar__anchor-drop{align-items:center;background-color:#fff;box-shadow:0 5px 5px rgba(0,0,0,.25);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;opacity:0;position:absolute;top:70px;transition:all .3s ease;visibility:hidden}.navbar__anchor-dropdown:hover .navbar__anchor-drop{cursor:pointer;opacity:1;visibility:visible}.navbar__button{align-items:center;background-color:#000;border:1px solid #000;color:#fff;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px;font-weight:400;height:70px;justify-content:center;margin:0 auto;max-width:150px;padding:0;text-align:center;text-decoration:none;transition:background-color .3s ease,border .3s ease;width:100%}.navbar__button:hover{background-color:#fff;color:#000;cursor:pointer}.navbar__button-text{font-family:Inter,sans-serif;font-size:16px;font-weight:400;max-width:100px;text-align:center}@media screen and (max-width:1100px){.navbar{max-width:1100px}.navbar__name{display:none}.navbar__button,.navbar__logo{margin:0}.navbar__anchor,.navbar__anchor-dropdown{padding:0}}@media screen and (max-width:835px){.navbar{max-width:835px}.navbar__content{gap:25px}.navbar__anchor-dropdown{flex-direction:row;padding:0;width:100px}.navbar__anchor-drop{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;left:100px;top:0}.navbar__anchor-dropdown-title{width:80px}.navbar__anchor{padding:0;width:100px}.navbar__content{display:flex;justify-content:center;position:relative}.navbar__name{display:block;width:300px}.navbar__hamburger{align-items:center;backdrop-filter:blur(2px);background-color:hsla(0,0%,100%,.1);border:1px solid #000;border-left-width:0;border-radius:0 100% 100% 0;box-sizing:border-box;color:#000;display:flex;height:500px;justify-content:flex-end;left:0;position:fixed;text-decoration:none;top:50%;transition:all .2s ease;width:20px;z-index:1}.navbar__hamburger:hover{cursor:pointer}.navbar__hamburger_open{background-color:#fff;border-radius:0 10px 10px 0;color:#000;width:120px}.navbar__hamburger_up{top:20%;transform:translateY(-20%)}.navbar__hamburger_down{top:80%;transform:translateY(-80%)}.navbar__hamburger_rest{top:0;transform:translateY(30%)}.navbar__hamburder-grip{align-items:center;border-radius:0 100% 100% 0;display:flex;font-family:Playfair Display,serif;font-size:16px;height:200px;justify-content:center;position:relative;right:-3px;width:15px}.navbar__hamburder-grip_closed{animation:lure .5s linear infinite alternate-reverse}.navbar__anchor-container{background-color:none;box-sizing:border-box;display:flex;flex-direction:column;left:0;opacity:0;position:fixed;top:50%;transform:translateY(-50%);visibility:hidden;z-index:1}.navbar__anchor-container.visible{background-color:#fff;opacity:1;transition:opacity .5s ease-in,visibility .5s ease-in;visibility:visible}.navbar__anchor_rest{top:0;transform:translateY(30.5%)}.navbar__anchor_up{top:20%;transform:translateY(-20%)}.navbar__anchor{background-color:none}.navbar__button{border-radius:10px;height:55px}}@media screen and (max-width:685px){.navbar{max-width:685px}.navbar__content{gap:25px}.navbar__hamburger{height:480px}.navbar__anchor-container{bottom:0;height:478px}}@media screen and (max-width:470px){.navbar{max-width:470px}.navbar__content{gap:20px;margin:0 auto}.navbar__name{display:block}.navbar__button{width:fit-content}.navbar__button-text{font-size:12px}}@keyframes lure{0%{right:-3px}to{right:-5px}}