.topLink-component{display:flex;height:100%;justify-content:center;align-items:center;position:relative;gap:7px;color:#42424e;padding:0 13.5px;transition:opacity .2s ease,background-color .2s ease,color .2s ease}.topLink-component>:only-child{margin:0 -6px!important}.topLink-component,.topLink-component>*{cursor:pointer}.topLink-component:before{content:" ";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#c42a87;opacity:0;transition:opacity .2s ease;pointer-events:none}.topLink-component:hover{color:#c42a87;background-color:#f7f7fa}.topLink-component:hover:before{opacity:1}.topLink-component.yellow{padding:0 24px;background:linear-gradient(45deg,#ffcb11 14.6%,#ffd333 85.4%);color:#191c68;opacity:1}.topLink-component.yellow:before{background-color:unset!important}.topLink-component.yellow:hover{opacity:.8}.topLink-component.magenta{padding:0 24px;background:linear-gradient(45deg,#e32f9b 14.6%,#fc35ad 85.4%);color:#fff;opacity:1}.topLink-component.magenta:before{background-color:unset!important}.topLink-component.magenta:hover{opacity:.8}@media only screen and (max-width:767px){.topLink-component.hideLabelOnMobile .topLink-label{display:none}}.topLink-icon{width:20px;height:20px}.topLink-icon.center{margin:auto}.topLink-label{width:min-content;white-space:pre}.topLink-newTag{position:relative;background-color:#c42a87;color:#fff;font-size:8px;font-weight:700;border-radius:50em;padding:1px 7px;margin-left:4px}.topLink-newTag:before{content:"";background-color:inherit;position:absolute;left:0;width:100%;height:100%;opacity:0;border-radius:50em}.topLink-newTag.pulse:before{animation:topLink-pulseNew .5s ease-in-out}@keyframes topLink-pulseNew{0%{opacity:0;scale:1}80%{opacity:.15;scale:3.4}to{opacity:0;scale:1}}