.fixedSideBar{position:fixed;right:1em;z-index:40;bottom:10%}.fixedSideBar .svgParent{background-color:var(--basicColor1);padding:1em;border-radius:5em;color:#fff;display:flex;gap:1em;align-items:center;font-family:Amaranth,Arial}.fixedSideBar svg{overflow:visible}.fixedSideBar .svgParent g:first-child{animation:1.5s infinite alternate hammerAnim;transform-origin:center center;position:relative}.fixedSideBar .svgParent svg{height:2em;width:2em}.fixedSideBar .svgParent svg path{fill:white}.fixedSideBar .partnerParent{background-color:var(--basicColor1);border-radius:50%}.fixedPartnerImage{height:2.2em}.fixedButtonPartner{display:block;margin-top:.5em}@keyframes hammerAnim{0%{transform:rotate(0) translateY(0)}100%{transform:rotate(-40deg) translateY(-50px)}}@media screen and (max-width:800px){.fixedSideBar{bottom:5%}}