.welcome-wrap{background:#003b6f;padding:3rem 1.5rem 4rem;display:flex;justify-content:center}.welcome-card{width:800px;max-width:440px;background:rgba(252,250,250,0.9);border:1px solid rgba(255,255,255,0.14);border-radius:24px;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 0 0 rgba(252,250,250,0);transition:box-shadow 220ms cubic-bezier(0.22,0.61,0.36,1),border-color 220ms cubic-bezier(0.22,0.61,0.36,1)}.welcome-card:hover{border-color:rgba(255,255,255,0.4);box-shadow:0 0 32px rgba(252,250,250,0.35)}.welcome-card__photo{width:140px;height:140px;border-radius:999px;object-fit:cover;border:3px solid #003b6f;box-shadow:0 8px 24px rgba(0,6,11,0.18);margin-bottom:1.5rem}.welcome-card__title{font-family:"Poppins","Segoe UI",system-ui,sans-serif;font-weight:700;color:#00060b;font-size:1.5rem;text-align:center;margin:0 0 1.75rem}.welcome-card__links{width:100%;display:flex;flex-direction:column;align-items:center;gap:0.85rem}.welcome-card__links>a{box-sizing:border-box!important;max-width:100%!important;white-space:normal!important}@media (max-width:480px){.welcome-wrap{padding:2rem 1.25rem 3rem}.welcome-card{padding:2rem 1.5rem;border-radius:18px}.welcome-card__photo{width:110px;height:110px}.welcome-card__title{font-size:1.3125rem}}