<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap');

 html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    line-height: 1.4;
    color: #445052;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background-color: #FFFFFF;
    -webkit-print-color-adjust:exact;
}
.frame-outer {
  position: relative;
  padding: 0;
  width: 780px;
  margin: 1.3rem auto;
  font-size: 0.75rem;
}
a {
  color: #445052;
  text-decoration: none;
}
p {
	padding-bottom: 1rem;
  text-align: justify;
}

h1 {
    font-size: 2.25em;
    line-height: 1.3;
    text-align: center;
    padding: 1.25rem;
    background: #00B0E6;
    color: #FFF;
    margin: 0 0 1rem;
}
h1 span{
    font-weight: 400;
    font-size: 0.7em;
    text-transform: none;
    margin-bottom: 0.25rem;
}
h1 small{
    font-size: 1em;
    text-transform:none;
}
h2 {
  font-size: 1.2em;
  line-height: 1.3;
  color: #00B0E6;
  margin-bottom: 0.2rem;
}

.benefits {
font-size: 1.2em;
  line-height: 1.3;
  color: #00B0E6;
}

h3 {
  font-size: 1.25em;
  line-height: 1.3;
  color: #01315c;
  text-transform: uppercase;
  margin:0 -1rem 0.75rem;
  padding: 0.5rem 1rem;
  text-align: center;
  background: #00B0E6;
  color: #FFF;
}
ul {
  padding: 0rem 0rem 1.25rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 0.75rem;
  padding-top: 0.25rem;
}

li::before {
  content: "â€¢";
  display: inline-block;
  font-size: 1.35em;
  position: relative;
  float: left;
  font-family: Arial, sans-serif;
  top: -0.3rem;
  margin-left: -0.75rem;
} 




li ul{
padding-bottom: 0rem;
}



img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}
a:hover {
  text-decoration: underline;
  color: #16B4E9;
}
.flex{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow:row wrap;
  text-align: left;
}
.flex .box{
  margin: 0;
}
.col{
    width: 49%;
}

.header {
  background-color: #FFF;
  box-shadow: 0 0 0.625rem #ccc;
  position: relative;
}
.logo{
  padding: 1rem;
}
.content {
  padding: 0rem;
}
.box{
  padding: 1rem 1rem 0;
  margin: 1rem 0;
  background-color: #FFF;
  box-shadow: 0 0 0.625rem #ccc;
}
.footer {
  padding:0rem 1rem 1rem;
  border: 0.0625rem solid #e9eef1;
  text-align: justify;
  background: #FFF;
}
.footer .flex {
    -webkit-justify-content: normal;
  justify-content: normal;
}
.col_1 img{
  width: 6rem;
}
.col_1  span{
  text-transform: uppercase;
}
.col_ft{
    margin-right: 2rem;
}
.col-img{
  width: 6rem;
  margin-right: -1rem;
}
.social_media{
    position: absolute;
    bottom: 1.25rem;
    right: 1rem;
    margin-right: 0 !important;
}
.social_media img{
    opacity: 0.7;
    margin-left: 0.5rem;
}
.social_media img:hover{
    opacity: 1;
}

.refnr {}

.apply {}
</pre></body></html>