.sticky-button[hidden]{display:none}.sticky-button{position:fixed;left:0;bottom:0;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;z-index:4;padding:16px;background-color:var(--secondary-color);letter-spacing:0;line-height:1;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear}.sticky-button.sticky-visible{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.sticky-button__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px}.sticky-button__title{margin:0;padding:0}.sticky-button__button{font:normal 400 18px/128% var(--body-font)}@media (min-width:750px){.sticky-button{display:none}}
