.account-page{--account-shell-offset:305px}@media screen and (max-width:1399px){.account-page{--account-shell-offset:281px}}@media screen and (max-width:991px){.account-page{--account-shell-offset:261px}}.account-page apo-root{display:flex;flex-direction:column;min-height:calc(100vh - var(--account-shell-offset));min-height:calc(100svh - var(--account-shell-offset))}.account-page .partners-wrapper{padding-top:40px}.account-shell-loader{align-items:center;display:flex;gap:12px;margin:auto}.account-shell-loader span{animation:account-shell-loader-dot 2.6s cubic-bezier(.4,0,.2,1) infinite;background-color:var(--kit-surface-brand-default);border-radius:50%;height:10px;width:10px}.account-shell-loader span:nth-child(2){animation-delay:.16s}.account-shell-loader span:nth-child(3){animation-delay:.32s}@keyframes account-shell-loader-dot{0%{opacity:0;transform:translateX(-8px)}20%,80%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(8px)}}