.infinite-slider img{width:100%}.infinite-slider .swiper-wrapper{transition-timing-function:linear}.bubbles{position:absolute;width:100%;height:100%;z-index:0;overflow:hidden;top:0;left:0}.bubble{position:absolute;bottom:-100px;width:40px;height:40px;background:#c4f4ff;border-radius:50%;opacity:.5;animation:rise 10s ease-in infinite}.bubble:first-child{width:40px;height:40px;left:10%;animation-duration:8s}.bubble:nth-child(2){width:20px;height:20px;left:20%;animation-duration:5s;animation-delay:1s}.bubble:nth-child(3){width:50px;height:50px;left:35%;animation-duration:7s;animation-delay:2s}.bubble:nth-child(4){width:80px;height:80px;left:50%;animation-duration:11s;animation-delay:0s}.bubble:nth-child(5){width:35px;height:35px;left:55%;animation-duration:6s;animation-delay:1s}.bubble:nth-child(6){width:45px;height:45px;left:65%;animation-duration:8s;animation-delay:3s}.bubble:nth-child(7){width:90px;height:90px;left:70%;animation-duration:12s;animation-delay:2s}.bubble:nth-child(8){width:25px;height:25px;left:80%;animation-duration:6s;animation-delay:2s}.bubble:nth-child(9){width:15px;height:15px;left:70%;animation-duration:5s;animation-delay:1s}.bubble:nth-child(10){width:90px;height:90px;left:25%;animation-duration:10s;animation-delay:4s}@keyframes rise{0%{bottom:-100px;transform:translateX(0)}50%{transform:translate(100px)}to{bottom:1080px;transform:translateX(-200px)}}.chevron-container{justify-content:center;align-items:center;width:100px;height:100px}.chevron-container .chevron{position:absolute;width:4rem;height:1rem;opacity:0;transform:scale(.3);animation:move-chevron 1.5s ease-out infinite}.chevron:first-child{animation:move-chevron 1.5s ease-out .5s infinite}.chevron:nth-child(2){animation:move-chevron 1.5s ease-out 1s infinite}.chevron:after,.chevron:before{content:"";position:absolute;top:0;height:100%;width:50%;background:#3996b0}.chevron:before{left:0;transform:skewY(30deg)}.chevron:after{right:0;width:50%;transform:skewY(-30deg)}@keyframes move-chevron{25%{opacity:1}33.3%{opacity:1;transform:translateY(1rem)}66.6%{opacity:1;transform:translateY(2rem)}to{opacity:0;transform:translateY(3rem) scale(.5)}}