<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('//fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

html body #app {
    font-family: "Red Hat Display", sans-serif !important;
}

@media print {
body{-webkit-print-color-adjust: exact;color-adjust: exact;}
.prefooter{display:none !important;}
.bg-quattrobi-footer{background-color:white !important}
}

.bg-quattrobi-btn-hero{
    background-color: #1eada9;
}

.bg-quattrobi-footer{
    background-color: #333333;
}

.bg-quattrobi-pre-footer{
    background-color: #666666;
}

.bg-quattrobi-gray-menu-open{
    background-color: #636362;
}

.bg-quattrobi-link-box{
    background-color: #999999;
}

.bg-quattrobi-gray{
    background-color: #e6e6e6;
}
.bg-quattrobi-black{
    background-color: #1a1a1a;
}
.bg-quattrobi-green-button{
    background-color: #1eada9;
}
.bg-quattrobi-green-prefooter{
    background-color: #339933;
}
.bg-quattrobi-gray-latest-news{
    background-color: #f2f2f2;
}
.bg-quattrobi-download-img{
    background-image: url("../images/download_section.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-quattrobi-projects-img{
    background-image: url("../images/projects_button.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-quattrobi-products-img{
    background-image: url("../images/products_button.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-quattrobi-company-img{
    background-image: url("../images/company_button.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.font-quattrobi-title{
    color: #333333;
}

.font-quattrobi-aqua-green{
    color: #1eaca9;
}

</pre></body></html>