<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: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local('Muli Light'), local('Muli-Light'), url(https://fonts.gstatic.com/s/muli/v12/7Au_p_0qiz-adZnkOCX2yg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdcg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}
/* ---------------------------------------------------- */
/* Global Variables */
/* ---------------------------------------------------- */

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

html {
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
}
.boxed {
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 120%;
  margin: 20px 0 17px 0;
}

.anothermargin {
  margin: 0px 0 5px 0;
  color: #2984ba;
}

.anothermargin2 {
  margin: 30px 0 5px 0;
}

.anothermargin3 {
  margin: 5px 0 15px 0;
}

h1 {
  font-size: 2.3em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
  font-weight: 400;
}
h6 {
  font-size: 1em;
  font-weight: 400;
}
a {
  color: #0099da;
}
.strong {
  font-weight: 400;
}
a:hover,
a:focus,
a:active {
  color: #000;
}
a.button {
  text-decoration: none;
}

.small-font {
  font-size: 0.9em;
}
.primary-color {
  color: #0099da;
}
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}



/* ---------------------------------------------------- */
/* Errors */
/* ---------------------------------------------------- */
/* 404 2 */
.paper-back {
  background-image: url("../img/back.png");
  background-repeat: repeat;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
}

.absolute-center {
  height: 700px;
}

  .absolute-center {
    width: 38%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  min-height: 100%;
  position: relative;
  background-repeat: repeat;

}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-family: 'Roboto';

}


.transparent-div p {
  font-size: 1.5em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 25px;
}

.color7e8488 {
  color:#7e8488;
}

.transparent-div .btn-ar.btn-primary {
  border: solid 1px #00638e;
  background-image: -webkit-linear-gradient(top, #0099da, #0080b6);
  background-image: -moz-linear-gradient(top, #0099da, #0080b6);
  background-image: -o-linear-gradient(top, #0099da, #0080b6);
  background-image: linear-gradient(to bottom, #0099da, #0080b6);
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
}
p {
  margin: 10px 0 0 10px;
  font-size: 16px;
}


@media (max-width: 900px) {
  .mediawidth {
    width: 64%;
  }

  .absolute-center {
    width: 86%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

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