@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap";:root{--background:#fff;--foreground:#171717;--primary-font-family:"Inter",sans-serif;--primary-color:#227291;--new-primary-color:#49bbd5}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html{display:flex;justify-content:center;align-items:center;font-family:Inter,sans-serif;scroll-behavior:smooth}a{text-decoration:none!important}body{--primary-color:#227291;font-family:Inter,sans-serif;width:100%;position:relative;display:flex;justify-content:center;align-items:center}body .main-container::-webkit-scrollbar{height:6px;width:3px}body .main-container::-webkit-scrollbar-track{background:#fff;border-radius:10px}body .main-container::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:10px;border:2px solid #fff}body .main-container::-webkit-scrollbar-thumb:hover{background-color:#1b5a73}*{box-sizing:border-box;padding:0;margin:0}.main-container{display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:var(--primary-font-family);position:relative;width:100%;max-width:1920px;scrollbar-width:thin;scrollbar-color:rgba(34,114,145,.529) hsla(0,0%,100%,0)}.competencies-page,.not-found-page,.products-page,.projects-page,.technologies-page{width:100%}.not-found-page .faq-container-block{padding-block:100px 0}.max-width{max-width:1440px}