@keyframes bounce{0%,to{transform:translateY(0)scale(1)}10%{animation-timing-function:cubic-bezier(.25,.46,.45,.94);transform:translateY(0)scale(1.2,.8)}35%{animation-timing-function:cubic-bezier(.55,.085,.68,.53);transform:translateY(-20px)scale(.85,1.15)}60%{animation-timing-function:ease-out;transform:translateY(0)scale(1.2,.8)}75%{transform:translateY(0)scale(1)}}.bouncing-ball-container{justify-content:space-between;width:40px;display:flex}.bouncing-ball{transform-origin:bottom;border-radius:50%;width:10px;height:10px;animation:1.2s infinite bounce;display:inline-block}.bouncing-ball:first-child{animation-delay:0s}.bouncing-ball:nth-child(2){animation-delay:.2s}.bouncing-ball:nth-child(3){animation-delay:.4s}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rotating-square-container{justify-content:center;align-items:center;display:flex}.rotating-square{width:30px;height:30px;animation:1.5s linear infinite rotate}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.pulsing-circle-container{justify-content:center;align-items:center;display:flex}.pulsing-circle{border-radius:50%;width:20px;height:20px;animation:1.2s infinite pulse}.circular-ball-container{width:80px;height:80px;position:relative;overflow:hidden}.circular-ball{border-radius:50%;width:10px;height:10px;animation:10s ease-in-out infinite moveCircle;position:absolute}@keyframes moveCircle{0%{transform:rotate(0)translate(40px)}25%{transform:rotate(90deg)translate(30px)}50%{transform:rotate(180deg)translate(20px)}75%{transform:rotate(270deg)translate(10px)}to{transform:rotate(360deg)translate(40px)}}.circular-ball:first-child{animation-delay:0s}.circular-ball:nth-child(2){animation-delay:1s}.circular-ball:nth-child(3){animation-delay:2s}.circular-ball:nth-child(4){animation-delay:3s}.circular-ball:nth-child(5){animation-delay:4s}.circular-ball:nth-child(6){animation-delay:5s}.logo-spinner-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.logo-spinner-wrapper{width:115px;height:115px;animation:2.4s ease-in-out infinite logoSpinnerFade;position:relative}.logo-spinner-ring-wrapper{border-radius:50%;width:115px;height:115px;animation:1.5s linear infinite rotate;position:absolute;top:0;left:0}.logo-spinner-ring{border-radius:50%;width:100%;height:100%;-webkit-mask:radial-gradient(closest-side,#0000 93%,#000 93%);mask:radial-gradient(closest-side,#0000 93%,#000 93%)}.logo-spinner-logo{z-index:2;object-fit:cover;border-radius:50%;width:100px;height:100px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}.logo-spinner-label{color:#000;margin-top:16px;font-size:16px;font-weight:600;animation:1.3s ease-in-out logoSpinnerLabelFade}@keyframes logoSpinnerFade{0%,to{opacity:.72}50%{opacity:1}}@keyframes logoSpinnerLabelFade{0%{opacity:0}to{opacity:1}}.parallax-container{width:100%;height:100%;position:relative;overflow:hidden}.parallax-image{will-change:transform;background-position:50%;background-size:cover;width:100%;height:150%;transition:transform .1s ease-out}.box-shadow{border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}
