.fixed-chapters-menu-container{display:flex;flex-direction:column;position:fixed;right:0;top:calc(var(--position-sticky-offset) + 3rem);transition:opacity .3s ease}.fixed-chapters-menu-container:not(.active){height:0;opacity:0;visibility:hidden}.fixed-chapters-menu-chapters-container{box-shadow:2px 2px 4px 0 #00000014;max-height:calc(100vh - var(--position-sticky-offset) - 8rem);overflow:auto;transition:opacity .3s ease}.fixed-chapters-menu-container:not(.open) .fixed-chapters-menu-chapters-container{height:0;opacity:0;overflow:hidden;visibility:hidden}.fixed-chapters-menu-chapters-container ul{background-color:var(--bg-color-blue);list-style:none;margin:0;padding:0 1.5rem}.fixed-chapters-menu-chapters-container .hs-menu-item{margin-bottom:0}.fixed-chapters-menu-chapters-container .hs-menu-item a{border-bottom:1px solid #ffffff42;color:var(--text-color-pink);display:block;font-size:1rem;font-weight:700;padding:1rem 0;text-transform:uppercase;width:250px}.fixed-chapters-menu-chapters-container .hs-menu-item:last-of-type a{border:0}.fixed-chapters-menu-chapters-container .hs-menu-item a:not(:hover){color:#fff}.fixed-chapters-menu-chapters-container .hs-menu-item a span{display:block;font-size:.875rem;font-weight:400}.fixed-chapters-menu-trigger{align-items:center;background-color:#fff;box-shadow:2px 2px 4px 0 #00000014;color:var(--text-color-blue);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;margin-inline-start:auto}.fixed-chapters-menu-trigger-label{padding:1rem 1rem 1rem .25rem}.fixed-chapters-menu-trigger-label:after{color:var(--text-color-pink);content:"\f107";display:inline-block;font:var(--fa-font-regular)}.fixed-chapters-menu-container.open .fixed-chapters-menu-trigger-label:after{transform:rotate(180deg)}