.sticky-cta{background:#fff;bottom:0;box-shadow:0 -4px 12px rgba(0,0,0,.12),0 4px 16px rgba(0,0,0,.28);box-sizing:border-box;left:50%;padding:5px;position:fixed;transform:translateX(-50%);width:100%;z-index:9999}.sticky-cta__inner{background:#fff;padding:5px}.sticky-cta__button,.sticky-cta__inner{align-items:center;box-sizing:border-box;display:flex;gap:6px}.sticky-cta__button{border-radius:5px;flex:1;font-family:inherit;font-size:12px;font-weight:700;justify-content:center;line-height:1;min-height:43px;padding:9px 8px;text-align:center;text-decoration:none;transition:background-color .2s ease,color .2s ease,transform .2s ease}.sticky-cta__button:hover{transform:translateY(-1px)}.sticky-cta__button--demo{background:#fff;border:1px solid #ed1b2f;color:#ed1b2f}.sticky-cta__button--demo:hover,.sticky-cta__button--specialist{background:#ed1b2f;color:#fff}.sticky-cta__button--specialist:hover{background:#c91528;border-color:#c91528}.sticky-cta__icon{align-items:center;display:inline-flex;flex:0 0 17px;height:17px;justify-content:center;width:17px}.sticky-cta__icon svg{fill:none;height:17px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;width:17px}.sticky-cta__button--specialist .sticky-cta__icon svg{fill:currentColor;stroke:currentColor}@media (min-width:768px){.sticky-cta{display:none!important}}