.ofhb-fixedButtons{align-items:center;background-color:hsla(0,0%,100%,.8);bottom:0;display:flex;justify-content:center;left:0;min-height:80px;opacity:0;padding:24px;position:fixed;right:0;transform:translateY(100px);z-index:100}.ofhb-fixedButtons .-text{color:#01293a;display:block;font-size:12px;font-weight:700;margin-right:16px}.ofhb-fixedButtons .ofhb-button{box-shadow:0 4px 6px rgba(4,176,251,.1);max-width:320px;width:100%}.ofhb-fixedButtons .ofhb-button:hover{opacity:.6;scale:1.02;transition:.1s}@media (max-width:768px){.ofhb-fixedButtons{padding:1.5rem 1rem}.ofhb-fixedButtons .ofhb-button{max-width:100%}.ofhb-fixedButtons .-text{display:none}}.ofhb-fixedButtons.UpMove{animation:UpAnime .5s forwards}@keyframes UpAnime{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.ofhb-fixedButtons.DownMove{animation:DownAnime .5s forwards}@keyframes DownAnime{0%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(100px)}}