.ft-mol-sticky-panel{position:fixed;right:0;left:0;z-index:10001;margin-right:auto;margin-left:auto;display:block;background-color:var(--color-white);box-shadow:0 2px 8px rgba(0,0,0,0.1);border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;visibility:hidden;opacity:0}.ft-mol-sticky-panel__container{max-width:933px;margin-right:auto;margin-left:auto;padding:1.5rem}@media only screen and (min-width:1024px){.ft-mol-sticky-panel__container{padding:3rem}}.ft-mol-sticky-panel__header{margin-bottom:1.5rem}.ft-mol-sticky-panel__body{padding:0}@media only screen and (min-width:1024px){.ft-mol-sticky-panel__body{margin-top:3rem}}.ft-mol-sticky-panel__footer{margin-top:1.5rem}.ft-mol-sticky-panel__message{margin-top:0;margin-bottom:0;font-size:1.6rem;line-height:1.8rem}@media only screen and (min-width:1024px){.ft-mol-sticky-panel__message{font-size:2rem;line-height:2.4rem}}.ft-mol-sticky-panel__chips-list{display:flex;flex-wrap:wrap;gap:0.6rem;margin-top:1rem;list-style:none;padding:1.5rem 0.5rem;max-height:10rem;overflow-y:auto;overflow-x:hidden;position:relative;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,0.2) transparent}@media only screen and (min-width:1024px){.ft-mol-sticky-panel__chips-list{background-color:var(--color-white);background-image:linear-gradient(to bottom,var(--color-white) 0%,rgba(255,255,255,0.98) 12px,rgba(255,255,255,0.95) 25px,rgba(255,255,255,0.88) 40px,rgba(255,255,255,0.75) 55px,rgba(255,255,255,0.55) 70px,rgba(255,255,255,0.3) 80px,transparent 90px),linear-gradient(to top,var(--color-white) 0%,rgba(255,255,255,0.98) 12px,rgba(255,255,255,0.95) 25px,rgba(255,255,255,0.88) 40px,rgba(255,255,255,0.75) 55px,rgba(255,255,255,0.55) 70px,rgba(255,255,255,0.3) 80px,transparent 90px);background-position:top,bottom;background-repeat:no-repeat;background-size:100% 90px}}.ft-mol-sticky-panel__chips-list::-webkit-scrollbar{width:6px}.ft-mol-sticky-panel__chips-list::-webkit-scrollbar-track{background:transparent}.ft-mol-sticky-panel__chips-list::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.2);border-radius:3px}.ft-mol-sticky-panel__chips-list::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,0.3)}.ft-mol-sticky-panel__actions{display:flex;justify-content:center;margin-top:1rem}.ft-mol-sticky-panel--open{visibility:visible;opacity:1}.ft-mol-sticky-panel--top{top:0;bottom:initial;transform:translateY(-100%)}.ft-mol-sticky-panel--top[class*="--open"]{animation:slideDown 0.3s cubic-bezier(0.25,0.46,0.45,0.94) forwards}.ft-mol-sticky-panel--top:not([class*="--open"]){animation:slideUpReverse 0.3s cubic-bezier(0.25,0.46,0.45,0.94) forwards}.ft-mol-sticky-panel--bttm{bottom:0;border-top:1px solid var(--color-lightGrey);transform:translateY(100%)}.ft-mol-sticky-panel--bttm[class*="--open"]{animation:slideUp 0.3s cubic-bezier(0.25,0.46,0.45,0.94) forwards}.ft-mol-sticky-panel--bttm:not([class*="--open"]){animation:slideDownReverse 0.3s cubic-bezier(0.25,0.46,0.45,0.94) forwards}@media only screen and (min-width:1024px){.ft-mol-sticky-panel--short{max-width:69.4rem}}@media only screen and (min-width:1024px){.ft-mol-sticky-panel--short__body{max-height:10rem}}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUpReverse{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}@keyframes slideDownReverse{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}