.animation-spread-group{position:relative;width:100%}.animation-spread-group ._spread-container{position:absolute;left:50%;transform:translateX(-50%);top:0}.animation-spread-group ._spread-container ._spread-item{display:inline-block}@keyframes release{0%{opacity:0}to{opacity:1}}@keyframes release-with-delay{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes upDown{0%{transform:translateY(0)}50%{transform:translateY(-15%)}}@keyframes upDownCenter{0%{transform:translate(-50%)}50%{transform:translate(-50%,-15%)}}@keyframes upDown-1{0%{transform:translate(-150%)}50%{transform:translate(-150%,-15%)}}@keyframes shrink-1{0%{opacity:1;transform:translate(-150%) scale(1)}to{opacity:0;transform:translate(-150%) scale(.4)}}@keyframes upDown-2{0%{transform:translate(75%)}50%{transform:translate(75%,-15%)}}@keyframes shrink-2{0%{opacity:1;transform:translate(75%) scale(1)}to{opacity:0;transform:translate(75%) scale(.4)}}@keyframes upDown-center{0%{transform:translate(-50%,-10%) scale(.9)}50%{transform:translate(-50%,-20%) scale(.9)}}@keyframes shrink-center{0%{transform:translate(-50%,-10%) scale(.9)}to{transform:translate(-50%,-10%) scale(.4)}}@keyframes disappear{0%{opacity:1;top:24px}to{opacity:0;top:-200px}}.cloud-scene-container{position:relative;display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}.cloud-container{position:relative;height:240px;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:1}.cloud-container .cloud-item{position:absolute;top:0;left:50%}.cloud-container .cloud-item:first-child{transform:translateX(-150%) scale(1);animation:upDown-1 3s ease-in-out infinite;min-width:104px}.cloud-container .cloud-item:nth-child(2){transform:translate(-50%,-10%) scale(.9);animation:upDown-center 3s ease-in-out infinite;min-width:260px}.cloud-container .cloud-item:last-child{transform:translateX(75%) scale(1);animation:upDown-2 3s ease-in-out infinite;min-width:104px}.cloud-container.__shrink .cloud-item:first-child{opacity:0;transform:translate(-150%) scale(.4);animation:shrink-1 2s ease-in-out}.cloud-container.__shrink .cloud-item:nth-child(2){transform:translate(-50%,-10%) scale(.4);animation:shrink-center 2s ease-in-out}.cloud-container.__shrink .cloud-item:last-child{opacity:0;transform:translate(75%) scale(.4);animation:shrink-2 2s ease-in-out}.cloud-container.__hide{transition:all .5s ease-in;height:0;opacity:0}.worry-item{position:absolute;top:24px;left:50%;max-width:100px}.worry-item:first-child{transform:translateX(-85%) scale(.65);animation:disappear 2s ease-in-out infinite}.worry-item:nth-child(2){transform:translateX(-75%) scale(.3);animation:disappear 2.5s ease-in-out infinite}.worry-item:nth-child(3){transform:translateX(-65%) scale(.8);animation:disappear 3s ease-in-out infinite}.worry-item:nth-child(4){transform:translateX(-55%) scale(.4);animation:disappear 3s ease-in-out infinite}.worry-item:nth-child(5){transform:translateX(-45%) scale(.6);animation:disappear 4s ease-in-out infinite}.worry-item:nth-child(6){transform:translateX(-35%) scale(.7);animation:disappear 1s ease-in-out infinite}.worry-item:nth-child(7){transform:translateX(-25%) scale(.3);animation:disappear 2.5s ease-in-out infinite}.worry-item:nth-child(8){transform:translateX(-15%) scale(.3);animation:disappear 2s ease-in-out infinite}.worry-item.__shrink{transition:all 1s ease-in;max-width:0}.flowers-container .flower-item{position:absolute;bottom:0;left:50%;animation:release .8s ease-in-out}.flowers-container .flower-item:first-child{transform:translateX(-90px)}.flowers-container .flower-item:nth-child(2){transform:translateX(-60px)}.flowers-container .flower-item:nth-child(3){transform:translateX(40px)}.flowers-container .flower-item:nth-child(4){transform:translateX(70px)}