.sticky-service{right:0;left:0;z-index:2;transition:all .5s ease-out}.sticky-service.top{top:4rem;transform:translateY(-100%)}.sticky-service.bottom{bottom:0;transform:translateY(100%)}.sticky-service.light{background-color:var(--color-background-primary);color:var(--color-text-primary)}.sticky-service.light.top{border-bottom:.063rem solid #e9eaf0}.sticky-service.light.bottom{border-top:.063rem solid #e9eaf0}.sticky-service.dark{background-color:var(--color-foundation-black);color:var(--color-text-primary-dark)}.sticky-service.show{position:fixed}.sticky-service.show .sticky-service__container{display:flex}.sticky-service.show.top,.sticky-service.show.bottom{transform:translateY(0)}.sticky-service__container{width:100%;align-items:center;justify-content:space-between;display:none;padding-top:.875rem;padding-bottom:1rem}
