.fc .splash-screen-container{background-color:#fff;display:block;display:flex;height:100%;justify-content:center;left:0;opacity:1;overflow:hidden;position:fixed;top:0;transition:opacity .5s ease;width:100%;z-index:var(--fc-zIndex-layer-max)}.fc .splash-screen-container .sp-content{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.fc .splash-screen-container .sp-logo{display:flex;margin:0 auto}.fc .splash-screen-container .sp-plane{animation:flightFromLeftToRight 4s ease-in-out 1s forwards;margin-bottom:-100px;margin-left:-120%;padding-top:90px}.fc .splash-screen-container .cloud{background-image:url(../assets/images/art-cloud.png);background-size:cover;height:211px;width:100%}@keyframes flightFromLeftToRight{0%{margin-left:-120%}to{margin-left:120%}}@media only screen and (max-width:1400px){.fc .splash-screen-container .sp-plane{margin-left:-140%}@keyframes flightFromLeftToRight{0%{margin-left:-140%}to{margin-left:140%}}}@media only screen and (max-width:767px){.fc .splash-screen-container .sp-plane{animation:flightFromLeftToRight 4s ease-in-out 2s forwards;margin-left:-180%;max-width:220px}.fc .splash-screen-container .sp-logo{max-width:335px}.fc .splash-screen-container .cloud{background-position:50%}@keyframes flightFromLeftToRight{0%{margin-left:-180%}to{margin-left:180%}}}
