@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:#0f172a;background:#f8fafc;margin:0;padding:0;display:block;width:100%}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}body>header,body>section,body>footer,body>nav,#lp-root>header,#lp-root>section,#lp-root>footer,#lp-root>nav{display:block!important;width:100%!important;float:none!important}#lp-root{display:flex!important;flex-direction:column!important;width:100%!important;overflow-x:hidden!important}@keyframes spin-fwd{0%{transform:rotate(0) translate(-25%,-25%)}to{transform:rotate(360deg) translate(-25%,-25%)}}@keyframes spin-rev{0%{transform:rotate(0) translate(25%,25%)}to{transform:rotate(-360deg) translate(25%,25%)}}.contact-spin-fwd{animation:spin-fwd 20s linear infinite}.contact-spin-rev{animation:spin-rev 25s linear infinite}
