<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-weight: 600;
    
}


#banner img , #banner-small img {
    width:100%;
}
#banner-small { display: none; }


.header-block {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-block .logo {
    width:400px;
    max-width: 100%;
}
.header-block i {
right: 0px;
    font-size:30px;
    color:#455761;
}
.header-block .downloads a {
color: #727a80;
}
.header-block .downloads {
font-size: 12px;
    font-weight: normal;
    margin-top: 27px;
}
#columns {
    padding: 24px 0;
    background: #c7eafd ;
    position: relative;

}
#columns &gt; .container {position: relative;}
#columns img {

    position: absolute;
    right: 40px;
    bottom:0;            
}
#columns .intro {
    font-size: 24px;
    margin-bottom: 35px;
}
#columns .title {

    border-radius: 0px 0px 30px 0px;
    padding: 10px;
    color: #ffffff;
    min-height: 76px;

}
#columns .left .title {
    background: #1077ba;
}
#columns .middle .title {
    background: #1a98d9;
}
#columns .right .title {
    background: #53bded;

}
#columns ul {
    list-style: none;
    padding-left: 20px;
    padding-top: 10px
}
#columns ul li {
    margin-bottom: 6px;
}        
#columns ul li::before {
    content: "\2022";
    color: #0b78c2;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
#icons {
    margin-bottom: 40px;
    margin-top: -20px;
}
#icons &gt; .container {
    padding:0px;
}
#icons img {
    max-width:50px;
    max-width: 70px;
    display:inline-block;
}
#icons .icon {
    text-align: center;
    color: #455761;
}
#icons .icon-text {
    display: inline-block;
    max-width: 90px;

}

#contact-iframe {
        background: #e6eaed;
    color: #43545d;
    padding-top:20px;
    padding-bottom:30px;
}
#contact-iframe iframe {
    width:100%;
    height: 1000px;
}

#contact {
    background: #e6eaed;
    color: #43545d;
    padding-top:20px;
    padding-bottom:30px;
}
#contact form {
    margin-top:20px;
}
#contact input, #contact textarea {
    border-width: 0px;
    width:100%;
    margin-bottom:20px;
    padding: 10px;
    color: #43545d;
}



#products {
    color: #727a80;
    font-weight:normal;
    font-size: 20px;
    margin-top: 80px;
}
#products .title{color:black; margin-bottom:10px;}
#products .features {font-weight: 600;}
#products .img {
  margin-bottom: 35px;
}
#products .img img {
    max-width: 100%;
    width: 280px;
}

#products .red {
    color: #d9171e;
}






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