<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Raleway-Regular';
  src: url('/fonts/Raleway-Regular.eot');
  src: url('/fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Raleway-Regular.svg#Raleway-Regular') format('svg'),
       url('/fonts/Raleway-Regular.ttf') format('truetype'),
       url('/fonts/Raleway-Regular.woff') format('woff'),
       url('/fonts/Raleway-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url('/fonts/Raleway-ExtraBold.eot');
  src: url('/fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg'),
       url('/fonts/Raleway-ExtraBold.ttf') format('truetype'),
       url('/fonts/Raleway-ExtraBold.woff') format('woff'),
       url('/fonts/Raleway-ExtraBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('/fonts/Raleway-SemiBold.eot');
  src: url('/fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg'),
       url('/fonts/Raleway-SemiBold.ttf') format('truetype'),
       url('/fonts/Raleway-SemiBold.woff') format('woff'),
       url('/fonts/Raleway-SemiBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Light';
  src: url('/fonts/Raleway-Light.eot');
  src: url('/fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Raleway-Light.svg#Raleway-Light') format('svg'),
       url('/fonts/Raleway-Light.ttf') format('truetype'),
       url('/fonts/Raleway-Light.woff') format('woff'),
       url('/fonts/Raleway-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Raleway-Medium';
  src: url('/fonts/Raleway-Medium.eot');
  src: url('/fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Raleway-Medium.svg#Raleway-Medium') format('svg'),
       url('/fonts/Raleway-Medium.ttf') format('truetype'),
       url('/fonts/Raleway-Medium.woff') format('woff'),
       url('/fonts/Raleway-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


html {font-size: 100%;min-height: 100%; height: 100%;}

body {
    min-width: 320px;
    min-height: 100%;
    height: 100%;
    font-family: "Raleway-Regular",sans-serif;
}

img { margin-bottom: 15px;}

img[align="left"] {
    margin: 5px 15px 5px 0;
    max-width: 100%;
}

img[align="middle"] {
    margin: 0 15px 5px;
    max-width: 100%;
}

img[align="right"] {
    margin: 5px 0px 5px 15px;
    max-width: 100%;
}

h1 {
    font-weight: bold!important;
}

p+h2, p+h3, p+h4, ul+h2, ul+h3, ul+h4{margin-top: 45px;}

h1, h2, h3, h4, h5 {
    color: #000;
}


ol{margin: 20px 0;padding: 0;list-style: none;counter-reset: item;}
ol li{position: relative;margin-top: 9px;padding-left: 17px;}
ol ol li {
    padding-left: 33px;
}

ol ol ol li {
    padding-left: 50px;
}

ol ol ol li {
    padding-left: 67px;
}

ol li:before {
    counter-increment: item;
    content:counters(item,". ") '.';
    position: absolute;
    left: 0;
    top: 0px;
    min-width: 23px;
    padding-left: 0px;
    font-weight: bold;
    color: #000;
}

a {
    -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

ol li ol{margin: 0;}

ul{margin: 20px 0;padding: 0;list-style: none;}

ul li {
    margin-top: 5px;
    padding-left: 17px;
    position: relative;
    background: url(/desimages/ul_li.svg) left 4px no-repeat;
}

/*ul li:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #86b83d;
}*/


ul li ul{margin: 0;}

table{margin: 20px 0;border-collapse: collapse;font-size: 0.875rem;}

table tr:nth-of-type(odd) {
    background-color: #f4f3f1;
}

tr:hover td {
    background-color: #e2e1df;
}

th, td{border: 1px solid #ccc;-webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;}
th{padding: 10px;font-weight: normal; color: #fff; background-color: #86b83d; font-size: 1.25rem;}
td{padding: 10px;}

iframe{max-width: 100%;border: 0;}

blockquote {
    border-left: 3px solid #0842d2;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0px 16px;
    color: #000;
    font-weight: bold;
}</pre></body></html>