.help-hand{position:absolute;top:0;left:0;width:36px;height:36px;z-index:1;background-color:var(--color-background-default);pointer-events:none;animation:fadeOutHand 4s 1;animation-fill-mode:forwards}.help-hand .prisma-element-hint__wrapper{display:flex;align-items:center;justify-content:center}.help-hand__icon{position:relative;display:inline-block;width:24px;height:24px;transition:transform 1s;transform:rotate(-25deg) scale(0);transform-origin:50% 65%;animation:waveAnimation 4s 1}@keyframes fadeOutHand{90%{background-color:var(--color-background-default)}to{background-color:transparent}}@keyframes waveAnimation{9%{transform:rotate(-25deg) scale(0)}12%{transform:rotate(-25deg) scale(1)}12%{transform:rotate(-25deg)}16%{transform:rotate(-50deg)}20%{transform:rotate(-13deg)}25%{transform:rotate(-50deg)}30%{transform:rotate(-13deg)}35%{transform:rotate(-50deg)}41%{transform:rotate(-13deg)}47%{transform:rotate(-50deg)}54%{transform:rotate(-13deg)}64%{transform:rotate(-50deg)}73%{transform:rotate(-25deg)}79%{transform:rotate(-25deg) scale(1)}90%{transform:rotate(-25deg) scale(0)}}.help-callback__hint-overlay-content{font:var(--font-ys-caption-14-regular);font-feature-settings:"pnum" on,"lnum" on;padding:3px 8px;margin-top:-4px}.help-callback .help-callback__window.help-callback__window{position:fixed;z-index:2000000;pointer-events:auto;bottom:56px;right:64px;width:0;max-height:calc(100vh - 60px);background-color:var(--color-background-alternate);border:1px solid var(--color-background-stroke);padding:0;border-radius:16px;box-shadow:var(--shadow-medium-default);opacity:0;visibility:hidden;height:0;transition:opacity .5s;transition-timing-function:cubic-bezier(.25,1.15,.5,1.1);box-sizing:border-box;overflow:auto}@media (max-width: 767px){.help-callback .help-callback__window.help-callback__window{right:16px}}.prisma_theme_light .help-callback .help-callback__window{background-color:var(--color-background-widget);border:0}.help-callback .help-callback__window.help-callback__window_open{width:400px;height:auto;padding:24px;opacity:1;visibility:visible}@media (max-width: 413px){.help-callback .help-callback__window.help-callback__window_open{position:fixed;height:100vh;width:100%;max-height:none;right:0;top:0;left:0;bottom:0;border-radius:0;box-shadow:none;z-index:100000000}}.help-callback{position:relative}.help-callback .callback-form__paid-by-employer-buttons{grid-template-columns:128px 1fr;margin-bottom:var(--spacing-12)}.help-callback__hint{margin-bottom:8px}.help-callback__close-button{color:var(--color-content-primary);position:absolute;right:16px;cursor:pointer}
