@import url(https://use.typekit.net/ajs7grg.css);
html {
  box-sizing: border-box;
  font-size: 16px; }

body {
  background: #fff; }

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

@supports (mix-blend-mode: difference) {
  * {
    cursor: none; } }

*::-moz-selection {
  background-color: rgba(0, 107, 228, 0.1); }

*::selection {
  background-color: rgba(0, 107, 228, 0.1); }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

img {
  max-width: 100%;
  height: auto; }

br {
  line-height: 200%; }



body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  color: #0a0a0a; }

h1 {
  font-size: 40px;
  font-family: futura-pt, sans-serif;
  line-height: 1.25;
  margin: 0.25em 0 0.5em;
  font-weight: 600; }
  @media (min-width: 600px) and (max-width: 900px) {
    h1 {
      font-size: 28px;
      line-height: 1.25; } }
  @media (max-width: 600px) {
    h1 {
      font-size: 28px;
      line-height: 1.25; } }

h2 {
  font-size: 28px;
  font-family: futura-pt, sans-serif;
  line-height: 1.25;
  margin: 0.25em 0 0.5em;
  font-weight: 600; }

h3 {
  font-size: 24px;
  font-family: myriad-pro, sans-serif;
  line-height: 1.25;
  margin: 0.25em 0 0.5em;
  font-weight: 600; }

h4 {
  font-size: 20px;
  font-family: myriad-pro, sans-serif;
  line-height: 1.25;
  margin: 0.1em 0 0.25em;
  font-weight: 400; }

p {
  font-size: 20px;
  font-family: myriad-pro, sans-serif;
  line-height: 1.25;
  white-space: pre-wrap;
  margin: 0.25em 0 0.5em; }
  @media (max-width: 600px) {
    p {
      font-size: 20px; } }

ul {
  margin-left: 20px;
  list-style-type: circle; }
  ul > li {
    padding-top: 0.5em;
    font-size: 20px;
    font-family: myriad-pro, sans-serif;
    line-height: 1.25;
    white-space: pre-wrap;
    margin: 0.25em 0 0.5em; }
    @media (max-width: 600px) {
      ul > li {
        font-size: 20px; } }

a {
  text-decoration: none;
  color: #006be4;
  transition: all 150ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  a:hover {
    opacity: 0.8; }

