@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap");:root{--morandi-blue-primary:#6b8a9a;--morandi-blue-light:#a7c0cd;--morandi-blue-dark:#4a6572;--morandi-gray:#8f8f8f;--morandi-background:#f4f4f4;--foreground:#333}html{scroll-behavior:smooth}body{background-color:var(--morandi-background);color:var(--foreground);font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-up{animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1) forwards}.animate-fade-in{animation:fadeIn 1.2s ease forwards}.delay-1{animation-delay:.2s;opacity:0}.delay-2{animation-delay:.4s;opacity:0}.delay-3{animation-delay:.6s;opacity:0}*{box-sizing:border-box;padding:0;margin:0}a{color:var(--morandi-blue-primary);text-decoration:none;transition:color .2s ease-in-out}a:hover{color:var(--morandi-blue-dark)}.main-background-wrapper{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/images/home_background.webp);background-size:cover;background-position:50%;background-attachment:fixed}.main-title{font-size:64px}@media (min-width:992px){.main-title{font-size:96px}}.lang-switch-button{border-color:#19438f;font-weight:500;font-size:15px}.lang-switch-button:hover{background-color:#19438f;color:#fff}.section-title{font-size:26px}@media (min-width:992px){.section-title{font-size:36px}}.section-title-underline{width:50px;height:2px;background-color:var(--morandi-blue-dark);margin:8px auto 30px}section[id]{scroll-margin-top:80px}