@import url("https://fonts.googleapis.com/css2?family=Spectral+SC:wght@400;700&display=swap");
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: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  font-family: "Spectral SC", serif;
  min-width: 280px;
  font-size: 12px;
  line-height: 1.5;
}

a {
  color: #005DAB;
  text-decoration-color: #0077DB;
}
a:hover {
  color: #0077DB;
}

div.container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 960px;
  padding: 30px 30px 0;
  box-sizing: border-box;
}
div.container div.logo {
  margin-top: 32px;
  margin-bottom: 32px;
}
div.container div.logo img {
  display: block;
  max-width: 100%;
  max-height: 64px;
}
div.container div.content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
  margin-bottom: 30px;
}
div.container div.content div.column {
  flex-basis: 420px;
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 30px;
  margin-left: 30px;
}
div.container div.content div.column div.box h2 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: 32px;
}
div.container div.content div.column div.box p {
  display: block;
  text-align: justify;
  margin-bottom: 12px;
  color: #333;
}
div.container div.content div.column div.box div.symbols {
  display: flex;
  margin-top: 24px;
}
div.container div.content div.column div.box div.symbols img {
  display: block;
  height: 72px;
}
div.container div.content div.column div.box div.symbols img:first-child {
  margin-right: 32px;
}

/*# sourceMappingURL=style.css.map */
