#start-animation-particles{background-color:#f5f5f5;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;z-index:98}#start-animation-particles,.start-animation{width:100%;height:100%;position:fixed;top:0;animation:hideStartAnimation 1s ease forwards;animation-delay:7s}.start-animation{padding-top:80px;z-index:99;transition:.5s}.start-animation .skip-animation-button{position:fixed;right:0;bottom:20px;background-color:#fff;cursor:pointer}.start-animation .animation-wrapper img{width:400px;opacity:0;height:auto;animation:animation 4s ease forwards}@keyframes animation{0%{width:60px;transform:translateY(1000px)}50%{width:400px;transform:translateY(0);opacity:1;filter:drop-shadow(0 0 3rem rgba(17,147,181,.7))}to{width:300px;transform:translateY(0);opacity:1}}.start-animation .animation-wrapper .fade-container{display:flex;flex-wrap:wrap;justify-content:center;text-align:center;animation:fadeContainer 1s ease forwards;animation-delay:2s;opacity:0;width:auto}.start-animation .animation-wrapper .fade-container .fade-text{display:inline-block;white-space:nowrap;font-size:2em;animation:fadeText 2s ease forwards;opacity:0;font-weight:700}.start-animation .animation-wrapper .fade-container .fade-text:first-child{animation-delay:3.7s}.start-animation .animation-wrapper .fade-container .fade-text:nth-child(2){animation-delay:3.9s}.start-animation .animation-wrapper .fade-container .fade-text:nth-child(3){animation-delay:4.1s}.start-animation .animation-wrapper .fade-container .fade-text:nth-child(4){animation-delay:4.3s}.start-animation .animation-wrapper .fade-container .fade-text:nth-child(5){animation-delay:4.5s}.start-animation .animation-wrapper .fade-container .fade-text:nth-child(6){animation-delay:4.7s}.start-animation .animation-wrapper .fade-container .fade-text:nth-child(7){animation-delay:4.9s}.start-animation .animation-wrapper .fade-container .fade-text:nth-child(8){animation-delay:5.1s}@keyframes fadeText{0%{opacity:0;text-shadow:none}50%{opacity:1;text-shadow:0 0 1rem rgba(17,147,181,.7)}to{text-shadow:none;opacity:1}}@keyframes fadeContainer{0%{opacity:0}to{opacity:1}}@media(min-width:576px){.start-animation .animation-wrapper .fade-container{width:395px}}@media(min-width:768px){.start-animation .animation-wrapper .fade-container{width:600px}}@media(min-width:992px){.start-animation .animation-wrapper .fade-container{width:730px}}@media(min-width:1200px){.start-animation .animation-wrapper .fade-container{width:750px}}@keyframes hideStartAnimation{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}