<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  /*outline: 1px solid red !important;*/
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*:before, *:after {
  box-sizing: border-box;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  overflow-x: hidden;
}
body p {
  /* line-height: 28px; */
}
.container {
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 576px) { .container{max-width: 100%;} }
@media (min-width: 768px) { .container{max-width: 720px;} }
@media (min-width: 992px) { .container{max-width: 960px;} }
@media (min-width: 1200px) { .container{max-width: 1140px;} }
@media (max-width: 380px) { .container {overflow-x: hidden;}  }

a {
  color: #000;
  text-decoration: none;
}

address{
  font-style: normal;
}

.middletitle {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  /*color: #183650;*/
  margin-bottom: 60px;
  position: relative;
}

.middletitle:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  /*background-color: #58bed3;*/
  left: 0px;
  bottom: -10px;
}

/* SCROLLBAR */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  /*background: #58bed3; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/* END SCROLLBAR */</pre></body></html>