:root{--white:#fff;--white-rgb:255,255,255;--black:#000;--medium-grey:#4f5b67;--light-grey-01:#e8edf3;--light-grey-02:#f3f7fb;--aqua:#009dbf;--emerald:#07be87;--black-rgb:0,0,0;--font-color-base:var(--black);--font-color-light:#eeebe6;--White:var(--white);--Black:var(--black);--MediumGrey:var(--medium-grey);--LightGrey-01:var(--light-grey-01);--LightGrey-02:var(--light-grey-02);--Aqua:var(--aqua)}.global-floating-elements{pointer-events:none;position:fixed;z-index:100;inset:0}.global-floating-elements>*{pointer-events:auto}.floating-button{will-change:opacity,transform;position:fixed;z-index:100;right:20px;bottom:20px;opacity:0}.floating-button__link{display:block;text-decoration:none}.floating-button__content{display:flex;align-items:center;justify-content:flex-start;width:56px;height:56px;padding:8px;background:var(--aqua,#009dbf);border-radius:50px;box-shadow:0 4px 6px 0 rgba(0,0,0,.12)}.floating-button__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#007792;border-radius:20px}.floating-button__icon img{width:24px;height:24px}.floating-button__text{display:none;margin:0 8px;color:#fff}.floating-button__arrow{display:none;margin-right:14px}@media(min-width:960px){.floating-button{right:30px;bottom:24px}.floating-button__content{width:187px;padding:8px;background:var(--aqua,#009dbf);border-radius:50px}.floating-button__icon{width:40px;height:40px}.floating-button__text{display:block;margin:0 8px 0 6px;font-size:1rem;font-weight:600;line-height:24px;letter-spacing:-.3px}.floating-button__arrow{display:flex;align-items:center;justify-content:center}.floating-button--en .floating-button__content{width:239px;height:56px}}