@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap";
.Welcome-module__3c8Naa__welcome{text-align:center;background-color:#f9f7f6;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:40px 20px;font-family:Montserrat,sans-serif;display:flex;overflow:hidden;box-shadow:0 4px 8px #0003}.Welcome-module__3c8Naa__title{color:#080808;text-shadow:1px 1px #5c1a1a66,2px 2px 4px #5c1a1a33;margin:10px 0 30px;font-family:Playfair Display,serif;font-size:4rem;font-weight:700;line-height:1.2}.Welcome-module__3c8Naa__subtitle{color:#0b0b0b;margin-top:10px;font-family:Poppins,sans-serif;font-size:30px;font-weight:500}.Welcome-module__3c8Naa__buttonContainer{text-align:center;justify-content:center;gap:20px;width:100%;margin-top:100px;margin-bottom:100px;display:flex}.Welcome-module__3c8Naa__button{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;max-width:200px;height:60px;padding:14px 35px;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 12px #00000026}.Welcome-module__3c8Naa__button:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 6px 12px #00000040}.Welcome-module__3c8Naa__button:active{transform:translateY(0);box-shadow:0 4px 8px #0003}.Welcome-module__3c8Naa__button:after{content:"";opacity:0;border-radius:10px;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0;box-shadow:0 0 0 2px #5c1a1a66}.Welcome-module__3c8Naa__button:hover:after{opacity:1;box-shadow:0 0 10px #5c1a1a66}@media (max-width:480px){.Welcome-module__3c8Naa__localHeader img{width:100px}.Welcome-module__3c8Naa__title{font-size:2.5rem}.Welcome-module__3c8Naa__subtitle{font-size:1.2rem}.Welcome-module__3c8Naa__button{max-width:150px;padding:10px 20px;font-size:1rem}}
