.Welcome.container{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:start;padding:0;background-color:var(--background);max-width:var(--max-width);margin:0 auto}.Welcome .text-1{margin-top:var(--spacing-4);font-family:var(--font-fam-2);font-size:var(--font-size-3);font-weight:400;color:var(--color-1);line-height:100%}.Welcome .images-container{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:var(--spacing-1)}.Welcome .image-1,.Welcome .image-2{width:168px;height:267px;object-fit:contain}.Welcome .text-2{font-family:var(--font-fam-2);font-size:var(--font-size-3);font-style:italic;font-weight:400;color:var(--color-1);line-height:100%}.Welcome .get-started-btn,.Welcome .text-2{margin-bottom:var(--spacing-3)}.Welcome .footer{margin-top:auto}