.Button-Animated-Button{display:flex;align-items:center;justify-content:center;border-radius:12px;font-weight:700;line-height:0;position:relative;overflow:hidden;transition:background-color .2s ease,border-color .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-appearance:none;-moz-appearance:none;appearance:none;isolation:isolate;contain:paint}.Button-Animated-Button.as-link{text-decoration:none;display:flex}.Button-Animated-Button:focus{outline:none}.Button-Animated-Button:focus-visible{outline:2px solid #242424;outline-offset:3px}.Button-Animated-Button,.Button-Animated-Button *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.Button-Animated-Button span{display:flex;margin-top:0!important;margin-bottom:0!important}.Button-Animated-Button span,.Button-Animated-Chevron{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden}.Button-Animated-Chevron{--chev-rot:180deg;--dx:16px;width:28px;height:28px;flex:0 0 28px;display:inline-flex;justify-content:center;transform:rotate(var(--chev-rot));transform-origin:center;will-change:transform}.Button-Animated-Chevron.reversed{--chev-rot:0deg;--dx:-16px}@media (hover:hover) and (pointer:fine){.Button-Animated-Button.is-desktop:hover .Button-Animated-Chevron{animation:chevronSlide .55s ease-in-out both}.Button-Animated-Button.is-desktop:active .Button-Animated-Chevron{animation:none!important;transform:rotate(var(--chev-rot))}}@media (hover:none),(pointer:coarse){.Button-Animated-Button:hover .Button-Animated-Chevron{animation:none!important}}.Button-Animated-Button.is-mobile.tap-animate .Button-Animated-Chevron{animation:chevronSlide .55s ease-in-out both!important}@keyframes chevronSlide{0%{transform:translateX(0) rotate(var(--chev-rot))}60%{transform:translateX(var(--dx)) rotate(var(--chev-rot))}to{transform:translateX(0) rotate(var(--chev-rot))}}.Button-Animated-Spinner{width:22px;height:22px;flex:0 0 22px;box-sizing:border-box;border:3px solid var(--spinner-track,rgba(255,255,255,.5));border-top-color:var(--spinner-head,#fff);border-radius:50%;animation:ButtonAnimatedSpin .7s linear infinite}@keyframes ButtonAnimatedSpin{to{transform:rotate(1turn)}}@media (max-width:1040px){.Button-Animated-Button{max-width:348px}.Animated-Button-wrapper{width:100%;align-items:stretch;justify-content:center}}@media (prefers-reduced-motion:reduce){.Button-Animated-Button.is-desktop:hover .Button-Animated-Chevron,.Button-Animated-Button.is-mobile.tap-animate .Button-Animated-Chevron{animation:none!important}}
/*# sourceMappingURL=6d43b1e150e440bb.css.map*/