.language-screen{min-height:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-left:1rem;padding-right:1rem;overflow:hidden;position:fixed;top:0;left:0;width:100%}.language-container{text-align:center;animation:fade-in 1s ease-in-out;position:relative;padding:5px 0;z-index:10}.logo-wrapper{display:flex;justify-content:center;align-items:center;position:relative;z-index:11}.ellipse-left{left:-350px}.ellipse-left,.ellipse-right{position:fixed;bottom:-480px;z-index:1;pointer-events:none}.ellipse-right{right:-140px}.language-title{font-size:2.25rem;font-weight:800;margin-top:2rem;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3);position:relative;z-index:11}@media (min-width:768px){.language-title{font-size:3rem}}.language-subtitle{font-size:1.125rem;color:#9ca3af;margin-bottom:2.5rem;position:relative;z-index:11}.language-buttons{display:flex;flex-direction:column;align-items:center;width:100%;position:relative;z-index:11}.language-buttons>*{width:100%;max-width:100%;box-sizing:border-box;position:relative;z-index:12}.language-buttons>*+*{margin-top:.5rem}@supports (gap:1rem){.language-buttons{gap:1rem}.language-buttons>*+*{margin-top:0}}.language-container{width:100%;max-width:28rem;box-sizing:border-box}.language-buttons button{max-width:100%;overflow:hidden;white-space:nowrap;position:relative;z-index:13}