.animated-cloud{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.animated-cloud-img{-webkit-box-flex:0;-ms-flex:0 1 500px;flex:0 1 500px;height:auto;width:100px;max-width:100%}.animated-cloud .carousel{position:relative;max-width:100%;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:420px;-webkit-box-flex:0;-ms-flex:0 1 300px;flex:0 1 300px}.animated-cloud .carousel,.animated-cloud .carousel__item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;justify-content:center}.animated-cloud .carousel__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;position:absolute;height:230px;padding:0;opacity:0;will-change:transform,opacity;-webkit-animation:carousel-animate-vertical 10s linear infinite;animation:carousel-animate-vertical 10s linear infinite}.animated-cloud .carousel__item img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}.animated-cloud .carousel__item:first-child{-webkit-animation-delay:-2.5s;animation-delay:-2.5s}.animated-cloud .carousel__item:nth-child(2){-webkit-animation-delay:0s;animation-delay:0s}.animated-cloud .carousel__item:nth-child(3){-webkit-animation-delay:2.5s;animation-delay:2.5s}.animated-cloud .carousel__item:last-child{-webkit-animation-delay:-5s;animation-delay:-5s}@-webkit-keyframes carousel-animate-vertical{0%{-webkit-transform:translateY(70%) scale(.3);transform:translateY(70%) scale(.3);opacity:0;visibility:hidden}3%,25%{-webkit-transform:translateY(70%) scale(.5);transform:translateY(70%) scale(.5);opacity:.4;visibility:visible}28%,50%{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1);opacity:1;visibility:visible}53%,75%{-webkit-transform:translateY(-70%) scale(.5);transform:translateY(-70%) scale(.5);opacity:.4;visibility:visible}78%{-webkit-transform:translateY(-70%) scale(.3);transform:translateY(-70%) scale(.3);opacity:0;visibility:visible}to{-webkit-transform:translateY(-70%) scale(.3);transform:translateY(-70%) scale(.3);opacity:0;visibility:hidden}}@keyframes carousel-animate-vertical{0%{-webkit-transform:translateY(70%) scale(.3);transform:translateY(70%) scale(.3);opacity:0;visibility:hidden}3%,25%{-webkit-transform:translateY(70%) scale(.5);transform:translateY(70%) scale(.5);opacity:.4;visibility:visible}28%,50%{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1);opacity:1;visibility:visible}53%,75%{-webkit-transform:translateY(-70%) scale(.5);transform:translateY(-70%) scale(.5);opacity:.4;visibility:visible}78%{-webkit-transform:translateY(-70%) scale(.3);transform:translateY(-70%) scale(.3);opacity:0;visibility:visible}to{-webkit-transform:translateY(-70%) scale(.3);transform:translateY(-70%) scale(.3);opacity:0;visibility:hidden}}