.sticky-bar{background-color:initial;display:flex;justify-content:center;position:absolute;right:0;top:260px;width:100%;z-index:5}.sticky-bar .mobile-bar{display:flex;padding:0 24px;width:100%}.sticky-bar .mobile-bar select{background-color:initial;background-image:url(../../assets/svg/select-icon.svg);background-position:right 20px top 19px;background-size:12px auto;border:1px solid #fff;border-radius:27px;color:#fff;font-weight:500;height:50px;min-width:230px;padding:15px 45px 15px 30px;width:100%}.sticky-bar .container{align-items:flex-end;display:none;flex-direction:column;gap:10px;pointer-events:none;position:absolute}.sticky-bar__item{background-color:#fff3;border:1px solid #e5e5e5;border-radius:24px;color:#fff;padding:12px 24px;position:relative;width:-moz-fit-content;width:fit-content;--font-size:14px;--font-size-rem:0.875rem;--line-height:18px;--line-height-rem:1.125rem;cursor:pointer;font-size:var(--font-size-rem);font-weight:400;line-height:var(--line-height-rem);pointer-events:auto;transition-duration:.3s;transition-property:all;transition-timing-function:ease-in-out}.sticky-bar__item:hover{background-color:#4fafdf}.sticky-bar__item.-inner-page{background-color:#fff;color:#000}.sticky-bar__item.-inner-page:hover{background-color:#4fafdf}@media screen and (min-width:576px){.sticky-bar .mobile-bar select{width:-moz-fit-content;width:fit-content}}@media screen and (min-width:768px){.sticky-bar{top:360px}}@media screen and (min-width:992px){.sticky-bar{top:150px}.sticky-bar .mobile-bar{display:none}.sticky-bar .container{display:flex}}@media screen and (min-width:1400px){.sticky-bar__item{right:-100px}}