.bubble-background{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-10000;pointer-events:none}.bubble-container{position:absolute;bottom:-250px;transform-style:preserve-3d;backface-visibility:hidden;perspective:1000px;opacity:0;transform:scale(.3);transition:opacity .6s ease-out,transform .6s cubic-bezier(.34,1.56,.64,1)}.bubble-container.visible{opacity:1;transform:scale(1)}.bubble{border-radius:100%;background-color:#deebf7;z-index:-10000;opacity:.6;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform}.bubble-animation-x{animation-iteration-count:infinite;animation-name:bubbleXAnimFrames;animation-timing-function:cubic-bezier(.45,.05,.55,.95);animation-direction:alternate;will-change:transform}.bubble-animation-y{animation-iteration-count:infinite;animation-name:bubbleYAnimFrames;animation-timing-function:linear;will-change:transform,opacity}.bubble-exit{animation:bubbleExit .4s ease-in forwards}@keyframes bubbleExit{0%{opacity:.6;transform:scale(1) translateZ(0)}to{opacity:0;transform:scale(.3) translate3d(0,-30px,0)}}@keyframes bubbleXAnimFrames{0%{transform:translate3d(-60px,0,0)}to{transform:translate3d(60px,0,0)}}