@media(max-width:1024px){.desktop-only{display:none!important}}@media(min-width:1025px){.mobile-tablet-only,.tablet-only{display:none!important}}@media(max-width:768px){.hide-mobile,.tablet-only{display:none!important}}@media(min-width:769px){.mobile-only{display:none!important}}.visible{visibility:visible}.hidden{visibility:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateX(-50%) translateY(-100%)}to{transform:translateX(-50%) translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes shake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-4px)}40%,80%{transform:translateX(4px)}}button{cursor:pointer;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);color:inherit;background-color:inherit}.profile-dropdown__menu{position:absolute;color:#0e1322;top:80%;right:16px;display:flex;width:300px;flex-direction:column;align-items:center;background-color:#fff;border-radius:24px;border:1px solid rgba(14,19,34,.1215686275);box-shadow:0 4px 16px 0 rgba(0,0,0,.2)}.profile-dropdown__menu-logout,.profile-dropdown__menu-profile{display:flex;width:100%;padding:12px 8px;justify-content:center;align-items:center;text-decoration:none;color:#0e1322;font-family:var(--font-inter),sans-serif;font-size:16px;font-weight:500;font-style:normal;cursor:default}.profile-dropdown__menu-profile{border-bottom:1px solid rgba(14,19,34,.1215686275)}.profile-dropdown__menu-logout{border-top:1px solid rgba(14,19,34,.1215686275)}.profile-dropdown__menu-items{width:100%;padding:12px 0}.profile-dropdown__menu-item{display:flex;width:100%;padding:0 8px;cursor:default;justify-content:center;align-items:center;text-decoration:none;color:#0e1322;font-family:var(--font-inter),sans-serif;font-size:16px;font-weight:500;font-style:normal}.profile-dropdown__menu--label{display:flex;color:#0e1322;width:100%;padding:12px 24px;justify-content:flex-start;align-items:center;border-radius:64px;cursor:pointer;gap:12px}.profile-dropdown__menu--label:hover{background-color:rgba(14,19,34,.0392156863)}