@import url("font-awesome.min.css");

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

body {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.row {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  box-sizing: border-box;
}

.row > * {
  float: left;
  box-sizing: border-box;
}

.row::after, .row::before {
  content: "";
  display: block;
  clear: both;
  height: 0px;
}

.row.uniform > * > :first-child {
  margin-top: 0px;
}

.row.uniform > * > :last-child {
  margin-bottom: 0px;
}

.row > * {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 1.5em;
}

.row {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -1px;
  margin-left: -1.5em;
}

.row.uniform > * {
  padding-top: 1.5em;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 1.5em;
}

.row.uniform {
  margin-top: -1.5em;
  margin-right: 0px;
  margin-bottom: -1px;
  margin-left: -1.5em;
}

@media screen and (max-width: 1680px) {
  .row > * { padding: 0px 0px 0px 1.5em; }
  .row { margin: 0px 0px -1px -1.5em; }
  .row.uniform > * { padding: 1.5em 0px 0px 1.5em; }
  .row.uniform { margin: -1.5em 0px -1px -1.5em; }
}

@media screen and (max-width: 1280px) {
  .row > * { padding: 0px 0px 0px 1.5em; }
  .row { margin: 0px 0px -1px -1.5em; }
  .row.uniform > * { padding: 1.5em 0px 0px 1.5em; }
  .row.uniform { margin: -1.5em 0px -1px -1.5em; }
}

@media screen and (max-width: 980px) {
  .row > * { padding: 0px 0px 0px 1.5em; }
  .row { margin: 0px 0px -1px -1.5em; }
  .row.uniform > * { padding: 1.5em 0px 0px 1.5em; }
  .row.uniform { margin: -1.5em 0px -1px -1.5em; }
}

@media screen and (max-width: 736px) {
  .row > * { padding: 0px 0px 0px 1em; }
  .row { margin: 0px 0px -1px -1em; }
  .row.uniform > * { padding: 1em 0px 0px 1em; }
  .row.uniform { margin: -1em 0px -1px -1em; }
}

@media screen and (max-width: 480px) {
  .row > * { padding: 0px 0px 0px 1em; }
  .row { margin: 0px 0px -1px -1em; }
  .row.uniform > * { padding: 1em 0px 0px 1em; }
  .row.uniform { margin: -1em 0px -1px -1em; }
}

@media screen and (max-width: 360px) {
  .row > * { padding: 0px 0px 0px 1em; }
  .row { margin: 0px 0px -1px -1em; }
  .row.uniform > * { padding: 1em 0px 0px 1em; }
  .row.uniform { margin: -1em 0px -1px -1em; }
}

body {
}

@media screen and (max-width: 480px) {
  html, body { min-width: 320px; }
}

body {
  background-color: #935d8c;
  background-image: url("images/overlay.png"), linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
}

body.is-loading *, body.is-loading *::before, body.is-loading *::after {
  animation: 0s ease 0s normal none 1 running none !important;
transition: none 0s ease 0s   !important;
}

body {
  background-color: #935d8c;
  color: rgba(255, 255, 255, 0.65);
}

body, input, select, textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 17pt;
  font-weight: 300;
  line-height: 1.65;
}

@media screen and (max-width: 1680px) {
  body, input, select, textarea { font-size: 14pt; }
}

@media screen and (max-width: 1280px) {
  body, input, select, textarea { font-size: 12pt; }
}

@media screen and (max-width: 360px) {
  body, input, select, textarea { font-size: 11pt; }
}

a {
transition: color 0.2s ease 0s, border-bottom 0.2s ease 0s;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

a:hover {
  border-bottom-color: transparent;
}

strong, b {
  font-weight: 400;
}

em, i {
  font-style: italic;
}

p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

p.content {
  -moz-columns: 2 20em;
  -webkit-columns: 2 20em;
  columns: 2 20em;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  column-gap: 2em;
  text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.5;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0.7em;
  margin-left: 0px;
  letter-spacing: -0.025em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h1 {
  font-size: 2.5em;
  line-height: 1.2;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.7em;
}

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

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

blockquote {
  border-left-width: 4px;
  border-left-style: solid;
  font-style: italic;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  padding-top: 0.5em;
  padding-right: 0px;
  padding-bottom: 0.5em;
  padding-left: 2em;
}

code {
  border-radius: 8px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin-top: 0px;
  margin-right: 0.25em;
  margin-bottom: 0px;
  margin-left: 0.25em;
  padding-top: 0.25em;
  padding-right: 0.65em;
  padding-bottom: 0.25em;
  padding-left: 0.65em;
}

pre {
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

pre code {
  display: block;
  line-height: 1.75;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
  overflow-x: auto;
}

hr {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  -moz-border-top-colors: none;
  border-top-colors: none;
  -moz-border-right-colors: none;
  border-right-colors: none;
  -moz-border-bottom-colors: none;
  border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-left-colors: none;
  border-image: none;
  margin-top: 2em;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

hr.major {
  margin-top: 3em;
  margin-right: 0px;
  margin-bottom: 3em;
  margin-left: 0px;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

input, select, textarea {
  color: white;
}

a:hover {
  color: white;
}

strong, b {
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  color: white;
}

blockquote {
  border-left-color: rgba(255, 255, 255, 0.35);
}

code {
  background-color: rgba(255, 255, 255, 0.075);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-color: rgba(255, 255, 255, 0.35);
  border-right-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  border-left-color: rgba(255, 255, 255, 0.35);
}

hr {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

.box {
  border-radius: 8px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  margin-bottom: 2em;
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
}

.box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child {
  margin-bottom: 0px;
}

.box.alt {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-radius: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.box {
  border-top-color: rgba(255, 255, 255, 0.35);
  border-right-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  border-left-color: rgba(255, 255, 255, 0.35);
}

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  border-radius: 8px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  height: 2.75em;
  line-height: 2.75em;
  min-width: 9.25em;
  padding-top: 0px;
  padding-right: 1.5em;
  padding-bottom: 0px;
  padding-left: 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

input.icon[type="submit"], input.icon[type="reset"], input.icon[type="button"], button.icon, .button.icon {
  padding-left: 1.35em;
}

input.icon[type="submit"]::before, input.icon[type="reset"]::before, input.icon[type="button"]::before, button.icon::before, .button.icon::before {
  margin-right: 0.5em;
}

input.fit[type="submit"], input.fit[type="reset"], input.fit[type="button"], button.fit, .button.fit {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
  width: 100%;
}

input.small[type="submit"], input.small[type="reset"], input.small[type="button"], button.small, .button.small {
  font-size: 0.8em;
}

input.big[type="submit"], input.big[type="reset"], input.big[type="button"], button.big, .button.big {
  font-size: 1.35em;
}

input.disabled[type="submit"], input[type="submit"]:disabled, input.disabled[type="reset"], input[type="reset"]:disabled, input.disabled[type="button"], input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled {
  pointer-events: none;
  opacity: 0.25;
}

@media screen and (max-width: 736px) {
  input[type="submit"], input[type="reset"], input[type="button"], button, .button { min-width: 0px; }
}

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
  background-color: transparent;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.35) inset;
  color: white !important;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active {
  background-color: rgba(255, 255, 255, 0.2);
}

input.icon[type="submit"]::before, input.icon[type="reset"]::before, input.icon[type="button"]::before, button.icon::before, .button.icon::before {
  color: rgba(255, 255, 255, 0.5);
}

input.special[type="submit"], input.special[type="reset"], input.special[type="button"], button.special, .button.special {
  background-color: #8cc9f0;
  color: white !important;
box-shadow: none;
}

input.special[type="submit"]:hover, input.special[type="reset"]:hover, input.special[type="button"]:hover, button.special:hover, .button.special:hover {
  background-color: #9acff2;
}

input.special[type="submit"]:active, input.special[type="reset"]:active, input.special[type="button"]:active, button.special:active, .button.special:active {
  background-color: #7ec3ee;
}

input.special.icon[type="submit"]::before, input.special.icon[type="reset"]::before, input.special.icon[type="button"]::before, button.special.icon::before, .button.special.icon::before {
  color: white !important;
}

form {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

label {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
}

input[type="text"], input[type="password"], input[type="email"], select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 8px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  display: block;
  outline-width: 0px;
  outline-style: none;
  padding-top: 0px;
  padding-right: 1em;
  padding-bottom: 0px;
  padding-left: 1em;
  text-decoration: none;
  width: 100%;
}

input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, select:invalid, textarea:invalid {
box-shadow: none;
}

.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative;
}

.select-wrapper::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.select-wrapper::before {
  content: "";
  display: block;
  height: 2.75em;
  line-height: 2.75em;
  pointer-events: none;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 2.75em;
}

input[type="text"], input[type="password"], input[type="email"], select {
  height: 2.75em;
}

textarea {
  padding-top: 0.75em;
  padding-right: 1em;
  padding-bottom: 0.75em;
  padding-left: 1em;
}

input[type="checkbox"], input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
}

input[type="checkbox"] + label::before, input[type="radio"] + label::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

input[type="checkbox"] + label::before, input[type="radio"] + label::before {
  border-radius: 8px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  content: "";
  display: inline-block;
  height: 1.65em;
  left: 0px;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 1.65em;
}

input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before {
  content: "";
}

input[type="checkbox"] + label::before {
  border-radius: 8px;
}

input[type="radio"] + label::before {
  border-radius: 100%;
}

:-moz-placeholder {
  opacity: 1;
}

*::-moz-placeholder {
  opacity: 1;
}

.formerize-placeholder {
  opacity: 1;
}

label {
  color: white;
}

input[type="text"], input[type="password"], input[type="email"], select, textarea {
  background-color: rgba(255, 255, 255, 0.075);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-color: rgba(255, 255, 255, 0.35);
  border-right-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  border-left-color: rgba(255, 255, 255, 0.35);
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
  border-top-color: #8cc9f0;
  border-right-color: #8cc9f0;
  border-bottom-color: #8cc9f0;
  border-left-color: #8cc9f0;
box-shadow: 0px 0px 0px 1px #8cc9f0;
}

.select-wrapper::before {
  color: rgba(255, 255, 255, 0.35);
}

input[type="checkbox"] + label, input[type="radio"] + label {
  color: rgba(255, 255, 255, 0.65);
}

input[type="checkbox"] + label::before, input[type="radio"] + label::before {
  background-color: rgba(255, 255, 255, 0.075);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-color: rgba(255, 255, 255, 0.35);
  border-right-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  border-left-color: rgba(255, 255, 255, 0.35);
}

input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before {
  background-color: white;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  color: #935d8c;
}

input[type="checkbox"]:focus + label::before, input[type="radio"]:focus + label::before {
  border-top-color: #8cc9f0;
  border-right-color: #8cc9f0;
  border-bottom-color: #8cc9f0;
  border-left-color: #8cc9f0;
box-shadow: 0px 0px 0px 1px #8cc9f0;
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

*::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.formerize-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.icon {
  text-decoration: none;
transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  border-bottom-width: medium;
  border-bottom-style: none;
  position: relative;
}

.icon::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon > .label {
  display: none;
}

.icon.major {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  display: inline-block;
  border-radius: 100%;
  padding-top: 0.65em;
  padding-right: 0.65em;
  padding-bottom: 0.65em;
  padding-left: 0.65em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  cursor: default;
}

.icon.major::before {
  display: inline-block;
  font-size: 6.25rem;
  width: 2.25em;
  height: 2.25em;
  line-height: 2.2em;
  border-radius: 100%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  text-align: center;
}

.icon.alt {
  display: inline-block;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-radius: 100%;
}

.icon.alt::before {
  display: block;
  font-size: 1.25em;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
}

.icon.style1 {
  color: #efa8b0;
}

.icon.style2 {
  color: #c79cc8;
}

.icon.style3 {
  color: #a89cc8;
}

.icon.style4 {
  color: #9bb2e1;
}

.icon.style5 {
  color: #8cc9f0;
}

@media screen and (max-width: 1680px) {
  .icon.major::before { font-size: 5.5rem; }
}

@media screen and (max-width: 1280px) {
  .icon.major::before { font-size: 4.75rem; }
}

@media screen and (max-width: 736px) {
  .icon.major { margin: 0px 0px 1.5em; padding: 0.35em; }
  .icon.major::before { font-size: 3.5rem; }
}

.icon.major {
  border-top-color: rgba(255, 255, 255, 0.35);
  border-right-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  border-left-color: rgba(255, 255, 255, 0.35);
}

.icon.major::before {
  border-top-color: rgba(255, 255, 255, 0.35);
  border-right-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  border-left-color: rgba(255, 255, 255, 0.35);
}

.icon.alt {
  border-top-color: rgba(255, 255, 255, 0.35);
  border-right-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  border-left-color: rgba(255, 255, 255, 0.35);
  color: white;
}

.icon.alt:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.icon.alt:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.image {
  border-radius: 8px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  display: inline-block;
  position: relative;
}

.image img {
  border-radius: 8px;
  display: block;
}

.image.left, .image.right {
  max-width: 40%;
}

.image.left img, .image.right img {
  width: 100%;
}

.image.left {
  float: left;
  margin-top: 0px;
  margin-right: 1.5em;
  margin-bottom: 1em;
  margin-left: 0px;
  top: 0.25em;
}

.image.right {
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 1.5em;
  top: 0.25em;
}

.image.fit {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  width: 100%;
}

.image.fit img {
  width: 100%;
}

.image.main {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3em;
  margin-left: 0px;
  width: 100%;
}

.image.main img {
  width: 100%;
}

ol {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

ul {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  padding-left: 1em;
}

ul li {
  padding-left: 0.5em;
}

ul.alt {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding-left: 0px;
}

ul.alt li {
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 0.5em;
  padding-right: 0px;
  padding-bottom: 0.5em;
  padding-left: 0px;
}

ul.alt li:first-child {
  border-top-width: 0px;
  border-top-style: none;
  padding-top: 0px;
}

ul.icons {
  cursor: default;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding-left: 0px;
}

ul.icons li {
  display: inline-block;
  padding-top: 0px;
  padding-right: 0.65em;
  padding-bottom: 0px;
  padding-left: 0px;
}

ul.icons li:last-child {
  padding-right: 0px !important;
}

ul.actions {
  cursor: default;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding-left: 0px;
}

ul.actions li {
  display: inline-block;
  padding-top: 0px;
  padding-right: 1em;
  padding-bottom: 0px;
  padding-left: 0px;
  vertical-align: middle;
}

ul.actions li:last-child {
  padding-right: 0px;
}

ul.actions.small li {
  padding-top: 0px;
  padding-right: 0.5em;
  padding-bottom: 0px;
  padding-left: 0px;
}

ul.actions.vertical li {
  display: block;
  padding-top: 1em;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

ul.actions.vertical li:first-child {
  padding-top: 0px;
}

ul.actions.vertical li > * {
  margin-bottom: 0px;
}

ul.actions.vertical.small li {
  padding-top: 0.5em;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

ul.actions.vertical.small li:first-child {
  padding-top: 0px;
}

ul.actions.fit {
  display: table;
  margin-left: -1em;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  table-layout: fixed;
  width: calc(100% + 1em);
}

ul.actions.fit li {
  display: table-cell;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 1em;
}

ul.actions.fit li > * {
  margin-bottom: 0px;
}

ul.actions.fit.small {
  margin-left: -0.5em;
  width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0.5em;
}

@media screen and (max-width: 480px) {
  ul.actions { margin: 0px 0px 2em; }
  ul.actions li { padding: 1em 0px 0px; display: block; text-align: center; width: 100%; }
  ul.actions li:first-child { padding-top: 0px; }
  ul.actions li > * { width: 100%; margin: 0px ! important; }
  ul.actions.small li { padding: 0.5em 0px 0px; }
  ul.actions.small li:first-child { padding-top: 0px; }
}

dl {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

dl dt {
  display: block;
  font-weight: 400;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
}

dl dd {
  margin-left: 2em;
}

dl.alt dt {
  display: block;
  width: 3em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  clear: left;
  float: left;
}

dl.alt dd {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0.85em;
  margin-left: 5.5em;
}

dl.alt::after {
  content: "";
  display: block;
  clear: both;
}

ul.alt li {
  border-top-color: rgba(255, 255, 255, 0.35);
}

dl dt {
  color: white;
}

section.special, article.special {
  text-align: center;
}

header.major {
  margin-bottom: 3em;
}

header.major h2 {
  font-size: 2em;
}

header.major h2::after {
  display: block;
  content: "";
  width: 3.25em;
  height: 2px;
  margin-top: 0.7em;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
  border-radius: 2px;
}

section.special header.major h2::after, article.special header.major h2::after {
  margin-left: auto;
  margin-right: auto;
}

header.major p {
  font-size: 1.25em;
  letter-spacing: -0.025em;
}

header.major.special {
  text-align: center;
}

header.major.special h2::after {
  margin-left: auto;
  margin-right: auto;
}

footer.major {
  margin-top: 3em;
}

@media screen and (max-width: 736px) {
  header.major { margin-bottom: 0px; }
  header.major h2 { font-size: 1.5em; }
  header.major p { font-size: 1em; letter-spacing: 0px; }
  header.major p br { display: none; }
  footer.major { margin-top: 0px; }
}

header.major h2::after {
  background-color: rgba(255, 255, 255, 0.35);
}

.table-wrapper {
  overflow-x: auto;
}

table {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  width: 100%;
}

table tbody tr {
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  -moz-border-top-colors: none;
  border-top-colors: none;
  -moz-border-right-colors: none;
  border-right-colors: none;
  -moz-border-bottom-colors: none;
  border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-left-colors: none;
  border-image: none;
}

table td {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

table th {
  font-size: 0.9em;
  font-weight: 400;
  padding-top: 0px;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  text-align: left;
}

table thead {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

table tfoot {
  border-top-width: 2px;
  border-top-style: solid;
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  -moz-border-top-colors: none;
  border-top-colors: none;
  -moz-border-right-colors: none;
  border-right-colors: none;
  -moz-border-bottom-colors: none;
  border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-left-colors: none;
  border-image: none;
}

table.alt tbody tr td:first-child {
  border-left-width: 1px;
}

table.alt tbody tr:first-child td {
  border-top-width: 1px;
}

table.alt thead {
  border-bottom-width: 0px;
  border-bottom-style: none;
}

table.alt tfoot {
  border-top-width: 0px;
  border-top-style: none;
}

table tbody tr {
  border-top-color: rgba(255, 255, 255, 0.35);
  border-right-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  border-left-color: rgba(255, 255, 255, 0.35);
}

table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.075);
}

table th {
  color: white;
}

table thead {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

table tfoot {
  border-top-color: rgba(255, 255, 255, 0.35);
}

table.alt tbody tr td {
  border-top-color: rgba(255, 255, 255, 0.35);
  border-right-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  border-left-color: rgba(255, 255, 255, 0.35);
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 2em);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3em;
  margin-left: -2em;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

.features li {
  width: calc(33.3333% - 2em);
  margin-left: 2em;
  margin-top: 3em;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.features li:nth-child(1), .features li:nth-child(2), .features li:nth-child(3) {
  margin-top: 0px;
}

.features li > :last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 980px) {
  .features li { width: calc(50% - 2em); }
  .features li:nth-child(3) { margin-top: 3em; }
}

@media screen and (max-width: 736px) {
  .features { width: 100%; margin: 0px 0px 2em; }
  .features li { width: 100%; margin-left: 0px; margin-top: 2em; }
  .features li:nth-child(2), .features li:nth-child(3) { margin-top: 2em; }
}

.statistics {
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3em;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  cursor: default;
}

.statistics li {
  flex: 1 1 0%;
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  color: white;
  text-align: center;
}

.statistics li.style1 {
  background-color: #efa8b0;
}

.statistics li.style2 {
  background-color: #c79cc8;
}

.statistics li.style3 {
  background-color: #a89cc8;
}

.statistics li.style4 {
  background-color: #9bb2e1;
}

.statistics li.style5 {
  background-color: #8cc9f0;
}

.statistics li strong, .statistics li b {
  display: block;
  font-size: 2em;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.025em;
}

.statistics li:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.statistics li:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.statistics li .icon {
  display: inline-block;
}

.statistics li .icon::before {
  font-size: 2.75rem;
  line-height: 1.3;
}

@media screen and (max-width: 980px) {
  .statistics li strong, .statistics li b { font-size: 1.5em; }
}

@media screen and (max-width: 736px) {
  .statistics { display: block; width: 20em; max-width: 100%; margin: 0px auto 2em; }
  .statistics li:first-child { border-bottom-left-radius: 0px; border-top-right-radius: 8px; }
  .statistics li:last-child { border-top-right-radius: 0px; border-bottom-left-radius: 8px; }
  .statistics li .icon::before { font-size: 3.75rem; }
  .statistics li strong, .statistics li b { font-size: 2.5em; }
}

.spotlight {
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

.spotlight .content {
  flex: 1 1 0%;
}

.spotlight .content > :last-child {
  margin-bottom: 0px;
}

.spotlight .content header.major {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

.spotlight .image {
  display: inline-block;
  margin-left: 4em;
  padding-top: 0.65em;
  padding-right: 0.65em;
  padding-bottom: 0.65em;
  padding-left: 0.65em;
  border-radius: 100%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

.spotlight .image img {
  display: block;
  border-radius: 100%;
  width: 16em;
}

@media screen and (max-width: 980px) {
  .spotlight { flex-direction: column-reverse; text-align: center; }
  .spotlight .content { flex: 0 1 auto; width: 100%; }
  .spotlight .content header.major h2::after { margin-left: auto; margin-right: auto; }
  .spotlight .image { flex: 0 1 auto; margin-left: 0px; margin-bottom: 2em; }
}

@media screen and (max-width: 736px) {
  .spotlight .image { padding: 0.35em; }
  .spotlight .image img { width: 12em; }
}

.spotlight .image {
  border-top-color: rgba(255, 255, 255, 0.35);
  border-right-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  border-left-color: rgba(255, 255, 255, 0.35);
}

#header {
  padding-top: 5em;
  padding-right: 5em;
  padding-bottom: 1em;
  padding-left: 5em;
  text-align: center;
}

#header h1 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0.25em;
  margin-left: 0px;
}

#header p {
  font-size: 1.25em;
  letter-spacing: -0.025em;
}

#header.alt {
  padding-top: 7em;
  padding-right: 5em;
  padding-bottom: 4em;
  padding-left: 5em;
}

#header.alt h1 {
  font-size: 3.25em;
}

#header.alt > * {
transition: opacity 3s ease 0.5s;
  opacity: 1;
}

#header.alt .logo {
transition-property: opacity, transform;
transition-duration: 1.25s, 0.5s;
transition-timing-function: ease, ease;
transition-delay: 0s;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1.5em;
  margin-left: 0px;
}

#header.alt .logo img {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  max-width: 75%;
}

@media screen and (max-width: 1280px) {
  #header { padding: 4em 4em 0.1em; }
  #header.alt { padding: 6em 4em 3em; }
}

@media screen and (max-width: 980px) {
  #header { padding: 4em 3em 0.1em; }
  #header.alt { padding: 5em 3em 2em; }
}

@media screen and (max-width: 736px) {
  #header { padding: 3em 2em 0.1em; }
  #header p { font-size: 1em; letter-spacing: 0px; }
  #header p br { display: none; }
  #header.alt { padding: 4em 2em 1em; }
  #header.alt h1 { font-size: 2.5em; }
}

@media screen and (max-width: 480px) {
  #header { padding: 3em 1.5em 0.1em; }
  #header.alt { padding: 4em 1.5em 1em; }
}

@media screen and (max-width: 360px) {
  #header { padding: 2.5em 1em 0.1em; }
  #header.alt { padding: 3.5em 1em 0.5em; }
}

body.is-loading #header.alt > * {
  opacity: 0;
}

body.is-loading #header.alt .logo {
  transform: scale(0.8) rotate(-30deg);
}

#nav {
transition: background-color 0.2s ease 0s, border-top-left-radius 0.2s ease 0s, border-top-right-radius 0.2s ease 0s, padding 0.2s ease 0s;
  color: #636363;
  position: absolute;
  width: 64em;
  max-width: calc(100% - 4em);
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  background-color: #f7f7f7;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  cursor: default;
  text-align: center;
}

#nav input, #nav select, #nav textarea {
  color: #636363;
}

#nav a:hover {
  color: #636363;
}

#nav strong, #nav b {
  color: #636363;
}

#nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6 {
  color: #636363;
}

#nav blockquote {
  border-left-color: #dddddd;
}

#nav code {
  background-color: rgba(222, 222, 222, 0.25);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
}

#nav hr {
  border-bottom-color: #dddddd;
}

#nav + #main {
  padding-top: 4.25em;
}

#nav ul {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

#nav ul li {
transition: margin 0.2s ease 0s;
  display: inline-block;
  margin-top: 0px;
  margin-right: 0.35em;
  margin-bottom: 0px;
  margin-left: 0.35em;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  vertical-align: middle;
}

#nav ul li a {
transition: font-size 0.2s ease 0s;
  display: inline-block;
  height: 2.25em;
  line-height: 2.25em;
  padding-top: 0px;
  padding-right: 1.25em;
  padding-bottom: 0px;
  padding-left: 1.25em;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-radius: 8px;
box-shadow: 0px 0px 0px 1px transparent inset;
}

#nav ul li a:hover {
  background-color: rgba(222, 222, 222, 0.25);
}

#nav ul li a.active {
  background-color: white;
box-shadow: none;
}

#nav.alt {
  position: fixed;
  top: 0px;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  background-color: rgba(247, 247, 247, 0.95);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  z-index: 10000;
}

#nav.alt ul li {
  margin-top: 0px;
  margin-right: 0.175em;
  margin-bottom: 0px;
  margin-left: 0.175em;
}

#nav.alt ul li a {
  font-size: 0.9em;
}

@media screen and (max-width: 736px) {
  #nav { display: none; }
  #nav + #main { padding-top: 0px; }
}

#main {
  background-color: white;
  color: #636363;
  border-radius: 0.25em;
}

#main input, #main select, #main textarea {
  color: #636363;
}

#main a:hover {
  color: #636363;
}

#main strong, #main b {
  color: #636363;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
  color: #636363;
}

#main blockquote {
  border-left-color: #dddddd;
}

#main code {
  background-color: rgba(222, 222, 222, 0.25);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
}

#main hr {
  border-bottom-color: #dddddd;
}

#main .box {
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
}

#main input[type="submit"], #main input[type="reset"], #main input[type="button"], #main button, #main .button {
  background-color: transparent;
box-shadow: 0px 0px 0px 1px #dddddd inset;
  color: #636363 !important;
}

#main input[type="submit"]:hover, #main input[type="reset"]:hover, #main input[type="button"]:hover, #main button:hover, #main .button:hover {
  background-color: rgba(222, 222, 222, 0.25);
}

#main input[type="submit"]:active, #main input[type="reset"]:active, #main input[type="button"]:active, #main button:active, #main .button:active {
  background-color: rgba(222, 222, 222, 0.5);
}

#main input.icon[type="submit"]::before, #main input.icon[type="reset"]::before, #main input.icon[type="button"]::before, #main button.icon::before, #main .button.icon::before {
  color: rgba(99, 99, 99, 0.25);
}

#main input.special[type="submit"], #main input.special[type="reset"], #main input.special[type="button"], #main button.special, #main .button.special {
  background-color: #8cc9f0;
  color: white !important;
box-shadow: none;
}

#main input.special[type="submit"]:hover, #main input.special[type="reset"]:hover, #main input.special[type="button"]:hover, #main button.special:hover, #main .button.special:hover {
  background-color: #9acff2;
}

#main input.special[type="submit"]:active, #main input.special[type="reset"]:active, #main input.special[type="button"]:active, #main button.special:active, #main .button.special:active {
  background-color: #7ec3ee;
}

#main input.special.icon[type="submit"]::before, #main input.special.icon[type="reset"]::before, #main input.special.icon[type="button"]::before, #main button.special.icon::before, #main .button.special.icon::before {
  color: white !important;
}

#main label {
  color: #636363;
}

#main input[type="text"], #main input[type="password"], #main input[type="email"], #main select, #main textarea {
  background-color: rgba(222, 222, 222, 0.25);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
}

#main input[type="text"]:focus, #main input[type="password"]:focus, #main input[type="email"]:focus, #main select:focus, #main textarea:focus {
  border-top-color: #8cc9f0;
  border-right-color: #8cc9f0;
  border-bottom-color: #8cc9f0;
  border-left-color: #8cc9f0;
box-shadow: 0px 0px 0px 1px #8cc9f0;
}

#main .select-wrapper::before {
  color: #dddddd;
}

#main input[type="checkbox"] + label, #main input[type="radio"] + label {
  color: #636363;
}

#main input[type="checkbox"] + label::before, #main input[type="radio"] + label::before {
  background-color: rgba(222, 222, 222, 0.25);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
}

#main input[type="checkbox"]:checked + label::before, #main input[type="radio"]:checked + label::before {
  background-color: #636363;
  border-top-color: #636363;
  border-right-color: #636363;
  border-bottom-color: #636363;
  border-left-color: #636363;
  color: white;
}

#main input[type="checkbox"]:focus + label::before, #main input[type="radio"]:focus + label::before {
  border-top-color: #8cc9f0;
  border-right-color: #8cc9f0;
  border-bottom-color: #8cc9f0;
  border-left-color: #8cc9f0;
box-shadow: 0px 0px 0px 1px #8cc9f0;
}

#main :-moz-placeholder {
  color: rgba(99, 99, 99, 0.25) !important;
}

#main *::-moz-placeholder {
  color: rgba(99, 99, 99, 0.25) !important;
}

#main .formerize-placeholder {
  color: rgba(99, 99, 99, 0.25) !important;
}

#main .icon.major {
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
}

#main .icon.major::before {
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
}

#main .icon.alt {
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
  color: #636363;
}

#main .icon.alt:hover {
  background-color: rgba(222, 222, 222, 0.25);
}

#main .icon.alt:active {
  background-color: rgba(222, 222, 222, 0.5);
}

#main ul.alt li {
  border-top-color: #dddddd;
}

#main dl dt {
  color: #636363;
}

#main header.major h2::after {
  background-color: #dddddd;
  background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
}

#main table tbody tr {
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
}

#main table tbody tr:nth-child(2n+1) {
  background-color: rgba(222, 222, 222, 0.25);
}

#main table th {
  color: #636363;
}

#main table thead {
  border-bottom-color: #dddddd;
}

#main table tfoot {
  border-top-color: #dddddd;
}

#main table.alt tbody tr td {
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
}

#main .spotlight .image {
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
}

#main > .main {
  padding-top: 5em;
  padding-right: 5em;
  padding-bottom: 3em;
  padding-left: 5em;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
}

#main > .main:first-child {
  border-top-width: 0px;
  border-top-style: none;
}

#main > .main > .image.main:first-child {
  margin-top: -5em;
  margin-right: 0px;
  margin-bottom: 5em;
  margin-left: -5em;
  width: calc(100% + 10em);
  border-radius: 0.25em 0.25em 0px 0px;
}

#main > .main > .image.main:first-child img {
  border-radius: 0.25em 0.25em 0px 0px;
}

@media screen and (max-width: 1280px) {
  #main > .main { padding: 4em 4em 2em; }
  #main > .main > .image.main:first-child { margin: -4em 0px 4em -4em; width: calc(100% + 8em); }
}

@media screen and (max-width: 980px) {
  #main > .main { padding: 4em 3em 2em; }
  #main > .main > .image.main:first-child { margin: -4em 0px 4em -3em; width: calc(100% + 6em); }
}

@media screen and (max-width: 736px) {
  #main > .main { padding: 3em 2em 1em; }
  #main > .main > .image.main:first-child { margin: -3em 0px 2em -2em; width: calc(100% + 4em); }
}

@media screen and (max-width: 480px) {
  #main > .main { padding: 3em 1.5em 1em; }
  #main > .main > .image.main:first-child { margin: -3em 0px 1.5em -1.5em; width: calc(100% + 3em); }
}

@media screen and (max-width: 360px) {
  #main { border-radius: 0px; }
  #main > .main { padding: 2.5em 1em 0.5em; }
  #main > .main > .image.main:first-child { margin: -2.5em 0px 1.5em -1em; width: calc(100% + 2em); border-radius: 0px; }
  #main > .main > .image.main:first-child img { border-radius: 0px; }
}

#footer {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5em;
  padding-right: 5em;
  padding-bottom: 3em;
  padding-left: 5em;
  width: calc(100% + 2em);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3em;
  margin-left: -2em;
}

#footer > * {
  width: calc(50% - 2em);
  margin-left: 2em;
}

#footer .copyright {
  width: 100%;
  margin-top: 2.5em;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  font-size: 0.8em;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  #footer { padding: 4em 4em 2em; }
}

@media screen and (max-width: 980px) {
  #footer { padding: 4em 3em 2em; display: block; margin: 0px 0px 3em; width: 100%; }
  #footer > * { width: 100%; margin-left: 0px; margin-bottom: 3em; }
  #footer .copyright { text-align: left; }
}

@media screen and (max-width: 736px) {
  #footer { padding: 3em 2em 1em; }
}

@media screen and (max-width: 480px) {
  #footer { padding: 3em 1.5em 1em; }
}

@media screen and (max-width: 480px) {
  #footer { padding: 2.5em 1em 0.5em; }
}

#wrapper {
  width: 64em;
  max-width: calc(100% - 4em);
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

@media screen and (max-width: 480px) {
  #wrapper { max-width: calc(100% - 2em); }
}

@media screen and (max-width: 360px) {
  #wrapper { max-width: 100%; }
}

#info {
  color: #c55a11;
}

span {
  color: #c55a10;
}

td {
  color: black;
}

.preto {
  color: black;
}

#preto {
  color: black !important;
}

#laranja {
  color: #c55a11 !important;
}

#vermelho {
  color: red;
}

#bordeaux {
  color: #660000;
}

