.fixed-tags{opacity:0;width:fit-content;position:fixed;right:40px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;background:rgba(0,21,74,1);padding:8px 12px;border-radius:32px;z-index:10;transition:opacity .3s ease-in-out,bottom .5s ease-in-out}.fixed-tag{display:flex;justify-content:center;align-items:center;gap:1px;text-decoration:none;cursor:pointer}.fixed-tag-icon{width:20px;height:20px}.fixed-tag-text{font-weight:500;font-size:14px;line-height:150%;text-align:center;vertical-align:middle;color:rgba(255,255,255,1)}@media (max-width:992px){.fixed-tags{right:50%;transform:translateX(50%);justify-content:center}}