.welcome-screen{position:fixed;inset:0;background:#1b2b46;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;animation:fadeInTexts 1.2s ease forwards;pointer-events:none}.welcome-subtitle,.welcome-title{opacity:0;transform:translateY(40px);animation:slideUp 1s ease forwards}.welcome-subtitle{font-family:Lato,sans-serif;font-size:20px;line-height:28px;color:#5c6f91;margin-bottom:12px;animation-delay:.2s}.welcome-title{font-size:72px;line-height:72px;font-family:Cormorant-Garamond;color:#f2f6fd;animation-delay:.2s}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.welcome-screen.hide{animation:curtainUp .7s ease forwards;-webkit-animation:curtainUp .7s ease forwards}@keyframes curtainUp{0%{transform:translateY(0)}to{transform:translateY(100%);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%)}}@media (max-width:1280px){.welcome-title{font-size:56px;line-height:56px}.welcome-subtitle{font-size:20px;line-height:28px}}@media (max-width:980px){.welcome-title{font-size:48px;line-height:48px}.welcome-subtitle{font-size:18px;line-height:24px}}@media (max-width:430px){.welcome-title{font-size:32px;line-height:32px}.welcome-subtitle{font-size:14px;line-height:18px}}@media (max-width:360px){.welcome-screen{padding-left:10px;padding-right:10px}}