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

html {
  box-sizing: border-box;
  font-size: 16px; }

body {
  background-color: #ffffff;
  color: #111111;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.7;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  overflow-y: scroll; }

a {
  color: #0284b9;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

code {
  padding: 0.25rem 0.5rem;
  border-radius: 0.15rem;
  display: inline-block;
  background-color: red;
  color: white;
  font-size: 0.75rem; }

img {
  display: block;
  width: 100%;
  height: auto; }

small, figcaption {
  font-size: 0.75rem; }

h1 {
  font-size: 2rem;
  line-height: 1.1; }

h2 {
  font-size: 1.5rem;
  line-height: 1.3; }

h3 {
  font-size: 1.25rem;
  line-height: 1.5; }

h1, h2, h3, p, ol, ul, blockquote, figure {
  margin: 0;
  padding: 0; }

header {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 1.7rem; }

main {
  max-width: 680px;
  margin: 0 auto;
  padding-top: 1.7rem;
  padding-bottom: 8.5rem; }
  main h1, main h2, main h3, main p, main ol, main ul {
    padding-left: 1.7rem;
    padding-right: 1.7rem; }
  main h1, main h2, main h3 {
    text-align: center; }
  main h2:not(:first-child) {
    margin-top: 3.4rem; }
  main figcaption {
    margin-top: 0.425rem; }
  main h3:not(:first-child), main p:not(:first-child), main ol:not(:first-child), main ul:not(:first-child), main blockquote:not(:first-child), main figure:not(:first-child) {
    margin-top: 1.7rem; }
  main h2:not(:last-child), main h3:not(:last-child), main p:not(:last-child), main ol:not(:last-child), main ul:not(:last-child), main blockquote:not(:last-child), main figure:not(:last-child) {
    margin-bottom: 1.7rem; }
  main ol, main ul, main blockquote {
    margin-left: 1.7rem; }
  main blockquote {
    margin-left: calc($line-height * 1rem - 1px);
    border-left: 1px solid #cccccc; }

footer {
  background: linear-gradient(0deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  width: 100%;
  padding: 1.7rem;
  bottom: 0;
  left: 0;
  text-align: center; }

button {
  font-family: inherit;
  font-size: 0.75rem;
  color: #0284b9;
  background-color: #9fdfea;
  font-weight: 900;
  padding: 1rem;
  border-radius: 1rem;
  border: none;
  box-shadow: 0 0.3px 1.3px rgba(0, 0, 0, 0.081), 0 1.1px 4.5px rgba(0, 0, 0, 0.119), 0 5px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.video {
  background-color: #111111;
  position: relative;
  padding-bottom: 56.25%; }
  .video iframe, .video img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
