.px-sticky-nav .px-sticky-nav__link{position:relative;top:300px}.px-sticky-nav{grid-template-rows:0 auto;transition:grid-template-rows 0s 1s}@media (max-width:1023px){.px-sticky-nav{cursor:pointer}.px-sticky-nav:focus{grid-template-rows:calc(100% - 50px) auto;transition:grid-template-rows 0s 0s}}@media (min-width:1024px){.px-sticky-nav-visible,.px-sticky-nav:hover{grid-template-rows:calc(100% - 50px) auto;transition:grid-template-rows 0s 0s}}.px-sticky-nav .px-sticky-nav__btn--close{display:none}@media (max-width:1023px){.px-sticky-nav:focus .px-sticky-nav__btn--close{display:block}.px-sticky-nav:focus .px-sticky-nav__btn--open{display:none}}.px-sticky-nav .px-sticky-nav__link:first-child{animation:pxStickyNavItemClose .3s 1;top:300px}.px-sticky-nav .px-sticky-nav__link:nth-child(2){animation:pxStickyNavItemClose .4s 1;top:300px}.px-sticky-nav .px-sticky-nav__link:nth-child(3){animation:pxStickyNavItemClose .5s 1;top:300px}.px-sticky-nav .px-sticky-nav__link:nth-child(4){animation:pxStickyNavItemClose .6s 1;top:300px}@keyframes pxStickyNavItemClose{0%{top:0}to{top:300px}}@media (max-width:1023px){.px-sticky-nav:focus .px-sticky-nav__link:first-child{animation:pxStickyNavItemOpen .6s 1;top:0}.px-sticky-nav:focus .px-sticky-nav__link:nth-child(2){animation:pxStickyNavItemOpen .5s 1;top:0}.px-sticky-nav:focus .px-sticky-nav__link:nth-child(3){animation:pxStickyNavItemOpen .4s 1;top:0}.px-sticky-nav:focus .px-sticky-nav__link:nth-child(4){animation:pxStickyNavItemOpen .3s 1;top:0}}@media (min-width:1024px){.px-sticky-nav-visible .px-sticky-nav__link:first-child,.px-sticky-nav:hover .px-sticky-nav__link:first-child{animation:pxStickyNavItemOpen .6s 1;top:0}.px-sticky-nav-visible .px-sticky-nav__link:nth-child(2),.px-sticky-nav:hover .px-sticky-nav__link:nth-child(2){animation:pxStickyNavItemOpen .5s 1;top:0}.px-sticky-nav-visible .px-sticky-nav__link:nth-child(3),.px-sticky-nav:hover .px-sticky-nav__link:nth-child(3){animation:pxStickyNavItemOpen .4s 1;top:0}.px-sticky-nav-visible .px-sticky-nav__link:nth-child(4),.px-sticky-nav:hover .px-sticky-nav__link:nth-child(4){animation:pxStickyNavItemOpen .3s 1;top:0}}@keyframes pxStickyNavItemOpen{0%{top:300px}to{top:0}}