<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

*
{
  outline: none !important;
}



body
{
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
section
{
  display: table;
  width: 100%;
  /*height: 100vh;*/
  padding: 0;
  margin: 0 auto;
}

#icon-wrapper
{
  height: 50px;
  text-align: center;
}

#icon-wait
{
  display: none;
}





section#brand
{
  background: #fff;
  height: auto;
  padding: 75px 0;
}
section#brand img
{
  max-width: 350px;
  width: 100%;
}




section#intro
{
  background: #EEEEEE;
  height: auto;
  padding: 40px 0 50px;
  color: #212121;
  font-size: 1.1em;
}




section#contact
{
  background: #279ED9;
  height: auto;
  padding: 40px 0;
  color: white;
}
section#contact input,
section#contact textarea
{
  box-shadow: none;
  border: 0;
}
section#contact textarea
{
  resize: none;
  height: 90px;
}
section#contact input[type=submit]
{
  color: white;
  background: #93AB3D;
  padding: 8px 75px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
section#contact input[type=submit]:hover
{
  background: #FFDD00;
}


section#copyright
{
  background: #228BBF;
  height: auto;
  color: white;
  padding: 20px 0;
}





















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