<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.OnWhyUs { color:#0d9beb; }


h1 {
color:#fff; font-size:54px; padding:75px 0 0 0; text-align:center; font-family: 'Roboto', sans-serif; font-weight: 300; width:100%;}
h2 {
color:#fff; font-size:36px; padding:0 0 50px 0; text-align:center; font-family: 'Roboto', sans-serif; font-weight: 300; width: 100%;}
H3 {
font-family: 'roboto', sans-serif;font-size: 28px;  margin-bottom: 10px;margin-top: 10px;font-weight: 300; float: left; width: 100%;text-align: left;}




/* Header section
---------------------------------*/
.AboutHeaderHolder {
height:fit-content; width:100%; display: inline; float:left; overflow:hidden;  background: linear-gradient(180deg, #1d212e, #103458); padding-bottom:20px;}

.AboutIntroText {
width:600px;left: 50%; margin-left:-300px; position: relative; color: #fff; line-height: 30px; font-size: 16px;}


/* Boxes
--------------------*/
.AboutHolder {width: 100%; float: left; display: inline; border-bottom: #fafafa 1px solid;padding: 40px 0 40px 0;}
.grey {background-color: #fafafa;}
.AboutTextHolder {width: 950px; margin-left: -475px; left: 50%; position: relative;}
.AboutTextLeft {width: 475px; float: left; display: inline;}
.AboutTextRight {width: 475px; float: left; display: inline;}
.ImageSize {width:475px; height: auto;}



 /* Media Queries
--------------------------------------------------------- */

 /*  Mobile  */
 @media only screen and (min-width:615px) and (max-width:950px) {
.AboutTextHolder {width: 610px; margin-left: -305px; left: 50%; position: relative;}
.AboutTextLeft {width: 100%; float: left; display: inline;}
.AboutTextRight {width: 100%; float: left; display: inline;}
.ImageSize {width:100%; height: auto;}
 }

 /*  Mobile  */
 @media only screen and (min-width:301px) and (max-width:615px) {
   h1 {padding:35px 0 0 0;}
   .AboutIntroText {
   width:300px;left: 50%; margin-left:-150px; position: relative; color: #fff; line-height: 20px; font-size: 16px;}
   .AboutTextHolder {width: 300px; margin-left: -150px; left: 50%; position: relative;}
   .AboutTextLeft {width: 100%; float: left; display: inline;}
   .AboutTextRight {width: 100%; float: left; display: inline;}
   .ImageSize {width:100%; height: auto;}
 }

 /* Galaxy Fold */

 /*  Mobile  */
 @media only screen and (max-width:300px) {
   h1 {padding:5%; margin: 0; width: 90%; font-size: 30px;}
   .AboutIntroText, .AboutTextHolder, .AboutHolder, .AboutTextLeft, .AboutTextRight {width: 90%; padding: 5%; margin: 0; left: 0;}
   .ImageSize {width: 100%;}
 }
</pre></body></html>