@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .3s ease-out}@keyframes animate-svg-stroke-1{0%{stroke-dashoffset:5550.93115234375px;stroke-dasharray:5550.93115234375px}to{stroke-dashoffset:11101.8623046875px;stroke-dasharray:5550.93115234375px}}@keyframes animate-svg-fill-1{0%{fill:transparent}50%{fill:rgb(1,90,174)}to{fill:transparent}}.preloader_svg__svg-elem-1{stroke:#015aae;animation:animate-svg-stroke-1 2s ease-out infinite,animate-svg-fill-1 2s ease-in-out infinite}.preloader_svg__svg-elem-2{stroke:#015aae;animation:animate-svg-stroke-1 2s ease-out .2s infinite,animate-svg-fill-1 2s ease-in-out .2s infinite}.preloader_svg__svg-elem-3{stroke:#06abd9;animation:animate-svg-stroke-1 2s ease-out .4s infinite,animate-svg-fill-1 2s ease-in-out .4s infinite}.preloader_svg__svg-elem-4{stroke:#06abd9;animation:animate-svg-stroke-1 2s ease-out .6s infinite,animate-svg-fill-1 2s ease-in-out .6s infinite}.preloader_svg__svg-elem-5{stroke:#06abd9;animation:animate-svg-stroke-1 2s ease-out .8s infinite,animate-svg-fill-1 2s ease-in-out .8s infinite}.preloader_svg__svg-elem-6{stroke:#015aae;animation:animate-svg-stroke-1 2s ease-out 1s infinite,animate-svg-fill-1 2s ease-in-out 1s infinite}@keyframes zoom-out{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.5)}}.animate-zoom-out{animation:zoom-out 1s ease-out forwards}@keyframes fade-out-bg{0%{opacity:1}to{opacity:0}}.animate-fade-out-bg{animation:fade-out-bg 1s ease forwards}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.animate-bounce{animation:bounce 1s ease-in-out infinite}