<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Version: 2.1.1
 * File Description: Place here your custom CSS styles
 */

#logo_img{
    width: 85px;
}

#logo-mobile{
    width: 85px;
}

#logo-footer{
    width: 55px;
    fill: white;
}

.header-first{
    padding: 0;
}

.header{
    border-bottom: 2px solid #0B4F9E;
}

.header .navbar-nav li .nav-link{
    color: #505050;
}

.header .navbar-nav .active &gt; .nav-link, .header .navbar-nav li .nav-link.active{
    color: #0B4F9E;
}

.header .navbar-nav li .nav-link:focus, .header .navbar-nav li .nav-link:hover, .header .navbar-nav .show &gt; .nav-link, .header .navbar-nav li .nav-link.show, .header .navbar-nav .active.show &gt; .nav-link, .header .navbar-nav li.show .nav-link.active{
    color: #0B4F9E;
}

.open_modal_button{
    font-size: 16px;
    padding: 5px 15px 5px 15px;
    z-index: 102;
    display:block;
    background-color: #0B4F9E;
    color:white!important;
    cursor: pointer;
    margin-top: 22px;
}

.footer-list{
    font-size: 13px;
}

.footer{
    background-color: #505050;
    color: white;
}

.footer a {
    color: white;
}
.link-dark{
    color: white;
}

.link-dark:hover{
    color: white;
}

.white-separator{
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.09) 35%, rgba(255, 255, 255, 0.09) 70%, transparent 100%);
}

.files-wrap{
    background-color: #505050;
    color: white;

}

.extension,.name,.size,.download-button{
    vertical-align: middle!important;
}

.download-button a {
    color: white;
}

.download-button a:hover {
    color: #0B4F9E;
}

.career-link-detail{
    color: #505050;
}

.career-link-detail:hover{
    color: #505050;
}

.btn-career{
    background-color: #0B4F9E;
    color: white!important;
}

textarea{
    min-height: 150px;
}

.center-img{
    margin: 0 auto;
}

.hc-slideshow-caption{
    background-color: #505050;
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}

.modal-header{
    background-color: #0B4F9E!important;
    color: white;
}

.w-100{
    width: 70%!important;
    margin: 0 auto;
}

.buttoninbanner{
    position: absolute;
    top: 84%;
    left: 48.5%;
}

.banner.light-translucent-bg, .banner.dark-translucent-bg, .banner.default-translucent-bg{
    padding-top: 180px;
}

.close{
    color: white;
}

.hc-item-box-2.boxed{
    border:none;
}

.icon.default-bg{
    background-color: #0B4F9E;

}

.banner-headline{
    font-size: 25px;
}

h4.title{
    font-size: 16px;
}

div.body p{
    font-size: 13px;
}

h2.mt-4{
    font-weight: 700;
}

.normal-font{
    font-family: Roboto, sans-serif;
}

.traceman-text{
    color: black;
}

.blue-background{
    background-color: #0B4F9E;
}

.gray-background{
    background-color: #505050;

}
.more-news-link{
    color: #0B4F9E;
}

.hp-product{
    padding-top: 30px;
    padding-bottom: 0;
}

.product-title{
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
}

.icon-without-bg{
    background-color: transparent!important;
}

.smaller-icon{
    padding: 5px;
}

.col-lg-20{
    width:20%;
    max-width: 20%;
}
.col-md-20{
    width:20%;
    max-width: 20%;
}
.col-xs-20{
    width:20%;
    max-width: 20%;
}
.col-sm-20{
    width:20%;
    max-width: 20%;
}

.non-view-on-full{
    display:none;
}

.active-cat{
    color: #0C9EC7!important;
    font-weight: bold!important;
}

.inline-message{
    color:red;
}

.icon-without-bg img {
    max-width: 120%;
    width: 120%;
}

.overlay-bottom, .overlay-top{
    background-color: rgba(30, 30, 30, 0.9);
}

@media (max-width: 1348px){
    .col-md-20{
        width:33.3333333%;
        max-width: 33.3333333%;
    }
    .non-view-on-full{
        display:block;
    }
}


@media (max-width: 1062px){
    .buttoninbanner{
        left: 47%;
    }

}

@media (max-width: 882px){
    .buttoninbanner{
        left: 46%;
    }

}

@media (max-width: 767px){
    .banner-headline {
        font-size: 20px;
    }
}

@media (max-width: 663px){
    .buttoninbanner{
        left: 45%;
    }

}

@media (max-width: 509px){
    .buttoninbanner{
        left: 42%;
    }

}

@media (max-width: 850px){
    .col-md-20{
        width:100%;
        max-width: 100%;
    }
    .non-view-on-full{
        display:none;
    }
}

/* START &gt;&gt; COLUMNS ON HP CROSSROAD (UNDER SLIDER) */

.col-for-hp {
    font-size: 13px;
    width: 100%;
    max-width: 100%;
}

.col-for-hp:nth-child(odd) {
    background-color: #505050;
}

.col-for-hp:nth-child(even) {
    background-color: #0B4F9E;
}

.col-for-hp .title {
    font-size: 14px;
}

@media (min-width: 650px) {
    .col-for-hp {
        width: 50%;
        max-width: 50%;
    }
}

@media (min-width: 651px) and (max-width: 779px) {
    .col-for-hp:nth-child(1),
    .col-for-hp:nth-child(4),
    .col-for-hp:nth-child(5) {
        background-color: #505050;
    }

    .col-for-hp:nth-child(2),
    .col-for-hp:nth-child(3),
    .col-for-hp:nth-child(6) {
        background-color: #0B4F9E;
    }
}

@media (min-width: 780px) {
    .col-for-hp {
        width: 33.3333333%;
        max-width: 33.3333333%;
    }
}

@media (min-width: 1400px) {
    .col-for-hp {
        width: 20%;
        max-width: 20%;
    }
}

/* END &gt;&gt; COLUMNS ON HP CROSSROAD (UNDER SLIDER) */
</pre></body></html>