.sticky-menu-wrapper{width:100%}.sticky-menu-wrapper .header{color:var(--color-sticky-menu-header-text);background-color:var(--color-sticky-menu-header-background);display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;border-top-left-radius:10px;border-top-right-radius:10px;overflow:hidden}.sticky-menu-wrapper .header span{display:block;padding:5px 10px;font-size:1.7rem;text-transform:uppercase;font-weight:600}.sticky-menu-wrapper .author-meta{background-color:var(--color-sticky-menu-item-background);padding:10px 10px;border-bottom:1px solid #fff}.sticky-menu-wrapper ul.menu{list-style:none;padding:0;margin:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;overflow:hidden}.sticky-menu-wrapper ul.menu li{color:var(--color-sticky-menu-item-text);background-color:var(--color-sticky-menu-item-background);font-family:var(--font-menu);line-height:1.2;border-bottom:1px solid #fff;font-size:1.5rem;font-weight:500;list-style:none;transition:background-color .1s ease}.sticky-menu-wrapper ul.menu li.active,.sticky-menu-wrapper ul.menu li:hover{background-color:var(--color-sticky-menu-item-background-active);color:var(--color-sticky-menu-item-text-active)}.sticky-menu-wrapper ul.menu li a{display:block;font-size:inherit;font-weight:inherit;color:inherit;padding:8px 10px;transition:color .1s ease;text-decoration:none}.sticky-menu-wrapper ul.menu li a>*{color:inherit;transition:inherit}.sticky-menu-wrapper ul.menu li a i{display:none}.sticky-menu-wrapper .menu-cta{margin-top:5px;border-radius:10px;overflow:hidden}.sticky-menu-wrapper .menu-cta a{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;transition:color .3s ease,background-color .3s ease;color:var(--color-sticky-menu-cta-text);background-color:var(--color-sticky-menu-cta-background);padding:8px 10px;font-size:1.8rem;font-family:var(--font-sticky-menu-ctab);font-weight:bold;column-gap:7px}.sticky-menu-wrapper .menu-cta a:hover{background-color:var(--color-sticky-menu-cta-background-hover);color:var(--color-sticky-menu-cta-text-hover)}.sticky-menu-wrapper .menu-cta img{width:20px;height:auto}.sticky-menu-desktop{max-height:calc(90vh - 100px);overflow-y:auto}.sticky-menu-mobile{position:fixed;bottom:0;left:30px;z-index:200;overflow:hidden;transition:box-shadow .3s ease;--target-height: 400px}.sticky-menu-mobile .header{cursor:pointer}.sticky-menu-mobile .header i{font-size:2rem;padding:0 10px}.sticky-menu-mobile .header i.icon-close{display:none}.sticky-menu-mobile .header i.icon-open{display:block}.sticky-menu-mobile .body{height:0;padding-bottom:0;max-height:calc(90vh - 130px);overflow-y:auto;transition:height .3s ease,padding-bottom .3s ease;background-color:var(--color-sticky-menu-item-background);box-sizing:content-box}.sticky-menu-mobile ul.menu{border-radius:0}.sticky-menu-mobile ul.menu li:last-of-type{border-bottom:none}.sticky-menu-mobile .menu-cta{margin-top:0;border-radius:0}.sticky-menu-mobile .menu-cta a{font-size:1.6rem}.sticky-menu-mobile.expanded{box-shadow:0px 0px 15px 0px var(--color-sticky-menu-box-shadow-color)}.sticky-menu-mobile.expanded .header i.icon-close{display:block}.sticky-menu-mobile.expanded .header i.icon-open{display:none}.sticky-menu-mobile.expanded .body{height:var(--target-height, 400px);padding-bottom:10px}
/*# sourceMappingURL=sticky-menu.min.css.map */