<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 */


body {
	font-size: 100%;
	text-align: center;
}


h1 {font-size: 3em;
    color: #000000;
font-family: 'Lato', sans-serif;
font-weight: bold;
margin-top: 20px;
margin-bottom: 2px;


}

@media screen and (max-width: 64em) {
h1 {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 50em) {
h1 {
    font-size: 2em;
  }
}

@media screen and (max-width: 30em){
h1 {
    font-sitze: 2.0em;
  }
}

h2 {font-size: 2em;
    color: #999999;
font-family: 'Lato', sans-serif;

margin-top: 20px;
margin-bottom: 2px;


}

@media screen and (max-width: 64em) {
h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 50em) {
h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 30em){
h2 {
    font-sitze: 1.5em;
  }
}


h3 {font-size: 2em;
    color: #999999;
font-family: 'Lato', sans-serif;

margin-top: 20px;
margin-bottom: 2px;


}

@media screen and (max-width: 64em) {
h3 {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 50em) {
h3 {
    font-size: 1em;
  }
}

@media screen and (max-width: 30em){
h3 {
    font-sitze: 1.0em;
  }
}

a {
    color: #131042;
font-family: 'Lato', sans-serif;

margin-top: 20px;
margin-bottom: 2px;


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