<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.marquee{height:auto;position:relative;text-align:center}
.marquee .messaging{margin:30px auto;padding:40px 0; position:relative;z-index:10}
.marquee h1{color:#fff;margin:0; }
.marquee h2{color:#414141;margin-bottom:0}
.marquee h3{color:#000000;margin-left:10%;margin-right:10%;}
.marquee h4{color:#000000; padding-left:10%; padding-right:10%;}
.marquee .btn{margin-top:1em;padding:.8em 1.25em;color:#fff;text-decoration:none}
.marquee a{color:#414141;font-weight:normal}
/*.marquee a{color:#414141;font-family:'Avenir Next Bold', Arial, sans-serif;font-weight:normal}*/
.marquee a:hover{color:#eee}
.clients-block{background-color:#f5f5f5;padding:2.5em 0;text-align:center}


/*#509de4*/

.animated-marquee{background:#2ba6cb;margin:0 auto;min-height:340px;overflow:hidden;position:absolute;height:100%;width:100%;opacity:.99}

@-webkit-keyframes slide{0%{-webkit-transform:rotate(-22deg) skewX(-22.5deg) translate3d(-25%, 0, 0);opacity:0}5%{opacity:.2}50%{opacity:.1}90%{opacity:0.2}100%{-webkit-transform:rotate(-22deg) skewX(-22.5deg) translate3d(25%, 0, 0);opacity:0}}
@keyframes slide{0%{transform:rotate(-22deg) skewX(-22.5deg) translate3d(-25%, 0, 0);opacity:0}5%{opacity:.2}50%{opacity:.1}90%{opacity:.2}100%{transform:rotate(-22deg) skewX(-22.5deg) translate3d(25%, 0, 0);opacity:0}}
.animated-marquee-container{opacity:0;position:absolute;top:-75%;width:200%;-webkit-transition:opacity 4s linear;-moz-transition:opacity 4s linear;-o-transition:opacity 4s linear;transition:opacity 4s linear;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite}
.ready .animated-marquee-container{-webkit-animation-name:slide;-moz-animation-name:slide;animation-name:slide;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;animation-timing-function:linear}
.animated-marquee-foreground{margin-top:3em;z-index:200;-webkit-animation-duration:42s;-moz-animation-duration:42s;animation-duration:42s}
.animated-marquee-middleground{margin-top:6em;z-index:100;-webkit-animation-duration:60s;-moz-animation-duration:60s;animation-duration:60s}
.animated-marquee-background{margin-top:3em;z-index:0;-webkit-animation-duration:100s;-moz-animation-duration:100s;animation-duration:100s}
.animated-marquee-card{background:#fff;float:left;-webkit-transition:opacity 2s linear;-moz-transition:opacity 2s linear;-o-transition:opacity 2s linear;transition:opacity 2s linear;height:100px;width:8%}
.animated-marquee-foreground .animated-marquee-card{height:200px;margin-right:9%;width:320px}
.animated-marquee-middleground .animated-marquee-card{margin-right:2%}
.animated-marquee-background .animated-marquee-card{height:50px;margin-right:1%;margin-top:1%;width:4%}
.animated-marquee-card:nth-child(2n+1){z-index:1}
.animated-marquee-card:nth-child(2n+0){z-index:2}
.animated-marquee-card:nth-child(3n+3){left:30%;top:18%}
.animated-marquee-card:nth-child(8n+1){right:10%}
.animated-marquee-card:nth-child(4n+3){top:12%}
.animated-marquee-card:nth-child(3n+5){bottom:5%}
.animated-marquee-card:nth-child(3n+1){visibility:hidden}

/*@media only screen and (max-width: 400px){.animated-marquee{height:340px}
.animated-marquee-foreground{margin-top:3em;-webkit-animation-duration:22s}
.animated-marquee-middleground{margin-top:6em;-webkit-animation-duration:40s}
.animated-marquee-background{margin-top:3em;-webkit-animation-duration:75s}
.animated-marquee-foreground .animated-marquee-card{height:140px;margin-right:12px;width:220px}
.animated-marquee-middleground .animated-marquee-card{height:50px;margin-right:2%}
.animated-marquee-background .animated-marquee-card{height:30px;width:4%}
.animated-marquee-card:nth-child(2n+3){visibility:hidden}}@media only screen and (max-width: 767px) and (min-width: 401px){.animated-marquee-container{top:-30%;width:200%}
.animated-marquee-foreground .animated-marquee-card{height:150px;margin-right:20px;width:240px}
.animated-marquee-middleground .animated-marquee-card{height:50px;margin-right:2%}
.animated-marquee-background .animated-marquee-card{height:30px;width:4%}}@media only screen and (min-width: 1200px){.animated-marquee-container{top:-50%;width:150%}
.animated-marquee-foreground{margin-top:-20%;-webkit-animation-duration:70s;-moz-animation-duration:70s;animation-duration:70s}
.animated-marquee-middleground{-webkit-animation-duration:110s;-moz-animation-duration:110s;animation-duration:110s}
.animated-marquee-background{-webkit-animation-duration:160s;-moz-animation-duration:160s;animation-duration:160s}
.animated-marquee-foreground .animated-marquee-card{height:180px;margin-right:6%;width:280px}
.animated-marquee-middleground .animated-marquee-card{margin-right:1%;height:100px;width:120px}
.animated-marquee-background .animated-marquee-card{height:50px;margin:1px;width:80px}
.animated-marquee-card:nth-child(2n+2){left:.5%;top:.25%}
.animated-marquee-card:nth-child(5n+3){right:.25%;top:.5%}
.animated-marquee-card:nth-child(2n+6){top:.1%}
.animated-marquee-card:nth-child(6n+3){bottom:.1%;right:.25%}
.animated-marquee-card:nth-child(2n+1){visibility:hidden}}*/

html.no-csstransforms3d .animated-marquee,html.no-csstransitions .animated-marquee{display:none}

/*.animated-marquee{background:#2ba6cb;margin:0 auto;min-height:50px;overflow:hidden;position:absolute;height:100%;width:100%;opacity:.99}@-webkit-keyframes slide{0%{-webkit-transform:rotate(-22deg) skewX(-22.5deg) translate3d(-25%, 0, 0);opacity:0}5%{opacity:.2}50%{opacity:.1}90%{opacity:0.2}100%{-webkit-transform:rotate(-22deg) skewX(-22.5deg) translate3d(25%, 0, 0);opacity:0}}@keyframes slide{0%{transform:rotate(-22deg) skewX(-22.5deg) translate3d(-25%, 0, 0);opacity:0}5%{opacity:.2}50%{opacity:.1}90%{opacity:.2}100%{transform:rotate(-22deg) skewX(-22.5deg) translate3d(25%, 0, 0);opacity:0}}
.animated-marquee-container{opacity:0;position:absolute;top:-75%;width:200%;-webkit-transition:opacity 4s linear;-moz-transition:opacity 4s linear;-o-transition:opacity 4s linear;transition:opacity 4s linear;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite}
.ready .animated-marquee-container{-webkit-animation-name:slide;-moz-animation-name:slide;animation-name:slide;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;animation-timing-function:linear}
.animated-marquee-foreground{margin-top:3em;z-index:200;-webkit-animation-duration:42s;-moz-animation-duration:42s;animation-duration:42s}
.animated-marquee-middleground{margin-top:6em;z-index:100;-webkit-animation-duration:60s;-moz-animation-duration:60s;animation-duration:60s}
.animated-marquee-background{margin-top:3em;z-index:0;-webkit-animation-duration:100s;-moz-animation-duration:100s;animation-duration:100s}
.animated-marquee-card{background:#fff;float:left;-webkit-transition:opacity 2s linear;-moz-transition:opacity 2s linear;-o-transition:opacity 2s linear;transition:opacity 2s linear;height:100px;width:8%}
.animated-marquee-foreground .animated-marquee-card{height:200px;margin-right:9%;width:320px}
.animated-marquee-middleground .animated-marquee-card{margin-right:2%}
.animated-marquee-background .animated-marquee-card{height:50px;margin-right:1%;margin-top:1%;width:4%}
.animated-marquee-card:nth-child(2n+1){z-index:1}
.animated-marquee-card:nth-child(2n+0){z-index:2}
.animated-marquee-card:nth-child(3n+3){left:30%;top:18%}
.animated-marquee-card:nth-child(8n+1){right:10%}
.animated-marquee-card:nth-child(4n+3){top:12%}
.animated-marquee-card:nth-child(3n+5){bottom:5%}
.animated-marquee-card:nth-child(3n+1){visibility:hidden}@media only screen and (max-width: 400px){.animated-marquee{height:100%}
.animated-marquee-foreground{margin-top:3em;-webkit-animation-duration:22s}
.animated-marquee-middleground{margin-top:6em;-webkit-animation-duration:40s}
.animated-marquee-background{margin-top:3em;-webkit-animation-duration:75s}
.animated-marquee-foreground .animated-marquee-card{height:140px;margin-right:12px;width:220px}
.animated-marquee-middleground .animated-marquee-card{height:50px;margin-right:2%}
.animated-marquee-background .animated-marquee-card{height:30px;width:4%}
.animated-marquee-card:nth-child(2n+3){visibility:hidden}}@media only screen and (max-width: 767px) and (min-width: 401px){.animated-marquee-container{top:-30%;width:200%}
.animated-marquee-foreground .animated-marquee-card{height:150px;margin-right:20px;width:240px}
.animated-marquee-middleground .animated-marquee-card{height:50px;margin-right:2%}
.animated-marquee-background .animated-marquee-card{height:30px;width:4%}}@media only screen and (min-width: 1200px){.animated-marquee-container{top:-50%;width:150%}
.animated-marquee-foreground{margin-top:-20%;-webkit-animation-duration:70s;-moz-animation-duration:70s;animation-duration:70s}
.animated-marquee-middleground{-webkit-animation-duration:110s;-moz-animation-duration:110s;animation-duration:110s}
.animated-marquee-background{-webkit-animation-duration:160s;-moz-animation-duration:160s;animation-duration:160s}
.animated-marquee-foreground .animated-marquee-card{height:180px;margin-right:6%;width:280px}
.animated-marquee-middleground .animated-marquee-card{margin-right:1%;height:100px;width:120px}
.animated-marquee-background .animated-marquee-card{height:50px;margin:1px;width:80px}
.animated-marquee-card:nth-child(2n+2){left:.5%;top:.25%}
.animated-marquee-card:nth-child(5n+3){right:.25%;top:.5%}
.animated-marquee-card:nth-child(2n+6){top:.1%}
.animated-marquee-card:nth-child(6n+3){bottom:.1%;right:.25%}
.animated-marquee-card:nth-child(2n+1){visibility:hidden}}html.no-csstransforms3d .animated-marquee,html.no-csstransitions .animated-marquee{display:none}
*/</pre></body></html>